2025-10-14 14:32.58: New job: test routineco/ocaml-nanoid https://github.com/routineco/ocaml-nanoid.git#refs/heads/master (d22d768736e6599c8262f7e063a6f66775df6f69) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)Base: freebsd-14.3-ocaml-4.14Opam 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 freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.37.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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-BLOCK2025-10-14 14:32.58: Using cache hint "routineco/ocaml-nanoid-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-1b0b5dc7a6daaa9c1b42b9c65be90755"2025-10-14 14:32.58: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.37.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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-10-14 14:32.58: Waiting for resource in pool OCluster2025-10-14 14:55.16: Waiting for worker…2025-10-14 15:44.21: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at d22d768 Unvendor node_modules.(from freebsd-14.3-ocaml-4.14)2025-10-14 15:54.19 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))2025-10-14 15:54.20 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" from cache/src: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2025-10-14 15:54.20 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.4.12025-10-14 15:54.20 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-14 15:54.21 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD98696b94e2..deb3de7fc5 master -> origin/masterdeb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.3.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2025-10-14 15:54.21 ---> using "58a385d95bb58205051a02d5115df9dda4fc5a2433e410b31fca36e6fc369d12" from cache/src: (copy (src nanoid.opam) (dst ./))2025-10-14 15:54.23 ---> saved as "885c96546c0466f5fa19090ef0777988e11f0fc59d0d501571c72200abeec417"/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-10-14 15:54.25 ---> saved as "ceaf349fedc6ee95432b78a69e09959fff87eb1ed986c6128a8761f7a42715e3"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-14 15:54.26 ---> saved as "5a5137397f93ddbbcfdd6840ac9876130be20f6bd0776cbfd9dd60f5b20ec812"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.37.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --depext-only -y nanoid.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> 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 npm<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "gmp" "npm"- Updating FreeBSD repository catalogue...- [rosemary] Fetching data.pkg:- ..- ..- .- ..- .- .. done- Processing entries:- .- ..- ..- .- ..- .- . done- FreeBSD repository update completed. 36572 packages processed.- Updating FreeBSD-kmods repository catalogue...- [rosemary] Fetching data.pkg: .. done- Processing entries: .......... done- FreeBSD-kmods repository update completed. 212 packages processed.- All repositories are up to date.- The following 11 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- c-ares: 1.34.5 [FreeBSD]- ca_root_nss: 3.115_3 [FreeBSD]- gmp: 6.3.0 [FreeBSD]- icu: 76.1,1 [FreeBSD]- libnghttp3: 1.11.0 [FreeBSD]- libngtcp2: 1.15.1 [FreeBSD]- libuv: 1.51.0 [FreeBSD]- node22: 22.19.0_1 [FreeBSD]- npm: 11.6.0 [FreeBSD]- npm-node22: 11.6.0 [FreeBSD]- simdjson: 4.0.7 [FreeBSD]-- Number of packages to be installed: 11-- The process will require 143 MiB more space.- 31 MiB to be downloaded.- [rosemary] [1/11] Fetching libngtcp2-1.15.1.pkg: ....- ...... done- [rosemary] [2/11] Fetching libnghttp3-1.11.0.pkg: ........ done- [rosemary] [3/11] Fetching c-ares-1.34.5.pkg: .......... done- [rosemary] [4/11] Fetching icu-76.1,1.pkg:- .- .- ..- ..- ..- .. done- [rosemary] [5/11] Fetching node22-22.19.0_1.pkg: .- .- ..- ..- ...- . done- [rosemary] [6/11] Fetching npm-node22-11.6.0.pkg: ...- ....... done- [rosemary] [7/11] Fetching libuv-1.51.0.pkg: ......... done- [rosemary] [8/11] Fetching simdjson-4.0.7.pkg: .........- . done- [rosemary] [9/11] Fetching gmp-6.3.0.pkg: .......... done- [rosemary] [10/11] Fetching npm-11.6.0.pkg: . done- [rosemary] [11/11] Fetching ca_root_nss-3.115_3.pkg: .......... done- Checking integrity... done (0 conflicting)- [rosemary] [1/11] Installing c-ares-1.34.5...- [rosemary] [1/11] Extracting c-ares-1.34.5: .......... done- [rosemary] [2/11] Installing ca_root_nss-3.115_3...- [rosemary] [2/11] Extracting ca_root_nss-3.115_3: ....... done- [rosemary] [3/11] Installing gmp-6.3.0...- [rosemary] [3/11] Extracting gmp-6.3.0: .......... done- [rosemary] [4/11] Installing icu-76.1,1...- [rosemary] [4/11] Extracting icu-76.1,1: .......... done- [rosemary] [5/11] Installing libnghttp3-1.11.0...- [rosemary] [5/11] Extracting libnghttp3-1.11.0: .......... done- [rosemary] [6/11] Installing libngtcp2-1.15.1...- [rosemary] [6/11] Extracting libngtcp2-1.15.1: .......... done- [rosemary] [7/11] Installing libuv-1.51.0...- [rosemary] [7/11] Extracting libuv-1.51.0: .......... done- [rosemary] [8/11] Installing simdjson-4.0.7...- [rosemary] [8/11] Extracting simdjson-4.0.7: .......... done- [rosemary] [9/11] Installing node22-22.19.0_1...- [rosemary] [9/11] Extracting node22-22.19.0_1: .......... done- [rosemary] [10/11] Installing npm-node22-11.6.0...- [rosemary] [10/11] Extracting npm-node22-11.6.0: .......... done- [rosemary] [11/11] Installing npm-11.6.0...- [rosemary] [11/11] Extracting npm-11.6.0: ... done- =====- Message from ca_root_nss-3.115_3:-- --- FreeBSD does not, and can not warrant that the certification authorities- whose certificates are included in this package have in any way been- audited for trustworthiness or RFC 3647 compliance.-- Assessment and verification of trust is the complete responsibility of- the system administrator.-- This package installs symlinks to support root certificate discovery- for software that either uses other cryptographic libraries than- OpenSSL, or use OpenSSL but do not follow recommended practice.-- If you prefer to do this manually, replace the following symlinks with- either an empty file or your site-local certificate bundle.-- * /etc/ssl/cert.pem- * /usr/local/etc/ssl/cert.pem- * /usr/local/openssl/cert.pem- =====- Message from node22-22.19.0_1:-- --- Note: If you need npm (Node Package Manager), please install www/npm-node22.2025-10-14 15:55.59 ---> saved as "59185f792ea3b69c65183bdc7b93e0a636f9ca43cff8393db12cf2969f1396de"/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∗ alcotest 1.9.1∗ astring 0.8.5∗ cmdliner 2.0.0∗ conf-gmp 5∗ conf-gmp-powm-sec 4∗ conf-npm 1∗ conf-pkg-config 4∗ conf-zlib 1∗ cryptokit 1.20∗ csexp 1.5.2∗ dune 3.20.2∗ dune-configurator 3.20.2∗ fmt 0.11.0∗ gen 1.1∗ js_of_ocaml 6.2.0∗ js_of_ocaml-compiler 6.2.0∗ menhir 20250912∗ menhirCST 20250912∗ menhirLib 20250912∗ menhirSdk 20250912∗ ocaml-compiler-libs v0.12.4∗ ocaml-syntax-shims 1.0.0∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ ppx_derivers 1.2.1∗ ppxlib 0.37.0∗ re 1.14.0∗ sedlex 3.7∗ seq base∗ sexplib0 v0.17.0∗ stdlib-shims 0.3.0∗ topkg 1.1.0∗ uutf 1.0.4∗ yojson 3.0.0∗ zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved cmdliner.2.0.0 (cached)⬇ retrieved conf-gmp.5 (cached)⬇ retrieved conf-gmp-powm-sec.4 (cached)∗ installed conf-gmp.5∗ installed conf-pkg-config.4∗ installed conf-gmp-powm-sec.4∗ installed conf-zlib.1⬇ retrieved cryptokit.1.20 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved alcotest.1.9.1 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved gen.1.1 (cached)∗ installed conf-npm.1⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)⬇ 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.2.0, js_of_ocaml-compiler.6.2.0 (cached)⬇ retrieved ppxlib.0.37.0 (cached)⬇ 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 dune.3.20.2, dune-configurator.3.20.2 (cached)⬇ retrieved yojson.3.0.0 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved topkg.1.1.0 (cached)⬇ retrieved zarith.1.14 (cached)∗ installed ocamlbuild.0.16.1∗ installed cmdliner.2.0.0∗ installed ocamlfind.1.9.8∗ installed zarith.1.14∗ installed topkg.1.1.0∗ installed uutf.1.0.4∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed dune.3.20.2∗ installed csexp.1.5.2∗ installed stdlib-shims.0.3.0∗ installed sexplib0.v0.17.0∗ installed ppx_derivers.1.2.1∗ installed ocaml-syntax-shims.1.0.0∗ installed ocaml-compiler-libs.v0.12.4∗ installed menhirSdk.20250912∗ installed menhirLib.20250912∗ installed menhirCST.20250912∗ installed gen.1.1∗ installed yojson.3.0.0∗ installed re.1.14.0∗ installed dune-configurator.3.20.2∗ installed alcotest.1.9.1∗ installed cryptokit.1.20∗ installed ppxlib.0.37.0∗ installed menhir.20250912∗ installed sedlex.3.7∗ installed js_of_ocaml-compiler.6.2.0∗ installed js_of_ocaml.6.2.0Done.2025-10-14 15:59.22 ---> saved as "acadc1927d6e3ad9a72447806eb701ba879d9e751d799e198e1949814120a861"/src: (copy (src .) (dst /src))2025-10-14 15:59.24 ---> saved as "3170df97dc7eddcd34cd10ac4f56ca4d9505f645f7fb3e739805a35691f89f1c"/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 `V4NAR87B'.[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/local/bin/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 Function._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 Function._load (node:internal/modules/cjs/loader:1192:37)at TracingChannel.traceSync (node:diagnostics_channel:322: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:54515:9at Object.<anonymous> (/src/_build/default/tests/jsoo.bc.js:54525:3) {code: 'MODULE_NOT_FOUND',requireStack: [ '/src/_build/default/tests/jsoo.bc.js' ]}Node.js v22.19.0jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.37.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed"jail" "-c" "name=obuilder_73090_23304" "mount.devfs" "path=/obuilder/result/e144c12dcdb9e206ba961d720d131818e086a417a9daf9ca9ce20e67cd28ba92/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-npm.1 conf-pkg-config.4 conf-zlib.1 cryptokit.1.20 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 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.37.0 re.1.14.0 sedlex.3.7 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 12025-10-14 16:01.05: Job failed: Failed: Build failed