(for PR #27733)

2025-04-09 08:41.42: New job: build caisar.3.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27733/head (e6a8403306a562eb0b1dd3918b846864445d2238)
                              on debian-12-ocaml-4.14-flambda-fp/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/27733/head" && git reset --hard e6a84033
git fetch origin master
git merge --no-edit 39968cb1caf56844cc9678011e18b73cfa57f489
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14-flambda-fp@sha256:52c6ec1e04a52032e634ad72e3ab3560c04779d9007d572f673195eac3fc24f3
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 caisar.3.0 3.0
RUN opam reinstall caisar.3.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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'caisar.3.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 .

2025-04-09 08:41.42: Using cache hint "ocaml/opam:debian-12-ocaml-4.14-flambda-fp@sha256:52c6ec1e04a52032e634ad72e3ab3560c04779d9007d572f673195eac3fc24f3-caisar.3.0-e6a8403306a562eb0b1dd3918b846864445d2238"
2025-04-09 08:41.42: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-flambda-fp@sha256:52c6ec1e04a52032e634ad72e3ab3560c04779d9007d572f673195eac3fc24f3)
 (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 caisar.3.0 3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall caisar.3.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-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\" != 'caisar.3.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-04-09 08:41.42: Connecting to build cluster…
2025-04-09 08:41.42: Waiting for resource in pool OCluster
2025-04-09 08:41.43: Waiting for worker…
2025-04-09 08:41.43: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
HEAD is now at 39968cb1ca Merge pull request #27727 from dinosaure/release-conan-v0.0.6
Updating 39968cb1ca..e6a8403306
Fast-forward
 packages/caisar/caisar.3.0/opam | 64 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)
 create mode 100644 packages/caisar/caisar.3.0/opam

(from ocaml/opam:debian-12-ocaml-4.14-flambda-fp@sha256:52c6ec1e04a52032e634ad72e3ab3560c04779d9007d572f673195eac3fc24f3)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14-flambda-fp@sha256:52c6ec1e04a52032e634ad72e3ab3560c04779d9007d572f673195eac3fc24f3' locally
docker.io/ocaml/opam@sha256:52c6ec1e04a52032e634ad72e3ab3560c04779d9007d572f673195eac3fc24f3: Pulling from ocaml/opam
44719c280d0f: Pulling fs layer
44719c280d0f: Verifying Checksum
44719c280d0f: Download complete
44719c280d0f: Pull complete
Digest: sha256:52c6ec1e04a52032e634ad72e3ab3560c04779d9007d572f673195eac3fc24f3
Status: Downloaded newer image for ocaml/opam@sha256:52c6ec1e04a52032e634ad72e3ab3560c04779d9007d572f673195eac3fc24f3
2025-04-09 08:44.11 ---> saved as "0940f709c2053faaf08ccd0ba7e6ca8c232b7c0561dc243b2e1f89f40d2242b4"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-09 08:44.11 ---> saved as "754c52ecc5c67203cb33bc6a0f7231e9c143369efaa11e6b8c47bd4332abb118"

/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
[NOTE] The 'jobs' option was reset, its value was 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-04-09 08:44.45 ---> saved as "9ddabe3e221815d025f8d448ff7d914eaf539b74d66cdcebd8a45523d14877de"

/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=x86_64 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                 31
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-options-only-flambda-fp"]
# compiler-packages    ocaml-option-flambda.1, ocaml-option-fp.1, ocaml-options-only-flambda-fp.1, ocaml-variants.4.14.2+options
# 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.2+options+fp+flambda
2025-04-09 08:44.46 ---> saved as "672d5dfc89cb2472613eeba3953e4f622da917fb8adb084519422a560d31a651"

/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-04-09 08:45.03 ---> saved as "9970f42a05e4e8a8f3a9ab4bfa334e3b60740e2b3a7a5dc9fab4a5ac1648d12e"

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-09 08:45.19 ---> saved as "26bcc2d42cea2ed7c3d750eb4ada7c81ffea763ef4a2d3af2e75f769b69b8c7f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-09 08:45.43 ---> saved as "f2f32cc9a051eb0a54338e7edafedd4ff012e6d809fddcaf60f3e4cf50e9ca53"

/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]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [252 kB]
- Fetched 356 kB in 0s (1334 kB/s)
- Reading package lists...
- 
2025-04-09 08:45.44 ---> saved as "df20b99faf9006837d0dfb7ad6505581f6c380439ea7bfddf2357b45253e8d25"

/home/opam: (run (shell "opam pin add -k version -yn caisar.3.0 3.0"))
caisar is now pinned to version 3.0
2025-04-09 08:45.45 ---> saved as "57fb4ddab68f57074ea6ba36d695acaa44993391ca7ccb94097fdce31372f9a2"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall caisar.3.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-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\" != 'caisar.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
caisar.3.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 70 packages
  - install astring             0.8.5        [required by fpath]
  - install base                v0.16.4      [required by caisar]
  - install base-bytes          base         [required by csv, ocplib-endian]
  - install base64              3.5.1        [required by ocaml-protoc-plugin]
  - install bigarray-compat     1.1.0        [required by ctypes]
  - install bos                 0.2.1        [required by yaml]
  - install caisar              3.0 (pinned)
  - install cmdliner            1.3.0        [required by caisar]
  - install conf-gmp            5            [required by zarith]
  - install conf-pkg-config     4            [required by ocaml-protoc-plugin]
  - install conf-protoc         4.4.0        [required by ocaml-protoc-plugin]
  - install cppo                1.8.0        [required by ocplib-endian, ppx_deriving]
  - install csexp               1.5.2        [required by dune-configurator, dune-private-libs]
  - install csv                 2.4          [required by caisar]
  - install ctypes              0.23.0       [required by yaml]
  - install dune                3.18.0       [required by caisar]
  - install dune-configurator   3.18.0       [required by base]
  - install dune-private-libs   3.18.0       [required by dune-site]
  - install dune-site           3.18.0       [required by caisar]
  - install dyn                 3.18.0       [required by dune-private-libs]
  - install fmt                 0.10.0       [required by caisar]
  - install fpath               0.7.3        [required by caisar]
  - install integers            0.7.0        [required by ctypes]
  - install jane-street-headers v0.16.0      [required by time_now]
  - install jst-config          v0.16.0      [required by time_now]
  - install logs                0.8.0        [required by caisar]
  - install menhir              20240715     [required by why3]
  - install menhirCST           20240715     [required by menhir]
  - install menhirLib           20240715     [required by caisar]
  - install menhirSdk           20240715     [required by menhir]
  - install num                 1.5-1        [required by why3]
  - install ocaml-compiler-libs v0.12.4      [required by ppxlib]
  - install ocaml-protoc-plugin 6.1.0        [required by caisar]
  - install ocamlbuild          0.16.1       [required by fpath, fmt, logs]
  - install ocamlfind           1.9.8        [required by ppx_deriving, fpath, fmt, etc.]
  - install ocamlgraph          2.1.0        [required by caisar]
  - install ocplib-endian       1.2          [required by caisar]
  - install ordering            3.18.0       [required by dyn, stdune]
  - install pp                  2.0.0        [required by dune-private-libs]
  - install ppx_assert          v0.16.0      [required by jst-config]
  - install ppx_base            v0.16.0      [required by time_now]
  - install ppx_cold            v0.16.0      [required by ppx_base]
  - install ppx_compare         v0.16.0      [required by ppx_base]
  - install ppx_derivers        1.2.1        [required by ppx_deriving]
  - install ppx_deriving        6.0.3        [required by caisar]
  - install ppx_deriving_yaml   0.4.0        [required by caisar]
  - install ppx_deriving_yojson 3.9.1        [required by caisar]
  - install ppx_enumerate       v0.16.0      [required by ppx_base]
  - install ppx_expect          v0.16.1      [required by ocaml-protoc-plugin]
  - install ppx_globalize       v0.16.0      [required by ppx_base]
  - install ppx_hash            v0.16.0      [required by ppx_base]
  - install ppx_here            v0.16.0      [required by ppx_expect]
  - install ppx_inline_test     v0.16.1      [required by caisar]
  - install ppx_optcomp         v0.16.0      [required by time_now]
  - install ppx_sexp_conv       v0.16.0      [required by why3]
  - install ppxlib              0.35.0       [required by ppx_deriving_yaml, ppx_deriving, ppx_deriving_yojson]
  - install ptime               1.2.0        [required by ocaml-protoc-plugin]
  - install re                  1.12.0       [required by caisar]
  - install rresult             0.7.0        [required by bos]
  - install seq                 base         [required by yojson]
  - install sexplib0            v0.16.0      [required by base]
  - install stdio               v0.16.0      [required by caisar]
  - install stdlib-shims        0.3.0        [required by ocamlgraph]
  - install stdune              3.18.0       [required by dune-private-libs]
  - install time_now            v0.16.0      [required by ppx_inline_test]
  - install topkg               1.0.8        [required by fpath, fmt, logs]
  - install why3                1.7.2        [required by caisar]
  - install yaml                3.2.0        [required by caisar]
  - install yojson              2.2.2        [required by caisar]
  - install zarith              1.14         [required by caisar]

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

<><> 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" "libprotobuf-dev" "pkg-config" "protobuf-compiler"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl: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 ... 18747 files and directories currently installed.)
- Preparing to unpack .../00-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../01-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../02-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../03-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libprotobuf32:amd64.
- Preparing to unpack .../04-libprotobuf32_3.21.12-3_amd64.deb ...
- Unpacking libprotobuf32:amd64 (3.21.12-3) ...
- Selecting previously unselected package libprotobuf-lite32:amd64.
- Preparing to unpack .../05-libprotobuf-lite32_3.21.12-3_amd64.deb ...
- Unpacking libprotobuf-lite32:amd64 (3.21.12-3) ...
- Selecting previously unselected package libprotobuf-dev:amd64.
- Preparing to unpack .../06-libprotobuf-dev_3.21.12-3_amd64.deb ...
- Unpacking libprotobuf-dev:amd64 (3.21.12-3) ...
- Selecting previously unselected package libprotoc32:amd64.
- Preparing to unpack .../07-libprotoc32_3.21.12-3_amd64.deb ...
- Unpacking libprotoc32:amd64 (3.21.12-3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../08-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../09-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../10-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package protobuf-compiler.
- Preparing to unpack .../11-protobuf-compiler_3.21.12-3_amd64.deb ...
- Unpacking protobuf-compiler (3.21.12-3) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libprotobuf32:amd64 (3.21.12-3) ...
- Setting up libprotobuf-lite32:amd64 (3.21.12-3) ...
- Setting up libprotoc32:amd64 (3.21.12-3) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up protobuf-compiler (3.21.12-3) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libprotobuf-dev:amd64 (3.21.12-3) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved caisar.3.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-protoc.4.4.0
-> retrieved csexp.1.5.2  (cached)
-> retrieved csv.2.4  (cached)
-> retrieved ctypes.0.23.0  (cached)
-> retrieved dune.3.18.0, dune-configurator.3.18.0, dune-private-libs.3.18.0, dune-site.3.18.0, dyn.3.18.0, ordering.3.18.0, stdune.3.18.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> installed cmdliner.1.3.0
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-protoc-plugin.6.1.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yaml.0.4.0  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.1  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved why3.1.7.2  (cached)
-> retrieved yaml.3.2.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed rresult.0.7.0
-> installed fmt.0.10.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.18.0
-> installed base64.3.5.1
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed csv.2.4
-> installed jane-street-headers.v0.16.0
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-compiler-libs.v0.12.4
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed re.1.12.0
-> installed integers.0.7.0
-> installed ordering.3.18.0
-> installed yojson.2.2.2
-> installed dune-configurator.3.18.0
-> installed dyn.3.18.0
-> installed ocamlgraph.2.1.0
-> installed ctypes.0.23.0
-> installed stdune.3.18.0
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed dune-private-libs.3.18.0
-> installed yaml.3.2.0
-> installed dune-site.3.18.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_deriving_yaml.0.4.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed menhir.20240715
-> installed ppx_hash.v0.16.0
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_expect.v0.16.1
-> installed ocaml-protoc-plugin.6.1.0
-> installed why3.1.7.2
-> installed caisar.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-09 08:49.04 ---> saved as "a92721c8aea3f9f18bc58c2c1c710eeb71945ab236695309a95e0f94df71389f"
Job succeeded
2025-04-09 08:49.10: Job succeeded