(for PR #27814)

2025-04-24 14:19.29: New job: build core_unix.v0.17.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27814/head (ff55db326db9c2958d536c00557c75e835658f3e)
                              on ubuntu-22.04-ocaml-5.3/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/27814/head" && git reset --hard ff55db32
git fetch origin master
git merge --no-edit 8106bcf57fc33218275bbf0d02e725f4e9fcd0f6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:9523614bfd32645c2ffd81d669b65b8d2d11e1a5d4d41cdd1b93d97974879402
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 core_unix.v0.17.1 v0.17.1
RUN opam reinstall core_unix.v0.17.1; \
    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" != 'core_unix.v0.17.1' && 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-24 14:19.29: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:9523614bfd32645c2ffd81d669b65b8d2d11e1a5d4d41cdd1b93d97974879402-core_unix.v0.17.1-ff55db326db9c2958d536c00557c75e835658f3e"
2025-04-24 14:19.29: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:9523614bfd32645c2ffd81d669b65b8d2d11e1a5d4d41cdd1b93d97974879402)
 (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 core_unix.v0.17.1 v0.17.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall core_unix.v0.17.1;\
             \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\" != 'core_unix.v0.17.1' && 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-24 14:19.29: Waiting for resource in pool OCluster
2025-04-24 14:19.29: Waiting for worker…
2025-04-24 14:19.29: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
Updating files:  90% (20726/22939)
Updating files:  91% (20875/22939)
Updating files:  92% (21104/22939)
Updating files:  93% (21334/22939)
Updating files:  94% (21563/22939)
Updating files:  95% (21793/22939)
Updating files:  96% (22022/22939)
Updating files:  97% (22251/22939)
Updating files:  98% (22481/22939)
Updating files:  99% (22710/22939)
Updating files: 100% (22939/22939)
Updating files: 100% (22939/22939), done.
HEAD is now at 8106bcf57f Merge pull request #27808 from Octachron/Ocaml_5.4.0_branching
Updating 8106bcf57f..ff55db326d
Fast-forward
 packages/core_unix/core_unix.v0.17.1/opam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:9523614bfd32645c2ffd81d669b65b8d2d11e1a5d4d41cdd1b93d97974879402)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:9523614bfd32645c2ffd81d669b65b8d2d11e1a5d4d41cdd1b93d97974879402' locally
docker.io/ocaml/opam@sha256:9523614bfd32645c2ffd81d669b65b8d2d11e1a5d4d41cdd1b93d97974879402: Pulling from ocaml/opam
7dde7acf10a8: Pulling fs layer
7dde7acf10a8: Verifying Checksum
7dde7acf10a8: Download complete
7dde7acf10a8: Pull complete
Digest: sha256:9523614bfd32645c2ffd81d669b65b8d2d11e1a5d4d41cdd1b93d97974879402
Status: Downloaded newer image for ocaml/opam@sha256:9523614bfd32645c2ffd81d669b65b8d2d11e1a5d4d41cdd1b93d97974879402
2025-04-24 14:21.02 ---> saved as "f0535b5c007657d5884d25025174fb7afdb7938544fe8f9779b1ce4aa682be27"

/: (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-24 14:21.02 ---> saved as "5e9119f8f32f5ec17eccf215a3febe5fc5d8256ccfc5f261c2e9dc338100ecf7"

/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 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-04-24 14:21.34 ---> saved as "5fa7d01d1183db30cb26556ac5332e4d20da9060cbc715457a2e06ca33cebef0"

/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=ubuntu os-version=22.04
# 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       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-04-24 14:21.35 ---> saved as "e4e678b56f58e0eea340256fd15d00690f6d59a69ef2e4d50dc0039a6e8be6fc"

/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-24 14:21.44 ---> saved as "320681a176906361cdb5a991b85295a0d7e20c0a4b1cd420d78d5847b762e1cd"

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-24 14:21.52 ---> saved as "fc9b236065880283b5512bfae2bb42f49d2a993387aa9a9beb47703c517a48df"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-24 14:22.18 ---> saved as "37350e586686add2966498b4bd5975e791ee97357fb7a620b12251d4f60e659e"

/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://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2844 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4118 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1244 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4272 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3155 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1543 kB]
- Fetched 17.4 MB in 1s (12.3 MB/s)
- Reading package lists...
- 
2025-04-24 14:22.22 ---> saved as "a0bf16bf9d936d26e7b2eead354a75f6d4ec844e9309f4be77a9d50a705e5e47"

/home/opam: (run (shell "opam pin add -k version -yn core_unix.v0.17.1 v0.17.1"))
core_unix is now pinned to version v0.17.1
2025-04-24 14:22.22 ---> saved as "eb49db4e5f3f7b2603569c581d0d1c48c55ace39d017e92a49ea5a8cbb01c3d5"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall core_unix.v0.17.1;\
                        \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\" != 'core_unix.v0.17.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
core_unix.v0.17.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 73 packages
  - install base                        v0.17.1          [required by core_kernel, core, expect_test_helpers_core]
  - install base_bigstring              v0.17.0          [required by core]
  - install base_quickcheck             v0.17.0          [required by core, expect_test_helpers_core]
  - install bin_prot                    v0.17.0          [required by core]
  - install capitalization              v0.17.0          [required by ppx_string_conv]
  - install core                        v0.17.1          [required by core_unix]
  - install core_kernel                 v0.17.0          [required by core_unix]
  - install core_unix                   v0.17.1 (pinned)
  - install csexp                       1.5.2            [required by dune-configurator]
  - install dune                        3.18.1           [required by core_unix]
  - install dune-configurator           3.18.1           [required by base]
  - install expect_test_helpers_core    v0.17.0          [required by core_unix]
  - install fieldslib                   v0.17.0          [required by core]
  - install gel                         v0.17.0          [required by ppx_diff]
  - install int_repr                    v0.17.0          [required by core_kernel]
  - install jane-street-headers         v0.17.0          [required by core_unix]
  - install jst-config                  v0.17.0          [required by core_unix]
  - install num                         1.5-1            [required by sexplib]
  - install ocaml-compiler-libs         v0.17.0          [required by ppxlib]
  - install ocaml_intrinsics_kernel     v0.17.1          [required by base]
  - install parsexp                     v0.17.0          [required by sexplib]
  - install ppx_assert                  v0.17.0          [required by core]
  - install ppx_base                    v0.17.0          [required by core]
  - install ppx_bench                   v0.17.0          [required by ppx_jane]
  - install ppx_bin_prot                v0.17.0          [required by ppx_jane]
  - install ppx_cold                    v0.17.0          [required by ppx_base]
  - install ppx_compare                 v0.17.0          [required by ppx_diff]
  - install ppx_custom_printf           v0.17.0          [required by ppx_jane]
  - install ppx_derivers                1.2.1            [required by ppxlib]
  - install ppx_diff                    v0.17.0          [required by core]
  - install ppx_disable_unused_warnings v0.17.0          [required by ppx_jane]
  - install ppx_enumerate               v0.17.0          [required by ppx_diff]
  - install ppx_expect                  v0.17.2          [required by ppx_jane]
  - install ppx_fields_conv             v0.17.0          [required by ppx_jane]
  - install ppx_fixed_literal           v0.17.0          [required by ppx_jane]
  - install ppx_globalize               v0.17.0          [required by ppx_base]
  - install ppx_hash                    v0.17.0          [required by core]
  - install ppx_here                    v0.17.0          [required by ppx_jane]
  - install ppx_ignore_instrumentation  v0.17.0          [required by ppx_jane]
  - install ppx_inline_test             v0.17.0          [required by core]
  - install ppx_jane                    v0.17.0          [required by core_unix]
  - install ppx_let                     v0.17.0          [required by ppx_jane]
  - install ppx_log                     v0.17.0          [required by ppx_jane]
  - install ppx_module_timer            v0.17.0          [required by ppx_jane]
  - install ppx_optcomp                 v0.17.0          [required by core_unix]
  - install ppx_optional                v0.17.0          [required by ppx_jane]
  - install ppx_pipebang                v0.17.0          [required by ppx_jane]
  - install ppx_sexp_conv               v0.17.0          [required by core]
  - install ppx_sexp_message            v0.17.0          [required by core]
  - install ppx_sexp_value              v0.17.0          [required by ppx_jane]
  - install ppx_stable                  v0.17.0          [required by ppx_jane]
  - install ppx_stable_witness          v0.17.0          [required by ppx_jane]
  - install ppx_string                  v0.17.0          [required by ppx_jane]
  - install ppx_string_conv             v0.17.0          [required by ppx_jane]
  - install ppx_tydi                    v0.17.0          [required by ppx_jane]
  - install ppx_typerep_conv            v0.17.0          [required by ppx_jane]
  - install ppx_variants_conv           v0.17.0          [required by ppx_jane]
  - install ppxlib                      0.35.0           [required by ppx_diff]
  - install ppxlib_jane                 v0.17.2          [required by ppx_diff]
  - install re                          1.12.0           [required by expect_test_helpers_core]
  - install seq                         base             [required by re]
  - install sexp_pretty                 v0.17.0          [required by expect_test_helpers_core]
  - install sexplib                     v0.17.0          [required by core_unix]
  - install sexplib0                    v0.17.0          [required by base]
  - install spawn                       v0.17.0          [required by core_unix]
  - install splittable_random           v0.17.0          [required by core]
  - install stdio                       v0.17.0          [required by core, expect_test_helpers_core]
  - install stdlib-shims                0.3.0            [required by ppxlib]
  - install time_now                    v0.17.0          [required by core]
  - install timezone                    v0.17.0          [required by core_unix]
  - install typerep                     v0.17.1          [required by core]
  - install uopt                        v0.17.0          [required by core_unix]
  - install variantslib                 v0.17.0          [required by core]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.1  (cached)
-> retrieved base_bigstring.v0.17.0  (cached)
-> retrieved base_quickcheck.v0.17.0  (cached)
-> retrieved bin_prot.v0.17.0  (cached)
-> retrieved capitalization.v0.17.0  (cached)
-> retrieved core.v0.17.1  (cached)
-> retrieved core_kernel.v0.17.0  (cached)
-> retrieved core_unix.v0.17.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.18.1, dune-configurator.3.18.1  (cached)
-> retrieved expect_test_helpers_core.v0.17.0  (cached)
-> retrieved fieldslib.v0.17.0  (cached)
-> retrieved gel.v0.17.0  (cached)
-> retrieved int_repr.v0.17.0  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_bench.v0.17.0  (cached)
-> retrieved ppx_bin_prot.v0.17.0  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_custom_printf.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_diff.v0.17.0  (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.2  (cached)
-> retrieved ppx_fields_conv.v0.17.0  (cached)
-> retrieved ppx_fixed_literal.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.0  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.0  (cached)
-> retrieved ppx_jane.v0.17.0  (cached)
-> retrieved ppx_let.v0.17.0  (cached)
-> retrieved ppx_log.v0.17.0  (cached)
-> retrieved ppx_module_timer.v0.17.0  (cached)
-> retrieved ppx_optcomp.v0.17.0  (cached)
-> retrieved ppx_optional.v0.17.0  (cached)
-> retrieved ppx_pipebang.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved ppx_sexp_message.v0.17.0  (cached)
-> retrieved ppx_sexp_value.v0.17.0  (cached)
-> retrieved ppx_stable.v0.17.0  (cached)
-> retrieved ppx_stable_witness.v0.17.0  (cached)
-> retrieved ppx_string.v0.17.0  (cached)
-> retrieved ppx_string_conv.v0.17.0  (cached)
-> retrieved ppx_tydi.v0.17.0  (cached)
-> retrieved ppx_typerep_conv.v0.17.0  (cached)
-> retrieved ppx_variants_conv.v0.17.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved ppxlib_jane.v0.17.2  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexp_pretty.v0.17.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.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 timezone.v0.17.0  (cached)
-> retrieved typerep.v0.17.1  (cached)
-> retrieved uopt.v0.17.0  (cached)
-> retrieved variantslib.v0.17.0  (cached)
-> installed num.1.5-1
-> installed dune.3.18.1
-> installed jane-street-headers.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed re.1.12.0
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.18.1
-> installed sexplib.v0.17.0
-> installed base.v0.17.1
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.17.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_tydi.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_typerep_conv.v0.17.0
-> installed ppx_variants_conv.v0.17.0
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_stable.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
-> installed ppx_let.v0.17.0
-> installed ppx_hash.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed ppx_base.v0.17.0
-> installed capitalization.v0.17.0
-> installed jst-config.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed bin_prot.v0.17.0
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_bin_prot.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.0
-> installed ppx_bench.v0.17.0
-> installed ppx_expect.v0.17.2
-> installed splittable_random.v0.17.0
-> installed base_quickcheck.v0.17.0
-> installed ppx_log.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.0
-> installed core.v0.17.1
-> installed timezone.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed core_kernel.v0.17.0
-> installed core_unix.v0.17.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-24 14:24.50 ---> saved as "b7fe41d0335eb81d335509f97307f11fdb86af8f932b90957f3304a6bf3a7be9"
Job succeeded
2025-04-24 14:24.55: Job succeeded