Organisationsahrefsatdc234fc ()ubuntu-25.04-5.4_opam-2.5

ubuntu-25.04-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-24 06:33.05: New job: test ahrefs/atd https://github.com/ahrefs/atd.git#refs/heads/to-yaml (c234fcfa90bd16a3012cd2ca8652d669ca31fea8) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ahrefs/atd.git" -b "to-yaml" && cd "atd" && git reset --hard c234fcfa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691
# ubuntu-25.04-5.4_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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 atdts.opam atds.opam atdpy.opam atdml.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam atd-yamlx.opam atd-jsonlike.opam ./
RUN opam pin add -yn atdts.dev './' && \
opam pin add -yn atds.dev './' && \
opam pin add -yn atdpy.dev './' && \
opam pin add -yn atdml.dev './' && \
opam pin add -yn atdj.dev './' && \
opam pin add -yn atdgen.dev './' && \
opam pin add -yn atdgen-runtime.dev './' && \
opam pin add -yn atdgen-codec-runtime.dev './' && \
opam pin add -yn atdd.dev './' && \
opam pin add -yn atdcpp.dev './' && \
opam pin add -yn atd.dev './' && \
opam pin add -yn atd-yamlx.dev './' && \
opam pin add -yn atd-jsonlike.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.1 conf-python-3.9.0.0 cppo.1.8.0 dune.3.22.2 easy-format.1.3.4 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 ppx_deriving.6.1.1 ppxlib.0.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 testo.0.4.0 testo-diff.0.4.0 testo-util.0.4.0 topkg.1.1.1 uutf.1.0.4 yamlx.0.2.0 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y atdts.dev atds.dev atdpy.dev atdml.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev atd-yamlx.dev atd-jsonlike.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-24 06:33.05: Using cache hint "ahrefs/atd-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691-ubuntu-25.04-5.4_opam-2.5-e4a58f495662c88b05695ddc76edc16b"
2026-04-24 06:33.05: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691)
(comment ubuntu-25.04-5.4_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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src atdts.opam atds.opam atdpy.opam atdml.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam atd-yamlx.opam atd-jsonlike.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn atdts.dev './' && \
\nopam pin add -yn atds.dev './' && \
\nopam pin add -yn atdpy.dev './' && \
\nopam pin add -yn atdml.dev './' && \
\nopam pin add -yn atdj.dev './' && \
\nopam pin add -yn atdgen.dev './' && \
\nopam pin add -yn atdgen-runtime.dev './' && \
\nopam pin add -yn atdgen-codec-runtime.dev './' && \
\nopam pin add -yn atdd.dev './' && \
\nopam pin add -yn atdcpp.dev './' && \
\nopam pin add -yn atd.dev './' && \
\nopam pin add -yn atd-yamlx.dev './' && \
\nopam pin add -yn atd-jsonlike.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.1 conf-python-3.9.0.0 cppo.1.8.0 dune.3.22.2 easy-format.1.3.4 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 ppx_deriving.6.1.1 ppxlib.0.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 testo.0.4.0 testo-diff.0.4.0 testo-util.0.4.0 topkg.1.1.1 uutf.1.0.4 yamlx.0.2.0 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 atdts.dev atds.dev atdpy.dev atdml.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev atd-yamlx.dev atd-jsonlike.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-24 06:33.05: Waiting for resource in pool OCluster
2026-04-24 06:33.06: Waiting for worker…
2026-04-24 06:33.06: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at c234fcf Reorder generated signatures consistently and update changelog


(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691' locally
docker.io/ocaml/opam@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691: Pulling from ocaml/opam
c62190a9ab61: Already exists
f1b90cdcec88: Pulling fs layer
f8127a040c1d: Pulling fs layer
2447f562704f: Pulling fs layer
0d0f3574c57a: Pulling fs layer
aced54db9227: Pulling fs layer
f1b90cdcec88: Waiting
f8127a040c1d: Waiting
2447f562704f: Waiting
628811db6b3c: Pulling fs layer
aced54db9227: Waiting
d98318ee8cc2: Pulling fs layer
0d0f3574c57a: Waiting
b4056aeacb3c: Pulling fs layer
d98318ee8cc2: Waiting
318cc58f031e: Pulling fs layer
e3395b2326bd: Pulling fs layer
318cc58f031e: Waiting
506a26e021f3: Pulling fs layer
628811db6b3c: Waiting
e3395b2326bd: Waiting
9586cad45233: Pulling fs layer
b4056aeacb3c: Waiting
ff737bcc8afd: Pulling fs layer
9586cad45233: Waiting
506a26e021f3: Waiting
97c90c908f2c: Pulling fs layer
e3e492fc5cff: Pulling fs layer
ff737bcc8afd: Waiting
6dc572fd729f: Pulling fs layer
e3e492fc5cff: Waiting
6dc572fd729f: Waiting
97c90c908f2c: Waiting
823b417e9c08: Pulling fs layer
f96f3df0bcd1: Pulling fs layer
823b417e9c08: Waiting
e87ce6e2ce9c: Pulling fs layer
aacf312e7271: Pulling fs layer
e87ce6e2ce9c: Waiting
f96f3df0bcd1: Waiting
4f4fb700ef54: Pulling fs layer
5890479a716c: Pulling fs layer
aacf312e7271: Waiting
b5227f4fe3ac: Pulling fs layer
4f4fb700ef54: Waiting
68ef80443855: Pulling fs layer
b5227f4fe3ac: Waiting
5890479a716c: Waiting
552579538854: Pulling fs layer
68ef80443855: Waiting
e6ed7c3a752f: Pulling fs layer
552579538854: Waiting
365e137a0aa5: Pulling fs layer
e58e7ad04a6a: Pulling fs layer
e6ed7c3a752f: Waiting
3cc1cd29089f: Pulling fs layer
365e137a0aa5: Waiting
a0521c40c1eb: Pulling fs layer
a1dc524408e1: Pulling fs layer
e58e7ad04a6a: Waiting
1f1d80e028b5: Pulling fs layer
3cc1cd29089f: Waiting
a0521c40c1eb: Waiting
a1dc524408e1: Waiting
9a99205de717: Pulling fs layer
37e5ec0ffedd: Pulling fs layer
1f1d80e028b5: Waiting
37e5ec0ffedd: Waiting
b570147adb8a: Pulling fs layer
620a0584243b: Pulling fs layer
ae1ae5589352: Pulling fs layer
a9b28e13afbf: Pulling fs layer
620a0584243b: Waiting
82ac02c3438f: Pulling fs layer
63de1911d408: Pulling fs layer
9a99205de717: Waiting
ae1ae5589352: Waiting
a9b28e13afbf: Waiting
b570147adb8a: Waiting
d068a121e87b: Pulling fs layer
82ac02c3438f: Waiting
ecc208f29136: Pulling fs layer
d068a121e87b: Waiting
63de1911d408: Waiting
226eb74151c6: Pulling fs layer
468808489549: Pulling fs layer
ecc208f29136: Waiting
6f5b63162ee4: Pulling fs layer
468808489549: Waiting
226eb74151c6: Waiting
5fea2b7079e1: Pulling fs layer
6f5b63162ee4: Waiting
5fea2b7079e1: Waiting
f1b90cdcec88: Download complete
f1b90cdcec88: Pull complete
f8127a040c1d: Verifying Checksum
f8127a040c1d: Download complete
f8127a040c1d: Pull complete
2447f562704f: Download complete
0d0f3574c57a: Download complete
628811db6b3c: Verifying Checksum
628811db6b3c: Download complete
2447f562704f: Pull complete
d98318ee8cc2: Verifying Checksum
d98318ee8cc2: Download complete
0d0f3574c57a: Pull complete
b4056aeacb3c: Verifying Checksum
b4056aeacb3c: Download complete
aced54db9227: Verifying Checksum
aced54db9227: Download complete
318cc58f031e: Verifying Checksum
318cc58f031e: Download complete
506a26e021f3: Verifying Checksum
506a26e021f3: Download complete
e3395b2326bd: Verifying Checksum
e3395b2326bd: Download complete
9586cad45233: Verifying Checksum
9586cad45233: Download complete
ff737bcc8afd: Verifying Checksum
ff737bcc8afd: Download complete
e3e492fc5cff: Verifying Checksum
e3e492fc5cff: Download complete
97c90c908f2c: Download complete
6dc572fd729f: Verifying Checksum
6dc572fd729f: Download complete
823b417e9c08: Verifying Checksum
823b417e9c08: Download complete
f96f3df0bcd1: Download complete
e87ce6e2ce9c: Verifying Checksum
e87ce6e2ce9c: Download complete
aacf312e7271: Verifying Checksum
aacf312e7271: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
b5227f4fe3ac: Verifying Checksum
b5227f4fe3ac: Download complete
5890479a716c: Verifying Checksum
5890479a716c: Download complete
68ef80443855: Verifying Checksum
68ef80443855: Download complete
e6ed7c3a752f: Verifying Checksum
e6ed7c3a752f: Download complete
552579538854: Download complete
365e137a0aa5: Verifying Checksum
365e137a0aa5: Download complete
a0521c40c1eb: Verifying Checksum
a0521c40c1eb: Download complete
3cc1cd29089f: Verifying Checksum
3cc1cd29089f: Download complete
e58e7ad04a6a: Verifying Checksum
e58e7ad04a6a: Download complete
a1dc524408e1: Verifying Checksum
a1dc524408e1: Download complete
1f1d80e028b5: Verifying Checksum
1f1d80e028b5: Download complete
b570147adb8a: Verifying Checksum
b570147adb8a: Download complete
9a99205de717: Verifying Checksum
9a99205de717: Download complete
ae1ae5589352: Verifying Checksum
ae1ae5589352: Download complete
a9b28e13afbf: Verifying Checksum
a9b28e13afbf: Download complete
82ac02c3438f: Verifying Checksum
82ac02c3438f: Download complete
63de1911d408: Verifying Checksum
63de1911d408: Download complete
d068a121e87b: Verifying Checksum
d068a121e87b: Download complete
ecc208f29136: Verifying Checksum
ecc208f29136: Download complete
aced54db9227: Pull complete
628811db6b3c: Pull complete
d98318ee8cc2: Pull complete
b4056aeacb3c: Pull complete
318cc58f031e: Pull complete
620a0584243b: Verifying Checksum
620a0584243b: Download complete
468808489549: Download complete
e3395b2326bd: Pull complete
6f5b63162ee4: Download complete
5fea2b7079e1: Verifying Checksum
5fea2b7079e1: Download complete
506a26e021f3: Pull complete
9586cad45233: Pull complete
226eb74151c6: Verifying Checksum
226eb74151c6: Download complete
ff737bcc8afd: Pull complete
97c90c908f2c: Pull complete
e3e492fc5cff: Pull complete
6dc572fd729f: Pull complete
823b417e9c08: Pull complete
f96f3df0bcd1: Pull complete
e87ce6e2ce9c: Pull complete
aacf312e7271: Pull complete
4f4fb700ef54: Pull complete
5890479a716c: Pull complete
b5227f4fe3ac: Pull complete
68ef80443855: Pull complete
552579538854: Pull complete
e6ed7c3a752f: Pull complete
365e137a0aa5: Pull complete
e58e7ad04a6a: Pull complete
3cc1cd29089f: Pull complete
a0521c40c1eb: Pull complete
a1dc524408e1: Pull complete
1f1d80e028b5: Pull complete
9a99205de717: Pull complete
37e5ec0ffedd: Verifying Checksum
37e5ec0ffedd: Download complete
37e5ec0ffedd: Pull complete
b570147adb8a: Pull complete
620a0584243b: Pull complete
ae1ae5589352: Pull complete
a9b28e13afbf: Pull complete
82ac02c3438f: Pull complete
63de1911d408: Pull complete
d068a121e87b: Pull complete
ecc208f29136: Pull complete
226eb74151c6: Pull complete
468808489549: Pull complete
6f5b63162ee4: Pull complete
5fea2b7079e1: Pull complete
Digest: sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691
Status: Downloaded newer image for ocaml/opam@sha256:1349371fdc9b62b02ffed54cc7820257fdab26cac7d31ecd02113a584b129691
2026-04-24 06:36.03 ---> saved as "f5e318b4f7827354c80e01f5eb08623f14d26dfa9c8f46d7e4a7dc1dd9ab7d51"


/: (comment ubuntu-25.04-5.4_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-24 06:36.03 ---> saved as "c9f84644fcc821060258035ba30dfb4315e5df38a445f49836385c483d31f3a8"


/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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-24 06:36.27 ---> saved as "f27a52b673e6e3229d278370091ff6620c479075b9adc6b6ca721f257c891299"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-24 06:36.27 ---> saved as "63d0aa07c2e13f7fb08e30a71f13a7a028dcde32b34e098fd5a3a3bb36803634"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-24 06:36.27 ---> saved as "6ccde9157983d8bdc8449890dbf5280f5a1b54008b8dfa81011feef78f5cee9f"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
42844088d7..835aa544ea  master     -> origin/master
036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


Everything as up-to-date as possible
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-24 06:36.43 ---> saved as "68e791d37ab2d45f8ea34d52d8e75a5cf5072b858ddee6bca26ad9ba0e354185"


/src: (copy (src atdts.opam atds.opam atdpy.opam atdml.opam atdj.opam atdgen.opam atdgen-runtime.opam atdgen-codec-runtime.opam atdd.opam atdcpp.opam atd.opam atd-yamlx.opam atd-jsonlike.opam)
(dst ./))
2026-04-24 06:36.43 ---> saved as "7f6c71a7c8a71465ffd7e064c88581c33e056b44fcc0725881edd148ec4fbdcd"


/src: (run (network host)
(shell  "opam pin add -yn atdts.dev './' && \
\nopam pin add -yn atds.dev './' && \
\nopam pin add -yn atdpy.dev './' && \
\nopam pin add -yn atdml.dev './' && \
\nopam pin add -yn atdj.dev './' && \
\nopam pin add -yn atdgen.dev './' && \
\nopam pin add -yn atdgen-runtime.dev './' && \
\nopam pin add -yn atdgen-codec-runtime.dev './' && \
\nopam pin add -yn atdd.dev './' && \
\nopam pin add -yn atdcpp.dev './' && \
\nopam pin add -yn atd.dev './' && \
\nopam pin add -yn atd-yamlx.dev './' && \
\nopam pin add -yn atd-jsonlike.dev './'"))
[atdts.dev] synchronised (file:///src)
atdts is now pinned to file:///src (version dev)
[atds.dev] synchronised (file:///src)
atds is now pinned to file:///src (version dev)
[atdpy.dev] synchronised (file:///src)
atdpy is now pinned to file:///src (version dev)
[atdml.dev] synchronised (file:///src)
atdml is now pinned to file:///src (version dev)
[atdj.dev] synchronised (file:///src)
atdj is now pinned to file:///src (version dev)
[atdgen.dev] synchronised (file:///src)
atdgen is now pinned to file:///src (version dev)
[atdgen-runtime.dev] synchronised (file:///src)
atdgen-runtime is now pinned to file:///src (version dev)
[atdgen-codec-runtime.dev] synchronised (file:///src)
atdgen-codec-runtime is now pinned to file:///src (version dev)
[atdd.dev] synchronised (file:///src)
atdd is now pinned to file:///src (version dev)
[atdcpp.dev] synchronised (file:///src)
atdcpp is now pinned to file:///src (version dev)
[atd.dev] synchronised (file:///src)
atd is now pinned to file:///src (version dev)
[atd-yamlx.dev] synchronised (file:///src)
atd-yamlx is now pinned to file:///src (version dev)
[atd-jsonlike.dev] synchronised (file:///src)
atd-jsonlike is now pinned to file:///src (version dev)
2026-04-24 06:37.04 ---> saved as "d6ee0a8d928701892374fc546d173a962f76eeb6523d00aac0698b30b89ba0f2"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-24 06:37.04 ---> saved as "fbb05d7d8dc72ba293b051b23801cb84e1177d9a3756f3ac5e24fbe0cccfa568"


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base biniou.1.2.2 camlp-streams.5.0.1 cmdliner.2.1.1 conf-python-3.9.0.0 cppo.1.8.0 dune.3.22.2 easy-format.1.3.4 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 ppx_deriving.6.1.1 ppxlib.0.38.0 re.1.14.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 testo.0.4.0 testo-diff.0.4.0 testo-util.0.4.0 topkg.1.1.1 uutf.1.0.4 yamlx.0.2.0 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 atdts.dev atds.dev atdpy.dev atdml.dev atdj.dev atdgen.dev atdgen-runtime.dev atdgen-codec-runtime.dev atdd.dev atdcpp.dev atd.dev atd-yamlx.dev atd-jsonlike.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Hit:4 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[atd.dev] synchronised (file:///src)
[atd-jsonlike.dev] synchronised (file:///src)
[atd-yamlx.dev] synchronised (file:///src)
[atdcpp.dev] synchronised (file:///src)
[atdd.dev] synchronised (file:///src)
[atdgen.dev] synchronised (file:///src)
[atdgen-codec-runtime.dev] synchronised (file:///src)
[atdgen-runtime.dev] synchronised (file:///src)
[atdj.dev] synchronised (file:///src)
[atdml.dev] synchronised (file:///src)
[atdpy.dev] synchronised (file:///src)
[atds.dev] synchronised (file:///src)
[atdts.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.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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:
python3


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "python3"
- Preconfiguring packages ...
- Selecting previously unselected package libpython3.13-minimal:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16533 files and directories currently installed.)
- Preparing to unpack .../libpython3.13-minimal_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking python3.13-minimal (3.13.3-1ubuntu0.5) ...
- Setting up libpython3.13-minimal:amd64 (3.13.3-1ubuntu0.5) ...
- Setting up python3.13-minimal (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16858 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.3-1_amd64.deb ...
- Unpacking python3-minimal (3.13.3-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../2-tzdata_2025b-1ubuntu1.1_all.deb ...
- Unpacking tzdata (2025b-1ubuntu1.1) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../3-libpython3.13-stdlib_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../4-python3.13_3.13.3-1ubuntu0.5_amd64.deb ...
- Unpacking python3.13 (3.13.3-1ubuntu0.5) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.13.3-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.3-1) ...
- Setting up python3-minimal (3.13.3-1) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17825 files and directories currently installed.)
- Preparing to unpack .../python3_3.13.3-1_amd64.deb ...
- Unpacking python3 (3.13.3-1) ...
- Setting up media-types (13.0.0) ...
- Setting up tzdata (2025b-1ubuntu1.1) ...
- 
- Current default time zone: 'Europe/London'
- Local time is now:      Fri Apr 24 07:37:18 BST 2026.
- Universal Time is now:  Fri Apr 24 06:37:18 UTC 2026.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
- 
- Setting up libpython3.13-stdlib:amd64 (3.13.3-1ubuntu0.5) ...
- Setting up libpython3-stdlib:amd64 (3.13.3-1) ...
- Setting up python3.13 (3.13.3-1ubuntu0.5) ...
- Setting up python3 (3.13.3-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
# To update the current shell environment, run: eval $(opam env)
2026-04-24 06:37.19 ---> saved as "cdb48b2343ff4806e8a09854271ae0e1a7516fa8b82e6d13728add14ab85be23"


/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.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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 33 packages
- install alcotest            1.9.1
- install astring             0.8.5
- install biniou              1.2.2
- install camlp-streams       5.0.1
- install cmdliner            2.1.1
- install conf-python-3       9.0.0
- install cppo                1.8.0
- install dune                3.22.2
- install easy-format         1.3.4
- install fmt                 0.11.0
- install fpath               0.7.3
- install menhir              20260209
- install menhirCST           20260209
- install menhirGLR           20260209
- install menhirLib           20260209
- install menhirSdk           20260209
- 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 ppx_deriving        6.1.1
- install ppxlib              0.38.0
- install re                  1.14.0
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install testo               0.4.0
- install testo-diff          0.4.0
- install testo-util          0.4.0
- install topkg               1.1.1
- install uutf                1.0.4
- install yamlx               0.2.0
- install yojson              3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
2026-04-24 06:37.27: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled