(not at the head of any monitored branch or PR)
2026-04-12 05:56.55: New job: build atdgen-codec-runtime.4.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29709/head (8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426)
                              on centos-9-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:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
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 atdgen-codec-runtime.4.1.0 4.1.0
RUN opam reinstall atdgen-codec-runtime.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 "\"centos-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'atdgen-codec-runtime.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.55: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d-atdgen-codec-runtime.4.1.0-8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426"
2026-04-12 05:56.55: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d)
 (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 atdgen-codec-runtime.4.1.0 4.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall atdgen-codec-runtime.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 \"\\\"centos-9\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'atdgen-codec-runtime.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.55: Waiting for resource in pool OCluster
2026-04-12 06:08.43: Waiting for worker…
2026-04-12 06:10.11: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  74% (13888/18686)
Updating files:  75% (14015/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:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d' locally
docker.io/ocaml/opam@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d: Pulling from ocaml/opam
770dd3c6e92a: Pulling fs layer
2911f7a46957: Pulling fs layer
1ba9cdf1cfa2: Pulling fs layer
b8cab8220132: Pulling fs layer
0fc6a39ae9a6: Pulling fs layer
b8cab8220132: Waiting
8e3c4b256b97: Pulling fs layer
0fc6a39ae9a6: Waiting
81d04adc2c14: Pulling fs layer
8e3c4b256b97: Waiting
32c8500591a6: Pulling fs layer
81d04adc2c14: Waiting
4742b13dfe20: Pulling fs layer
32c8500591a6: Waiting
75e8da1c41c0: Pulling fs layer
4742b13dfe20: Waiting
4ab47d63416a: Pulling fs layer
75e8da1c41c0: Waiting
cfcf083e24eb: Pulling fs layer
4ab47d63416a: Waiting
11a895b5c6b8: Pulling fs layer
cfcf083e24eb: Waiting
7315a5f1d521: Pulling fs layer
11a895b5c6b8: Waiting
6d53afc9944a: Pulling fs layer
7315a5f1d521: Waiting
01a19d7847db: Pulling fs layer
6d53afc9944a: Waiting
468b202f5c51: Pulling fs layer
01a19d7847db: Waiting
9483876bca3a: Pulling fs layer
468b202f5c51: Waiting
9483876bca3a: Waiting
d6107db0e83f: Pulling fs layer
9c6e5669169a: Pulling fs layer
d6107db0e83f: Waiting
4df4284e66b0: Pulling fs layer
9c6e5669169a: Waiting
0edefb19f27d: Pulling fs layer
4df4284e66b0: Waiting
4f4fb700ef54: Pulling fs layer
2807c7feeb16: Pulling fs layer
0edefb19f27d: Waiting
8680bb8a718a: Pulling fs layer
4f4fb700ef54: Waiting
2807c7feeb16: Waiting
06751cba04f2: Pulling fs layer
8680bb8a718a: Waiting
13f5be086fed: Pulling fs layer
06751cba04f2: Waiting
957abdf3ad3f: Pulling fs layer
13f5be086fed: Waiting
09d6d06570d8: Pulling fs layer
957abdf3ad3f: Waiting
cc7c7e93d349: Pulling fs layer
09d6d06570d8: Waiting
9a2f817a1a31: Pulling fs layer
cc7c7e93d349: Waiting
edd80250b1b7: Pulling fs layer
9a2f817a1a31: Waiting
62d651938aec: Pulling fs layer
edd80250b1b7: Waiting
eb6ca9ab5ee4: Pulling fs layer
62d651938aec: Waiting
cf62d41b045f: Pulling fs layer
eb6ca9ab5ee4: Waiting
95cf778f2748: Pulling fs layer
980d060a5b06: Pulling fs layer
95cf778f2748: Waiting
f2f419e9f123: Pulling fs layer
980d060a5b06: Waiting
2862ab4a5d4a: Pulling fs layer
f2f419e9f123: Waiting
cd2c468df6a8: Pulling fs layer
2862ab4a5d4a: Waiting
2520e20ac8f9: Pulling fs layer
cd2c468df6a8: Waiting
34f32e8081d2: Pulling fs layer
2520e20ac8f9: Waiting
7599ab655cd4: Pulling fs layer
34f32e8081d2: Waiting
6677f2542f59: Pulling fs layer
7599ab655cd4: Waiting
ad7a79772988: Pulling fs layer
6677f2542f59: Waiting
ad7a79772988: Waiting
2911f7a46957: Verifying Checksum
2911f7a46957: Download complete
770dd3c6e92a: Verifying Checksum
770dd3c6e92a: Download complete
1ba9cdf1cfa2: Verifying Checksum
1ba9cdf1cfa2: Download complete
0fc6a39ae9a6: Verifying Checksum
0fc6a39ae9a6: Download complete
8e3c4b256b97: Verifying Checksum
8e3c4b256b97: Download complete
81d04adc2c14: Verifying Checksum
81d04adc2c14: Download complete
32c8500591a6: Verifying Checksum
4742b13dfe20: Verifying Checksum
4742b13dfe20: Download complete
4ab47d63416a: Verifying Checksum
4ab47d63416a: Download complete
75e8da1c41c0: Verifying Checksum
75e8da1c41c0: Download complete
cfcf083e24eb: Verifying Checksum
cfcf083e24eb: Download complete
11a895b5c6b8: Verifying Checksum
11a895b5c6b8: Download complete
7315a5f1d521: Verifying Checksum
7315a5f1d521: Download complete
01a19d7847db: Download complete
6d53afc9944a: Verifying Checksum
6d53afc9944a: Download complete
468b202f5c51: Verifying Checksum
468b202f5c51: Download complete
9483876bca3a: Verifying Checksum
9483876bca3a: Download complete
d6107db0e83f: Download complete
9c6e5669169a: Download complete
4df4284e66b0: Download complete
0edefb19f27d: Verifying Checksum
0edefb19f27d: Download complete
4f4fb700ef54: Download complete
770dd3c6e92a: Pull complete
2911f7a46957: Pull complete
2807c7feeb16: Download complete
8680bb8a718a: Verifying Checksum
8680bb8a718a: Download complete
06751cba04f2: Verifying Checksum
06751cba04f2: Download complete
13f5be086fed: Verifying Checksum
13f5be086fed: Download complete
957abdf3ad3f: Verifying Checksum
957abdf3ad3f: Download complete
09d6d06570d8: Download complete
1ba9cdf1cfa2: Pull complete
cc7c7e93d349: Verifying Checksum
cc7c7e93d349: Download complete
9a2f817a1a31: Verifying Checksum
9a2f817a1a31: Download complete
edd80250b1b7: Verifying Checksum
edd80250b1b7: Download complete
62d651938aec: Verifying Checksum
62d651938aec: Download complete
cf62d41b045f: Verifying Checksum
cf62d41b045f: Download complete
eb6ca9ab5ee4: Verifying Checksum
eb6ca9ab5ee4: Download complete
980d060a5b06: Download complete
b8cab8220132: Verifying Checksum
b8cab8220132: Download complete
2862ab4a5d4a: Download complete
cd2c468df6a8: Verifying Checksum
cd2c468df6a8: Download complete
2520e20ac8f9: Verifying Checksum
2520e20ac8f9: Download complete
f2f419e9f123: Verifying Checksum
f2f419e9f123: Download complete
7599ab655cd4: Download complete
95cf778f2748: Verifying Checksum
95cf778f2748: Download complete
ad7a79772988: Download complete
6677f2542f59: Verifying Checksum
6677f2542f59: Download complete
34f32e8081d2: Verifying Checksum
34f32e8081d2: Download complete
b8cab8220132: Pull complete
0fc6a39ae9a6: Pull complete
8e3c4b256b97: Pull complete
81d04adc2c14: Pull complete
32c8500591a6: Pull complete
4742b13dfe20: Pull complete
75e8da1c41c0: Pull complete
4ab47d63416a: Pull complete
cfcf083e24eb: Pull complete
11a895b5c6b8: Pull complete
7315a5f1d521: Pull complete
6d53afc9944a: Pull complete
01a19d7847db: Pull complete
468b202f5c51: Pull complete
9483876bca3a: Pull complete
d6107db0e83f: Pull complete
9c6e5669169a: Pull complete
4df4284e66b0: Pull complete
0edefb19f27d: Pull complete
4f4fb700ef54: Pull complete
2807c7feeb16: Pull complete
8680bb8a718a: Pull complete
06751cba04f2: Pull complete
13f5be086fed: Pull complete
957abdf3ad3f: Pull complete
09d6d06570d8: Pull complete
cc7c7e93d349: Pull complete
9a2f817a1a31: Pull complete
edd80250b1b7: Pull complete
62d651938aec: Pull complete
eb6ca9ab5ee4: Pull complete
cf62d41b045f: Pull complete
95cf778f2748: Pull complete
980d060a5b06: Pull complete
f2f419e9f123: Pull complete
2862ab4a5d4a: Pull complete
cd2c468df6a8: Pull complete
2520e20ac8f9: Pull complete
34f32e8081d2: Pull complete
7599ab655cd4: Pull complete
6677f2542f59: Pull complete
ad7a79772988: Pull complete
Digest: sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
Status: Downloaded newer image for ocaml/opam@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
2026-04-12 06:10.14 ---> using "c12e2683b1b7ccfd4c3fbeab718f9187e348fe216065f1494d2140dffddc01a2" 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:10.14 ---> using "65280ae944a3d789bae6518b368f1a8da0d261ce83bde3bd2773b24ed5890349" 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:10.14 ---> using "007fe2a6ea8fcb5134e6a455038f453f7754a6e2eff6e9c589467dbeb25d6310" 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=centos os-version=9
# 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:10.14 ---> using "6ea348567818f3efd15ff5914a3401c33c88366492ac7386bd5ac8f5a9d132b4" 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:10.14 ---> using "0876e5deec9e4a9f153239abfebbb2b346abbfef9264a5b4b6f414be496cc668" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-12 06:10.23 ---> saved as "9970793c0c66b861929a85c028e7e2bf69394059dc1084d5b31922fd55e701a2"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                        102 kB/s |  14 kB     00:00    
- CentOS Stream 9 - BaseOS                        8.8 MB/s | 8.9 MB     00:01    
- CentOS Stream 9 - AppStream                     112 kB/s |  15 kB     00:00    
- CentOS Stream 9 - AppStream                      13 MB/s |  27 MB     00:02    
- CentOS Stream 9 - CRB                           109 kB/s |  14 kB     00:00    
- CentOS Stream 9 - CRB                           9.9 MB/s | 8.0 MB     00:00    
- CentOS Stream 9 - Extras packages               117 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-04-12 06:11.00 ---> saved as "506340a5ce519367068878efa7e8aed9b80a71c876259c19d23b9580597e9e17"

/home/opam: (run (shell "opam pin add -k version -yn atdgen-codec-runtime.4.1.0 4.1.0"))
atdgen-codec-runtime is now pinned to version 4.1.0
2026-04-12 06:11.01 ---> saved as "f0e4ea8f63283d7633e3893525bcdf15007f45d60af775062c0ac3b5c3884cb7"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall atdgen-codec-runtime.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 \"\\\"centos-9\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'atdgen-codec-runtime.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"))
atdgen-codec-runtime.4.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install atdgen-codec-runtime 4.1.0 (pinned)
  - install dune                 3.22.1         [required by atdgen-codec-runtime]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atdgen-codec-runtime.4.1.0  (cached)
-> retrieved dune.3.22.1  (cached)
-> installed dune.3.22.1
-> installed atdgen-codec-runtime.4.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-12 06:11.31 ---> saved as "463551b646b14ba0d900edb3be6009be1d9a60e848893a101e368a1dc15d0403"
Job succeeded
2026-04-12 06:11.37: Job succeeded