2026-03-28 07:32.21: New job: test routineco/ocaml-nanoid https://github.com/routineco/ocaml-nanoid.git#refs/heads/master (d22d768736e6599c8262f7e063a6f66775df6f69) (linux-x86_64:fedora-42-4.14_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0cOpam 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-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c# fedora-42-4.14_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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && 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-threads.base base-unix.base cmdliner.2.1.0 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.0 dune-configurator.3.22.0 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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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-03-28 07:32.21: Using cache hint "routineco/ocaml-nanoid-ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c-fedora-42-4.14_opam-2.5-3d53cb16bfb49d248e641a9bbe2aadef"2026-03-28 07:32.21: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c)(comment fedora-42-4.14_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 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && 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-threads.base base-unix.base cmdliner.2.1.0 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.0 dune-configurator.3.22.0 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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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-03-28 07:32.21: Waiting for resource in pool OCluster2026-03-28 08:04.04: Waiting for worker…2026-03-28 08:06.25: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at d22d768 Unvendor node_modules.(from ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c)Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c' locallydocker.io/ocaml/opam@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c: Pulling from ocaml/opamf11155b5d7d3: Pulling fs layerc0441fd37335: Pulling fs layer7da60934020f: Pulling fs layera3c2df9bb26c: Pulling fs layerf0624cfef3a3: Pulling fs layer11e0556d36f7: Pulling fs layera3c2df9bb26c: Waiting11e0556d36f7: Waitingf0624cfef3a3: Waitingc0441fd37335: Verifying Checksumc0441fd37335: Download completea3c2df9bb26c: Verifying Checksuma3c2df9bb26c: Download completef0624cfef3a3: Download complete11e0556d36f7: Verifying Checksum11e0556d36f7: Download completef11155b5d7d3: Verifying Checksumf11155b5d7d3: Download complete7da60934020f: Verifying Checksum7da60934020f: Download completef11155b5d7d3: Pull completec0441fd37335: Pull complete7da60934020f: Pull completea3c2df9bb26c: Pull completef0624cfef3a3: Pull complete11e0556d36f7: Pull completeDigest: sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0cStatus: Downloaded newer image for ocaml/opam@sha256:2a5f75bfa99b27c5471842ee02ea5537cf23913c53a7171eb6b7daa049b4cf0c2026-03-28 08:06.26 ---> using "44f1cb10c69e1b35dfc0df6b713e7e500ed17f28146321c7d88e072120c36624" from cache/: (comment fedora-42-4.14_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% | 5.0 KiB/s | 5.4 KiB | 00m01sFedora 42 - x86_64 100% | 76.9 KiB/s | 23.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-03-28 08:06.26 ---> using "d744e315ef8eb40b3230f43f701ca8d3d2b41c46e4e03ea91955855077feb6e1" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-28 08:06.26 ---> using "dfb864731ec4bbfef0572266c2a6a7218d6a1b23d4e908e66ab342275000b982" 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.This 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.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-03-28 08:06.26 ---> using "323893d982682c5b14096989181ce32b8633f77cf28be2ce8539a7e44beadb61" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.32.5.02026-03-28 08:06.26 ---> using "7675d3f5ac0869676693e80a05873a0684bbfc7e1835169107d2f9451d200446" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-28 08:06.26 ---> using "1928b7a86cc24575995ff900edbd943f1723f3be8a844d4150ee1407412415fe" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 46f289cd3749314bbebddeede62fc05f9858f680 || git fetch origin master) && git reset -q --hard 46f289cd3749314bbebddeede62fc05f9858f680 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD76bf2ed944..65664dc5b2 master -> origin/master46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, 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-03-28 08:06.26 ---> using "db732d73ecfca142c34537bad69573259c3f41ff7a1cb236adcdd5e01b5b6a41" from cache/src: (copy (src nanoid.opam) (dst ./))2026-03-28 08:06.26 ---> saved as "4b0a925c25b2cd0857d9da0a870fedb711895335156d848de578f69d490adc3e"/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-03-28 08:06.27 ---> saved as "956cf148cfa8b2539c2c9988bfab1f57ec1dce86e78d44adeeb457ed0f93fb25"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-28 08:06.28 ---> saved as "f9f2dfe020ace52c43570e6897e1d6d27e24a4a27325706a5c904be08287cff5"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 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.0 dune-configurator.3.22.0 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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-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.6-2.fc42 fedora 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% | 131.2 KiB/s | 18.5 KiB | 00m00s- [ 2/12] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 1.1 MiB/s | 174.4 KiB | 00m00s- [ 3/12] cmake-filesystem-0:3.31.6-2.fc4 100% | 1.4 MiB/s | 17.6 KiB | 00m00s- [ 4/12] zlib-ng-compat-devel-0:2.2.5-2. 100% | 56.3 KiB/s | 38.3 KiB | 00m01s- [ 5/12] nodejs-1:22.22.0-2.fc42.x86_64 100% | 78.9 KiB/s | 51.4 KiB | 00m01s- [ 6/12] zlib-ng-compat-static-0:2.2.5-2 100% | 35.8 KiB/s | 87.2 KiB | 00m02s- [ 7/12] c-ares-0:1.34.5-1.fc42.x86_64 100% | 91.3 KiB/s | 117.0 KiB | 00m01s- [ 8/12] libuv-1:1.51.0-1.fc42.x86_64 100% | 74.1 KiB/s | 266.3 KiB | 00m04s- [ 9/12] nodejs-npm-1:10.9.4-1.22.22.0.2 100% | 97.1 KiB/s | 2.3 MiB | 00m25s- [10/12] nodejs-docs-1:22.22.0-2.fc42.no 100% | 131.1 KiB/s | 9.1 MiB | 01m11s- [11/12] nodejs-full-i18n-1:22.22.0-2.fc 100% | 145.0 KiB/s | 8.5 MiB | 01m00s- [12/12] nodejs-libs-1:22.22.0-2.fc42.x8 100% | 151.0 KiB/s | 19.6 MiB | 02m13s- --------------------------------------------------------------------------------- [12/12] Total 100% | 294.3 KiB/s | 40.4 MiB | 02m21s- Running transaction- [ 1/14] Verify package files 100% | 90.0 B/s | 12.0 B | 00m00s- [ 2/14] Prepare transaction 100% | 155.0 B/s | 12.0 B | 00m00s- [ 3/14] Installing libuv-1:1.51.0-1.fc4 100% | 139.9 MiB/s | 573.0 KiB | 00m00s- [ 4/14] Installing c-ares-0:1.34.5-1.fc 100% | 132.2 MiB/s | 270.7 KiB | 00m00s- [ 5/14] Installing nodejs-libs-1:22.22. 100% | 336.8 MiB/s | 78.1 MiB | 00m00s- [ 6/14] Installing nodejs-1:22.22.0-2.f 100% | 10.0 MiB/s | 163.7 KiB | 00m00s- [ 7/14] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s- [ 8/14] Installing zlib-ng-compat-devel 100% | 106.0 MiB/s | 108.5 KiB | 00m00s- [ 9/14] Installing gmp-c++-1:6.3.0-4.fc 100% | 27.8 MiB/s | 28.5 KiB | 00m00s- [10/14] Installing gmp-devel-1:6.3.0-4. 100% | 345.8 MiB/s | 354.1 KiB | 00m00s- [11/14] Installing zlib-ng-compat-stati 100% | 36.2 MiB/s | 259.4 KiB | 00m00s- [12/14] Installing nodejs-npm-1:10.9.4- 100% | 36.0 MiB/s | 9.6 MiB | 00m00s- [13/14] Installing nodejs-full-i18n-1:2 100% | 307.3 MiB/s | 30.4 MiB | 00m00s- [14/14] Installing nodejs-docs-1:22.22. 100% | 739.6 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-03-28 08:08.59 ---> saved as "952bf71630a3a4c2010d9115f400736d18011e774a099db20a87a208896ad354"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-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.0- 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.0- install dune-configurator 3.22.0- 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.12.4- 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.0 (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.0, dune-configurator.3.22.0 (cached)-> retrieved js_of_ocaml.6.3.2, js_of_ocaml-compiler.6.3.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> installed cmdliner.2.1.0-> retrieved ppxlib.0.38.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved sedlex.3.7 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zarith.1.14 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.22.0-> installed csexp.1.5.2-> installed gen.1.1-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ppx_derivers.1.2.1-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed dune-configurator.3.22.0-> 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-03-28 08:10.24 ---> saved as "e1f62ac1a160e887b03d1aa626df40ec07471175a9a37a9a14e997c5b09b01e5"/src: (copy (src .) (dst /src))2026-03-28 08:10.25 ---> saved as "638ba8ca6008d8d5217606c9c32607c3a91df2ef45941922153aa90d7e9b6ae4"/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 `O94OIEN1'.[OK] pseudo-seeded 0 generate.Full test results in `/src/_build/default/tests/_build/_tests/Nanoid'.Test Successful in 0.003s. 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:3279throw 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:53456:9at Object.<anonymous> (/src/_build/default/tests/jsoo.bc.js:53465: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-03-28 08:10.27: Job failed: Failed: Build failed