2026-04-22 14:11.56: New job: test routineco/ocaml-nanoid https://github.com/routineco/ocaml-nanoid.git#refs/heads/master (d22d768736e6599c8262f7e063a6f66775df6f69) (linux-x86_64:fedora-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/routineco/ocaml-nanoid.git" -b "master" && cd "ocaml-nanoid" && git reset --hard d22d7687cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb# fedora-42-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 nanoid.opam ./RUN opam pin add -yn nanoid.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.21.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 gen.1.1 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y nanoid.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-22 14:11.56: Using cache hint "routineco/ocaml-nanoid-ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb-fedora-42-5.4_opam-2.5-78dbf85294c3c9725a081fa6c6bcb01b"2026-04-22 14:11.56: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)(comment fedora-42-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src nanoid.opam) (dst ./))(run (network host)(shell "opam pin add -yn nanoid.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.21.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 gen.1.1 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y nanoid.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-04-22 14:11.56: Waiting for resource in pool OCluster2026-04-22 15:18.08: Waiting for worker…2026-04-22 15:19.21: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at d22d768 Unvendor node_modules.(from ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb' locallydocker.io/ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb: Pulling from ocaml/opambcbfb8588268: Already exists7c86f07d981d: Already existse523f6cbdc73: Already existse196c832855a: Already existsc24dcc89d23e: Already existscd9def049d81: Already existse360f9824a3f: Already existsfbeadbd8287f: Already existsb5be9212d8a5: Already exists58850ac9f02f: Already exists94de074660d5: Already existsc6d785172de9: Pulling fs layer5642a0bc3a02: Pulling fs layer677ac3b3af73: Pulling fs layerc6d785172de9: Waiting97f4a46fa01c: Pulling fs layer887c8b3bd767: Pulling fs layer677ac3b3af73: Waiting97f4a46fa01c: Waiting8572bae05e44: Pulling fs layer887c8b3bd767: Waitinga801ab04175f: Pulling fs layer8572bae05e44: Waiting8eb7359ab813: Pulling fs layerea7dd170751f: Pulling fs layera801ab04175f: Waiting8eb7359ab813: Waiting4f4fb700ef54: Pulling fs layerea7dd170751f: Waiting4eeb3f6c741a: Pulling fs layer4f4fb700ef54: Waiting4eeb3f6c741a: Waitingd8096e11e5a7: Pulling fs layerb45c71862e05: Pulling fs layer3d3025681a79: Pulling fs layerb45c71862e05: Waiting3619e9f4de7b: Pulling fs layerd8096e11e5a7: Waitinge1d8131f324a: Pulling fs layer98ffe2fff5c0: Pulling fs layer3619e9f4de7b: Waitingecf008026c3e: Pulling fs layerb7768b04427d: Pulling fs layeraad28dcc458f: Pulling fs layerecf008026c3e: Waiting2972bd6e2f3d: Pulling fs layeraad28dcc458f: Waitingca68011eb393: Pulling fs layer2972bd6e2f3d: Waitingae07445296b0: Pulling fs layerca68011eb393: Waitingf042b21668eb: Pulling fs layerae07445296b0: Waiting45040ee99e59: Pulling fs layer9ffc20870c04: Pulling fs layer5238c2dafd46: Pulling fs layer9ffc20870c04: Waitingd98d556ee1fb: Pulling fs layerfd7b54172364: Pulling fs layer5238c2dafd46: Waitingd98d556ee1fb: Waitingbb0d31b2f870: Pulling fs layer0f27e5b0a211: Pulling fs layerbb0d31b2f870: Waitinge4629b699694: Pulling fs layer0f27e5b0a211: Waitinge80cce26268d: Pulling fs layere80cce26268d: Waiting5642a0bc3a02: Verifying Checksum5642a0bc3a02: Download complete677ac3b3af73: Verifying Checksum677ac3b3af73: Download completec6d785172de9: Verifying Checksumc6d785172de9: Download complete887c8b3bd767: Verifying Checksum887c8b3bd767: Download complete97f4a46fa01c: Download completec6d785172de9: Pull completea801ab04175f: Verifying Checksuma801ab04175f: Download complete8572bae05e44: Download complete5642a0bc3a02: Pull complete677ac3b3af73: Pull complete97f4a46fa01c: Pull complete887c8b3bd767: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8eb7359ab813: Verifying Checksum8eb7359ab813: Download completeea7dd170751f: Download completed8096e11e5a7: Download completeb45c71862e05: Verifying Checksumb45c71862e05: Download complete8572bae05e44: Pull completea801ab04175f: Pull complete8eb7359ab813: Pull completeea7dd170751f: Pull complete4f4fb700ef54: Pull complete4eeb3f6c741a: Download complete4eeb3f6c741a: Pull complete3619e9f4de7b: Verifying Checksum3619e9f4de7b: Download completed8096e11e5a7: Pull completeb45c71862e05: Pull complete98ffe2fff5c0: Download completee1d8131f324a: Verifying Checksume1d8131f324a: Download complete3d3025681a79: Verifying Checksum3d3025681a79: Download complete3d3025681a79: Pull complete3619e9f4de7b: Pull completee1d8131f324a: Pull complete98ffe2fff5c0: Pull completeb7768b04427d: Verifying Checksumb7768b04427d: Download completeecf008026c3e: Download completeecf008026c3e: Pull completeb7768b04427d: Pull complete2972bd6e2f3d: Download completeca68011eb393: Verifying Checksumca68011eb393: Download completeaad28dcc458f: Download completeaad28dcc458f: Pull complete2972bd6e2f3d: Pull completeca68011eb393: Pull completef042b21668eb: Verifying Checksumf042b21668eb: Download complete9ffc20870c04: Download complete5238c2dafd46: Download completed98d556ee1fb: Verifying Checksumd98d556ee1fb: Download completeae07445296b0: Verifying Checksumae07445296b0: Download completefd7b54172364: Verifying Checksumfd7b54172364: Download complete0f27e5b0a211: Verifying Checksum0f27e5b0a211: Download completee4629b699694: Verifying Checksume80cce26268d: Download complete45040ee99e59: Verifying Checksum45040ee99e59: Download completeae07445296b0: Pull completef042b21668eb: Pull complete45040ee99e59: Pull complete9ffc20870c04: Pull complete5238c2dafd46: Pull completed98d556ee1fb: Pull completefd7b54172364: Pull completebb0d31b2f870: Verifying Checksumbb0d31b2f870: Download completebb0d31b2f870: Pull complete0f27e5b0a211: Pull completee4629b699694: Pull completee80cce26268d: Pull completeDigest: sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bbStatus: Downloaded newer image for ocaml/opam@sha256:c9a78c1c1c51199def01f859dee97442731545f8963dbec1979d2c2db9c959bb2026-04-22 15:19.23 ---> using "423398002419b3482a8b9665338c10f3f6c6b1984e842901c7828810d9f1719f" from cache/: (comment fedora-42-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 - Updates 100% | 1.1 KiB/s | 10.7 KiB | 00m10sFedora 42 - x86_64 100% | 2.4 KiB/s | 21.4 KiB | 00m09sFedora 42 openh264 (From Cisco) - x86_ 100% | 114.0 B/s | 986.0 B | 00m09sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-04-22 15:19.23 ---> using "1427494dc45be5d05dbedbb8c6284d5e83d9273a70f2daf74a61f90a98d0153e" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-22 15:19.23 ---> using "19628ecee2b7021c05d076acb8b575d724060ee9d27e8253ec58be2a65f4ddd0" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.Continue? [Y/n] yThis version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-22 15:19.23 ---> using "00f7701599ad8380429df556869d2f9cb63297eff82a94fac2e05a284e8da899" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-22 15:19.23 ---> using "e55eb9acff13ea939a36766f3c838462b852eaadd915ca3606d1a3083dc268bf" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-22 15:19.23 ---> using "6c2e1647892afca68a954ba31371313f5c7a85b2327e123f87d1fdd112f8c4bd" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..80ba534fc6 master -> origin/master036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)Everything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-22 15:19.23 ---> using "36036cdbd63f65f9eca29a3b51cd2e26346aca2e24094b6d59fb63fb74267869" from cache/src: (copy (src nanoid.opam) (dst ./))2026-04-22 15:19.23 ---> saved as "aec0c84c4b0e51777239e3d1e87ea0d07dc4d2ea8b49b3e06e1ee4a00e2e88cf"/src: (run (network host)(shell "opam pin add -yn nanoid.dev './'"))[nanoid.dev] synchronised (file:///src)nanoid is now pinned to file:///src (version dev)2026-04-22 15:19.25 ---> saved as "b147d2132de7db5cd66dbffe97b9d729c6790670464f0e78369a40f22ea77bba"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-22 15:19.25 ---> saved as "3ee4c7f97d889a7a04a7faf74c99b85f1b224dad766fa185876f942634bd1bba"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.21.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 gen.1.1 js_of_ocaml.6.3.2 js_of_ocaml-compiler.6.3.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.38.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y nanoid.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[nanoid.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:gmp-devel npm zlib-ng-compat-devel zlib-ng-compat-static<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel" "npm" "zlib-ng-compat-devel" "zlib-ng-compat-static"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- gmp-devel x86_64 1:6.3.0-4.fc42 fedora 352.3 KiB- nodejs-npm x86_64 1:10.9.4-1.22.22.0.2.fc42 updates 9.2 MiB- zlib-ng-compat-devel x86_64 2.2.5-2.fc42 updates 107.0 KiB- zlib-ng-compat-static x86_64 2.2.5-2.fc42 updates 259.2 KiB- Installing dependencies:- c-ares x86_64 1.34.5-1.fc42 updates 269.1 KiB- cmake-filesystem x86_64 3.31.11-1.fc42 updates 0.0 B- gmp-c++ x86_64 1:6.3.0-4.fc42 fedora 27.6 KiB- libuv x86_64 1:1.51.0-1.fc42 updates 570.2 KiB- nodejs x86_64 1:22.22.0-2.fc42 updates 161.6 KiB- nodejs-libs x86_64 1:22.22.0-2.fc42 updates 78.1 MiB- Installing weak dependencies:- nodejs-docs noarch 1:22.22.0-2.fc42 updates 97.5 MiB- nodejs-full-i18n x86_64 1:22.22.0-2.fc42 updates 30.4 MiB-- Transaction Summary:- Installing: 12 packages-- Total size of inbound packages is 40 MiB. Need to download 40 MiB.- After this operation, 217 MiB extra will be used (install 217 MiB, remove 0 B).- [ 1/12] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 280.2 KiB/s | 18.5 KiB | 00m00s- [ 2/12] zlib-ng-compat-devel-0:2.2.5-2. 100% | 361.6 KiB/s | 38.3 KiB | 00m00s- [ 3/12] nodejs-npm-1:10.9.4-1.22.22.0.2 100% | 5.7 MiB/s | 2.3 MiB | 00m00s- [ 4/12] zlib-ng-compat-static-0:2.2.5-2 100% | 366.5 KiB/s | 87.2 KiB | 00m00s- [ 5/12] cmake-filesystem-0:3.31.11-1.fc 100% | 557.1 KiB/s | 12.8 KiB | 00m00s- [ 6/12] nodejs-1:22.22.0-2.fc42.x86_64 100% | 2.2 MiB/s | 51.4 KiB | 00m00s- [ 7/12] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 223.6 KiB/s | 174.4 KiB | 00m01s- [ 8/12] c-ares-0:1.34.5-1.fc42.x86_64 100% | 60.8 KiB/s | 117.0 KiB | 00m02s- [ 9/12] nodejs-libs-1:22.22.0-2.fc42.x8 100% | 5.1 MiB/s | 19.6 MiB | 00m04s- [10/12] libuv-1:1.51.0-1.fc42.x86_64 100% | 75.4 KiB/s | 266.3 KiB | 00m04s- [11/12] nodejs-docs-1:22.22.0-2.fc42.no 100% | 2.1 MiB/s | 9.1 MiB | 00m04s- [12/12] nodejs-full-i18n-1:22.22.0-2.fc 100% | 1.6 MiB/s | 8.5 MiB | 00m05s- --------------------------------------------------------------------------------- [12/12] Total 100% | 4.0 MiB/s | 40.4 MiB | 00m10s- Running transaction- [ 1/14] Verify package files 100% | 21.0 B/s | 12.0 B | 00m01s- [ 2/14] Prepare transaction 100% | 69.0 B/s | 12.0 B | 00m00s- [ 3/14] Installing libuv-1:1.51.0-1.fc4 100% | 62.2 MiB/s | 573.0 KiB | 00m00s- [ 4/14] Installing c-ares-0:1.34.5-1.fc 100% | 37.8 MiB/s | 270.7 KiB | 00m00s- [ 5/14] Installing nodejs-libs-1:22.22. 100% | 81.3 MiB/s | 78.1 MiB | 00m01s- [ 6/14] Installing nodejs-1:22.22.0-2.f 100% | 4.3 MiB/s | 163.7 KiB | 00m00s- [ 7/14] Installing cmake-filesystem-0:3 100% | 1.1 MiB/s | 7.6 KiB | 00m00s- [ 8/14] Installing zlib-ng-compat-devel 100% | 26.5 MiB/s | 108.5 KiB | 00m00s- [ 9/14] Installing gmp-c++-1:6.3.0-4.fc 100% | 9.3 MiB/s | 28.5 KiB | 00m00s- [10/14] Installing gmp-devel-1:6.3.0-4. 100% | 69.2 MiB/s | 354.1 KiB | 00m00s- [11/14] Installing zlib-ng-compat-stati 100% | 13.3 MiB/s | 259.4 KiB | 00m00s- [12/14] Installing nodejs-npm-1:10.9.4- 100% | 18.7 MiB/s | 9.6 MiB | 00m01s- [13/14] Installing nodejs-full-i18n-1:2 100% | 83.3 MiB/s | 30.4 MiB | 00m00s- [14/14] Installing nodejs-docs-1:22.22. 100% | 252.9 MiB/s | 97.6 MiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "npm" "zlib-ng-compat-devel" "zlib-ng-compat-static"- gmp-devel-6.3.0-4.fc42.x86_64- nodejs-npm-10.9.4-1.22.22.0.2.fc42.x86_64- zlib-ng-compat-devel-2.2.5-2.fc42.x86_64- zlib-ng-compat-static-2.2.5-2.fc42.x86_64# To update the current shell environment, run: eval $(opam env)2026-04-22 15:20.04 ---> saved as "490e9084b1962ecacfa3a5e57849790ca75c8d454c39dcc315fbd41057271e7b"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 36 packages- install alcotest 1.9.1- install astring 0.8.5- install cmdliner 2.1.1- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-npm 1- install conf-pkg-config 4- install conf-zlib 1- install cryptokit 1.21.1- install csexp 1.5.2- install dune 3.22.2- install dune-configurator 3.22.2- install fmt 0.11.0- install gen 1.1- install js_of_ocaml 6.3.2- install js_of_ocaml-compiler 6.3.2- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install ppxlib 0.38.0- install re 1.14.0- install sedlex 3.7- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4- install yojson 3.0.0- install zarith 1.14The following system packages will first need to be installed:npm<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>opam believes some required external dependencies are missing. opam can:> 1. Run yum to install them (may need root/sudo access)2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable4. Abort the installation[1/2/3/4] 1+ /usr/sbin/sudo "yum" "install" "-y" "npm"- Updating and loading repositories:- Repositories loaded.- Package "nodejs-npm-1:10.9.4-1.22.22.0.2.fc42.x86_64" is already installed.-- Nothing to do.+ /usr/sbin/rpm "-q" "--whatprovides" "npm"- nodejs-npm-10.9.4-1.22.22.0.2.fc42.x86_64<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved cryptokit.1.21.1 (cached)-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> installed conf-gmp-powm-sec.4-> installed conf-zlib.1-> retrieved gen.1.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> installed conf-npm.1-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved js_of_ocaml.6.3.2, js_of_ocaml-compiler.6.3.2 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> installed cmdliner.2.1.1-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sedlex.3.7 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved zarith.1.14 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed dune.3.22.2-> installed csexp.1.5.2-> installed gen.1.1-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocaml-syntax-shims.1.0.0-> installed ppx_derivers.1.2.1-> installed re.1.14.0-> installed ocaml-compiler-libs.v0.17.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed dune-configurator.3.22.2-> installed alcotest.1.9.1-> installed cryptokit.1.21.1-> installed menhir.20260209-> installed ppxlib.0.38.0-> installed sedlex.3.7-> installed js_of_ocaml-compiler.6.3.2-> installed js_of_ocaml.6.3.2Done.# To update the current shell environment, run: eval $(opam env)2026-04-22 15:25.54 ---> saved as "c1bdc5638de5e2504361611f3e7c72b2e29f84f9b2b60f3a5e7482668a3386f1"/src: (copy (src .) (dst /src))2026-04-22 15:25.55 ---> saved as "4eb6297b46541f3958c791b9f78673ec47dc32046234d42bb766eb5642e244d9"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File ".logistic/dune/extdeps/dune", line 4, characters 60-65:4 | (libraries cmdliner opam-file-format sexplib shexp.process stdio))^^^^^Error: Library "stdio" not found.-> required by_build/default/.logistic/dune/extdeps/.extdeps.eobjs/byte/dune__exe__Extdeps.cmi-> required by alias .logistic/dune/extdeps/check(cd _build/default/tests && ./os.exe)Testing `Nanoid'.This run has ID `ZHK0IVW1'.[OK] pseudo-seeded 0 generate.Full test results in `/src/_build/default/tests/_build/_tests/Nanoid'.Test Successful in 0.004s. 1 test run.File "tests/dune", lines 18-21, characters 0-64:18 | (rule19 | (alias runtest)20 | (action21 | (run node %{dep:jsoo.bc.js})))(cd _build/default/tests && /usr/sbin/node jsoo.bc.js)/src/_build/default/tests/jsoo.bc.js:4407throw err;^Error: Cannot find module 'nanoid'Require stack:- /src/_build/default/tests/jsoo.bc.jsat Module._resolveFilename (node:internal/modules/cjs/loader:1383:15)at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)at Module._load (node:internal/modules/cjs/loader:1192:37)at TracingChannel.traceSync (node:diagnostics_channel:328:14)at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)at Module.require (node:internal/modules/cjs/loader:1463:12)at require (node:internal/modules/helpers:147:16)at /src/_build/default/tests/jsoo.bc.js:57789:9at Object.<anonymous> (/src/_build/default/tests/jsoo.bc.js:57798:3) {code: 'MODULE_NOT_FOUND',requireStack: [ '/src/_build/default/tests/jsoo.bc.js' ]}Node.js v22.22.0"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-04-22 15:26.02: Job failed: Failed: Build failed