Organisationsocaml-opamopam-compilerc4c0f3 ()debian-13-4.14_arm64_opam-2.5

debian-13-4.14_arm64_opam-2.5

Link Copied
Code Copied

Logs

2026-04-13 14:28.11: New job: test ocaml-opam/opam-compiler https://github.com/ocaml-opam/opam-compiler.git#refs/pull/42/head (c4c0f39777fbac93375f03a21cd268abe9b7e055) (linux-arm64:debian-13-4.14_arm64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-opam/opam-compiler.git" && cd "opam-compiler" && git fetch origin "refs/pull/42/head" && git reset --hard c4c0f397
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109
# debian-13-4.14_arm64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 || git fetch origin master) && git reset -q --hard 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-compiler.opam ./
RUN opam pin add -yn opam-compiler.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.1.0 atdgen.4.1.0 atdgen-runtime.4.1.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 curly.0.3.0 dune.3.22.1 dune-configurator.3.22.1 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y opam-compiler.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-13 14:28.11: Using cache hint "ocaml-opam/opam-compiler-ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109-debian-13-4.14_arm64_opam-2.5-c5c68c465f44de9006aca2a7a4f280bd"
2026-04-13 14:28.11: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109)
(comment debian-13-4.14_arm64_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(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 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 || git fetch origin master) && git reset -q --hard 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam-compiler.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn opam-compiler.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.1.0 atdgen.4.1.0 atdgen-runtime.4.1.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 curly.0.3.0 dune.3.22.1 dune-configurator.3.22.1 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 yojson.3.0.0")
(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 opam-compiler.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-13 14:28.11: Waiting for resource in pool OCluster
2026-04-13 14:28.12: Waiting for worker…
2026-04-13 15:38.08: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
All commits already cached
HEAD is now at c4c0f39 Fixing formatting and fixing CI


(from ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109' locally
docker.io/ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109: Pulling from ocaml/opam
deab8db42772: Pulling fs layer
0e3be483d5aa: Pulling fs layer
068cb436b3a9: Pulling fs layer
876321ecdfda: Pulling fs layer
273508c8cc8f: Pulling fs layer
0127577a5c6f: Pulling fs layer
3a9ccd696d58: Pulling fs layer
07e9e46cfc73: Pulling fs layer
90969cd95f06: Pulling fs layer
73bba924289b: Pulling fs layer
95b440bef6e0: Pulling fs layer
4d557eea525f: Pulling fs layer
deab8db42772: Waiting
0e3be483d5aa: Waiting
66433cb92d59: Pulling fs layer
c84c96b2584b: Pulling fs layer
273508c8cc8f: Waiting
4c2683e0739d: Pulling fs layer
5d1e421ae43b: Pulling fs layer
068cb436b3a9: Waiting
30b477dede6e: Pulling fs layer
73bba924289b: Waiting
ae38f53b91ad: Pulling fs layer
2891aff3bb84: Pulling fs layer
0127577a5c6f: Waiting
876321ecdfda: Waiting
557b57ba5e84: Pulling fs layer
26aa66f0772d: Pulling fs layer
07e9e46cfc73: Waiting
4f4fb700ef54: Pulling fs layer
90969cd95f06: Waiting
052acd1bf2d5: Pulling fs layer
3a9ccd696d58: Waiting
4c2683e0739d: Waiting
574caf9a2301: Pulling fs layer
95b440bef6e0: Waiting
c84c96b2584b: Waiting
84389297cf64: Pulling fs layer
6bbca6fcf80a: Pulling fs layer
a3d41e3ab742: Pulling fs layer
5d1e421ae43b: Waiting
8d1ee78e3cbb: Pulling fs layer
7e42808b1a06: Pulling fs layer
145716f86fbb: Pulling fs layer
96f1a7065127: Pulling fs layer
bf34a5cce066: Pulling fs layer
b208125ec0c1: Pulling fs layer
574caf9a2301: Waiting
eb9f72cac455: Pulling fs layer
b5c4657cdf92: Pulling fs layer
8600938f91bb: Pulling fs layer
2ddefa03d6ee: Pulling fs layer
62e3edde3b1e: Pulling fs layer
557b57ba5e84: Waiting
767c1c88ccf6: Pulling fs layer
0d5131c49294: Pulling fs layer
9c2c11790be8: Pulling fs layer
052acd1bf2d5: Waiting
2584a6dfc06c: Pulling fs layer
ae38f53b91ad: Waiting
cec11c32adaa: Pulling fs layer
2891aff3bb84: Waiting
d831832b8f59: Pulling fs layer
b208125ec0c1: Waiting
30b477dede6e: Waiting
84389297cf64: Waiting
2ddefa03d6ee: Waiting
eb9f72cac455: Waiting
0d5131c49294: Waiting
b5c4657cdf92: Waiting
767c1c88ccf6: Waiting
26aa66f0772d: Waiting
cec11c32adaa: Waiting
2584a6dfc06c: Waiting
6bbca6fcf80a: Waiting
a3d41e3ab742: Waiting
96f1a7065127: Waiting
8d1ee78e3cbb: Waiting
bf34a5cce066: Waiting
7e42808b1a06: Waiting
0e3be483d5aa: Verifying Checksum
0e3be483d5aa: Download complete
068cb436b3a9: Download complete
876321ecdfda: Verifying Checksum
876321ecdfda: Download complete
273508c8cc8f: Verifying Checksum
273508c8cc8f: Download complete
deab8db42772: Verifying Checksum
deab8db42772: Download complete
3a9ccd696d58: Verifying Checksum
3a9ccd696d58: Download complete
07e9e46cfc73: Verifying Checksum
07e9e46cfc73: Download complete
90969cd95f06: Verifying Checksum
90969cd95f06: Download complete
73bba924289b: Download complete
95b440bef6e0: Verifying Checksum
95b440bef6e0: Download complete
4d557eea525f: Verifying Checksum
4d557eea525f: Download complete
66433cb92d59: Verifying Checksum
66433cb92d59: Download complete
deab8db42772: Pull complete
0e3be483d5aa: Pull complete
068cb436b3a9: Pull complete
0127577a5c6f: Verifying Checksum
0127577a5c6f: Download complete
c84c96b2584b: Verifying Checksum
c84c96b2584b: Download complete
4c2683e0739d: Verifying Checksum
4c2683e0739d: Download complete
5d1e421ae43b: Verifying Checksum
5d1e421ae43b: Download complete
30b477dede6e: Verifying Checksum
30b477dede6e: Download complete
ae38f53b91ad: Verifying Checksum
ae38f53b91ad: Download complete
2891aff3bb84: Download complete
876321ecdfda: Pull complete
273508c8cc8f: Pull complete
557b57ba5e84: Verifying Checksum
557b57ba5e84: Download complete
26aa66f0772d: Verifying Checksum
26aa66f0772d: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
574caf9a2301: Verifying Checksum
574caf9a2301: Download complete
052acd1bf2d5: Verifying Checksum
052acd1bf2d5: Download complete
84389297cf64: Verifying Checksum
84389297cf64: Download complete
6bbca6fcf80a: Verifying Checksum
6bbca6fcf80a: Download complete
a3d41e3ab742: Verifying Checksum
a3d41e3ab742: Download complete
8d1ee78e3cbb: Verifying Checksum
8d1ee78e3cbb: Download complete
145716f86fbb: Verifying Checksum
145716f86fbb: Download complete
7e42808b1a06: Download complete
96f1a7065127: Verifying Checksum
96f1a7065127: Download complete
bf34a5cce066: Verifying Checksum
bf34a5cce066: Download complete
b208125ec0c1: Verifying Checksum
b208125ec0c1: Download complete
eb9f72cac455: Verifying Checksum
eb9f72cac455: Download complete
8600938f91bb: Verifying Checksum
8600938f91bb: Download complete
62e3edde3b1e: Verifying Checksum
62e3edde3b1e: Download complete
767c1c88ccf6: Download complete
0d5131c49294: Verifying Checksum
0d5131c49294: Download complete
2ddefa03d6ee: Verifying Checksum
2ddefa03d6ee: Download complete
2584a6dfc06c: Verifying Checksum
2584a6dfc06c: Download complete
b5c4657cdf92: Verifying Checksum
b5c4657cdf92: Download complete
cec11c32adaa: Verifying Checksum
cec11c32adaa: Download complete
d831832b8f59: Verifying Checksum
d831832b8f59: Download complete
0127577a5c6f: Pull complete
3a9ccd696d58: Pull complete
07e9e46cfc73: Pull complete
9c2c11790be8: Verifying Checksum
9c2c11790be8: Download complete
90969cd95f06: Pull complete
73bba924289b: Pull complete
95b440bef6e0: Pull complete
4d557eea525f: Pull complete
66433cb92d59: Pull complete
c84c96b2584b: Pull complete
4c2683e0739d: Pull complete
5d1e421ae43b: Pull complete
30b477dede6e: Pull complete
ae38f53b91ad: Pull complete
2891aff3bb84: Pull complete
557b57ba5e84: Pull complete
26aa66f0772d: Pull complete
4f4fb700ef54: Pull complete
052acd1bf2d5: Pull complete
574caf9a2301: Pull complete
84389297cf64: Pull complete
6bbca6fcf80a: Pull complete
a3d41e3ab742: Pull complete
8d1ee78e3cbb: Pull complete
7e42808b1a06: Pull complete
145716f86fbb: Pull complete
96f1a7065127: Pull complete
bf34a5cce066: Pull complete
b208125ec0c1: Pull complete
eb9f72cac455: Pull complete
b5c4657cdf92: Pull complete
8600938f91bb: Pull complete
2ddefa03d6ee: Pull complete
62e3edde3b1e: Pull complete
767c1c88ccf6: Pull complete
0d5131c49294: Pull complete
9c2c11790be8: Pull complete
2584a6dfc06c: Pull complete
cec11c32adaa: Pull complete
d831832b8f59: Pull complete
Digest: sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109
Status: Downloaded newer image for ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109
2026-04-13 15:38.09 ---> using "853e3fdac7d8137a097410d60184de0a363c7c18364d78eaac3fa862c4d4862b" from cache


/: (comment debian-13-4.14_arm64_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-13 15:38.09 ---> using "08ea8f836be9d9dbc14b98292c65edba305af4c661e7cc2804e3b5ce5fe2519e" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 15:38.09 ---> using "b40aea51f0301344ae3f42fcd7534cc2abca62a171f9ac0dbe434190a7a52f5e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-13 15:38.09 ---> using "496ba401a603502712c0f8c7dc229480b2690d50c4cbcb035289331a652d2ab3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-13 15:38.09 ---> using "6817a84d7a32db085e0d3669870aebe83f18b6dfb95e1e56d33055a33ca58097" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 || git fetch origin master) && git reset -q --hard 19a1fb6eac6a1f8acb9c2207ce5fba034d8b3ce9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
95972b8834..ba4685aeec  master     -> origin/master
19a1fb6eac Merge pull request #29709 from mjambon/release-atd-4.1.0


<><> 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-13 15:38.28 ---> saved as "0fb7787fd562d59899e4ceabe5cbc77af76fecac4b131441e9378f4c9cb24bd0"


/src: (copy (src opam-compiler.opam) (dst ./))
2026-04-13 15:38.28 ---> saved as "46d2bd1802222a26ab555bcbc050061e178173dc2666de24a2909adf651add4e"


/src: (run (network host)
(shell "opam pin add -yn opam-compiler.dev './'"))
[opam-compiler.dev] synchronised (file:///src)
opam-compiler is now pinned to file:///src (version dev)
2026-04-13 15:38.30 ---> saved as "709426c75c258f59883ffe2b0095ac01a65f579d2f3beacf182cf3fdab391546"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-13 15:38.30 ---> saved as "ba72b26005d09d5089f6054c082cae474efd58e8d8ed9597c250fc2cc0d98628"


/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.1.0 atdgen.4.1.0 atdgen-runtime.4.1.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.2.1.0 csexp.1.5.2 curly.0.3.0 dune.3.22.1 dune-configurator.3.22.1 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 yojson.3.0.0")


/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 opam-compiler.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 arm64 Packages [122 kB]
- Fetched 213 kB in 1s (238 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-compiler.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).
# To update the current shell environment, run: eval $(opam env)
2026-04-13 15:38.40 ---> saved as "834f643061a5ecfcb9bda263dfbba2697623c656bb146d57362c47cbae0d6062"


/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 39 packages
- install alcotest           1.9.1
- install angstrom           0.16.1
- install astring            0.8.5
- install atd                4.1.0
- install atdgen             4.1.0
- install atdgen-runtime     4.1.0
- install bigstringaf        0.10.0
- install biniou             1.2.2
- install bos                0.2.1
- install camlp-streams      5.0.1
- install cmdliner           2.1.0
- install csexp              1.5.2
- install curly              0.3.0
- install dune               3.22.1
- install dune-configurator  3.22.1
- install easy-format        1.3.4
- install either             1.0.0
- install fmt                0.11.0
- install fpath              0.7.3
- install github-data        4.5.1
- install logs               0.10.0
- install menhir             20260209
- install menhirCST          20260209
- install menhirGLR          20260209
- install menhirLib          20260209
- install menhirSdk          20260209
- install ocaml-syntax-shims 1.0.0
- install ocaml-version      4.0.4
- install ocamlbuild         0.16.1
- install ocamlfind          1.9.8
- install re                 1.14.0
- install result             1.5
- install rresult            0.7.0
- install stdlib-shims       0.3.0
- install stringext          1.6.0
- install topkg              1.1.1
- install uri                4.4.0
- install uutf               1.0.4
- install yojson             3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved biniou.1.2.2  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved curly.0.3.0  (cached)
-> retrieved easy-format.1.3.4  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved github-data.4.5.1  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved atd.4.1.0, atdgen.4.1.0, atdgen-runtime.4.1.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed bos.0.2.1
-> installed dune.3.22.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed easy-format.1.3.4
-> installed either.1.0.0
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.4.0.4
-> installed re.1.14.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed biniou.1.2.2
-> installed curly.0.3.0
-> installed atdgen-runtime.4.1.0
-> installed dune-configurator.3.22.1
-> installed alcotest.1.9.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed menhir.20260209
-> installed atd.4.1.0
-> installed atdgen.4.1.0
-> installed github-data.4.5.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 15:39.39 ---> saved as "779c4f6482cc96b6fac27314b906d726dad54b85a46b46d3886aa379b81f52b7"


/src: (copy (src .) (dst /src))
2026-04-13 15:39.39 ---> saved as "1b2d8bd37163fbdf59dde5d2e48147f3edc97e5573f385b596d91649707da81c"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune-project", lines 29-32, characters 2-49:
29 |   (cmdliner
30 |    (and
31 |    (>= 1.2.0)
32 |    :with-test))
Warning: Duplicate dependency on package (cmdliner (and (>= 1.2.0)
:with-test)) in 'depends' field. If you want to specify multiple constraints,
combine them using (and ...).
Hint: To disable this warning, add the following to your dune-project file:
(warnings (duplicate_deps disabled))
(cd _build/default/test/unit && ./test.exe --compact)
Testing `opam-compiler'.
This run has ID `0TRV2CQF'.


............................


2026-04-13 15:39.41 ---> saved as "99574cb995534784dfec17ecd1c05880ce61c5e8d639d0d33b2009e1bec02768"
Job succeeded
2026-04-13 15:39.41: Job succeeded