(for PR #29921)

2026-05-22 14:38.25: New job: build awso-cli.0.9.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29921/head (26b581962da4b56e20652e11f59c3ecd2f3e2823)
                              on debian-13-ocaml-4.08/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:debian-13-ocaml-4.08@sha256:ca5c126d30e6d8940f1bf261ab12ba6d91da81371a02b25351c426043bb7bd30
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-cli.0.9.0 0.9.0
RUN opam reinstall awso-cli.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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'awso-cli.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.25: Using cache hint "ocaml/opam:debian-13-ocaml-4.08@sha256:ca5c126d30e6d8940f1bf261ab12ba6d91da81371a02b25351c426043bb7bd30-awso-cli.0.9.0-26b581962da4b56e20652e11f59c3ecd2f3e2823"
2026-05-22 14:38.25: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:ca5c126d30e6d8940f1bf261ab12ba6d91da81371a02b25351c426043bb7bd30)
 (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-cli.0.9.0 0.9.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall awso-cli.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 \"\\\"debian-13\\\"\"; 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-cli.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.25: Waiting for resource in pool OCluster
2026-05-22 14:38.27: Waiting for worker…
2026-05-22 14:38.27: 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:debian-13-ocaml-4.08@sha256:ca5c126d30e6d8940f1bf261ab12ba6d91da81371a02b25351c426043bb7bd30)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:ca5c126d30e6d8940f1bf261ab12ba6d91da81371a02b25351c426043bb7bd30' locally
docker.io/ocaml/opam@sha256:ca5c126d30e6d8940f1bf261ab12ba6d91da81371a02b25351c426043bb7bd30: Pulling from ocaml/opam
3b32e3bb7338: Pulling fs layer
0a2047d92c36: Pulling fs layer
6468c8739f79: Pulling fs layer
dc1c52e586c3: Pulling fs layer
62b886ae38ec: Pulling fs layer
c217a15c852c: Pulling fs layer
1631c3f40e56: Pulling fs layer
fec1b7aa2529: Pulling fs layer
46c2f2e52299: Pulling fs layer
dfd625f9488b: Pulling fs layer
a92b2bbc3601: Pulling fs layer
21b06961f9ce: Pulling fs layer
56ea7bb8517a: Pulling fs layer
f88fa5fac715: Pulling fs layer
dc1c52e586c3: Waiting
1631c3f40e56: Waiting
ef860ccaf48a: Pulling fs layer
62b886ae38ec: Waiting
fec1b7aa2529: Waiting
46c2f2e52299: Waiting
c217a15c852c: Waiting
7299894d19a3: Pulling fs layer
dfd625f9488b: Waiting
cfd8a5bbbbad: Pulling fs layer
458be87cd8e2: Pulling fs layer
d25c8303c40a: Pulling fs layer
0dd0c180412f: Pulling fs layer
a92b2bbc3601: Waiting
3cce6b8d3022: Pulling fs layer
48811119dc00: Pulling fs layer
cfd8a5bbbbad: Waiting
4f4fb700ef54: Pulling fs layer
458be87cd8e2: Waiting
9274adcd9010: Pulling fs layer
d7f1811cc461: Pulling fs layer
9883b0c98d0f: Pulling fs layer
9be0dcfb3ea0: Pulling fs layer
d25c8303c40a: Waiting
b64ebb6ea54f: Pulling fs layer
7f7a3980142e: Pulling fs layer
c4dd42c2d373: Pulling fs layer
0dd0c180412f: Waiting
56ea7bb8517a: Waiting
48811119dc00: Waiting
bd37488f4682: Pulling fs layer
7299894d19a3: Waiting
3cce6b8d3022: Waiting
9883b0c98d0f: Waiting
d7f1811cc461: Waiting
9be0dcfb3ea0: Waiting
b64ebb6ea54f: Waiting
efaea8bd3292: Pulling fs layer
9274adcd9010: Waiting
7f7a3980142e: Waiting
c4dd42c2d373: Waiting
d08303018370: Pulling fs layer
bd37488f4682: Waiting
efaea8bd3292: Waiting
ccb64fc6d165: Pulling fs layer
df5461936c45: Pulling fs layer
4ad6d8be4e6f: Pulling fs layer
d08303018370: Waiting
21b06961f9ce: Waiting
ad49b5bd4234: Pulling fs layer
ccb64fc6d165: Waiting
df5461936c45: Waiting
4ad6d8be4e6f: Waiting
3cca9ef56161: Pulling fs layer
ad49b5bd4234: Waiting
4917de64b7d3: Pulling fs layer
0ce36fc523dd: Pulling fs layer
3cca9ef56161: Waiting
f88fa5fac715: Waiting
4917de64b7d3: Waiting
ec347e98f03b: Pulling fs layer
ef860ccaf48a: Waiting
ec347e98f03b: Waiting
f7a9d8335323: Pulling fs layer
0ce36fc523dd: Waiting
07fe8725264d: Pulling fs layer
8f1b6b72d5e3: Pulling fs layer
f7a9d8335323: Waiting
a0114c35ccbe: Pulling fs layer
8f1b6b72d5e3: Waiting
07fe8725264d: Waiting
a0114c35ccbe: Waiting
6468c8739f79: Verifying Checksum
6468c8739f79: Download complete
0a2047d92c36: Verifying Checksum
0a2047d92c36: Download complete
62b886ae38ec: Download complete
dc1c52e586c3: Verifying Checksum
dc1c52e586c3: Download complete
1631c3f40e56: Verifying Checksum
1631c3f40e56: Download complete
3b32e3bb7338: Verifying Checksum
3b32e3bb7338: Download complete
3b32e3bb7338: Pull complete
0a2047d92c36: Pull complete
6468c8739f79: Pull complete
dc1c52e586c3: Pull complete
62b886ae38ec: Pull complete
fec1b7aa2529: Verifying Checksum
fec1b7aa2529: Download complete
46c2f2e52299: Verifying Checksum
46c2f2e52299: Download complete
a92b2bbc3601: Verifying Checksum
a92b2bbc3601: Download complete
21b06961f9ce: Verifying Checksum
21b06961f9ce: Download complete
dfd625f9488b: Verifying Checksum
dfd625f9488b: Download complete
f88fa5fac715: Verifying Checksum
f88fa5fac715: Download complete
ef860ccaf48a: Verifying Checksum
ef860ccaf48a: Download complete
7299894d19a3: Verifying Checksum
7299894d19a3: Download complete
cfd8a5bbbbad: Download complete
458be87cd8e2: Verifying Checksum
458be87cd8e2: Download complete
d25c8303c40a: Verifying Checksum
d25c8303c40a: Download complete
0dd0c180412f: Download complete
3cce6b8d3022: Verifying Checksum
3cce6b8d3022: Download complete
48811119dc00: Verifying Checksum
48811119dc00: Download complete
4f4fb700ef54: Download complete
9274adcd9010: Download complete
d7f1811cc461: Verifying Checksum
d7f1811cc461: Download complete
9883b0c98d0f: Download complete
9be0dcfb3ea0: Verifying Checksum
9be0dcfb3ea0: Download complete
56ea7bb8517a: Verifying Checksum
56ea7bb8517a: Download complete
b64ebb6ea54f: Verifying Checksum
b64ebb6ea54f: Download complete
7f7a3980142e: Verifying Checksum
7f7a3980142e: Download complete
c4dd42c2d373: Download complete
bd37488f4682: Download complete
efaea8bd3292: Verifying Checksum
efaea8bd3292: Download complete
d08303018370: Download complete
ccb64fc6d165: Verifying Checksum
ccb64fc6d165: Download complete
df5461936c45: Verifying Checksum
df5461936c45: Download complete
ad49b5bd4234: Verifying Checksum
ad49b5bd4234: Download complete
4ad6d8be4e6f: Verifying Checksum
4ad6d8be4e6f: Download complete
4917de64b7d3: Verifying Checksum
4917de64b7d3: Download complete
0ce36fc523dd: Verifying Checksum
0ce36fc523dd: Download complete
ec347e98f03b: Verifying Checksum
ec347e98f03b: Download complete
f7a9d8335323: Verifying Checksum
f7a9d8335323: Download complete
07fe8725264d: Verifying Checksum
07fe8725264d: Download complete
8f1b6b72d5e3: Verifying Checksum
8f1b6b72d5e3: Download complete
a0114c35ccbe: Verifying Checksum
a0114c35ccbe: Download complete
c217a15c852c: Verifying Checksum
c217a15c852c: Download complete
c217a15c852c: Pull complete
1631c3f40e56: Pull complete
fec1b7aa2529: Pull complete
46c2f2e52299: Pull complete
dfd625f9488b: Pull complete
a92b2bbc3601: Pull complete
21b06961f9ce: Pull complete
56ea7bb8517a: Pull complete
f88fa5fac715: Pull complete
ef860ccaf48a: Pull complete
7299894d19a3: Pull complete
cfd8a5bbbbad: Pull complete
458be87cd8e2: Pull complete
d25c8303c40a: Pull complete
0dd0c180412f: Pull complete
3cce6b8d3022: Pull complete
48811119dc00: Pull complete
4f4fb700ef54: Pull complete
9274adcd9010: Pull complete
d7f1811cc461: Pull complete
9883b0c98d0f: Pull complete
9be0dcfb3ea0: Pull complete
b64ebb6ea54f: Pull complete
7f7a3980142e: Pull complete
c4dd42c2d373: Pull complete
bd37488f4682: Pull complete
efaea8bd3292: Pull complete
d08303018370: Pull complete
ccb64fc6d165: Pull complete
df5461936c45: Pull complete
3cca9ef56161: Verifying Checksum
3cca9ef56161: Download complete
4ad6d8be4e6f: Pull complete
ad49b5bd4234: Pull complete
3cca9ef56161: Pull complete
4917de64b7d3: Pull complete
0ce36fc523dd: Pull complete
ec347e98f03b: Pull complete
f7a9d8335323: Pull complete
07fe8725264d: Pull complete
8f1b6b72d5e3: Pull complete
a0114c35ccbe: Pull complete
Digest: sha256:ca5c126d30e6d8940f1bf261ab12ba6d91da81371a02b25351c426043bb7bd30
Status: Downloaded newer image for ocaml/opam@sha256:ca5c126d30e6d8940f1bf261ab12ba6d91da81371a02b25351c426043bb7bd30
2026-05-22 15:13.21 ---> saved as "27390ba86543b57e2dd6e95cecb7393b7c1e6e62f3ea3c3ba7ecfb3899da1205"

/: (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 15:13.22 ---> saved as "041628aaab0ec69c067b29e7db842d0d7f8e4a199e04184aae0501dafaaa483b"

/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.

Continue? [Y/n] y
This 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.

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-22 15:13.44 ---> saved as "363bc7d750e817d4fc072f30c5d2570d4836d39b8de1e8d8d618ea14e6a3e5dd"

/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=debian os-version=13
# 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       4.08
# invariant            ["ocaml-base-compiler" {= "4.08.1"}]
# compiler-packages    ocaml-base-compiler.4.08.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.08/lib/ocaml/stublibs:/home/opam/.opam/4.08/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.08.1
2026-05-22 15:13.45 ---> saved as "cb5e780550701126391154f466e1bddc1e793c1706a7729e4f0fe697194aca72"

/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 15:13.54 ---> saved as "4001898e79535eea4785bc59ea196d044248da429e85a96af332b0562a0301ac"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-22 15:14.10 ---> saved as "4d00d145ca0ef217b2cfef33a53c73ec429352ee5b8f7352f2c490d7119fd67e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-22 15:14.27 ---> saved as "3f78c109174ef1255a331f79ecb4eac8ff5744c60b04d7c7d2b7ab13168a88a0"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [166 kB]
- Fetched 10.1 MB in 55s (182 kB/s)
- Reading package lists...
- 
2026-05-22 15:15.24 ---> saved as "2013c0ef16f2b40509568df2c53705eb5ff56209d61fe6687fff3e82f674fe77"

/home/opam: (run (shell "opam pin add -k version -yn awso-cli.0.9.0 0.9.0"))
awso-cli is now pinned to version 0.9.0
2026-05-22 15:15.25 ---> saved as "62c09acdb7c7160dee69c5c8adbaf96feb98a767c518aec007229695c35d277b"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall awso-cli.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 \"\\\"debian-13\\\"\"; 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-cli.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-cli.0.9.0 is not installed. Install it? [Y/n] y
  * Missing dependency:
    - (invariant) -> ocaml-base-compiler < 4.11.0 -> ocaml-base-compiler.4.08.1: no longer available

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall awso-cli.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 "\"debian-13\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'awso-cli.0.9.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-05-22 15:15.44: Job failed: Failed: Build failed
2026-05-22 15:15.44: Log analysis:
2026-05-22 15:15.44: >>> 
No solution found, exiting
 (score = 100)
2026-05-22 15:15.44: [SKIP] Package not available