Organisationsroutinecoocaml-nanoidd22d76 (master)fedora-42-5.3_opam-2.3

fedora-42-5.3_opam-2.3

Logs

Show full logs
2025-06-12 14:21.24: New job: test routineco/ocaml-nanoid https://github.com/routineco/ocaml-nanoid.git#refs/heads/master (d22d768736e6599c8262f7e063a6f66775df6f69) (linux-x86_64:fedora-42-5.3_opam-2.3)
Base: ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c
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-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c
# fedora-42-5.3_opam-2.3
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.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.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.19.1 dune-configurator.3.19.1 fmt.0.10.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.12.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 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.3 --depext-only -y nanoid.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-06-12 14:21.24: Using cache hint "routineco/ocaml-nanoid-ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c-fedora-42-5.3_opam-2.3-05598396c8ff8aa7175abf743c6827b7"
2025-06-12 14:21.24: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c)
 (comment fedora-42-5.3_opam-2.3)
 (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.3 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.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.19.1 dune-configurator.3.19.1 fmt.0.10.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.12.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 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.3 --depext-only -y nanoid.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-06-12 14:21.24: Waiting for resource in pool OCluster
2025-06-12 19:14.09: Waiting for worker…
2025-06-12 19:17.03: 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-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c)
2025-06-12 19:17.03 ---> using "6219cec5618da56ab7f2d1a249180f4afe319ecdd103db509824f628c646fc56" from cache

/: (comment fedora-42-5.3_opam-2.3)

/: (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 42 - x86_64 - Updates           100% |  46.2 KiB/s |  11.6 KiB |  00m00s
 Fedora 42 - x86_64 - Updates           100% |   4.4 MiB/s |   2.3 MiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.

Nothing to do.
2025-06-12 19:17.03 ---> using "b1f0db1fada5631e0e8a089e4b21d3aba9fcebb8766eb6c5a9e6a096ca963ec7" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-12 19:17.03 ---> using "36f20adfdb7a1fd3920d73b330c5ff2e9a27026c342876b307bcafc268e4eecd" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-12 19:17.03 ---> using "183296d1720211aca3f522267709abbd22789de72e87a55022fd39b32feff80b" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-12 19:17.03 ---> using "626b7abede693a100c736148e8f886bf78f49cecf8d70aa67da157cd49d141e7" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-06-12 19:17.03 ---> using "4994b2b063705049a578a29c9bf8c120bb196e13f645e32fb92443c24d9db643" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   bc726805e3..a28eb8a148  master     -> origin/master
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-06-12 19:17.03 ---> using "fa7ace6633c838b47d302198258727dc7ade842ddc706d444ff0616426ef8a4c" from cache

/src: (copy (src nanoid.opam) (dst ./))
2025-06-12 19:17.04 ---> saved as "8bfdbcdbd1e1adcc623392145141f1ef33921e3ac19a131e589273166fce0744"

/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-06-12 19:17.05 ---> saved as "ba646b3836c0afcbe1889eec213025367b1e77e3ec0051d32c35bfe92537c54c"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-12 19:17.05 ---> saved as "0eb143ebe3d610e6ccbe2a3b46262bd615c9a5c152b85fb93dffcf1c43051580"

/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.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.19.1 dune-configurator.3.19.1 fmt.0.10.0 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 re.1.12.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 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.3 --depext-only -y nanoid.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

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

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

+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel" "npm" "zlib-ng-compat-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package               Arch   Version                   Repository      Size
- Installing:
-  gmp-devel            x86_64 1:6.3.0-4.fc42            fedora     352.3 KiB
-  nodejs-npm           x86_64 1:10.9.2-1.22.16.0.1.fc42 updates      9.3 MiB
-  zlib-ng-compat-devel x86_64 2.2.4-3.fc42              fedora     107.0 KiB
- Installing dependencies:
-  c-ares               x86_64 1.34.5-1.fc42             updates    269.1 KiB
-  cmake-filesystem     x86_64 3.31.6-2.fc42             fedora       0.0   B
-  gmp-c++              x86_64 1:6.3.0-4.fc42            fedora      27.6 KiB
-  libuv                x86_64 1:1.51.0-1.fc42           updates    570.2 KiB
-  nodejs               x86_64 1:22.16.0-1.fc42          updates    154.4 KiB
-  nodejs-libs          x86_64 1:22.16.0-1.fc42          updates     79.1 MiB
- Installing weak dependencies:
-  nodejs-docs          noarch 1:22.16.0-1.fc42          updates     95.6 MiB
-  nodejs-full-i18n     x86_64 1:22.16.0-1.fc42          updates     30.4 MiB
- 
- Transaction Summary:
-  Installing:        11 packages
- 
- Total size of inbound packages is 40 MiB. Need to download 40 MiB.
- After this operation, 216 MiB extra will be used (install 216 MiB, remove 0 B).
- [ 1/11] gmp-c++-1:6.3.0-4.fc42.x86_64   100% |  59.5 KiB/s |  18.5 KiB |  00m00s
- [ 2/11] zlib-ng-compat-devel-0:2.2.4-3. 100% |   2.0 MiB/s |  38.4 KiB |  00m00s
- [ 3/11] nodejs-npm-1:10.9.2-1.22.16.0.1 100% |   7.1 MiB/s |   2.4 MiB |  00m00s
- [ 4/11] cmake-filesystem-0:3.31.6-2.fc4 100% |   1.7 MiB/s |  17.6 KiB |  00m00s
- [ 5/11] nodejs-1:22.16.0-1.fc42.x86_64  100% |   1.1 MiB/s |  45.7 KiB |  00m00s
- [ 6/11] gmp-devel-1:6.3.0-4.fc42.x86_64 100% | 397.3 KiB/s | 174.4 KiB |  00m00s
- [ 7/11] c-ares-0:1.34.5-1.fc42.x86_64   100% | 928.7 KiB/s | 117.0 KiB |  00m00s
- [ 8/11] libuv-1:1.51.0-1.fc42.x86_64    100% |   3.5 MiB/s | 266.3 KiB |  00m00s
- [ 9/11] nodejs-docs-1:22.16.0-1.fc42.no 100% |   4.1 MiB/s |   8.9 MiB |  00m02s
- [10/11] nodejs-full-i18n-1:22.16.0-1.fc 100% |   3.8 MiB/s |   8.5 MiB |  00m02s
- [11/11] nodejs-libs-1:22.16.0-1.fc42.x8 100% |   5.9 MiB/s |  19.8 MiB |  00m03s
- --------------------------------------------------------------------------------
- [11/11] Total                           100% |   9.8 MiB/s |  40.4 MiB |  00m04s
- Running transaction
- [ 1/13] Verify package files            100% |  84.0   B/s |  11.0   B |  00m00s
- [ 2/13] Prepare transaction             100% | 139.0   B/s |  11.0   B |  00m00s
- [ 3/13] Installing libuv-1:1.51.0-1.fc4 100% | 139.9 MiB/s | 573.0 KiB |  00m00s
- [ 4/13] Installing c-ares-0:1.34.5-1.fc 100% | 132.2 MiB/s | 270.7 KiB |  00m00s
- [ 5/13] Installing nodejs-libs-1:22.16. 100% | 341.1 MiB/s |  79.1 MiB |  00m00s
- [ 6/13] Installing nodejs-1:22.16.0-1.f 100% |   9.6 MiB/s | 156.5 KiB |  00m00s
- [ 7/13] Installing cmake-filesystem-0:3 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 8/13] Installing gmp-c++-1:6.3.0-4.fc 100% |  27.8 MiB/s |  28.5 KiB |  00m00s
- [ 9/13] Installing gmp-devel-1:6.3.0-4. 100% | 345.8 MiB/s | 354.1 KiB |  00m00s
- [10/13] Installing zlib-ng-compat-devel 100% |  15.1 MiB/s | 108.5 KiB |  00m00s
- [11/13] Installing nodejs-npm-1:10.9.2- 100% |  31.8 MiB/s |   9.8 MiB |  00m00s
- [12/13] Installing nodejs-full-i18n-1:2 100% | 289.7 MiB/s |  30.4 MiB |  00m00s
- [13/13] Installing nodejs-docs-1:22.16. 100% | 753.7 MiB/s |  95.7 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "npm" "zlib-ng-compat-devel"
- gmp-devel-6.3.0-4.fc42.x86_64
- nodejs-npm-10.9.2-1.22.16.0.1.fc42.x86_64
- zlib-ng-compat-devel-2.2.4-3.fc42.x86_64
2025-06-12 19:17.21 ---> saved as "acd7d65721d3ac80ae78a01863bf693b9933a167d5b258dab305186d94c837df"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 35 packages
  - install alcotest             1.9.0
  - install astring              0.8.5
  - install cmdliner             1.3.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.20
  - install csexp                1.5.2
  - install dune                 3.19.1
  - install dune-configurator    3.19.1
  - install fmt                  0.10.0
  - install gen                  1.1
  - install js_of_ocaml          6.0.1
  - install js_of_ocaml-compiler 6.0.1
  - install menhir               20240715
  - install menhirCST            20240715
  - install menhirLib            20240715
  - install menhirSdk            20240715
  - install ocaml-compiler-libs  v0.17.0
  - install ocaml-syntax-shims   1.0.0
  - install ocamlbuild           0.16.1
  - install ocamlfind            1.9.8
  - install ppx_derivers         1.2.1
  - install ppxlib               0.35.0
  - install re                   1.12.0
  - install sedlex               3.6
  - install seq                  base
  - install sexplib0             v0.17.0
  - install stdlib-shims         0.3.0
  - install topkg                1.0.8
  - install uutf                 1.0.4
  - install yojson               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.2-1.22.16.0.1.fc42.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/sbin/rpm "-q" "--whatprovides" "npm"
- nodejs-npm-10.9.2-1.22.16.0.1.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved cryptokit.1.20  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.10.0  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved gen.1.1  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> installed conf-npm.1
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1  (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)
-> installed cmdliner.1.3.0
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sedlex.3.6  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (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.0.8
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed gen.1.1
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.12.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed alcotest.1.9.0
-> installed dune-configurator.3.19.1
-> installed cryptokit.1.20
-> installed menhir.20240715
-> installed ppxlib.0.35.0
-> installed sedlex.3.6
-> installed js_of_ocaml-compiler.6.0.1
-> installed js_of_ocaml.6.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-12 19:18.40 ---> saved as "1e326dfaa1943645e590ac7306e8cbc4bb1f05c530a838dfa31bc41dcd14c60c"

/src: (copy (src .) (dst /src))
2025-06-12 19:18.41 ---> saved as "7e36ae66029d3d2184cfc86e0cc4ef3b5d350d61d16d98f13d1bddcf34bda5e9"

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

  [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:4588
     throw err;
     ^

Error: Cannot find module 'nanoid'
Require stack:
- /src/_build/default/tests/jsoo.bc.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1401:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1057:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1062:22)
    at Module._load (node:internal/modules/cjs/loader:1211:37)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
    at Module.require (node:internal/modules/cjs/loader:1487:12)
    at require (node:internal/modules/helpers:135:16)
    at /src/_build/default/tests/jsoo.bc.js:56516:11
    at Object.<anonymous> (/src/_build/default/tests/jsoo.bc.js:56526:3) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/src/_build/default/tests/jsoo.bc.js' ]
}

Node.js v22.16.0
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-06-12 19:18.43: Job failed: Failed: Build failed