2025-03-12 19:48.57: New job: test routineco/ocaml-nanoid https://github.com/routineco/ocaml-nanoid.git#refs/heads/master (d22d768736e6599c8262f7e063a6f66775df6f69) (linux-x86_64:fedora-41-4.14_opam-2.3) Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:d4c1bb0291bee4e15020d5839c102ae83acfedbb8065f510788d2b5d5cab8e31 Opam project build To reproduce locally: git clone --recursive "https://github.com/routineco/ocaml-nanoid.git" -b "master" && cd "ocaml-nanoid" && git reset --hard d22d7687 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:d4c1bb0291bee4e15020d5839c102ae83acfedbb8065f510788d2b5d5cab8e31 # fedora-41-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 nanoid.opam ./ RUN opam pin add -yn nanoid.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 fmt.0.10.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.35.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y nanoid.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-03-12 19:48.57: Using cache hint "routineco/ocaml-nanoid-ocaml/opam:fedora-41-ocaml-4.14@sha256:d4c1bb0291bee4e15020d5839c102ae83acfedbb8065f510788d2b5d5cab8e31-fedora-41-4.14_opam-2.3-db8afc2edee42a2e1345cab3a6e21508" 2025-03-12 19:48.57: Using OBuilder spec: ((from ocaml/opam:fedora-41-ocaml-4.14@sha256:d4c1bb0291bee4e15020d5839c102ae83acfedbb8065f510788d2b5d5cab8e31) (comment fedora-41-4.14_opam-2.3) (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.3 /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 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && 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 (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 fmt.0.10.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.35.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 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.3 --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")) ) 2025-03-12 19:48.57: Waiting for resource in pool OCluster 2025-03-12 20:40.24: Waiting for worker… 2025-03-12 20:42.29: Got resource from pool OCluster Building on x86-bm-c2.sw.ocaml.org All commits already cached HEAD is now at d22d768 Unvendor node_modules. (from ocaml/opam:fedora-41-ocaml-4.14@sha256:d4c1bb0291bee4e15020d5839c102ae83acfedbb8065f510788d2b5d5cab8e31) 2025-03-12 20:42.29 ---> using "d0edabe3039e3be4180746fad9671a6ef3897e6596e3ed00e2e9bb506d0c0dac" from cache /: (comment fedora-41-4.14_opam-2.3) /: (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 41 openh264 (From Cisco) - x86_ 100% | 13.2 KiB/s | 989.0 B | 00m00s Fedora 41 - x86_64 - Updates 100% | 269.4 KiB/s | 25.6 KiB | 00m00s Fedora 41 - x86_64 100% | 276.5 KiB/s | 26.8 KiB | 00m00s Fedora 41 - x86_64 - Updates 100% | 5.6 MiB/s | 5.7 MiB | 00m01s Repositories loaded. Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed. Nothing to do. 2025-03-12 20:42.29 ---> using "c621465988ed1c828ca7da7fadddd8e83f549e421f75c15180f30539cc26e463" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-12 20:42.29 ---> using "794c3e2eedd4dfa3255f5981656f7a03c37abaee8d7f172d2526801b9bf56eac" 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 development 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-03-12 20:42.29 ---> using "3060dc50c0b597ec9abdc3140e40df94bea95f35d789157c5f2e2857caf1139a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-03-12 20:42.29 ---> using "a34780d28de848ae489944f80996f4c3b1650d516721eecc8057dd408911b4e9" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-12 20:42.29 ---> using "835e23136df5a5f441ea8e6994e29629d5aef0d747ae06bba9d4eba9828dbbac" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 94514fa0d0..a3d20148ad master -> origin/master 3a07c5ca80 Merge pull request #27604 from dbuenzli/b0-publish-topkg-care.1.0.8-etc-34b29252ad1a6aca <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-03-12 20:42.29 ---> using "45d92b6e2848738ee081a26ec5a998b923b08b7b395cec62373befe5a0fcfa0b" from cache /src: (copy (src nanoid.opam) (dst ./)) 2025-03-12 20:42.30 ---> saved as "5dc7890d49119aac0d5fe37ade6a51c1f8a9edb5525340f7d2aea69d2b7db695" /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) 2025-03-12 20:42.31 ---> saved as "b4038f4329bc9027a0c771417812c8fdbb4aac8928feacfb6770ee72ffee08ec" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-12 20:42.31 ---> saved as "c9553c97408a0c9942eafcee22e5c81b145ecb1133855d379e8c4c271fd6899d" /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 fmt.0.10.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.35.0 re.1.12.0 sedlex.3.3 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 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.3 --depext-only -y nanoid.dev $DEPS")) + /usr/bin/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.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "yum" "install" "-y" "gmp-devel" "npm" "zlib-ng-compat-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Upgrading: - zlib-ng-compat x86_64 2.2.3-2.fc41 updates 141.9 KiB - replacing zlib-ng-compat x86_64 2.2.3-1.fc41 updates 138.5 KiB - Installing: - gmp-devel x86_64 1:6.3.0-2.fc41 fedora 352.3 KiB - nodejs-npm x86_64 1:10.9.2-1.22.14.0.2.fc41 updates 9.3 MiB - zlib-ng-compat-devel x86_64 2.2.3-2.fc41 updates 107.0 KiB - Installing dependencies: - cmake-filesystem x86_64 3.30.8-1.fc41 updates 0.0 B - gmp-c++ x86_64 1:6.3.0-2.fc41 fedora 31.8 KiB - libuv x86_64 1:1.50.0-1.fc41 updates 568.4 KiB - nodejs x86_64 1:22.14.0-2.fc41 updates 149.5 KiB - nodejs-libs x86_64 1:22.14.0-2.fc41 updates 75.9 MiB - Installing weak dependencies: - nodejs-docs noarch 1:22.14.0-2.fc41 updates 93.7 MiB - nodejs-full-i18n x86_64 1:22.14.0-2.fc41 updates 30.4 MiB - - Transaction Summary: - Installing: 10 packages - Upgrading: 1 package - Replacing: 1 package - - Total size of inbound packages is 40 MiB. Need to download 40 MiB. - After this operation, 211 MiB extra will be used (install 211 MiB, remove 139 KiB). - [ 1/11] gmp-c++-1:6.3.0-2.fc41.x86_64 100% | 248.4 KiB/s | 18.6 KiB | 00m00s - [ 2/11] gmp-devel-1:6.3.0-2.fc41.x86_64 100% | 1.5 MiB/s | 174.4 KiB | 00m00s - [ 3/11] zlib-ng-compat-devel-0:2.2.3-2. 100% | 1.0 MiB/s | 38.3 KiB | 00m00s - [ 4/11] cmake-filesystem-0:3.30.8-1.fc4 100% | 934.1 KiB/s | 16.8 KiB | 00m00s - [ 5/11] nodejs-1:22.14.0-2.fc41.x86_64 100% | 2.4 MiB/s | 46.7 KiB | 00m00s - [ 6/11] libuv-1:1.50.0-1.fc41.x86_64 100% | 6.3 MiB/s | 264.3 KiB | 00m00s - [ 7/11] nodejs-npm-1:10.9.2-1.22.14.0.2 100% | 11.6 MiB/s | 2.4 MiB | 00m00s - [ 8/11] nodejs-full-i18n-1:22.14.0-2.fc 100% | 30.6 MiB/s | 8.5 MiB | 00m00s - [ 9/11] nodejs-docs-1:22.14.0-2.fc41.no 100% | 24.5 MiB/s | 8.8 MiB | 00m00s - [10/11] zlib-ng-compat-0:2.2.3-2.fc41.x 100% | 1.6 MiB/s | 78.9 KiB | 00m00s - [11/11] nodejs-libs-1:22.14.0-2.fc41.x8 100% | 31.6 MiB/s | 19.2 MiB | 00m01s - -------------------------------------------------------------------------------- - [11/11] Total 100% | 41.3 MiB/s | 39.6 MiB | 00m01s - Running transaction - [ 1/14] Verify package files 100% | 35.0 B/s | 11.0 B | 00m00s - [ 2/14] Prepare transaction 100% | 123.0 B/s | 12.0 B | 00m00s - [ 3/14] Upgrading zlib-ng-compat-0:2.2. 100% | 69.7 MiB/s | 142.7 KiB | 00m00s - [ 4/14] Installing libuv-1:1.50.0-1.fc4 100% | 139.5 MiB/s | 571.2 KiB | 00m00s - [ 5/14] Installing nodejs-libs-1:22.14. 100% | 169.9 MiB/s | 75.9 MiB | 00m00s - [ 6/14] Installing nodejs-1:22.14.0-2.f 100% | 74.0 MiB/s | 151.6 KiB | 00m00s - [ 7/14] Installing cmake-filesystem-0:3 100% | 2.4 MiB/s | 7.3 KiB | 00m00s - [ 8/14] Installing gmp-c++-1:6.3.0-2.fc 100% | 15.9 MiB/s | 32.6 KiB | 00m00s - [ 9/14] Installing gmp-devel-1:6.3.0-2. 100% | 172.9 MiB/s | 354.1 KiB | 00m00s - [10/14] Installing zlib-ng-compat-devel 100% | 10.6 MiB/s | 108.5 KiB | 00m00s - [11/14] Installing nodejs-npm-1:10.9.2- 100% | 37.5 MiB/s | 9.8 MiB | 00m00s - [12/14] Installing nodejs-full-i18n-1:2 100% | 163.3 MiB/s | 30.4 MiB | 00m00s - [13/14] Installing nodejs-docs-1:22.14. 100% | 823.4 MiB/s | 93.9 MiB | 00m00s - [14/14] Removing zlib-ng-compat-0:2.2.3 100% | 48.0 B/s | 5.0 B | 00m00s - Complete! + /usr/bin/rpm "-q" "--whatprovides" "gmp-devel" "npm" "zlib-ng-compat-devel" - gmp-devel-6.3.0-2.fc41.x86_64 - nodejs-npm-10.9.2-1.22.14.0.2.fc41.x86_64 - zlib-ng-compat-devel-2.2.3-2.fc41.x86_64 2025-03-12 20:43.04 ---> saved as "819c4ebeab9d0d0cfd5f145068e15944bc60c103fa656bb2a04f277863600297" /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.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 35 packages - install alcotest 1.8.0 - install astring 0.8.5 - install cmdliner 1.3.0 - install conf-gmp 4 - install conf-gmp-powm-sec 3 - install conf-npm 1 - install conf-pkg-config 4 - install conf-zlib 1 - install cryptokit 1.20 - install csexp 1.5.2 - install dune 3.17.2 - install dune-configurator 3.17.2 - install fmt 0.10.0 - install gen 1.1 - install js_of_ocaml 6.0.1 - install js_of_ocaml-compiler 6.0.1 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - 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.35.0 - install re 1.12.0 - install sedlex 3.3 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uutf 1.0.4 - install yojson 2.2.2 - install zarith 1.14 The 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 detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "yum" "install" "-y" "npm" - Updating and loading repositories: - Repositories loaded. - Package "nodejs-npm-1:10.9.2-1.22.14.0.2.fc41.x86_64" is already installed. - - Nothing to do. + /usr/bin/rpm "-q" "--whatprovides" "npm" - nodejs-npm-10.9.2-1.22.14.0.2.fc41.x86_64 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved conf-gmp.4 (cached) -> retrieved conf-gmp-powm-sec.3 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved cryptokit.1.20 (cached) -> installed conf-gmp.4 -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.10.0 (cached) -> installed conf-gmp-powm-sec.3 -> installed conf-zlib.1 -> retrieved gen.1.1 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> installed conf-npm.1 -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved seq.base (cached) -> retrieved re.1.12.0 (cached) -> retrieved sedlex.3.3 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> installed cmdliner.1.3.0 -> installed seq.base -> retrieved topkg.1.0.8 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved zarith.1.14 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed dune.3.17.2 -> installed csexp.1.5.2 -> installed gen.1.1 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed ppx_derivers.1.2.1 -> installed re.1.12.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed yojson.2.2.2 -> installed alcotest.1.8.0 -> installed dune-configurator.3.17.2 -> installed cryptokit.1.20 -> installed menhir.20240715 -> installed ppxlib.0.35.0 -> installed sedlex.3.3 -> installed js_of_ocaml-compiler.6.0.1 -> installed js_of_ocaml.6.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-12 20:46.05 ---> saved as "e0e88389e416f36e2c1975f261ca58b7e8ab23486e031ff236415b7a60128781" /src: (copy (src .) (dst /src)) 2025-03-12 20:46.05 ---> saved as "48b2f01fab1110ac520e8e7b57a7910dabf000af93e971ef1c183ff6ab369302" /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 && /home/opam/.opam/4.14/bin/js_of_ocaml build-runtime --source-map-inline --pretty -o .jsoo.eobjs/jsoo/jsoo.bc.runtime.js /home/opam/.opam/4.14/lib/alcotest/runtime.js) warning: /home/opam/.opam/4.14/lib/alcotest/runtime.js:24: 'joo_global_object' is being deprecated, please use `globalThis` instead (cd _build/default/tests && ./os.exe) Testing `Nanoid'. This run has ID `Y25013YS'. [OK] pseudo-seeded 0 generate. Full test results in `/src/_build/default/tests/_build/_tests/Nanoid'. Test Successful in 0.001s. 1 test run. File "tests/dune", lines 18-21, characters 0-64: 18 | (rule 19 | (alias runtest) 20 | (action 21 | (run node %{dep:jsoo.bc.js}))) (cd _build/default/tests && /usr/bin/node jsoo.bc.js) /src/_build/default/tests/jsoo.bc.js:3469 throw err; ^ Error: Cannot find module 'nanoid' Require stack: - /src/_build/default/tests/jsoo.bc.js at Module._resolveFilename (node:internal/modules/cjs/loader:1225:15) at Module._load (node:internal/modules/cjs/loader:1055:27) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:220:24) at Module.require (node:internal/modules/cjs/loader:1311:12) at require (node:internal/modules/helpers:136:16) at /src/_build/default/tests/jsoo.bc.js:52916:11 at Object.<anonymous> (/src/_build/default/tests/jsoo.bc.js:52926:3) at Module._compile (node:internal/modules/cjs/loader:1554:14) at Module._extensions..js (node:internal/modules/cjs/loader:1706:10) { code: 'MODULE_NOT_FOUND', requireStack: [ '/src/_build/default/tests/jsoo.bc.js' ] } Node.js v22.14.0 "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-03-12 20:46.08: Job failed: Failed: Build failed