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

freebsd-14.3-4.14_opam-2.5

Logs

Show full 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-4.14_opam-2.5)
Base: freebsd-14.3-ocaml-4.14
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-4.14
# freebsd-14.3-4.14_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-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.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 $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-4.14-freebsd-14.3-4.14_opam-2.5-e1695a6b2de7e99639ab643c98a7291f"
2026-04-22 14:11.56: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
 (comment freebsd-14.3-4.14_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-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.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-04-22 14:11.56: Waiting for resource in pool OCluster
2026-04-22 14:30.06: Waiting for worker…
2026-04-22 15:11.24: 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-4.14)
2026-04-22 15:07.49 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache

/: (comment freebsd-14.3-4.14_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.50 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" 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.52 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache

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

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-22 15:07.54 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" 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
  - ocaml-config.3
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.55 ---> using "55690a4459594aa3db021c8c83ec292ecd250c910a41ba5a18fceaa5776489b4" from cache

/src: (copy (src nanoid.opam) (dst ./))
2026-04-22 15:07.57 ---> saved as "6b11f7fb7bac54a588a7ea48d79203a9c556f949fe2a987b42b39aa785e340ab"

/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:08.01 ---> saved as "912b6855b2662fbeb9c159b4fdf71569df638941cc870e9722d5f59784af8774"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-22 15:08.03 ---> saved as "257e670c66c90590b4379c12286f1bd4e5a672f0e2ccd1b6b4d4ad3e59640c66"

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.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.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"))
[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.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 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.49 ---> saved as "386d2599ad5a10d08ee18be004c32cb90a1b174832e9a474531b25985926d941"

/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
   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.12.4
   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-gmp-powm-sec.4
 installed conf-pkg-config.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.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.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.12.4
 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.51 ---> saved as "2aa46a51cc0fbd18ec97b6748fcbbfa1175fdf87743d2307636dcad13a55d592"

/src: (copy (src .) (dst /src))
2026-04-22 15:12.54 ---> saved as "25c62f117d9cf9e74fc6b649386cfacfc6f07d8772ca9191a265f29229a936a3"

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

  [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 | (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:3279
     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:53464:9
    at Object.<anonymous> (/src/_build/default/tests/jsoo.bc.js:53473: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-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.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' 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_48781" "mount.devfs" "path=/obuilder/result/743ba1d3e7e21f4b8c5d14f9d18c0367a3c07a7d39251a375000a0358292a2c3/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.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.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' 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