(not at the head of any monitored branch or PR)
2025-05-06 09:00.50: New job: build alt-ergo-parsers.2.6.2, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27852/head (f438c367e0d7f0427867ac6b2e3dded510b41e34)
                              on debian-12-ocaml-5.3/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/27852/head" && git reset --hard f438c367
git fetch origin master
git merge --no-edit e28c86445c807c3d11aecedb95a03661481a7d1c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 alt-ergo-parsers.2.6.2 2.6.2
RUN opam reinstall alt-ergo-parsers.2.6.2; \
    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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'alt-ergo-parsers.2.6.2' && 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 .

2025-05-06 09:00.50: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6-alt-ergo-parsers.2.6.2-f438c367e0d7f0427867ac6b2e3dded510b41e34"
2025-05-06 09:00.50: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 alt-ergo-parsers.2.6.2 2.6.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall alt-ergo-parsers.2.6.2;\
             \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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'alt-ergo-parsers.2.6.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-05-06 09:00.50: Waiting for resource in pool OCluster
2025-05-06 09:00.51: Waiting for worker…
2025-05-06 09:17.51: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
Updating files:  33% (7753/22994)
Updating files:  34% (7818/22994)
Updating files:  35% (8048/22994)
Updating files:  36% (8278/22994)
Updating files:  37% (8508/22994)
Updating files:  38% (8738/22994)
Updating files:  39% (8968/22994)
Updating files:  40% (9198/22994)
Updating files:  41% (9428/22994)
Updating files:  42% (9658/22994)
Updating files:  43% (9888/22994)
Updating files:  44% (10118/22994)
Updating files:  45% (10348/22994)
Updating files:  46% (10578/22994)
Updating files:  47% (10808/22994)
Updating files:  48% (11038/22994)
Updating files:  49% (11268/22994)
Updating files:  50% (11497/22994)
Updating files:  51% (11727/22994)
Updating files:  52% (11957/22994)
Updating files:  53% (12187/22994)
Updating files:  54% (12417/22994)
Updating files:  55% (12647/22994)
Updating files:  56% (12877/22994)
Updating files:  57% (13107/22994)
Updating files:  58% (13337/22994)
Updating files:  59% (13567/22994)
Updating files:  60% (13797/22994)
Updating files:  61% (14027/22994)
Updating files:  62% (14257/22994)
Updating files:  63% (14487/22994)
Updating files:  64% (14717/22994)
Updating files:  64% (14917/22994)
Updating files:  65% (14947/22994)
Updating files:  66% (15177/22994)
Updating files:  67% (15406/22994)
Updating files:  68% (15636/22994)
Updating files:  69% (15866/22994)
Updating files:  70% (16096/22994)
Updating files:  71% (16326/22994)
Updating files:  72% (16556/22994)
Updating files:  73% (16786/22994)
Updating files:  74% (17016/22994)
Updating files:  75% (17246/22994)
Updating files:  76% (17476/22994)
Updating files:  77% (17706/22994)
Updating files:  78% (17936/22994)
Updating files:  79% (18166/22994)
Updating files:  80% (18396/22994)
Updating files:  81% (18626/22994)
Updating files:  82% (18856/22994)
Updating files:  83% (19086/22994)
Updating files:  84% (19315/22994)
Updating files:  85% (19545/22994)
Updating files:  86% (19775/22994)
Updating files:  87% (20005/22994)
Updating files:  88% (20235/22994)
Updating files:  89% (20465/22994)
Updating files:  90% (20695/22994)
Updating files:  91% (20925/22994)
Updating files:  92% (21155/22994)
Updating files:  93% (21385/22994)
Updating files:  94% (21615/22994)
Updating files:  95% (21845/22994)
Updating files:  96% (22075/22994)
Updating files:  97% (22305/22994)
Updating files:  98% (22535/22994)
Updating files:  99% (22765/22994)
Updating files:  99% (22925/22994)
Updating files: 100% (22994/22994)
Updating files: 100% (22994/22994), done.
HEAD is now at e28c86445c Merge pull request #27816 from Leonidas-from-XIV/core-unix-alpine
Updating e28c86445c..f438c367e0
Fast-forward
 packages/alt-ergo-lib/alt-ergo-lib.2.6.2/opam      | 70 ++++++++++++++++++++++
 .../alt-ergo-parsers/alt-ergo-parsers.2.6.2/opam   | 56 +++++++++++++++++
 .../alt-ergo-plugin-ab-why3.2.6.2/opam             | 51 ++++++++++++++++
 packages/alt-ergo/alt-ergo.2.6.2/opam              | 55 +++++++++++++++++
 4 files changed, 232 insertions(+)
 create mode 100644 packages/alt-ergo-lib/alt-ergo-lib.2.6.2/opam
 create mode 100644 packages/alt-ergo-parsers/alt-ergo-parsers.2.6.2/opam
 create mode 100644 packages/alt-ergo-plugin-ab-why3/alt-ergo-plugin-ab-why3.2.6.2/opam
 create mode 100644 packages/alt-ergo/alt-ergo.2.6.2/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6' locally
docker.io/ocaml/opam@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6: Pulling from ocaml/opam
Digest: sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6
Status: Downloaded newer image for ocaml/opam@sha256:79cf383a3f962334cd40196e1ab01e7be12ee3087125924dd51f6a5a981881b6
2025-05-06 09:18.00 ---> using "491891959db966101dcf416ea25e6f09d9dc9ecee46bbb62f0c6adf578d1f872" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-06 09:18.00 ---> using "26553bf4657c23f5726f0c76712bbee8c044135fe766c221420dfceac29409ca" 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 development 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
2025-05-06 09:18.00 ---> using "0ca9fef23e512e8516c7cc718f74d7dd7c59cad022b2d75b6690315dae9ee3b7" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=s390x os=linux os-distribution=debian os-version=12
# 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.3
# invariant            ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-05-06 09:18.00 ---> using "9765ac3ecfbfbe86de5b9daf646a02b571c6900d980a0fe0a90df656f964be88" 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/"))
2025-05-06 09:18.00 ---> using "783d814e53d89f7c3502b3acda855de2df660bb81fbe768604ff3aa527b169e5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-06 09:18.02 ---> using "33bedf9fb59c6349700a09bebfa002a65ce598476a0dbf0f253e1a614ba81658" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-06 09:18.02 ---> using "0a6d89688669768b97b58cb07a4c221749f311f92fea520b611c2325e0e94844" 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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
- Fetched 55.4 kB in 2s (28.9 kB/s)
- Reading package lists...
- 
2025-05-06 09:18.02 ---> using "fa0de3b50d9d9241dad3ae7f32bce1fee3008df46fc3fd5f5f04ba84734be3b4" from cache

/home/opam: (run (shell "opam pin add -k version -yn alt-ergo-parsers.2.6.2 2.6.2"))
alt-ergo-parsers is now pinned to version 2.6.2
2025-05-06 09:18.40 ---> saved as "40b5c0577fe62c9e75ca2031d35dec7fed88640f38267ca47595cdc59fbebe67"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall alt-ergo-parsers.2.6.2;\
                        \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-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'alt-ergo-parsers.2.6.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
alt-ergo-parsers.2.6.2 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 37 packages
  - install alt-ergo-lib        2.6.2          [required by alt-ergo-parsers]
  - install alt-ergo-parsers    2.6.2 (pinned)
  - install camlzip             1.13           [required by alt-ergo-lib]
  - install conf-gmp            5              [required by zarith]
  - install conf-pkg-config     4              [required by zarith]
  - install conf-zlib           1              [required by camlzip]
  - install cppo                1.8.0          [required by ppx_deriving]
  - install dolmen              0.10           [required by alt-ergo-lib]
  - install dolmen_loop         0.10           [required by alt-ergo-lib]
  - install dolmen_type         0.10           [required by alt-ergo-lib]
  - install dune                3.18.2         [required by alt-ergo-parsers]
  - install dune-build-info     3.18.2         [required by alt-ergo-lib]
  - install fmt                 0.10.0         [required by alt-ergo-lib]
  - install gen                 1.1            [required by dolmen_loop]
  - install hmap                0.8.1          [required by dolmen]
  - install logs                0.8.0          [required by ocplib-simplex]
  - install menhir              20240715       [required by alt-ergo-parsers]
  - install menhirCST           20240715       [required by menhir]
  - install menhirLib           20240715       [required by menhir]
  - install menhirSdk           20240715       [required by menhir]
  - install ocaml-compiler-libs v0.17.0        [required by ppxlib]
  - install ocamlbuild          0.16.1         [required by hmap, fmt, logs]
  - install ocamlfind           1.9.8          [required by ppx_deriving, camlzip, ocplib-simplex, zarith]
  - install ocplib-simplex      0.5.1          [required by alt-ergo-lib]
  - install pp_loc              2.1.0          [required by dolmen_loop]
  - install ppx_blob            0.9.0          [required by alt-ergo-lib]
  - install ppx_derivers        1.2.1          [required by ppx_deriving]
  - install ppx_deriving        6.1.0          [required by alt-ergo-lib]
  - install ppxlib              0.36.0         [required by ppx_blob, ppx_deriving]
  - install psmt2-frontend      0.4.0          [required by alt-ergo-parsers]
  - install seq                 base           [required by alt-ergo-lib]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install spelll              0.4            [required by dolmen_type]
  - install stdlib-shims        0.3.0          [required by alt-ergo-parsers]
  - install topkg               1.0.8          [required by hmap, fmt, logs]
  - install uutf                1.0.4          [required by dolmen_type]
  - install zarith              1.14           [required by alt-ergo-lib]

The following system packages will first need to be installed:
    libgmp-dev pkg-config zlib1g-dev

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:s390x.
- (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 ... 18551 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_s390x.deb ...
- Unpacking libgmpxx4ldbl:s390x (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:s390x.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_s390x.deb ...
- Unpacking libgmp-dev:s390x (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../4-pkgconf_1.8.1-1_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-1) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../5-pkg-config_1.8.1-1_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:s390x.
- Preparing to unpack .../6-zlib1g-dev_1%3a1.2.13.dfsg-1_s390x.deb ...
- Unpacking zlib1g-dev:s390x (1:1.2.13.dfsg-1) ...
- Setting up libpkgconf3:s390x (1.8.1-1) ...
- Setting up libgmpxx4ldbl:s390x (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up zlib1g-dev:s390x (1:1.2.13.dfsg-1) ...
- Setting up libgmp-dev:s390x (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:s390x (1.8.1-1) ...
- Setting up pkg-config:s390x (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo-lib.2.6.2, alt-ergo-parsers.2.6.2  (cached)
-> retrieved camlzip.1.13  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> installed conf-zlib.1
-> retrieved dolmen.0.10, dolmen_loop.0.10, dolmen_type.0.10  (cached)
-> retrieved dune.3.18.2, dune-build-info.3.18.2  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-simplex.0.5.1  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.0  (cached)
-> retrieved ppxlib.0.36.0  (cached)
-> retrieved psmt2-frontend.0.4.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spelll.0.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed seq.base
-> installed camlzip.1.13
-> installed zarith.1.14
-> installed topkg.1.0.8
-> installed hmap.0.8.1
-> installed uutf.1.0.4
-> installed fmt.0.10.0
-> installed logs.0.8.0
-> installed dune.3.18.2
-> installed cppo.1.8.0
-> installed dune-build-info.3.18.2
-> installed gen.1.1
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-compiler-libs.v0.17.0
-> installed pp_loc.2.1.0
-> installed ocplib-simplex.0.5.1
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed spelll.0.4
-> installed ppxlib.0.36.0
-> installed ppx_blob.0.9.0
-> installed menhir.20240715
-> installed ppx_deriving.6.1.0
-> installed psmt2-frontend.0.4.0
-> installed dolmen.0.10
-> installed dolmen_type.0.10
-> installed dolmen_loop.0.10
-> installed alt-ergo-lib.2.6.2
-> installed alt-ergo-parsers.2.6.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-06 09:24.39 ---> saved as "7def2fc672d5a71b0855a98c092a0dcc77c9ebadd84b71086bd530e5a9ba7ebc"
Job succeeded
2025-05-06 09:25.41: Job succeeded