Organisationsroutinecoocaml-nanoidd22d76 (master)fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:36.09: New job: test routineco/ocaml-nanoid https://github.com/routineco/ocaml-nanoid.git#refs/heads/master (d22d768736e6599c8262f7e063a6f66775df6f69) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/routineco/ocaml-nanoid.git" -b "master" && cd "ocaml-nanoid" && git reset --hard d22d7687
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2
# fedora-43-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.0 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.1 dune-configurator.3.22.1 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.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.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-03 11:36.09: Using cache hint "routineco/ocaml-nanoid-ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2-fedora-43-4.14_opam-2.5-609d0b30dcf6f57f27c04ffc0d7a830a"
2026-04-03 11:36.09: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2)
(comment fedora-43-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.0 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.1 dune-configurator.3.22.1 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.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.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-03 11:36.09: Waiting for resource in pool OCluster
2026-04-03 13:47.16: Waiting for worker…
2026-04-03 13:49.24: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at d22d768 Unvendor node_modules.


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2)
2026-04-03 13:49.24 ---> using "b53e31b79ae240e911bd4dbe895cf7d23581a2cfb176110e802dbc172e2207f8" from cache


/: (comment fedora-43-4.14_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 openh264 (From Cisco) - x86_ 100% |   1.5 KiB/s | 986.0   B |  00m01s
Fedora 43 - x86_64 - Updates           100% |  20.8 KiB/s |   5.3 KiB |  00m00s
Fedora 43 - x86_64                     100% | 114.5 KiB/s |  21.8 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-04-03 13:49.24 ---> using "f5535a281226abe35a70c0937d17524041000012367450952c04ff905fc43a19" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-03 13:49.24 ---> using "e656820258ae1329e61e088e3b74323a9a81fb7a1976bfda84b891534625d81b" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 13:49.24 ---> using "c194778dad03d316bbe8a9f0f0aecf84315fcfe8d38c84882015ad3c4a4fdd05" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-04-03 13:49.24 ---> using "f74c1f9434fc5d15e8a7f828a1fac776d0dedfb6095982641fa0091f3e3a89a3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-03 13:49.24 ---> using "e1a7186bf4aff43814a8f63902df06605e7abd22e993d46675dd54a432e5c693" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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 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.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 13:49.24 ---> using "e7bd896cea902dc8dac2eb357c7aaacdf1f4410b6399cf08fce547b8c67c2e66" from cache


/src: (copy (src nanoid.opam) (dst ./))
2026-04-03 13:49.24 ---> saved as "7859f965ce89a668291c4a12a4caeaeda52cf5db163c004e7fd425b14b772e34"


/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-03 13:49.25 ---> saved as "06188bf3190025adfa39e961f64a8c4a217a9efa9ce5d1240920d9554f658933"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 13:49.26 ---> saved as "88a5c77e7f8ba9c7175e060f3ddfcb11f219b9f47cc1fc2abc0adbd0303173d9"


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 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.1 dune-configurator.3.22.1 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.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.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"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 - x86_64 - Updates           100% |  52.8 KiB/s |   6.0 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[nanoid.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
gmp-devel npm zlib-ng-compat-devel zlib-ng-compat-static


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


+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel" "npm" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- Updating and loading repositories:
- Repositories loaded.
- Package                     Arch   Version                   Repository      Size
- Upgrading:
-  zlib-ng-compat             x86_64 2.3.3-2.fc43              updates    161.7 KiB
-    replacing zlib-ng-compat x86_64 2.3.3-1.fc43              updates    161.7 KiB
- Installing:
-  gmp-devel                  x86_64 1:6.3.0-4.fc43            fedora     352.3 KiB
-  nodejs-npm                 x86_64 1:10.9.4-1.22.22.0.2.fc43 updates      9.2 MiB
-  zlib-ng-compat-devel       x86_64 2.3.3-2.fc43              updates    107.0 KiB
-  zlib-ng-compat-static      x86_64 2.3.3-2.fc43              updates      2.1 MiB
- Installing dependencies:
-  c-ares                     x86_64 1.34.5-2.fc43             fedora     269.1 KiB
-  cmake-filesystem           x86_64 3.31.11-1.fc43            updates      0.0   B
-  gmp-c++                    x86_64 1:6.3.0-4.fc43            fedora      27.6 KiB
-  libuv                      x86_64 1:1.51.0-2.fc43           fedora     570.2 KiB
-  nodejs                     x86_64 1:22.22.0-2.fc43          updates    161.6 KiB
-  nodejs-libs                x86_64 1:22.22.0-2.fc43          updates     78.1 MiB
- Installing weak dependencies:
-  nodejs-docs                noarch 1:22.22.0-2.fc43          updates     97.5 MiB
-  nodejs-full-i18n           x86_64 1:22.22.0-2.fc43          updates     30.4 MiB
- 
- Transaction Summary:
-  Installing:        12 packages
-  Upgrading:          1 package
-  Replacing:          1 package
- 
- Total size of inbound packages is 41 MiB. Need to download 41 MiB.
- After this operation, 219 MiB extra will be used (install 219 MiB, remove 162 KiB).
- [ 1/13] gmp-c++-1:6.3.0-4.fc43.x86_64   100% |  47.4 KiB/s |  18.4 KiB |  00m00s
- [ 2/13] gmp-devel-1:6.3.0-4.fc43.x86_64 100% | 262.6 KiB/s | 174.3 KiB |  00m01s
- [ 3/13] zlib-ng-compat-devel-0:2.3.3-2. 100% |   8.0 KiB/s |  37.8 KiB |  00m05s
- [ 4/13] cmake-filesystem-0:3.31.11-1.fc 100% | 786.6 KiB/s |  13.4 KiB |  00m00s
- [ 5/13] nodejs-1:22.22.0-2.fc43.x86_64  100% |   1.5 MiB/s |  51.4 KiB |  00m00s
- [ 6/13] zlib-ng-compat-static-0:2.3.3-2 100% | 105.5 KiB/s | 478.9 KiB |  00m05s
- [ 7/13] nodejs-libs-1:22.22.0-2.fc43.x8 100% |  11.5 MiB/s |  19.6 MiB |  00m02s
- [ 8/13] c-ares-0:1.34.5-2.fc43.x86_64   100% |  68.4 KiB/s | 117.0 KiB |  00m02s
- [ 9/13] libuv-1:1.51.0-2.fc43.x86_64    100% | 711.4 KiB/s | 266.1 KiB |  00m00s
- [10/13] nodejs-docs-1:22.22.0-2.fc43.no 100% |  12.0 MiB/s |   9.1 MiB |  00m01s
- [11/13] zlib-ng-compat-0:2.3.3-2.fc43.x 100% |   3.8 MiB/s |  88.7 KiB |  00m00s
- [12/13] nodejs-npm-1:10.9.4-1.22.22.0.2 100% | 311.0 KiB/s |   2.3 MiB |  00m08s
- [13/13] nodejs-full-i18n-1:22.22.0-2.fc 100% |   7.1 MiB/s |   8.5 MiB |  00m01s
- --------------------------------------------------------------------------------
- [13/13] Total                           100% |   4.5 MiB/s |  40.9 MiB |  00m09s
- Running transaction
- [ 1/16] Verify package files            100% |  82.0   B/s |  13.0   B |  00m00s
- [ 2/16] Prepare transaction             100% | 200.0   B/s |  14.0   B |  00m00s
- [ 3/16] Upgrading zlib-ng-compat-0:2.3. 100% |  79.4 MiB/s | 162.6 KiB |  00m00s
- [ 4/16] Installing libuv-1:1.51.0-2.fc4 100% | 186.5 MiB/s | 573.0 KiB |  00m00s
- [ 5/16] Installing c-ares-0:1.34.5-2.fc 100% | 132.1 MiB/s | 270.6 KiB |  00m00s
- [ 6/16] Installing nodejs-libs-1:22.22. 100% | 339.8 MiB/s |  78.1 MiB |  00m00s
- [ 7/16] Installing nodejs-1:22.22.0-2.f 100% |  10.0 MiB/s | 163.7 KiB |  00m00s
- [ 8/16] Installing cmake-filesystem-0:3 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 9/16] Installing zlib-ng-compat-devel 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [10/16] Installing gmp-c++-1:6.3.0-4.fc 100% |  27.8 MiB/s |  28.5 KiB |  00m00s
- [11/16] Installing gmp-devel-1:6.3.0-4. 100% | 172.9 MiB/s | 354.1 KiB |  00m00s
- [12/16] Installing zlib-ng-compat-stati 100% | 172.8 MiB/s |   2.1 MiB |  00m00s
- [13/16] Installing nodejs-npm-1:10.9.4- 100% |  34.6 MiB/s |   9.6 MiB |  00m00s
- [14/16] Installing nodejs-full-i18n-1:2 100% | 304.2 MiB/s |  30.4 MiB |  00m00s
- [15/16] Installing nodejs-docs-1:22.22. 100% |   1.5 GiB/s |  97.6 MiB |  00m00s
- [16/16] Removing zlib-ng-compat-0:2.3.3 100% |  70.0   B/s |   5.0   B |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "npm" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- gmp-devel-6.3.0-4.fc43.x86_64
- nodejs-npm-10.9.4-1.22.22.0.2.fc43.x86_64
- zlib-ng-compat-devel-2.3.3-2.fc43.x86_64
- zlib-ng-compat-static-2.3.3-2.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-04-03 13:49.47 ---> saved as "563ffe6cd52d791f27504fcb4af47e210dd24a3589f807941ccfd9bf5721aebc"


/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 36 packages
- install alcotest             1.9.1
- install astring              0.8.5
- install cmdliner             2.1.0
- install conf-gmp             5
- install conf-gmp-powm-sec    4
- install conf-npm             1
- install conf-pkg-config      4
- install conf-zlib            1
- install cryptokit            1.21.1
- install csexp                1.5.2
- install dune                 3.22.1
- install dune-configurator    3.22.1
- install fmt                  0.11.0
- install gen                  1.1
- install js_of_ocaml          6.3.2
- install js_of_ocaml-compiler 6.3.2
- install menhir               20260209
- install menhirCST            20260209
- install menhirGLR            20260209
- install menhirLib            20260209
- install menhirSdk            20260209
- install ocaml-compiler-libs  v0.12.4
- install ocaml-syntax-shims   1.0.0
- install ocamlbuild           0.16.1
- install ocamlfind            1.9.8
- install ppx_derivers         1.2.1
- install ppxlib               0.38.0
- install re                   1.14.0
- install sedlex               3.7
- install seq                  base
- install sexplib0             v0.17.0
- install stdlib-shims         0.3.0
- install topkg                1.1.1
- install uutf                 1.0.4
- install yojson               3.0.0
- install zarith               1.14


The following system packages will first need to be installed:
npm


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


opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation


[1/2/3/4] 1


+ /usr/sbin/sudo "yum" "install" "-y" "npm"
- Updating and loading repositories:
- Repositories loaded.
- Package "nodejs-npm-1:10.9.4-1.22.22.0.2.fc43.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/sbin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.4-1.22.22.0.2.fc43.x86_64


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cryptokit.1.21.1  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved gen.1.1  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> installed conf-npm.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved js_of_ocaml.6.3.2, js_of_ocaml-compiler.6.3.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed cmdliner.2.1.0
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.14.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> 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.1
-> installed csexp.1.5.2
-> installed gen.1.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed dune-configurator.3.22.1
-> 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.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 13:51.14 ---> saved as "34c32551aa1ec1f72cc65c478f8608738cc83acba7df9b529e134a125e1577ef"


/src: (copy (src .) (dst /src))
2026-04-03 13:51.14 ---> saved as "812f3e94ba8b5602849096b6706b8d300d48f9b8260a11ce59b9fc9080c75aa4"


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


[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/sbin/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:1383:15)
at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
at Module._load (node:internal/modules/cjs/loader:1192:37)
at TracingChannel.traceSync (node:diagnostics_channel:328: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:53451:9
at Object.<anonymous> (/src/_build/default/tests/jsoo.bc.js:53460:3) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/src/_build/default/tests/jsoo.bc.js' ]
}


Node.js v22.22.0
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-04-03 13:51.17: Job failed: Failed: Build failed