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:opensuse-15.6-5.3_opam-2.3) Base: ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:03eed3183ced16e3bbc578545f87a5fc999109bedc4743538b9ff9563af70907 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:opensuse-15.6-ocaml-5.3@sha256:03eed3183ced16e3bbc578545f87a5fc999109bedc4743538b9ff9563af70907 # opensuse-15.6-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src 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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.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:opensuse-15.6-ocaml-5.3@sha256:03eed3183ced16e3bbc578545f87a5fc999109bedc4743538b9ff9563af70907-opensuse-15.6-5.3_opam-2.3-9140ae82490eac973894ba1f823e12bb" 2025-03-12 19:48.57: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:03eed3183ced16e3bbc578545f87a5fc999109bedc4743538b9ff9563af70907) (comment opensuse-15.6-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.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.23: Waiting for worker… 2025-03-12 20:42.28: Got resource from pool OCluster Building on x86-bm-c5.sw.ocaml.org All commits already cached HEAD is now at d22d768 Unvendor node_modules. (from ocaml/opam:opensuse-15.6-ocaml-5.3@sha256:03eed3183ced16e3bbc578545f87a5fc999109bedc4743538b9ff9563af70907) 2025-03-12 20:42.28 ---> using "97c0fadd2a2f6fc0d6f7c024b06fdc5e37314bdc6a75a12d7cd819ed6ccf2aa0" from cache /: (comment opensuse-15.6-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-12 20:42.28 ---> using "ae8deb97ac3f0d225fc1c09301f1ecf73216745312621d386a5a7c1d83af4ac0" 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 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 --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.28 ---> using "b9e7493c2d0282d19720dc154beb4021e405218902724c60e81ee6d906a24ad1" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-03-12 20:42.28 ---> using "59503f8b04c6e35ab7b00f105a136ae0ce66053ec9281c32268254d16b5cb3d4" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-12 20:42.28 ---> using "3336fd0a8b7aa274901f66563ebf4bbae201df957a49f9776cc6d20c7be356cc" 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 862a7640b1..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.28 ---> using "454c7a78c9e31c251e4898dfb4594a19468234b096e141f7069db5b0b063300c" from cache /src: (copy (src nanoid.opam) (dst ./)) 2025-03-12 20:42.28 ---> saved as "59a501729beca922cfb29993b689606c315a8eb767cc71b68d41f0ab0552f6a9" /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.36 ---> saved as "e25b1417f83abfee8c609a51571a7c6349c7aef69bd0306953f4f4cf18107fb8" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-12 20:42.36 ---> saved as "6347b75e66b174373c981c0de82ca34750dfc2cb868a2e72a10b4a30f342c312" /src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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.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 "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [......... - done] - Building repository 'Update repository of openSUSE Backports' cache [....done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.... - ......... - ......... - ..... - ....done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Repository 'Main Update Repository' is up to date. - Repository 'Update Repository (Non-Oss)' is up to date. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - All repositories have been refreshed. <><> 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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-default <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "npm-default" - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following 10 NEW packages are going to be installed: - gmp-devel libcares2 libgmpxx4 libicu73_2 libicu73_2-ledata nodejs-common nodejs-default nodejs20 npm-default npm20 - - 10 new packages to install. - - Package download size: 23.3 MiB - - Package install size change: - | 93.0 MiB required by packages that will be installed - 93.0 MiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Retrieving: libcares2-1.19.1-150000.3.26.1.x86_64 (Main Repository) (1/10), 61.2 KiB - Retrieving: libcares2-1.19.1-150000.3.26.1.x86_64.rpm [.done] - Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (2/10), 17.1 KiB - Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [.done] - Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (3/10), 7.3 MiB - Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [. - ...done (11.0 MiB/s)] - Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (4/10), 2.2 MiB - Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [..done] - Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Main Repository) (5/10), 1.8 MiB - Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [..done] - Retrieving: nodejs-common-6.0-150600.1.5.x86_64 (Main Repository) (6/10), 14.5 KiB - Retrieving: nodejs-common-6.0-150600.1.5.x86_64.rpm [.done] - Retrieving: nodejs20-20.18.2-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/10), 10.1 MiB - Retrieving: nodejs20-20.18.2-150600.3.9.1.x86_64.rpm [. - ...done (31.5 MiB/s)] - Retrieving: nodejs-default-6.0-150600.1.5.x86_64 (Main Repository) (8/10), 9.8 KiB - Retrieving: nodejs-default-6.0-150600.1.5.x86_64.rpm [.done] - Retrieving: npm20-20.18.2-150600.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/10), 1.8 MiB - Retrieving: npm20-20.18.2-150600.3.9.1.x86_64.rpm [..done (10.0 MiB/s)] - Retrieving: npm-default-6.0-150600.1.5.x86_64 (Main Repository) (10/10), 9.8 KiB - Retrieving: npm-default-6.0-150600.1.5.x86_64.rpm [.done] - - Checking for file conflicts: [.... - done] - ( 1/10) Installing: libcares2-1.19.1-150000.3.26.1.x86_64 [..done] - ( 2/10) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done] - ( 3/10) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [......... - ........done] - ( 4/10) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [... - ..done] - ( 5/10) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [.....done] - ( 6/10) Installing: nodejs-common-6.0-150600.1.5.x86_64 [..done] - ( 7/10) Installing: nodejs20-20.18.2-150600.3.9.1.x86_64 [.... - .......... - ........ - update-alternatives: using /usr/bin/node20 to provide /usr/bin/node-default (node-default) in auto mode - done] - ( 8/10) Installing: nodejs-default-6.0-150600.1.5.x86_64 [..done] - ( 9/10) Installing: npm20-20.18.2-150600.3.9.1.x86_64 [.. - ....... - update-alternatives: using /usr/bin/npm20 to provide /usr/bin/npm-default (npm-default) in auto mode - update-alternatives: using /usr/bin/npx20 to provide /usr/bin/npx-default (npx-default) in auto mode - done] - (10/10) Installing: npm-default-6.0-150600.1.5.x86_64 [..done] 2025-03-12 20:43.56 ---> saved as "96f73e1690c24883792b9304e42d3c28a7d0fde4f8856a8d9e6a170ea357d2d0" /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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 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.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.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 <><> 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) -> installed conf-npm.1 -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (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 ppx_derivers.1.2.1 (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) -> retrieved zarith.1.14 (cached) -> retrieved topkg.1.0.8 (cached) -> installed cmdliner.1.3.0 -> installed seq.base -> retrieved yojson.2.2.2 (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 menhirCST.20240715 -> installed menhirSdk.20240715 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed menhirLib.20240715 -> installed gen.1.1 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.12.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed yojson.2.2.2 -> installed dune-configurator.3.17.2 -> installed alcotest.1.8.0 -> 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:47.41 ---> saved as "dc754e4d66dd2d8ce6ef5a9a157b787fda2ffa3947c0070155d05047ee146603" /src: (copy (src .) (dst /src)) 2025-03-12 20:47.41 ---> saved as "eff1c483992fc187fd54b69457163ed901d99b066a7dbefe414e043605d496c7" /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/5.3/bin/js_of_ocaml build-runtime --source-map-inline --pretty -o .jsoo.eobjs/jsoo/jsoo.bc.runtime.js /home/opam/.opam/5.3/lib/alcotest/runtime.js) warning: /home/opam/.opam/5.3/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 `Y0Y8X57A'. [OK] pseudo-seeded 0 generate. Full test results in `/src/_build/default/tests/_build/_tests/Nanoid'. Test Successful in 0.002s. 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:4589 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:1051:27) at Module.require (node:internal/modules/cjs/loader:1311:19) at require (node:internal/modules/helpers:179:18) at /src/_build/default/tests/jsoo.bc.js:56475:11 at Object.<anonymous> (/src/_build/default/tests/jsoo.bc.js:56485:3) at Module._compile (node:internal/modules/cjs/loader:1469:14) at Module._extensions..js (node:internal/modules/cjs/loader:1548:10) at Module.load (node:internal/modules/cjs/loader:1288:32) at Module._load (node:internal/modules/cjs/loader:1104:12) { code: 'MODULE_NOT_FOUND', requireStack: [ '/src/_build/default/tests/jsoo.bc.js' ] } Node.js v20.18.2 "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-03-12 20:47.44: Job failed: Failed: Build failed