(for PR #29921)

2026-05-22 14:38.26: New job: build awso-common.0.9.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29921/head (26b581962da4b56e20652e11f59c3ecd2f3e2823)
                              on ubuntu-22.04-ocaml-5.4/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/29921/head" && git reset --hard 26b58196
git fetch origin master
git merge --no-edit 3e30e43808721339489775ee25d69c4c9c441697
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c
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 awso-common.0.9.0 0.9.0
RUN opam reinstall awso-common.0.9.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 "\"ubuntu-22.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'awso-common.0.9.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-05-22 14:38.26: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c-awso-common.0.9.0-26b581962da4b56e20652e11f59c3ecd2f3e2823"
2026-05-22 14:38.26: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c)
 (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 awso-common.0.9.0 0.9.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall awso-common.0.9.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 \"\\\"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\" != 'awso-common.0.9.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-05-22 14:38.26: Waiting for resource in pool OCluster
2026-05-22 14:38.27: Waiting for worker…
2026-05-22 14:45.10: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 3e30e43808 Merge pull request #29935 from sim642/release-odep-0.2.2
Updating 3e30e43808..26b581962d
Fast-forward
 packages/awso-async/awso-async.0.9.0/opam   | 52 ++++++++++++++++++++++++++++
 packages/awso-cli/awso-cli.0.9.0/opam       | 47 +++++++++++++++++++++++++
 packages/awso-common/awso-common.0.9.0/opam | 45 ++++++++++++++++++++++++
 packages/awso-lwt/awso-lwt.0.9.0/opam       | 47 +++++++++++++++++++++++++
 packages/awso-sync/awso-sync.0.9.0/opam     | 47 +++++++++++++++++++++++++
 packages/awso/awso.0.9.0/opam               | 53 +++++++++++++++++++++++++++++
 6 files changed, 291 insertions(+)
 create mode 100644 packages/awso-async/awso-async.0.9.0/opam
 create mode 100644 packages/awso-cli/awso-cli.0.9.0/opam
 create mode 100644 packages/awso-common/awso-common.0.9.0/opam
 create mode 100644 packages/awso-lwt/awso-lwt.0.9.0/opam
 create mode 100644 packages/awso-sync/awso-sync.0.9.0/opam
 create mode 100644 packages/awso/awso.0.9.0/opam

(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c' locally
docker.io/ocaml/opam@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c: Pulling from ocaml/opam
f63eb04151bc: Pulling fs layer
c3a7cf967865: Pulling fs layer
6994ddface72: Pulling fs layer
1efd9d9872cf: Pulling fs layer
f2072edad4b7: Pulling fs layer
1efd9d9872cf: Waiting
847f5455a303: Pulling fs layer
f2072edad4b7: Waiting
b5fef2855228: Pulling fs layer
164714ea8001: Pulling fs layer
b5fef2855228: Waiting
fb9c1ff34694: Pulling fs layer
847f5455a303: Waiting
164714ea8001: Waiting
3a0954af5984: Pulling fs layer
fb9c1ff34694: Waiting
6027285b7abe: Pulling fs layer
194499324179: Pulling fs layer
436538616540: Pulling fs layer
eba6c657b0d1: Pulling fs layer
3a0954af5984: Waiting
436538616540: Waiting
194499324179: Waiting
6027285b7abe: Waiting
75a1d643791d: Pulling fs layer
eba6c657b0d1: Waiting
75a1d643791d: Waiting
8d32fd95c2a9: Pulling fs layer
4f4fb700ef54: Pulling fs layer
8d32fd95c2a9: Waiting
f4a6bdf1a5d4: Pulling fs layer
527ab22e258c: Pulling fs layer
4f4fb700ef54: Waiting
f4a6bdf1a5d4: Waiting
c925ee5da3a2: Pulling fs layer
527ab22e258c: Waiting
c925ee5da3a2: Waiting
fca24bca417a: Pulling fs layer
624114cf75d2: Pulling fs layer
8f4ddc383044: Pulling fs layer
624114cf75d2: Waiting
6ff4e2f13c3d: Pulling fs layer
8f4ddc383044: Waiting
76c94a7a334c: Pulling fs layer
eb822e1c8d96: Pulling fs layer
6ff4e2f13c3d: Waiting
fe76e26a4bbd: Pulling fs layer
eb822e1c8d96: Waiting
e37ac0b59238: Pulling fs layer
fe76e26a4bbd: Waiting
940dcac173f6: Pulling fs layer
76c94a7a334c: Waiting
51785f87a6f8: Pulling fs layer
e37ac0b59238: Waiting
940dcac173f6: Waiting
ce421a1a7271: Pulling fs layer
7424e1639045: Pulling fs layer
51785f87a6f8: Waiting
ce421a1a7271: Waiting
5345c659eb86: Pulling fs layer
c5289b3e923d: Pulling fs layer
7424e1639045: Waiting
5345c659eb86: Waiting
d4828cefae96: Pulling fs layer
e51a7246d012: Pulling fs layer
d4828cefae96: Waiting
c5289b3e923d: Waiting
e51a7246d012: Waiting
0f37644adc12: Pulling fs layer
0464926e312d: Pulling fs layer
0f37644adc12: Waiting
003f09510c48: Pulling fs layer
f52861b1f919: Pulling fs layer
0464926e312d: Waiting
a063ef7174a6: Pulling fs layer
cd1bf4a97a64: Pulling fs layer
003f09510c48: Waiting
32cdd371bb67: Pulling fs layer
a063ef7174a6: Waiting
cd1bf4a97a64: Waiting
02966ee4db72: Pulling fs layer
32cdd371bb67: Waiting
02966ee4db72: Waiting
c3a7cf967865: Download complete
6994ddface72: Verifying Checksum
6994ddface72: Download complete
f2072edad4b7: Verifying Checksum
f2072edad4b7: Download complete
f63eb04151bc: Verifying Checksum
f63eb04151bc: Download complete
b5fef2855228: Verifying Checksum
b5fef2855228: Download complete
164714ea8001: Verifying Checksum
164714ea8001: Download complete
1efd9d9872cf: Verifying Checksum
1efd9d9872cf: Download complete
fb9c1ff34694: Verifying Checksum
fb9c1ff34694: Download complete
3a0954af5984: Verifying Checksum
3a0954af5984: Download complete
f63eb04151bc: Pull complete
c3a7cf967865: Pull complete
6994ddface72: Pull complete
6027285b7abe: Verifying Checksum
6027285b7abe: Download complete
436538616540: Verifying Checksum
436538616540: Download complete
eba6c657b0d1: Verifying Checksum
eba6c657b0d1: Download complete
75a1d643791d: Download complete
847f5455a303: Verifying Checksum
847f5455a303: Download complete
8d32fd95c2a9: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
f4a6bdf1a5d4: Verifying Checksum
f4a6bdf1a5d4: Download complete
527ab22e258c: Verifying Checksum
527ab22e258c: Download complete
fca24bca417a: Verifying Checksum
fca24bca417a: Download complete
624114cf75d2: Verifying Checksum
624114cf75d2: Download complete
c925ee5da3a2: Verifying Checksum
c925ee5da3a2: Download complete
8f4ddc383044: Download complete
6ff4e2f13c3d: Download complete
76c94a7a334c: Verifying Checksum
76c94a7a334c: Download complete
eb822e1c8d96: Verifying Checksum
eb822e1c8d96: Download complete
fe76e26a4bbd: Verifying Checksum
fe76e26a4bbd: Download complete
e37ac0b59238: Verifying Checksum
e37ac0b59238: Download complete
940dcac173f6: Verifying Checksum
940dcac173f6: Download complete
51785f87a6f8: Verifying Checksum
51785f87a6f8: Download complete
1efd9d9872cf: Pull complete
f2072edad4b7: Pull complete
ce421a1a7271: Verifying Checksum
ce421a1a7271: Download complete
7424e1639045: Verifying Checksum
7424e1639045: Download complete
c5289b3e923d: Download complete
e51a7246d012: Verifying Checksum
e51a7246d012: Download complete
0f37644adc12: Verifying Checksum
0f37644adc12: Download complete
0464926e312d: Verifying Checksum
0464926e312d: Download complete
003f09510c48: Verifying Checksum
003f09510c48: Download complete
f52861b1f919: Verifying Checksum
f52861b1f919: Download complete
5345c659eb86: Verifying Checksum
5345c659eb86: Download complete
cd1bf4a97a64: Verifying Checksum
cd1bf4a97a64: Download complete
32cdd371bb67: Verifying Checksum
32cdd371bb67: Download complete
02966ee4db72: Verifying Checksum
02966ee4db72: Download complete
847f5455a303: Pull complete
b5fef2855228: Pull complete
164714ea8001: Pull complete
a063ef7174a6: Verifying Checksum
a063ef7174a6: Download complete
fb9c1ff34694: Pull complete
3a0954af5984: Pull complete
d4828cefae96: Verifying Checksum
d4828cefae96: Download complete
6027285b7abe: Pull complete
194499324179: Pull complete
436538616540: Pull complete
eba6c657b0d1: Pull complete
75a1d643791d: Pull complete
8d32fd95c2a9: Pull complete
4f4fb700ef54: Pull complete
f4a6bdf1a5d4: Pull complete
527ab22e258c: Pull complete
c925ee5da3a2: Pull complete
fca24bca417a: Pull complete
624114cf75d2: Pull complete
8f4ddc383044: Pull complete
6ff4e2f13c3d: Pull complete
76c94a7a334c: Pull complete
eb822e1c8d96: Pull complete
fe76e26a4bbd: Pull complete
e37ac0b59238: Pull complete
940dcac173f6: Pull complete
51785f87a6f8: Pull complete
ce421a1a7271: Pull complete
7424e1639045: Pull complete
5345c659eb86: Pull complete
c5289b3e923d: Pull complete
d4828cefae96: Pull complete
e51a7246d012: Pull complete
0f37644adc12: Pull complete
0464926e312d: Pull complete
003f09510c48: Pull complete
f52861b1f919: Pull complete
a063ef7174a6: Pull complete
cd1bf4a97a64: Pull complete
32cdd371bb67: Pull complete
02966ee4db72: Pull complete
Digest: sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c
Status: Downloaded newer image for ocaml/opam@sha256:330f5b4046242c9305457c5e7902bfb8a24844f6aa8bcd56162f7265e6aa475c
2026-05-22 14:45.27 ---> using "980dedcb58daec2579b2bfe2d08099f60a9194a1a9d5882ba85b86f57d31ff27" 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-05-22 14:45.27 ---> using "4e3652faa37c023ee1838eb2156884cec47f5bb497cd2187f508052edd5d49b9" 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[NOTE] The 'jobs' option was reset, its value was 1 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=1 --global
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-22 14:45.28 ---> saved as "d94d4c72ff8eca0f403d12e28d82d90763ced45bb6b551fd318c0d508fc2aaad"

/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.1
# 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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-05-22 14:45.29 ---> saved as "da6e2ddb1f24c1f7dd67d9c90b32dbd83c97fd34387ed77181de47073514b85e"

/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-05-22 14:45.38 ---> saved as "6c246bab82d47e748dae5a10d9d636c4856b2a3915dfb91c9c0ac876e93f32ea"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-22 14:45.54 ---> saved as "854eb122533edc435d4d711965d6242b6b40a1ca48b9407a101fd9802c660c98"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-22 14:46.04 ---> saved as "af5afa9b5010dd2bc84a77ed722e992e7ead793d6cc5f90df760f4848ccf6d07"

/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]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1295 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.4 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1603 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [77.8 kB]
- Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7070 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4294 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7355 kB]
- Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3947 kB]
- Fetched 26.1 MB in 2min 5s (210 kB/s)
- Reading package lists...
- 
2026-05-22 14:48.10 ---> saved as "2cbbc7162cd9fd3547062cd0a94a4d83a7a871b094636f45a0921077e907946a"

/home/opam: (run (shell "opam pin add -k version -yn awso-common.0.9.0 0.9.0"))
awso-common is now pinned to version 0.9.0
2026-05-22 14:48.11 ---> saved as "da1dfb52916bf8d296cd5110176ca746a4368281dc39af9d87a4b92391d1c0a2"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall awso-common.0.9.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 \"\\\"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\" != 'awso-common.0.9.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
awso-common.0.9.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 29 packages
  - install awso-common             0.9.0 (pinned)
  - install base                    v0.17.3        [required by ppx_expect]
  - install csexp                   1.5.2          [required by dune-configurator]
  - install dune                    3.23.1         [required by awso-common]
  - install dune-configurator       3.23.1         [required by base]
  - install jane-street-headers     v0.17.0        [required by time_now]
  - install jst-config              v0.17.0        [required by time_now]
  - install ocaml-compiler-libs     v0.17.0        [required by ppxlib]
  - install ocaml_intrinsics_kernel v0.17.2        [required by base]
  - 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 ppxlib]
  - install ppx_enumerate           v0.17.0        [required by ppx_base]
  - install ppx_expect              v0.17.3        [required by awso-common]
  - install ppx_globalize           v0.17.2        [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.1        [required by ppx_expect]
  - install ppx_optcomp             v0.17.1        [required by time_now]
  - install ppx_sexp_conv           v0.17.1        [required by ppx_base]
  - install ppxlib                  0.38.0         [required by ppx_expect]
  - install ppxlib_jane             v0.17.4        [required by ppx_globalize, ppx_enumerate, ppx_hash]
  - install sexplib0                v0.17.0        [required by base]
  - install stdio                   v0.17.0        [required by ppx_expect]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install time_now                v0.17.0        [required by ppx_inline_test]
  - install yojson                  3.0.0          [required by awso-common]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved awso-common.0.9.0  (https://github.com/mbacarella/ocaml-awso/releases/download/0.9.0/awso-0.9.0.tbz)
-> retrieved base.v0.17.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2  (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_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.3  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.1  (cached)
-> retrieved ppx_optcomp.v0.17.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> 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 yojson.3.0.0  (cached)
-> installed dune.3.23.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.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed dune-configurator.3.23.1
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppxlib.0.38.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.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.1
-> installed ppx_expect.v0.17.3
-> installed awso-common.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-22 14:58.26 ---> saved as "2c7b44ec5f072a21a15e111b9cf0fcf6d62e09772e22a9bafa9f0191a22217a5"
Job succeeded
2026-05-22 14:58.34: Job succeeded