(not at the head of any monitored branch or PR)
2026-04-12 05:56.54: New job: build atdml.4.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29709/head (8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426)
                              on ubuntu-22.04-ocaml-4.14/amd64

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:ubuntu-22.04-ocaml-4.14@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b
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 atdml.4.0.0 4.0.0
RUN opam reinstall atdml.4.0.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 "\"ubuntu-22.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'atdml.4.0.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.54: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b-atdml.4.0.0-8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426"
2026-04-12 05:56.54: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b)
 (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 atdml.4.0.0 4.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall atdml.4.0.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 \"\\\"ubuntu-22.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'atdml.4.0.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.54: Waiting for resource in pool OCluster
2026-04-12 06:05.35: Waiting for worker…
2026-04-12 06:07.15: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
Updating files:  98% (18403/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:ubuntu-22.04-ocaml-4.14@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b' locally
docker.io/ocaml/opam@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b: Pulling from ocaml/opam
96c832531c38: Pulling fs layer
be6140a0cb64: Pulling fs layer
608f87e27826: Pulling fs layer
be6140a0cb64: Waiting
96c832531c38: Waiting
1aa87020d09e: Pulling fs layer
608f87e27826: Waiting
4627ead79e82: Pulling fs layer
ee9881e62e45: Pulling fs layer
1aa87020d09e: Waiting
d1d3e9200dcf: Pulling fs layer
4627ead79e82: Waiting
ec36963b8a83: Pulling fs layer
ee9881e62e45: Waiting
d1d3e9200dcf: Waiting
7bc64237e0ad: Pulling fs layer
ec36963b8a83: Waiting
ba55965465d5: Pulling fs layer
7bc64237e0ad: Waiting
b03036c91202: Pulling fs layer
050bdaad79dd: Pulling fs layer
ba55965465d5: Waiting
4f1899b260b5: Pulling fs layer
b03036c91202: Waiting
050bdaad79dd: Waiting
c487507eff9e: Pulling fs layer
4f1899b260b5: Waiting
c2dcac9e6df9: Pulling fs layer
c1ee5cca067f: Pulling fs layer
c487507eff9e: Waiting
3e174e38f08d: Pulling fs layer
c2dcac9e6df9: Waiting
4f4fb700ef54: Pulling fs layer
3e174e38f08d: Waiting
c1ee5cca067f: Waiting
c270e7eb5e33: Pulling fs layer
4f4fb700ef54: Waiting
5c70a5db4ab3: Pulling fs layer
d5011a742c2c: Pulling fs layer
b54614c1ffad: Pulling fs layer
1bac2e6260de: Pulling fs layer
5c70a5db4ab3: Waiting
35b321a19b20: Pulling fs layer
d5011a742c2c: Waiting
1bac2e6260de: Waiting
d56c99376aae: Pulling fs layer
79da19725cc7: Pulling fs layer
35b321a19b20: Waiting
f374ac7c013d: Pulling fs layer
4f629b75fa51: Pulling fs layer
79da19725cc7: Waiting
f374ac7c013d: Waiting
7b2eb58cb8af: Pulling fs layer
d56c99376aae: Waiting
c23c11692b20: Pulling fs layer
4f629b75fa51: Waiting
560a78851f09: Pulling fs layer
51e7bc687f21: Pulling fs layer
560a78851f09: Waiting
49eee95e1b5c: Pulling fs layer
d7c037862372: Pulling fs layer
51e7bc687f21: Waiting
010178408f7a: Pulling fs layer
25237071c175: Pulling fs layer
b54614c1ffad: Waiting
a9853caa4557: Pulling fs layer
010178408f7a: Waiting
ff8459f61690: Pulling fs layer
a9853caa4557: Waiting
8627c8ff42c3: Pulling fs layer
d7c037862372: Waiting
25237071c175: Waiting
714555682cf3: Pulling fs layer
49eee95e1b5c: Waiting
78ca2b867886: Pulling fs layer
c23c11692b20: Waiting
714555682cf3: Waiting
c3c14012b68d: Pulling fs layer
78ca2b867886: Waiting
ff8459f61690: Waiting
7a96581d0875: Pulling fs layer
c3c14012b68d: Waiting
7a96581d0875: Waiting
8627c8ff42c3: Waiting
7b2eb58cb8af: Waiting
c270e7eb5e33: Waiting
96c832531c38: Verifying Checksum
96c832531c38: Download complete
be6140a0cb64: Verifying Checksum
be6140a0cb64: Download complete
608f87e27826: Download complete
1aa87020d09e: Verifying Checksum
1aa87020d09e: Download complete
96c832531c38: Pull complete
be6140a0cb64: Pull complete
608f87e27826: Pull complete
4627ead79e82: Verifying Checksum
4627ead79e82: Download complete
1aa87020d09e: Pull complete
4627ead79e82: Pull complete
d1d3e9200dcf: Verifying Checksum
d1d3e9200dcf: Download complete
ec36963b8a83: Download complete
7bc64237e0ad: Verifying Checksum
7bc64237e0ad: Download complete
ba55965465d5: Verifying Checksum
ba55965465d5: Download complete
b03036c91202: Verifying Checksum
b03036c91202: Download complete
050bdaad79dd: Verifying Checksum
050bdaad79dd: Download complete
4f1899b260b5: Download complete
c487507eff9e: Verifying Checksum
c487507eff9e: Download complete
c2dcac9e6df9: Verifying Checksum
c2dcac9e6df9: Download complete
c1ee5cca067f: Verifying Checksum
c1ee5cca067f: Download complete
3e174e38f08d: Verifying Checksum
3e174e38f08d: Download complete
4f4fb700ef54: Download complete
c270e7eb5e33: Download complete
5c70a5db4ab3: Verifying Checksum
5c70a5db4ab3: Download complete
d5011a742c2c: Verifying Checksum
d5011a742c2c: Download complete
ee9881e62e45: Verifying Checksum
ee9881e62e45: Download complete
b54614c1ffad: Download complete
1bac2e6260de: Verifying Checksum
1bac2e6260de: Download complete
d56c99376aae: Verifying Checksum
d56c99376aae: Download complete
35b321a19b20: Verifying Checksum
35b321a19b20: Download complete
79da19725cc7: Verifying Checksum
79da19725cc7: Download complete
f374ac7c013d: Verifying Checksum
f374ac7c013d: Download complete
4f629b75fa51: Download complete
c23c11692b20: Verifying Checksum
c23c11692b20: Download complete
7b2eb58cb8af: Verifying Checksum
7b2eb58cb8af: Download complete
51e7bc687f21: Verifying Checksum
51e7bc687f21: Download complete
49eee95e1b5c: Verifying Checksum
49eee95e1b5c: Download complete
560a78851f09: Verifying Checksum
560a78851f09: Download complete
010178408f7a: Verifying Checksum
010178408f7a: Download complete
d7c037862372: Verifying Checksum
d7c037862372: Download complete
ee9881e62e45: Pull complete
a9853caa4557: Verifying Checksum
a9853caa4557: Download complete
d1d3e9200dcf: Pull complete
ff8459f61690: Download complete
ec36963b8a83: Pull complete
8627c8ff42c3: Download complete
7bc64237e0ad: Pull complete
ba55965465d5: Pull complete
b03036c91202: Pull complete
050bdaad79dd: Pull complete
4f1899b260b5: Pull complete
c487507eff9e: Pull complete
c2dcac9e6df9: Pull complete
c1ee5cca067f: Pull complete
3e174e38f08d: Pull complete
4f4fb700ef54: Pull complete
c270e7eb5e33: Pull complete
5c70a5db4ab3: Pull complete
d5011a742c2c: Pull complete
b54614c1ffad: Pull complete
1bac2e6260de: Pull complete
35b321a19b20: Pull complete
d56c99376aae: Pull complete
79da19725cc7: Pull complete
f374ac7c013d: Pull complete
4f629b75fa51: Pull complete
7b2eb58cb8af: Pull complete
c23c11692b20: Pull complete
560a78851f09: Pull complete
51e7bc687f21: Pull complete
49eee95e1b5c: Pull complete
714555682cf3: Verifying Checksum
714555682cf3: Download complete
78ca2b867886: Verifying Checksum
78ca2b867886: Download complete
c3c14012b68d: Download complete
7a96581d0875: Verifying Checksum
7a96581d0875: Download complete
25237071c175: Verifying Checksum
25237071c175: Download complete
d7c037862372: Pull complete
010178408f7a: Pull complete
25237071c175: Pull complete
a9853caa4557: Pull complete
ff8459f61690: Pull complete
8627c8ff42c3: Pull complete
714555682cf3: Pull complete
78ca2b867886: Pull complete
c3c14012b68d: Pull complete
7a96581d0875: Pull complete
Digest: sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b
Status: Downloaded newer image for ocaml/opam@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b
2026-04-12 06:07.17 ---> using "17986131608889cdbd2a3dfc525a7d1136f0d57c2a28b31b3e7c642025c35416" 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:07.17 ---> using "b46ae5e454b225fd8585bb4f94c6443770a56f9cafbc84117b38e5e3e9142659" 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.

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-12 06:07.17 ---> using "dfabc5998fa048b3035d0394a71e5b38df3ee0418f17954b6b5b4f6bf9c41a8c" 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=x86_64 os=linux os-distribution=ubuntu os-version=22.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-04-12 06:07.17 ---> using "8e142d2fa15f5bfd896472b5422d8303263531e6a05d65675e3bef6d64889740" 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:07.17 ---> using "27b70004e9ec57750b916bc123b36446f937813a6051c452b4a659f028bf3cfa" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-12 06:07.25 ---> saved as "35ad9099900f3fd74acb42f1fb55a94f7859d8dee1fc12ad5f912d43c69b2d44"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-12 06:07.45 ---> saved as "2b59655c43368742d5339aff7f947cb13e6c05d9356c40c5e206d1e8a652e5f6"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3889 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4226 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6917 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1311 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7143 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1622 kB]
- Fetched 25.5 MB in 4s (6857 kB/s)
- Reading package lists...
- 
2026-04-12 06:07.51 ---> saved as "51de661eb61a8949707d3b5ffa2c3cb65d982ab25162f24c7403f0f1b29f0925"

/home/opam: (run (shell "opam pin add -k version -yn atdml.4.0.0 4.0.0"))
atdml is now pinned to version 4.0.0
2026-04-12 06:07.51 ---> saved as "e228ac62abbdd13e80083f30baa14dd16cf5401c25e67b6ea3365dd073391455"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall atdml.4.0.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 \"\\\"ubuntu-22.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'atdml.4.0.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
atdml.4.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
  - install atd         4.0.0          [required by atdml]
  - install atdml       4.0.0 (pinned)
  - install cmdliner    2.1.0          [required by atdml]
  - install dune        3.22.1         [required by atdml]
  - 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 atdml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atd.4.0.0, atdml.4.0.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 menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed menhir.20260209
-> installed atd.4.0.0
-> installed atdml.4.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-12 06:08.38 ---> saved as "d2428e44611208be8600e7176dfd8843e83401cfdf8e86dd1ce1f1c54bc47a19"
Job succeeded
2026-04-12 06:08.46: Job succeeded