(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-5.3-no-flat-float-array/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-5.3-no-flat-float-array@sha256:483de77ce46d39f11a77bb15c8be1b1438a8832f1b9c4972ea76db033b542d66 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-5.3-no-flat-float-array@sha256:483de77ce46d39f11a77bb15c8be1b1438a8832f1b9c4972ea76db033b542d66-caisar.3.0-e6a8403306a562eb0b1dd3918b846864445d2238" 2025-04-09 08:41.42: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3-no-flat-float-array@sha256:483de77ce46d39f11a77bb15c8be1b1438a8832f1b9c4972ea76db033b542d66) (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 clete.caelum.ci.dev All commits already cached Updating files: 93% (21427/22839) Updating files: 94% (21469/22839) Updating files: 95% (21698/22839) Updating files: 96% (21926/22839) Updating files: 97% (22154/22839) Updating files: 98% (22383/22839) Updating files: 99% (22611/22839) Updating files: 100% (22839/22839) Updating files: 100% (22839/22839), done. 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-5.3-no-flat-float-array@sha256:483de77ce46d39f11a77bb15c8be1b1438a8832f1b9c4972ea76db033b542d66) 2025-04-09 08:41.53 ---> using "cf6a3fd9c982bdc6c44a4cf985fa4d58822dc43d52b8922549cf0e91a696cecd" 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-04-09 08:41.53 ---> using "e3819d1071adbc9617cd81f0dd543914ad8a1c1569b470ed479f0381eeb985f0" 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 [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:41.53 ---> using "2f65ed147508fd9d673eefa94f6009aac6df519ef4804d6223a126a1d743fe6c" 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=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 71 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-variants" {= "5.3.0+options"}] # compiler-packages ocaml-compiler.5.3.0, ocaml-option-no-flat-float-array.1, ocaml-options-only-no-flat-float-array.1, ocaml-variants.5.3.0+options # 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+options+no-flat-float-array 2025-04-09 08:41.53 ---> using "2cfa6bfe634ba50fbfeb5b3411720b065d33fb5261cb13e1d4b864193f0a3f5e" 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-04-09 08:41.53 ---> using "b3b1c45efc23838b9d76ffefc8c2f212d91ef5a694fd7d04a81c6f1749168099" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-04-09 08:42.05 ---> saved as "a8b178ecb3cc55de1253113b8a3bf5b42200568247f61afc2c2f4b370496ca18" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-04-09 08:42.25 ---> saved as "6118e68539e1505b190c49c8a4d6ca69a0e11b3bb3136f32ef86f580fc1f81ab" /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 1s (489 kB/s) - Reading package lists... - 2025-04-09 08:42.27 ---> saved as "888043e168be6686a4bccd643f7f274ed10e71fb67f4598fe7d99f9ec3e7eda8" /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:42.28 ---> saved as "0c59668b5301f1132db7ea8ba52676e9ae3d61cf6fa1c8dc8a4d40a2bed48a62" /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 72 packages - install astring 0.8.5 [required by fpath] - install base v0.17.1 [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.17.0 [required by time_now] - install jst-config v0.17.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.17.0 [required by ppxlib] - install ocaml-protoc-plugin 6.1.0 [required by caisar] - install ocaml_intrinsics_kernel v0.17.1 [required by base] - 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.17.0 [required by jst-config] - install ppx_base v0.17.0 [required by time_now] - install ppx_cold v0.17.0 [required by ppx_base] - install ppx_compare v0.17.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.17.0 [required by ppx_base] - install ppx_expect v0.17.2 [required by ocaml-protoc-plugin] - install ppx_globalize v0.17.0 [required by ppx_base] - install ppx_hash v0.17.0 [required by ppx_base] - install ppx_here v0.17.0 [required by ppx_expect] - install ppx_inline_test v0.17.0 [required by caisar] - install ppx_optcomp v0.17.0 [required by time_now] - install ppx_sexp_conv v0.17.0 [required by why3] - install ppxlib 0.35.0 [required by ppx_deriving_yaml, ppx_deriving, ppx_deriving_yojson] - install ppxlib_jane v0.17.2 [required by ppx_globalize, ppx_enumerate, ppx_hash] - 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 re] - install sexplib0 v0.17.0 [required by base] - install stdio v0.17.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.17.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 ... 18778 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.17.1 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved caisar.3.0 (https://git.frama-c.com/api/v4/projects/1082/packages/generic/caisar/3.0/caisar-3.0.tbz) -> retrieved cmdliner.1.3.0 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-gmp.5 -> installed conf-pkg-config.4 -> installed conf-protoc.4.4.0 -> 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.17.0 (cached) -> retrieved jst-config.v0.17.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.17.0 (cached) -> retrieved ocaml-protoc-plugin.6.1.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (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.17.0 (cached) -> retrieved ppx_base.v0.17.0 (cached) -> retrieved ppx_cold.v0.17.0 (cached) -> retrieved ppx_compare.v0.17.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.17.0 (cached) -> retrieved ppx_expect.v0.17.2 (cached) -> retrieved ppx_globalize.v0.17.0 (cached) -> retrieved ppx_hash.v0.17.0 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_inline_test.v0.17.0 (cached) -> retrieved ppx_optcomp.v0.17.0 (cached) -> retrieved ppx_sexp_conv.v0.17.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved ppxlib_jane.v0.17.2 (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.17.0 (cached) -> retrieved stdio.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved time_now.v0.17.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved why3.1.7.2 (cached) -> installed num.1.5-1 -> retrieved yaml.3.2.0 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved zarith.1.14 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.0.8 -> installed rresult.0.7.0 -> installed ptime.1.2.0 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed logs.0.8.0 -> installed dune.3.18.0 -> installed bos.0.2.1 -> 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.17.0 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed pp.2.0.0 -> installed ppx_derivers.1.2.1 -> installed re.1.12.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed yojson.2.2.2 -> installed ocplib-endian.1.2 -> installed integers.0.7.0 -> installed ordering.3.18.0 -> installed dune-configurator.3.18.0 -> installed ocamlgraph.2.1.0 -> installed dyn.3.18.0 -> installed stdune.3.18.0 -> installed base.v0.17.1 -> installed ctypes.0.23.0 -> installed stdio.v0.17.0 -> installed dune-private-libs.3.18.0 -> installed yaml.3.2.0 -> installed dune-site.3.18.0 -> installed menhir.20240715 -> installed ppxlib.0.35.0 -> installed ppxlib_jane.v0.17.2 -> installed ppx_optcomp.v0.17.0 -> installed ppx_cold.v0.17.0 -> installed ppx_here.v0.17.0 -> installed ppx_deriving_yaml.0.4.0 -> installed ppx_deriving.6.0.3 -> installed ppx_globalize.v0.17.0 -> installed ppx_enumerate.v0.17.0 -> installed ppx_compare.v0.17.0 -> installed ppx_sexp_conv.v0.17.0 -> installed ppx_deriving_yojson.3.9.1 -> installed ppx_hash.v0.17.0 -> installed ppx_assert.v0.17.0 -> installed ppx_base.v0.17.0 -> installed jst-config.v0.17.0 -> installed time_now.v0.17.0 -> installed ppx_inline_test.v0.17.0 -> installed ppx_expect.v0.17.2 -> installed why3.1.7.2 -> installed ocaml-protoc-plugin.6.1.0 -> installed caisar.3.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-09 08:44.26 ---> saved as "6e494e824e17d3b9206b3714e36dee9f4888cce2c09f182ea18de469783f1ba8" Job succeeded 2025-04-09 08:44.35: Job succeeded