(not at the head of any monitored branch or PR)
2026-04-12 05:56.57: New job: build atd.4.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29709/head (8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426)
                              on debian-13-ocaml-5.4/s390x

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29709/head" && git reset --hard 8e5a62aa
git fetch origin master
git merge --no-edit 0404939bde256ca9d097922f265c4342b3b383b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn atd.4.1.0 4.1.0
RUN opam reinstall atd.4.1.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'atd.4.1.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-12 05:56.57: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd-atd.4.1.0-8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426"
2026-04-12 05:56.57: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn atd.4.1.0 4.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall atd.4.1.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'atd.4.1.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-12 05:56.57: Waiting for resource in pool OCluster
2026-04-12 05:57.01: Waiting for worker…
2026-04-12 06:36.31: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
Updating files:  75% (14119/18686)
Updating files:  76% (14202/18686)
Updating files:  77% (14389/18686)
Updating files:  78% (14576/18686)
Updating files:  79% (14762/18686)
Updating files:  80% (14949/18686)
Updating files:  81% (15136/18686)
Updating files:  82% (15323/18686)
Updating files:  83% (15510/18686)
Updating files:  84% (15697/18686)
Updating files:  85% (15884/18686)
Updating files:  86% (16070/18686)
Updating files:  87% (16257/18686)
Updating files:  88% (16444/18686)
Updating files:  89% (16631/18686)
Updating files:  90% (16818/18686)
Updating files:  91% (17005/18686)
Updating files:  92% (17192/18686)
Updating files:  93% (17378/18686)
Updating files:  94% (17565/18686)
Updating files:  95% (17752/18686)
Updating files:  96% (17939/18686)
Updating files:  97% (18126/18686)
Updating files:  98% (18313/18686)
Updating files:  99% (18500/18686)
Updating files: 100% (18686/18686)
Updating files: 100% (18686/18686), done.
HEAD is now at 0404939bde Merge pull request #29648 from sanette/opam-publish-tsdl-ttf.0.7
Updating 0404939bde..8e5a62aa6f
Fast-forward
 packages/atd-jsonlike/atd-jsonlike.4.1.0/opam      | 119 +++++++++++++++++++
 packages/atd-yamlx/atd-yamlx.4.1.0/opam            | 121 +++++++++++++++++++
 packages/atd/atd.4.1.0/opam                        | 126 ++++++++++++++++++++
 packages/atdcpp/atdcpp.4.0.0/opam                  |   2 +-
 packages/atdcpp/atdcpp.4.1.0/opam                  | 117 ++++++++++++++++++
 packages/atdd/atdd.4.0.0/opam                      |   2 +-
 packages/atdd/atdd.4.1.0/opam                      | 117 ++++++++++++++++++
 .../atdgen-codec-runtime.4.1.0/opam                | 116 ++++++++++++++++++
 packages/atdgen-runtime/atdgen-runtime.4.1.0/opam  | 118 +++++++++++++++++++
 packages/atdgen/atdgen.4.0.0/opam                  |   2 +-
 packages/atdgen/atdgen.4.1.0/opam                  | 131 +++++++++++++++++++++
 packages/atdj/atdj.4.0.0/opam                      |   2 +-
 packages/atdj/atdj.4.1.0/opam                      | 130 ++++++++++++++++++++
 packages/atdml/atdml.4.0.0/opam                    |   2 +-
 packages/atdml/atdml.4.1.0/opam                    | 122 +++++++++++++++++++
 packages/atdpy/atdpy.4.0.0/opam                    |   2 +-
 packages/atdpy/atdpy.4.1.0/opam                    | 119 +++++++++++++++++++
 packages/atds/atds.4.0.0/opam                      |   2 +-
 packages/atds/atds.4.1.0/opam                      | 115 ++++++++++++++++++
 packages/atdts/atdts.4.0.0/opam                    |   2 +-
 packages/atdts/atdts.4.1.0/opam                    | 118 +++++++++++++++++++
 21 files changed, 1577 insertions(+), 8 deletions(-)
 create mode 100644 packages/atd-jsonlike/atd-jsonlike.4.1.0/opam
 create mode 100644 packages/atd-yamlx/atd-yamlx.4.1.0/opam
 create mode 100644 packages/atd/atd.4.1.0/opam
 create mode 100644 packages/atdcpp/atdcpp.4.1.0/opam
 create mode 100644 packages/atdd/atdd.4.1.0/opam
 create mode 100644 packages/atdgen-codec-runtime/atdgen-codec-runtime.4.1.0/opam
 create mode 100644 packages/atdgen-runtime/atdgen-runtime.4.1.0/opam
 create mode 100644 packages/atdgen/atdgen.4.1.0/opam
 create mode 100644 packages/atdj/atdj.4.1.0/opam
 create mode 100644 packages/atdml/atdml.4.1.0/opam
 create mode 100644 packages/atdpy/atdpy.4.1.0/opam
 create mode 100644 packages/atds/atds.4.1.0/opam
 create mode 100644 packages/atdts/atdts.4.1.0/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd' locally
docker.io/ocaml/opam@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd: Pulling from ocaml/opam
7bc76783a615: Already exists
8dbcd3a4e722: Pulling fs layer
5e46081967ba: Pulling fs layer
51f670f45840: Pulling fs layer
cf83fa403235: Pulling fs layer
d8a61169ec08: Pulling fs layer
4ff5ef32bf41: Pulling fs layer
1a797a958d4f: Pulling fs layer
cf83fa403235: Waiting
d8a61169ec08: Waiting
9d4c05413e20: Pulling fs layer
1a797a958d4f: Waiting
4ff5ef32bf41: Waiting
6f7c8654f1cc: Pulling fs layer
9d4c05413e20: Waiting
b5f7d8056060: Pulling fs layer
662a673997a7: Pulling fs layer
b89b3502974d: Pulling fs layer
d5c7db8e1630: Pulling fs layer
662a673997a7: Waiting
6f7c8654f1cc: Waiting
b5f7d8056060: Waiting
b89b3502974d: Waiting
c90a33751c59: Pulling fs layer
d5c7db8e1630: Waiting
c20303b36b54: Pulling fs layer
899fea7ca531: Pulling fs layer
70c690f7c82a: Pulling fs layer
c90a33751c59: Waiting
c20303b36b54: Waiting
6b5e49e0fcb8: Pulling fs layer
37eb8c5d093e: Pulling fs layer
5d8ede78500e: Pulling fs layer
98811a15d333: Pulling fs layer
4f4fb700ef54: Pulling fs layer
70c690f7c82a: Waiting
37eb8c5d093e: Waiting
6b5e49e0fcb8: Waiting
5d8ede78500e: Waiting
98811a15d333: Waiting
6d05c6d66aa2: Pulling fs layer
168a75d9f40d: Pulling fs layer
4f4fb700ef54: Waiting
8ef8fdef8a57: Pulling fs layer
2a0218df673c: Pulling fs layer
3275beaca5b3: Pulling fs layer
0373400a301f: Pulling fs layer
00727e0ff1e3: Pulling fs layer
8e5ea53eab8d: Pulling fs layer
1cefdd7ce26c: Pulling fs layer
b1212d986d4e: Pulling fs layer
623d25109d6a: Pulling fs layer
9407102c9fc1: Pulling fs layer
d1f99b499dfa: Pulling fs layer
2fe4da4d5a54: Pulling fs layer
ef9ccaf5a6ba: Pulling fs layer
34128f1133e2: Pulling fs layer
058343ee62e9: Pulling fs layer
e8e4f03e71a3: Pulling fs layer
05dba415ddef: Pulling fs layer
a0196852f7dd: Pulling fs layer
6d05c6d66aa2: Waiting
168a75d9f40d: Waiting
70aabd71c182: Pulling fs layer
8ef8fdef8a57: Waiting
083c6ce42446: Pulling fs layer
2a0218df673c: Waiting
3275beaca5b3: Waiting
38ab54f5809e: Pulling fs layer
0373400a301f: Waiting
09ff637babb7: Pulling fs layer
00727e0ff1e3: Waiting
8e5ea53eab8d: Waiting
ab2a9e5f86ae: Pulling fs layer
1cefdd7ce26c: Waiting
b1212d986d4e: Waiting
34128f1133e2: Waiting
623d25109d6a: Waiting
058343ee62e9: Waiting
e8e4f03e71a3: Waiting
9407102c9fc1: Waiting
05dba415ddef: Waiting
d1f99b499dfa: Waiting
2fe4da4d5a54: Waiting
ef9ccaf5a6ba: Waiting
a0196852f7dd: Waiting
70aabd71c182: Waiting
083c6ce42446: Waiting
38ab54f5809e: Waiting
09ff637babb7: Waiting
ab2a9e5f86ae: Waiting
5e46081967ba: Verifying Checksum
5e46081967ba: Download complete
8dbcd3a4e722: Verifying Checksum
8dbcd3a4e722: Download complete
8dbcd3a4e722: Pull complete
5e46081967ba: Pull complete
cf83fa403235: Verifying Checksum
cf83fa403235: Download complete
51f670f45840: Verifying Checksum
51f670f45840: Download complete
4ff5ef32bf41: Verifying Checksum
4ff5ef32bf41: Download complete
51f670f45840: Pull complete
cf83fa403235: Pull complete
1a797a958d4f: Verifying Checksum
1a797a958d4f: Download complete
9d4c05413e20: Verifying Checksum
9d4c05413e20: Download complete
6f7c8654f1cc: Verifying Checksum
6f7c8654f1cc: Download complete
b5f7d8056060: Verifying Checksum
b5f7d8056060: Download complete
662a673997a7: Verifying Checksum
662a673997a7: Download complete
d8a61169ec08: Verifying Checksum
d8a61169ec08: Download complete
b89b3502974d: Download complete
c90a33751c59: Verifying Checksum
c90a33751c59: Download complete
c20303b36b54: Download complete
d5c7db8e1630: Verifying Checksum
d5c7db8e1630: Download complete
899fea7ca531: Download complete
70c690f7c82a: Verifying Checksum
70c690f7c82a: Download complete
37eb8c5d093e: Verifying Checksum
37eb8c5d093e: Download complete
6b5e49e0fcb8: Verifying Checksum
6b5e49e0fcb8: Download complete
5d8ede78500e: Verifying Checksum
5d8ede78500e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
98811a15d333: Verifying Checksum
98811a15d333: Download complete
6d05c6d66aa2: Verifying Checksum
6d05c6d66aa2: Download complete
168a75d9f40d: Verifying Checksum
168a75d9f40d: Download complete
8ef8fdef8a57: Verifying Checksum
8ef8fdef8a57: Download complete
2a0218df673c: Verifying Checksum
2a0218df673c: Download complete
3275beaca5b3: Verifying Checksum
3275beaca5b3: Download complete
0373400a301f: Verifying Checksum
0373400a301f: Download complete
8e5ea53eab8d: Verifying Checksum
8e5ea53eab8d: Download complete
00727e0ff1e3: Verifying Checksum
00727e0ff1e3: Download complete
1cefdd7ce26c: Verifying Checksum
1cefdd7ce26c: Download complete
b1212d986d4e: Verifying Checksum
b1212d986d4e: Download complete
623d25109d6a: Verifying Checksum
623d25109d6a: Download complete
9407102c9fc1: Download complete
2fe4da4d5a54: Verifying Checksum
2fe4da4d5a54: Download complete
34128f1133e2: Verifying Checksum
34128f1133e2: Download complete
058343ee62e9: Verifying Checksum
058343ee62e9: Download complete
e8e4f03e71a3: Verifying Checksum
e8e4f03e71a3: Download complete
05dba415ddef: Download complete
a0196852f7dd: Verifying Checksum
a0196852f7dd: Download complete
70aabd71c182: Verifying Checksum
70aabd71c182: Download complete
d8a61169ec08: Pull complete
4ff5ef32bf41: Pull complete
1a797a958d4f: Pull complete
9d4c05413e20: Pull complete
6f7c8654f1cc: Pull complete
b5f7d8056060: Pull complete
662a673997a7: Pull complete
b89b3502974d: Pull complete
ef9ccaf5a6ba: Verifying Checksum
ef9ccaf5a6ba: Download complete
d5c7db8e1630: Pull complete
38ab54f5809e: Verifying Checksum
38ab54f5809e: Download complete
c90a33751c59: Pull complete
d1f99b499dfa: Download complete
c20303b36b54: Pull complete
899fea7ca531: Pull complete
083c6ce42446: Verifying Checksum
083c6ce42446: Download complete
ab2a9e5f86ae: Verifying Checksum
ab2a9e5f86ae: Download complete
09ff637babb7: Verifying Checksum
09ff637babb7: Download complete
70c690f7c82a: Pull complete
6b5e49e0fcb8: Pull complete
37eb8c5d093e: Pull complete
5d8ede78500e: Pull complete
98811a15d333: Pull complete
4f4fb700ef54: Pull complete
6d05c6d66aa2: Pull complete
168a75d9f40d: Pull complete
8ef8fdef8a57: Pull complete
2a0218df673c: Pull complete
3275beaca5b3: Pull complete
0373400a301f: Pull complete
00727e0ff1e3: Pull complete
8e5ea53eab8d: Pull complete
1cefdd7ce26c: Pull complete
b1212d986d4e: Pull complete
623d25109d6a: Pull complete
9407102c9fc1: Pull complete
d1f99b499dfa: Pull complete
2fe4da4d5a54: Pull complete
ef9ccaf5a6ba: Pull complete
34128f1133e2: Pull complete
058343ee62e9: Pull complete
e8e4f03e71a3: Pull complete
05dba415ddef: Pull complete
a0196852f7dd: Pull complete
70aabd71c182: Pull complete
083c6ce42446: Pull complete
38ab54f5809e: Pull complete
09ff637babb7: Pull complete
ab2a9e5f86ae: Pull complete
Digest: sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
Status: Downloaded newer image for ocaml/opam@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
2026-04-12 06:36.36 ---> using "c7da1d637bdea3d5702632657cc051b516a9e858045093b83141e185996d5b65" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-12 06:36.36 ---> using "9fb1b858723bf20508eec14f738193fe7d63d4d77698bd9fe4789fabaf60cfe4" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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
2026-04-12 06:36.36 ---> using "af0ef33e55139d77af0e7859c3b265d08fa02d245294a695a4648ac8d271e4f4" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=s390x os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-12 06:36.36 ---> using "64e5ad8761a87f2f0628558698e5221c7b03e2a4280631492d0e06817525f0cc" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-12 06:36.36 ---> using "934b7fc7b7c056e5dcea33f937d8de1e809e69becfbdba124fa213a96e5129bf" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-12 06:36.37 ---> using "49eff0db724c9e0ef7251231121a4841ce8c85f26f4345e250eb64471f5b22a9" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-12 06:36.37 ---> using "36f97bb3f4cf64814464098bee1a252681e7d3eee2655546b18804003b44a39e" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /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 s390x Packages [114 kB]
- Fetched 204 kB in 0s (1117 kB/s)
- Reading package lists...
- 
2026-04-12 06:36.37 ---> using "a87a39cb24dbd5a177b996edc70cde05e60f5b2072c0d5d49cfa96ae2b9f57a8" from cache

/home/opam: (run (shell "opam pin add -k version -yn atd.4.1.0 4.1.0"))
atd is now pinned to version 4.1.0
2026-04-12 06:37.10 ---> saved as "a1100192819f4e0d6906786ff5f2ad3883eb728de36c1e9b4ad695290ded4831"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall atd.4.1.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'atd.4.1.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
atd.4.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
  - install atd         4.1.0 (pinned)
  - install cmdliner    2.1.0          [required by atd]
  - install dune        3.22.1         [required by atd]
  - install easy-format 1.3.4          [required by atd]
  - install menhir      20260209       [required by atd]
  - install menhirCST   20260209       [required by menhir]
  - install menhirGLR   20260209       [required by menhir]
  - install menhirLib   20260209       [required by menhir]
  - install menhirSdk   20260209       [required by menhir]
  - install re          1.14.0         [required by atd]
  - install yojson      3.0.0          [required by atd]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atd.4.1.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.22.1  (cached)
-> retrieved easy-format.1.3.4  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.22.1
-> installed easy-format.1.3.4
-> installed menhirCST.20260209
-> installed menhirSdk.20260209
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed yojson.3.0.0
-> installed re.1.14.0
-> installed menhir.20260209
-> installed atd.4.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-12 06:39.39 ---> saved as "03cd51184d1dd83729fb3fef54f7fec8f0a146caa88c06d14e6ee98ea55f0e63"
Job succeeded
2026-04-12 06:39.58: Job succeeded