Organisationsocurrentopam-dune-lint04aed0 (master)debian-13-5.3+flambda_opam-2.4

debian-13-5.3+flambda_opam-2.4

Logs

Show full logs
2025-10-15 10:12.44: New job: test ocurrent/opam-dune-lint https://github.com/ocurrent/opam-dune-lint.git#refs/heads/master (04aed0bd0e3e766f8e45c4af55a2051afd0b3b36) (linux-x86_64:debian-13-5.3+flambda_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/opam-dune-lint.git" -b "master" && cd "opam-dune-lint" && git reset --hard 04aed0bd
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8
# debian-13-5.3+flambda_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-dune-lint.opam ./
RUN opam pin add -yn opam-dune-lint.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-variants.5.3.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.0.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y opam-dune-lint.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-10-15 10:12.44: Using cache hint "ocurrent/opam-dune-lint-ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8-debian-13-5.3+flambda_opam-2.4-834c397eb967aa89e5033f39a0e70596"
2025-10-15 10:12.44: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8)
 (comment debian-13-5.3+flambda_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam-dune-lint.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn opam-dune-lint.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-variants.5.3.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.0.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y opam-dune-lint.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-10-15 10:12.44: Waiting for resource in pool OCluster
2025-10-15 10:19.53: Waiting for worker…
2025-10-15 10:23.22: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 04aed0b Merge pull request #72 from amongonz/newline-patch

(from ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8' locally
docker.io/ocaml/opam@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8: Pulling from ocaml/opam
cae3b572364a: Already exists
820d433882fc: Pulling fs layer
8f6112f72fa5: Pulling fs layer
f06108004adb: Pulling fs layer
f34ea90e6bf7: Pulling fs layer
b44a65709156: Pulling fs layer
4c25908bbac9: Pulling fs layer
f76df728146d: Pulling fs layer
1fee769dfcf3: Pulling fs layer
9089a7f69af3: Pulling fs layer
6f758b47b2a0: Pulling fs layer
f06108004adb: Waiting
16b225bbb395: Pulling fs layer
f34ea90e6bf7: Waiting
abbf3ec39b68: Pulling fs layer
b44a65709156: Waiting
1a61521655a9: Pulling fs layer
8f6112f72fa5: Waiting
4c25908bbac9: Waiting
6a8565a9e443: Pulling fs layer
1fee769dfcf3: Waiting
9089a7f69af3: Waiting
c059a4cbd7b9: Pulling fs layer
f76df728146d: Waiting
6f758b47b2a0: Waiting
3a00fdc9e291: Pulling fs layer
16b225bbb395: Waiting
abbf3ec39b68: Waiting
a0b62589bd38: Pulling fs layer
1a61521655a9: Waiting
c059a4cbd7b9: Waiting
6a8565a9e443: Waiting
3a00fdc9e291: Waiting
6e8d713bf843: Pulling fs layer
a0b62589bd38: Waiting
bca1fd5341ba: Pulling fs layer
6e8d713bf843: Waiting
34b9849c2772: Pulling fs layer
4f4fb700ef54: Pulling fs layer
bca1fd5341ba: Waiting
34b9849c2772: Waiting
d8d3d0744e38: Pulling fs layer
788c7ce0e0e5: Pulling fs layer
4f4fb700ef54: Waiting
a297eab0ca3b: Pulling fs layer
d8d3d0744e38: Waiting
2e79af39acdb: Pulling fs layer
8858e600236c: Pulling fs layer
a297eab0ca3b: Waiting
9efe23d1fe7d: Pulling fs layer
2e79af39acdb: Waiting
47d185934312: Pulling fs layer
64a949a6caff: Pulling fs layer
8858e600236c: Waiting
9efe23d1fe7d: Waiting
c9d6a7c18bb1: Pulling fs layer
e4fde4815f0c: Pulling fs layer
64a949a6caff: Waiting
d1f759c16950: Pulling fs layer
c9d6a7c18bb1: Waiting
47d185934312: Waiting
f3dd45bf195f: Pulling fs layer
e4fde4815f0c: Waiting
3985a6049101: Pulling fs layer
d1f759c16950: Waiting
aae849592418: Pulling fs layer
6173459dc6b2: Pulling fs layer
3985a6049101: Waiting
7f16ef63bee0: Pulling fs layer
aae849592418: Waiting
6173459dc6b2: Waiting
fe355de6a899: Pulling fs layer
7f16ef63bee0: Waiting
b0bc5a15bc9d: Pulling fs layer
44879a4f7179: Pulling fs layer
701c48fa4dd7: Pulling fs layer
44879a4f7179: Waiting
2a75638cee2b: Pulling fs layer
997c97cdb63c: Pulling fs layer
b9415e7c1b83: Pulling fs layer
2b41f305b08e: Pulling fs layer
b0bc5a15bc9d: Waiting
281121058d5a: Pulling fs layer
701c48fa4dd7: Waiting
281121058d5a: Waiting
b9415e7c1b83: Waiting
2a75638cee2b: Waiting
2b41f305b08e: Waiting
997c97cdb63c: Waiting
820d433882fc: Verifying Checksum
820d433882fc: Download complete
820d433882fc: Pull complete
8f6112f72fa5: Download complete
8f6112f72fa5: Pull complete
f06108004adb: Verifying Checksum
f06108004adb: Download complete
f34ea90e6bf7: Verifying Checksum
f34ea90e6bf7: Download complete
f06108004adb: Pull complete
f34ea90e6bf7: Pull complete
b44a65709156: Verifying Checksum
b44a65709156: Download complete
4c25908bbac9: Verifying Checksum
4c25908bbac9: Download complete
f76df728146d: Verifying Checksum
f76df728146d: Download complete
1fee769dfcf3: Verifying Checksum
1fee769dfcf3: Download complete
9089a7f69af3: Verifying Checksum
9089a7f69af3: Download complete
6f758b47b2a0: Verifying Checksum
6f758b47b2a0: Download complete
16b225bbb395: Verifying Checksum
16b225bbb395: Download complete
abbf3ec39b68: Verifying Checksum
abbf3ec39b68: Download complete
1a61521655a9: Download complete
6a8565a9e443: Download complete
c059a4cbd7b9: Verifying Checksum
c059a4cbd7b9: Download complete
3a00fdc9e291: Verifying Checksum
3a00fdc9e291: Download complete
6e8d713bf843: Verifying Checksum
6e8d713bf843: Download complete
a0b62589bd38: Verifying Checksum
a0b62589bd38: Download complete
bca1fd5341ba: Verifying Checksum
bca1fd5341ba: Download complete
34b9849c2772: Verifying Checksum
34b9849c2772: Download complete
d8d3d0744e38: Verifying Checksum
d8d3d0744e38: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
788c7ce0e0e5: Verifying Checksum
788c7ce0e0e5: Download complete
a297eab0ca3b: Download complete
2e79af39acdb: Verifying Checksum
2e79af39acdb: Download complete
8858e600236c: Verifying Checksum
8858e600236c: Download complete
9efe23d1fe7d: Verifying Checksum
9efe23d1fe7d: Download complete
64a949a6caff: Verifying Checksum
64a949a6caff: Download complete
47d185934312: Download complete
e4fde4815f0c: Verifying Checksum
e4fde4815f0c: Download complete
c9d6a7c18bb1: Verifying Checksum
c9d6a7c18bb1: Download complete
d1f759c16950: Verifying Checksum
d1f759c16950: Download complete
f3dd45bf195f: Verifying Checksum
f3dd45bf195f: Download complete
aae849592418: Verifying Checksum
aae849592418: Download complete
b44a65709156: Pull complete
4c25908bbac9: Pull complete
f76df728146d: Pull complete
1fee769dfcf3: Pull complete
3985a6049101: Verifying Checksum
3985a6049101: Download complete
9089a7f69af3: Pull complete
7f16ef63bee0: Verifying Checksum
7f16ef63bee0: Download complete
6f758b47b2a0: Pull complete
fe355de6a899: Verifying Checksum
fe355de6a899: Download complete
16b225bbb395: Pull complete
6173459dc6b2: Verifying Checksum
6173459dc6b2: Download complete
b0bc5a15bc9d: Download complete
abbf3ec39b68: Pull complete
1a61521655a9: Pull complete
6a8565a9e443: Pull complete
c059a4cbd7b9: Pull complete
3a00fdc9e291: Pull complete
a0b62589bd38: Pull complete
6e8d713bf843: Pull complete
bca1fd5341ba: Pull complete
701c48fa4dd7: Verifying Checksum
701c48fa4dd7: Download complete
34b9849c2772: Pull complete
4f4fb700ef54: Pull complete
d8d3d0744e38: Pull complete
788c7ce0e0e5: Pull complete
a297eab0ca3b: Pull complete
2e79af39acdb: Pull complete
8858e600236c: Pull complete
44879a4f7179: Verifying Checksum
44879a4f7179: Download complete
9efe23d1fe7d: Pull complete
47d185934312: Pull complete
64a949a6caff: Pull complete
c9d6a7c18bb1: Pull complete
e4fde4815f0c: Pull complete
d1f759c16950: Pull complete
f3dd45bf195f: Pull complete
2a75638cee2b: Verifying Checksum
2a75638cee2b: Download complete
b9415e7c1b83: Verifying Checksum
b9415e7c1b83: Download complete
2b41f305b08e: Verifying Checksum
2b41f305b08e: Download complete
281121058d5a: Download complete
997c97cdb63c: Verifying Checksum
997c97cdb63c: Download complete
3985a6049101: Pull complete
aae849592418: Pull complete
6173459dc6b2: Pull complete
7f16ef63bee0: Pull complete
fe355de6a899: Pull complete
b0bc5a15bc9d: Pull complete
44879a4f7179: Pull complete
701c48fa4dd7: Pull complete
2a75638cee2b: Pull complete
997c97cdb63c: Pull complete
b9415e7c1b83: Pull complete
2b41f305b08e: Pull complete
281121058d5a: Pull complete
Digest: sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8
Status: Downloaded newer image for ocaml/opam@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8
2025-10-15 10:23.22 ---> using "b1f0e1802d37e15d51a17ccc5965cfeaa3969238187c7b5a0498341cc9ec7b3e" from cache

/: (comment debian-13-5.3+flambda_opam-2.4)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-15 10:23.22 ---> using "fbe0eb32735b9e3bf7449a5e2a79a634bee6204f4bcd6f92a74aed4737fffdc8" 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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-15 10:23.22 ---> using "57268551c3e4fcea086593d74124966cb7fc62d48865d954a1730d48f98dd8a6" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-156-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-10-15 10:23.22 ---> using "2a52583351cc7aa409c0cfa1a06bdae61470ed30f2b157d71379ca2d2769f5dd" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-15 10:23.22 ---> using "48c0df6130c6244962d977c0af41ce3900101f1adb2ea5319e45422c9cbeefe8" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e dfe27d924d3f2d9d3045aa994e54a6172a669ecb || git fetch origin master) && git reset -q --hard dfe27d924d3f2d9d3045aa994e54a6172a669ecb && git log --no-decorate -n1 --oneline && opam update -u"))
dfe27d924d Merge pull request #28613 from kit-ty-kate/opam-2.4-stable-patch

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-15 10:23.52 ---> saved as "dcbb45f46a3bd8291f2316f6efc4134000975d1ea355b4c12cf8a9b126d2bc91"

/src: (copy (src opam-dune-lint.opam) (dst ./))
2025-10-15 10:23.53 ---> saved as "7c18da3c8443995b256adf63d46f40262e7b7ad6b5846d1ac4eb661c71dcd6f5"

/src: (run (network host)
           (shell "opam pin add -yn opam-dune-lint.dev './'"))
[opam-dune-lint.dev] synchronised (file:///src)
opam-dune-lint is now pinned to file:///src (version dev)
2025-10-15 10:23.56 ---> saved as "8e631f00669e80a21f22ade92239f0ec2ea4548d843b176a4982b41a49bed0d8"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-15 10:23.56 ---> saved as "6aadcba27142f7eb514d0f3b0dadad4856a8e293664c3530e7f41173bc3279ee"

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fmt.0.11.0 fpath.0.7.3 jsonm.1.0.2 logs.0.9.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-variants.5.3.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 opam-repository.2.4.1 opam-state.2.4.1 ordering.3.20.2 parsexp.v0.17.0 patch.3.0.0 pp.2.0.0 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 spdx_licenses.1.4.0 stdlib-shims.0.3.0 stdune.3.20.2 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y opam-dune-lint.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [53.8 kB]
- Fetched 145 kB in 0s (849 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-dune-lint.dev] synchronised (file:///src)

[NOTE] Package ocaml-variants is already installed (current version is 5.3.0+options).
[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 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).
2025-10-15 10:24.16 ---> saved as "c808dd547b5ea574a3fc7eb60d0216999c7f9c4b318a83afdc1451f95943ac30"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 5.3.0+options).
[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 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 38 packages
  - install astring          0.8.5
  - install bos              0.2.1
  - install cmdliner         2.0.0
  - install csexp            1.5.2
  - install dune             3.20.2
  - install dyn              3.20.2
  - install fmt              0.11.0
  - install fpath            0.7.3
  - install jsonm            1.0.2
  - install logs             0.9.0
  - install menhir           20250912
  - install menhirCST        20250912
  - install menhirLib        20250912
  - install menhirSdk        20250912
  - install num              1.6
  - install ocamlbuild       0.16.1
  - install ocamlfind        1.9.8
  - install ocamlgraph       2.2.0
  - install opam-core        2.4.1
  - install opam-file-format 2.2.0
  - install opam-format      2.4.1
  - install opam-repository  2.4.1
  - install opam-state       2.4.1
  - install ordering         3.20.2
  - install parsexp          v0.17.0
  - install patch            3.0.0
  - install pp               2.0.0
  - install re               1.14.0
  - install rresult          0.7.0
  - install sexplib          v0.17.0
  - install sexplib0         v0.17.0
  - install sha              1.15.4
  - install spdx_licenses    1.4.0
  - install stdlib-shims     0.3.0
  - install stdune           3.20.2
  - install swhid_core       0.1
  - install topkg            1.1.0
  - install uutf             1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved opam-core.2.4.1, opam-format.2.4.1, opam-repository.2.4.1, opam-state.2.4.1  (cached)
-> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved patch.3.0.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved spdx_licenses.1.4.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed cmdliner.2.0.0
-> installed num.1.6
-> retrieved topkg.1.1.0  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.9.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed pp.2.0.0
-> installed stdlib-shims.0.3.0
-> installed spdx_licenses.1.4.0
-> installed swhid_core.0.1
-> installed patch.3.0.0
-> installed ordering.3.20.2
-> installed sexplib0.v0.17.0
-> installed sha.1.15.4
-> installed re.1.14.0
-> installed ocamlgraph.2.2.0
-> installed dyn.3.20.2
-> installed parsexp.v0.17.0
-> installed sexplib.v0.17.0
-> installed stdune.3.20.2
-> installed opam-core.2.4.1
-> installed menhir.20250912
-> installed opam-file-format.2.2.0
-> installed opam-format.2.4.1
-> installed opam-repository.2.4.1
-> installed opam-state.2.4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-15 10:27.29 ---> saved as "2a49c7cb2970e03de217a3d34acdf17385f3ad3fbb10170b34c618d000e53105"

/src: (copy (src .) (dst /src))
2025-10-15 10:27.29 ---> saved as "cc8075de8ac3944e07aa8afa143743654afa836bb39256c230f94439baf8a5b7"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-15 10:27.42 ---> saved as "7d55c63c5b24697a41a9e01fffb270f894f93208a9d79db68799f2e6f15e4d83"
Job succeeded
2025-10-15 10:27.42: Job succeeded