(for PR #29921)

2026-05-22 14:38.26: New job: build awso-lwt.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-lwt.0.9.0 0.9.0
RUN opam reinstall awso-lwt.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-lwt.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-lwt.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-lwt.0.9.0 0.9.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall awso-lwt.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-lwt.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.22 ---> 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.22 ---> 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.41 ---> 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-lwt.0.9.0 0.9.0"))
awso-lwt is now pinned to version 0.9.0
2026-05-22 14:48.11 ---> saved as "182b68a5f688fec65142601b92730df4fa9488784040cb83beb4e55e0142417c"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall awso-lwt.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-lwt.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-lwt.0.9.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 91 packages
  - install angstrom                0.16.1         [required by uri]
  - install asn1-combinators        0.3.2          [required by x509]
  - install astring                 0.8.5          [required by conduit]
  - install awso                    0.9.0          [required by awso-lwt]
  - install awso-common             0.9.0          [required by awso]
  - install awso-lwt                0.9.0 (pinned)
  - install base                    v0.17.3        [required by ppx_yojson_conv]
  - install base-bytes              base           [required by ocplib-endian]
  - install base64                  3.5.2          [required by cohttp]
  - install bigstringaf             0.10.0         [required by angstrom]
  - install bos                     0.3.0          [required by ca-certs]
  - install ca-certs                1.0.3          [required by conduit-lwt-unix]
  - install cmdliner                2.1.1          [required by cohttp-lwt-unix]
  - install cohttp                  6.2.1          [required by awso, cohttp-lwt-unix]
  - install cohttp-lwt              6.2.1          [required by cohttp-lwt-unix]
  - install cohttp-lwt-unix         6.2.1          [required by awso-lwt]
  - install conduit                 8.0.0          [required by conduit-lwt]
  - install conduit-lwt             8.0.0          [required by cohttp-lwt-unix]
  - install conduit-lwt-unix        8.0.0          [required by cohttp-lwt-unix]
  - install conf-gmp                5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec       4              [required by cryptokit]
  - install conf-pkg-config         4              [required by conf-zlib, zarith]
  - install conf-zlib               1              [required by cryptokit]
  - install cppo                    1.8.0          [required by lwt]
  - install cryptokit               1.21.1         [required by awso]
  - install csexp                   1.5.2          [required by dune-configurator]
  - install digestif                1.3.0          [required by ca-certs]
  - install domain-name             0.5.0          [required by ipaddr]
  - install dune                    3.23.1         [required by awso-lwt]
  - install dune-configurator       3.23.1         [required by cryptokit]
  - install duration                0.3.1          [required by mirage-crypto-rng]
  - install eqaf                    0.10           [required by digestif, mirage-crypto]
  - install fmt                     0.11.0         [required by cohttp-lwt-unix]
  - install fpath                   0.7.3          [required by ca-certs]
  - install gmap                    0.3.0          [required by x509]
  - install http                    6.2.1          [required by cohttp-lwt-unix]
  - install ipaddr                  5.6.2          [required by cohttp-lwt, cohttp, conduit-lwt-unix]
  - install ipaddr-sexp             5.6.2          [required by conduit-lwt-unix]
  - install jane-street-headers     v0.17.0        [required by time_now]
  - install jst-config              v0.17.0        [required by time_now]
  - install kdf                     1.0.0          [required by x509]
  - install logs                    0.10.0         [required by cohttp-lwt-unix]
  - install lwt                     6.1.2          [required by awso-lwt]
  - install lwt_ppx                 6.1.0          [required by awso-lwt]
  - install macaddr                 5.6.2          [required by ipaddr]
  - install magic-mime              1.3.1          [required by cohttp-lwt-unix]
  - install mirage-crypto           2.1.0          [required by ca-certs]
  - install mirage-crypto-ec        2.1.0          [required by x509]
  - install mirage-crypto-pk        2.1.0          [required by x509]
  - install mirage-crypto-rng       2.1.0          [required by x509]
  - install ocaml-compiler-libs     v0.17.0        [required by ppxlib]
  - install ocaml-syntax-shims      1.0.0          [required by angstrom]
  - install ocaml_intrinsics_kernel v0.17.2        [required by base]
  - install ocamlbuild              0.16.1         [required by xmlm]
  - install ocamlfind               1.9.8          [required by xmlm]
  - install ocplib-endian           1.2            [required by lwt]
  - install octavius                1.2.2          [required by ppx_js_style]
  - install ohex                    0.2.0          [required by ca-certs]
  - 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]
  - 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_js_style            v0.17.1        [required by ppx_yojson_conv]
  - install ppx_optcomp             v0.17.1        [required by time_now]
  - install ppx_sexp_conv           v0.17.1        [required by cohttp-lwt-unix]
  - install ppx_yojson_conv         v0.17.1        [required by awso]
  - install ppx_yojson_conv_lib     v0.17.0        [required by ppx_yojson_conv]
  - install ppxlib                  0.38.0         [required by lwt_ppx]
  - install ppxlib_jane             v0.17.4        [required by ppx_globalize, ppx_enumerate, ppx_hash]
  - install ptime                   1.2.0          [required by ca-certs]
  - install re                      1.14.0         [required by awso]
  - install rresult                 0.7.0          [required by bos]
  - install sexplib0                v0.17.0        [required by cohttp-lwt, cohttp, conduit-lwt]
  - install stdio                   v0.17.0        [required by ppx_expect]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install stringext               1.6.0          [required by cohttp]
  - install time_now                v0.17.0        [required by ppx_inline_test]
  - install topkg                   1.1.1          [required by xmlm]
  - install uri                     4.4.0          [required by cohttp-lwt, cohttp, conduit-lwt-unix]
  - install uri-sexp                4.4.0          [required by cohttp]
  - install x509                    1.0.6          [required by ca-certs]
  - install xmlm                    1.4.0          [required by awso]
  - install yojson                  3.0.0          [required by awso]
  - install zarith                  1.14           [required by awso]

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

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

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

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0: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 ... 15669 files and directories currently installed.)
- Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../6-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../7-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../8-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../9-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Setting up shared-mime-info (2.1-2) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved awso.0.9.0, awso-common.0.9.0, awso-lwt.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 base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.3.0  (cached)
-> retrieved ca-certs.1.0.3  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1  (cached)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-gmp.5
-> retrieved cryptokit.1.21.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> retrieved duration.0.3.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.1.2  (cached)
-> retrieved lwt_ppx.6.1.0  (cached)
-> installed cmdliner.2.1.1
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved octavius.1.2.2  (cached)
-> retrieved ohex.0.2.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_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_js_style.v0.17.1  (cached)
-> retrieved ppx_optcomp.v0.17.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_yojson_conv.v0.17.1  (cached)
-> retrieved ppx_yojson_conv_lib.v0.17.0  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved yojson.3.0.0  (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.1.1
-> installed rresult.0.7.0
-> installed xmlm.1.4.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.23.1
-> installed duration.0.3.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed gmap.0.3.0
-> installed http.6.2.1
-> installed jane-street-headers.v0.17.0
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed octavius.1.2.2
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed ppx_yojson_conv_lib.v0.17.0
-> installed dune-configurator.3.23.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mirage-crypto.2.1.0
-> installed cryptokit.1.21.1
-> installed kdf.1.0.0
-> installed uri.4.4.0
-> installed lwt.6.1.2
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.1.0
-> installed mirage-crypto-pk.2.1.0
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed bos.0.3.0
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.3
-> 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_js_style.v0.17.1
-> installed lwt_ppx.6.1.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_yojson_conv.v0.17.1
-> installed ipaddr-sexp.5.6.2
-> installed uri-sexp.4.4.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed conduit.8.0.0
-> installed ppx_base.v0.17.0
-> installed cohttp.6.2.1
-> installed conduit-lwt.8.0.0
-> installed jst-config.v0.17.0
-> installed cohttp-lwt.6.2.1
-> installed conduit-lwt-unix.8.0.0
-> installed time_now.v0.17.0
-> installed cohttp-lwt-unix.6.2.1
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed awso-common.0.9.0
-> installed awso.0.9.0
-> installed awso-lwt.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-22 14:57.22 ---> saved as "ec83365a071b5e546f539c010ddb0f8ff101f14dcfce30c9a0a2cb4adbb1ad64"
Job succeeded
2026-05-22 14:57.29: Job succeeded