(for PR #29921)
2026-05-22 15:25.59: New job: list revdeps of awso-async.0.9.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29921/head (26b581962da4b56e20652e11f59c3ecd2f3e2823)
on debian-13-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:debian-13-ocaml-5.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc
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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'awso-async.0.9.0' --coinstallable-with 'awso-async.0.9.0' --all-versions --depopts && opam list -s --color=never --depends-on 'awso-async.0.9.0' --coinstallable-with 'awso-async.0.9.0' --all-versions --recursive && opam list -s --color=never --depends-on 'awso-async.0.9.0' --coinstallable-with 'awso-async.0.9.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-22 15:25.59: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc-awso-async.0.9.0-26b581962da4b56e20652e11f59c3ecd2f3e2823"
2026-05-22 15:25.59: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc)
(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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'awso-async.0.9.0' --coinstallable-with 'awso-async.0.9.0' --all-versions --depopts && opam list -s --color=never --depends-on 'awso-async.0.9.0' --coinstallable-with 'awso-async.0.9.0' --all-versions --recursive && opam list -s --color=never --depends-on 'awso-async.0.9.0' --coinstallable-with 'awso-async.0.9.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2026-05-22 15:25.59: Waiting for resource in pool OCluster
2026-05-22 15:25.59: Waiting for worker…
2026-05-22 15:35.20: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files: 69% (12429/17939)
Updating files: 70% (12558/17939)
Updating files: 71% (12737/17939)
Updating files: 72% (12917/17939)
Updating files: 73% (13096/17939)
Updating files: 74% (13275/17939)
Updating files: 75% (13455/17939)
Updating files: 76% (13634/17939)
Updating files: 77% (13814/17939)
Updating files: 78% (13993/17939)
Updating files: 79% (14172/17939)
Updating files: 80% (14352/17939)
Updating files: 81% (14531/17939)
Updating files: 82% (14710/17939)
Updating files: 83% (14890/17939)
Updating files: 84% (15069/17939)
Updating files: 85% (15249/17939)
Updating files: 86% (15428/17939)
Updating files: 87% (15607/17939)
Updating files: 88% (15787/17939)
Updating files: 89% (15966/17939)
Updating files: 90% (16146/17939)
Updating files: 91% (16325/17939)
Updating files: 92% (16504/17939)
Updating files: 93% (16684/17939)
Updating files: 94% (16863/17939)
Updating files: 95% (17043/17939)
Updating files: 96% (17222/17939)
Updating files: 97% (17401/17939)
Updating files: 98% (17581/17939)
Updating files: 99% (17760/17939)
Updating files: 100% (17939/17939)
Updating files: 100% (17939/17939), done.
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-5.4@sha256:f9700a48fc9ceee25e58aabe0b5d3c4d88bf2427ddb44e9208e4f5acbfe4dfdc)
2026-05-22 15:57.00 ---> using "ac1995f8abd260285fd7f15d3dfa37a0c18d5abe2573e173c9117b295287210f" 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 15:57.03 ---> saved as "edae6225bd2e863b39286633b7b98ad6ba4035bf00b3e3423d8f9097f306a1cf"
/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.
Continue? [Y/n] y
[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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-22 15:57.26 ---> saved as "9a95938ae03e7f68a794800be883c451d747ae16434897f916688921b5c0ed05"
/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 71
# 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 15:57.29 ---> saved as "585fcd9c608ed110e3fce99c2962c4948bf4a0a9fe82375a70380addae291d6e"
/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:57.42 ---> saved as "9bf03f929594508151e362a815b7bd3e287655fc5ff2f3a7e58fcf646b20fef0"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-22 15:57.59 ---> saved as "799ea683db3f6d557b3c6d30c9a1305afffaf013189c35071c1c1abc8a106d15"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-22 15:58.22 ---> saved as "c61f04604a643a8898ce4879c3c64dd2588f469c0970cddb2f667f90332a0f0d"
/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 9s (1085 kB/s)
- Reading package lists...
-
2026-05-22 15:58.35 ---> saved as "b5b87e185b532b74ffc1e72bd72574999bbc719e2af48141926fc6043e61f7fb"
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'awso-async.0.9.0' --coinstallable-with 'awso-async.0.9.0' --all-versions --depopts && opam list -s --color=never --depends-on 'awso-async.0.9.0' --coinstallable-with 'awso-async.0.9.0' --all-versions --recursive && opam list -s --color=never --depends-on 'awso-async.0.9.0' --coinstallable-with 'awso-async.0.9.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
awso-cli.0.9.0
awso-async.0.9.0
awso-cli.0.9.0
awso-cli.0.9.0
@@@OUTPUT
2026-05-22 15:59.26 ---> saved as "d58df22b871aa608d1561d4b1c4857a1db2e14aaac1acf77c750115af82646d1"
Job succeeded
2026-05-22 15:59.40: Job succeeded