Organisationsroutinecoocaml-nanoidd22d76 (master)freebsd-14.3-5.4_opam-2.5

freebsd-14.3-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-22 14:11.56: New job: test routineco/ocaml-nanoid https://github.com/routineco/ocaml-nanoid.git#refs/heads/master (d22d768736e6599c8262f7e063a6f66775df6f69) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5)
Base: freebsd-14.3-ocaml-5.4
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 freebsd-14.3-ocaml-5.4
# freebsd-14.3-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.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 $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


2026-04-22 14:11.56: Using cache hint "routineco/ocaml-nanoid-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-78dbf85294c3c9725a081fa6c6bcb01b"
2026-04-22 14:11.56: Using OBuilder spec:
((from freebsd-14.3-ocaml-5.4)
(comment freebsd-14.3-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 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 OCluster
2026-04-22 14:29.56: Waiting for worker…
2026-04-22 15:11.22: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at d22d768 Unvendor node_modules.


(from freebsd-14.3-ocaml-5.4)
2026-04-22 15:07.46 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache


/: (comment freebsd-14.3-5.4_opam-2.5)


/: (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.5 /usr/local/bin/opam"))
2026-04-22 15:07.47 ---> using "e61cc6f90204801db314d0aa3481b9199ff82a8a270abed9917e5690810c70ed" 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 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-04-22 15:07.48 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-22 15:07.50 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-22 15:07.51 ---> using "56f48ccddab22348a30c0beee9b14f69a3990eb0fbd9a0ccd0040d116cc1fce5" 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_HEAD
42844088d7..80ba534fc6  master     -> origin/master
036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (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 possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
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.
2026-04-22 15:07.51 ---> using "a59e9e8b30fc610e066b70950d76d735bccf907666272bc868dfdcfacfd22c94" from cache


/src: (copy (src nanoid.opam) (dst ./))
2026-04-22 15:07.53 ---> saved as "5ef49355e9230298deab2cc033b32eb63b782d3b8d3d3993a94b78c98a9080ab"


/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:07.57 ---> saved as "f7ce104858e622d3ec4be5e24033dfa558e5a563cdbf1621b3aa91cddc7aa5c0"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-22 15:07.59 ---> saved as "29b9b5beebac6c303c12f658a6a22b189d4040ffaed2b2a7d91e82d6cf6a1c57"


/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"))
[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 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 npm


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/local/bin/sudo "pkg" "install" "-y" "gmp" "npm"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data:
- ..
- ....
- .... done
- Processing entries:
- .
- ..
- .
- ..
- .
- .
- .
- . done
- FreeBSD repository update completed. 37065 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data: ..
- .... done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 245 packages processed.
- All repositories are up to date.
- The following 21 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	c-ares: 1.34.6 [FreeBSD]
- 	corepack: 0.34.6 [FreeBSD]
- 	gmp: 6.3.0 [FreeBSD]
- 	googletest: 1.16.0 [FreeBSD]
- 	hdr_histogram: 0.11.9 [FreeBSD]
- 	icu: 76.1,1 [FreeBSD]
- 	libada: 3.4.4 [FreeBSD]
- 	libedit: 3.1.20251016_1,1 [FreeBSD]
- 	libnghttp3: 1.15.0 [FreeBSD]
- 	libngtcp2: 1.21.0 [FreeBSD]
- 	libuv: 1.52.0 [FreeBSD]
- 	llhttp: 9.3.1 [FreeBSD]
- 	merve: 1.2.0_1 [FreeBSD]
- 	nbytes: 0.1.3 [FreeBSD]
- 	node24: 24.14.1 [FreeBSD]
- 	npm: 11.11.0 [FreeBSD]
- 	npm-node24: 11.11.0 [FreeBSD]
- 	simdjson: 4.5.0 [FreeBSD]
- 	simdutf: 8.2.0 [FreeBSD]
- 	sqlite3: 3.50.4_2,1 [FreeBSD]
- 	uvwasi: 0.0.23 [FreeBSD]
- 
- Number of packages to be installed: 21
- 
- The process will require 142 MiB more space.
- 31 MiB to be downloaded.
- [rosemary] [ 1/21] Fetching libngtcp2-1.21.0: .......... done
- [rosemary] [ 2/21] Fetching llhttp-9.3.1: ... done
- [rosemary] [ 3/21] Fetching libnghttp3-1.15.0: ........ done
- [rosemary] [ 4/21] Fetching corepack-0.34.6: .......... done
- [rosemary] [ 5/21] Fetching c-ares-1.34.6: .......... done
- [rosemary] [ 6/21] Fetching libedit-3.1.20251016_1,1: .......... done
- [rosemary] [ 7/21] Fetching nbytes-0.1.3: . done
- [rosemary] [ 8/21] Fetching icu-76.1,1: ...
- ....... done
- [rosemary] [ 9/21] Fetching node24-24.14.1: .......... done
- [rosemary] [10/21] Fetching sqlite3-3.50.4_2,1: .......... done
- [rosemary] [11/21] Fetching libada-3.4.4: .......... done
- [rosemary] [12/21] Fetching merve-1.2.0_1: .. done
- [rosemary] [13/21] Fetching libuv-1.52.0: ......... done
- [rosemary] [14/21] Fetching npm-node24-11.11.0: .......... done
- [rosemary] [15/21] Fetching uvwasi-0.0.23: ...... done
- [rosemary] [16/21] Fetching simdjson-4.5.0: .......... done
- [rosemary] [17/21] Fetching simdutf-8.2.0: .......... done
- [rosemary] [18/21] Fetching googletest-1.16.0: .......... done
- [rosemary] [19/21] Fetching gmp-6.3.0: .......... done
- [rosemary] [20/21] Fetching npm-11.11.0: . done
- [rosemary] [21/21] Fetching hdr_histogram-0.11.9: ........ done
- Checking integrity... done (0 conflicting)
- [rosemary] [ 1/21] Installing c-ares-1.34.6...
- [rosemary] [ 1/21] Extracting c-ares-1.34.6: .......... done
- [rosemary] [ 2/21] Installing corepack-0.34.6...
- [rosemary] [ 2/21] Extracting corepack-0.34.6: .......... done
- [rosemary] [ 3/21] Installing gmp-6.3.0...
- [rosemary] [ 3/21] Extracting gmp-6.3.0: .......... done
- [rosemary] [ 4/21] Installing googletest-1.16.0...
- [rosemary] [ 4/21] Extracting googletest-1.16.0: .......... done
- [rosemary] [ 5/21] Installing hdr_histogram-0.11.9...
- [rosemary] [ 5/21] Extracting hdr_histogram-0.11.9: .......... done
- [rosemary] [ 6/21] Installing icu-76.1,1...
- [rosemary] [ 6/21] Extracting icu-76.1,1: ........
- .. done
- [rosemary] [ 7/21] Installing libada-3.4.4...
- [rosemary] [ 7/21] Extracting libada-3.4.4: .......... done
- [rosemary] [ 8/21] Installing libedit-3.1.20251016_1,1...
- [rosemary] [ 8/21] Extracting libedit-3.1.20251016_1,1: .......... done
- [rosemary] [ 9/21] Installing libnghttp3-1.15.0...
- [rosemary] [ 9/21] Extracting libnghttp3-1.15.0: .......... done
- [rosemary] [10/21] Installing libngtcp2-1.21.0...
- [rosemary] [10/21] Extracting libngtcp2-1.21.0: .......... done
- [rosemary] [11/21] Installing libuv-1.52.0...
- [rosemary] [11/21] Extracting libuv-1.52.0: .......... done
- [rosemary] [12/21] Installing llhttp-9.3.1...
- [rosemary] [12/21] Extracting llhttp-9.3.1: .......... done
- [rosemary] [13/21] Installing nbytes-0.1.3...
- [rosemary] [13/21] Extracting nbytes-0.1.3: ...... done
- [rosemary] [14/21] Installing simdjson-4.5.0...
- [rosemary] [14/21] Extracting simdjson-4.5.0: .......... done
- [rosemary] [15/21] Installing simdutf-8.2.0...
- [rosemary] [15/21] Extracting simdutf-8.2.0: .......... done
- [rosemary] [16/21] Installing merve-1.2.0_1...
- [rosemary] [16/21] Extracting merve-1.2.0_1: .......... done
- [rosemary] [17/21] Installing sqlite3-3.50.4_2,1...
- [rosemary] [17/21] Extracting sqlite3-3.50.4_2,1: .......... done
- [rosemary] [18/21] Installing uvwasi-0.0.23...
- [rosemary] [18/21] Extracting uvwasi-0.0.23: .......... done
- [rosemary] [19/21] Installing node24-24.14.1...
- [rosemary] [19/21] Extracting node24-24.14.1: .......... done
- [rosemary] [20/21] Installing npm-node24-11.11.0...
- [rosemary] [20/21] Extracting npm-node24-11.11.0: .......... done
- [rosemary] [21/21] Installing npm-11.11.0...
- [rosemary] [21/21] Extracting npm-11.11.0: ... done
- =====
- Message from node24-24.14.1:
- 
- --
- Note: If you need npm (Node Package Manager), please install www/npm-node24.
2026-04-22 15:08.48 ---> saved as "15b017ed177130b452890e6ea492da07e0cc29df5bd41663bd811d87858b037a"


/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
 alcotest             1.9.1
 astring              0.8.5
 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-compiler-libs  v0.17.0
 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


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved cmdliner.2.1.1  (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
 retrieved cryptokit.1.21.1  (cached)
 installed conf-zlib.1
 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.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (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 ppx_derivers.1.2.1  (cached)
 retrieved js_of_ocaml.6.3.2, js_of_ocaml-compiler.6.3.2  (cached)
 retrieved ppxlib.0.38.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 uutf.1.0.4  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
 retrieved zarith.1.14  (cached)
 retrieved yojson.3.0.0  (cached)
 installed ocamlbuild.0.16.1
 installed cmdliner.2.1.1
 installed ocamlfind.1.9.8
 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.2
 installed menhirCST.20260209
 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.17.0
 installed yojson.3.0.0
 installed menhirSdk.20260209
 installed menhirLib.20260209
 installed menhirGLR.20260209
 installed gen.1.1
 installed re.1.14.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.2
Done.
2026-04-22 15:12.53 ---> saved as "ec7f35e610ff26757e3b764a2f519fdaea3cf9cdb575ebb61894a059ceb9e059"


/src: (copy (src .) (dst /src))
2026-04-22 15:12.55 ---> saved as "f30c431e0c78b28fc1c748825863f79b74e83bda93eb6bcb627281f9fab9ba89"


/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 `YKLKTJDC'.


[OK]          pseudo-seeded          0   generate.


Full test results in `/src/_build/default/tests/_build/_tests/Nanoid'.
Test Successful in 0.005s. 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/local/bin/node jsoo.bc.js)
/src/_build/default/tests/jsoo.bc.js:4407
throw err;
^


Error: Cannot find module 'nanoid'
Require stack:
- /src/_build/default/tests/jsoo.bc.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1456:15)
at defaultResolveImpl (node:internal/modules/cjs/loader:1066:19)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1071:22)
at Module._load (node:internal/modules/cjs/loader:1242:25)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.require (node:internal/modules/cjs/loader:1556:12)
at require (node:internal/modules/helpers:152:16)
at /src/_build/default/tests/jsoo.bc.js:57789:9
at Object.<anonymous> (/src/_build/default/tests/jsoo.bc.js:57798:3)
at Module._compile (node:internal/modules/cjs/loader:1812:14) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/src/_build/default/tests/jsoo.bc.js' ]
}


Node.js v24.14.1
jail: /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-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' 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_52585_48782" "mount.devfs" "path=/obuilder/result/02177b1b892344fbea38bcf0ed892bebe8564f39219fcff8af0ce0a7c52ab168/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-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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2026-04-22 15:16.45: Job failed: Failed: Build failed