Build:
- 0
2026-03-10 12:17.40: New job: list revdeps of tls-eio.2.0.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29532/head (602109895c861d986c099b9c8d9c2a98826025d7)
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/29532/head" && git reset --hard 60210989
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
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 'tls-eio.2.0.4' --coinstallable-with 'tls-eio.2.0.4' --all-versions --depopts && opam list -s --color=never --depends-on 'tls-eio.2.0.4' --coinstallable-with 'tls-eio.2.0.4' --all-versions --recursive && opam list -s --color=never --depends-on 'tls-eio.2.0.4' --coinstallable-with 'tls-eio.2.0.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-10 12:17.40: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6-tls-eio.2.0.4-602109895c861d986c099b9c8d9c2a98826025d7"
2026-03-10 12:17.40: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
(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 'tls-eio.2.0.4' --coinstallable-with 'tls-eio.2.0.4' --all-versions --depopts && opam list -s --color=never --depends-on 'tls-eio.2.0.4' --coinstallable-with 'tls-eio.2.0.4' --all-versions --recursive && opam list -s --color=never --depends-on 'tls-eio.2.0.4' --coinstallable-with 'tls-eio.2.0.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2026-03-10 12:17.40: Waiting for resource in pool OCluster
2026-03-10 12:23.47: Waiting for worker…
2026-03-10 12:26.38: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..602109895c
Fast-forward
packages/tls-async/tls-async.2.0.4/opam | 48 ++++++++++++++++++
packages/tls-eio/tls-eio.2.0.4/opam | 54 ++++++++++++++++++++
packages/tls-lwt/tls-lwt.2.0.4/opam | 43 ++++++++++++++++
packages/tls-miou-unix/tls-miou-unix.2.0.4/opam | 43 ++++++++++++++++
packages/tls-mirage/tls-mirage.2.0.4/opam | 46 +++++++++++++++++
packages/tls/tls.2.0.4/opam | 66 +++++++++++++++++++++++++
6 files changed, 300 insertions(+)
create mode 100644 packages/tls-async/tls-async.2.0.4/opam
create mode 100644 packages/tls-eio/tls-eio.2.0.4/opam
create mode 100644 packages/tls-lwt/tls-lwt.2.0.4/opam
create mode 100644 packages/tls-miou-unix/tls-miou-unix.2.0.4/opam
create mode 100644 packages/tls-mirage/tls-mirage.2.0.4/opam
create mode 100644 packages/tls/tls.2.0.4/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6' locally
docker.io/ocaml/opam@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6: Pulling from ocaml/opam
866771c43bf5: Already exists
1e49bea09367: Already exists
e793768537e6: Already exists
ed323d3d481a: Already exists
7df34a5cd5f1: Already exists
fd712d3eb935: Already exists
4b9fb8c99118: Already exists
9d9a01948b94: Already exists
0f1514f90b32: Already exists
e1ec5a753447: Already exists
03cc323e2f71: Already exists
c09c08ea9749: Already exists
b36b619f8e6b: Already exists
195344ca5274: Already exists
228ee78582a6: Already exists
504bde1c25b3: Already exists
9d8b1356c89f: Already exists
9d8b1356c89f: Already exists
568fb6dda155: Already exists
c499c9198aea: Already exists
048e5e358118: Already exists
871ca48eb45d: Already exists
4f4fb700ef54: Already exists
a5a2568b9df9: Already exists
068cf3106ac8: Already exists
559f54ec9b29: Already exists
798ffd96fde5: Already exists
e9a891bf80d7: Already exists
d720cfe12674: Already exists
c81c932f4a91: Already exists
79f24fa3bb11: Already exists
8c1debcd8c20: Already exists
1bb2cfea7250: Already exists
2b3d3ca75e4c: Already exists
557cacaf263c: Already exists
d10483022eef: Already exists
7b62a90d8223: Already exists
28ce8ea66e72: Already exists
d975909ea717: Already exists
5c215c69c247: Already exists
e7c082452a54: Already exists
f6cbd774d654: Pulling fs layer
b40777a84cca: Pulling fs layer
7bb5edb9c889: Pulling fs layer
020670bcefab: Pulling fs layer
46df05d0db83: Pulling fs layer
45bde7b38933: Pulling fs layer
b4d63fa01ada: Pulling fs layer
020670bcefab: Waiting
46df05d0db83: Waiting
45bde7b38933: Waiting
b4d63fa01ada: Waiting
b40777a84cca: Verifying Checksum
b40777a84cca: Download complete
f6cbd774d654: Download complete
f6cbd774d654: Pull complete
7bb5edb9c889: Download complete
b40777a84cca: Pull complete
7bb5edb9c889: Pull complete
46df05d0db83: Verifying Checksum
46df05d0db83: Download complete
45bde7b38933: Download complete
b4d63fa01ada: Verifying Checksum
b4d63fa01ada: Download complete
020670bcefab: Verifying Checksum
020670bcefab: Download complete
020670bcefab: Pull complete
46df05d0db83: Pull complete
45bde7b38933: Pull complete
b4d63fa01ada: Pull complete
Digest: sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
Status: Downloaded newer image for ocaml/opam@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
2026-03-10 12:26.41 ---> using "41eea30e3f639c18d8cf57c309ec76919ec7b2398036f7e41744cbce59a133d3" 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-03-10 12:26.41 ---> using "4ad7f430d684c40cedc651267e0edf890c044fe4e624255de377c471b4526bac" 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.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 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-03-10 12:26.41 ---> using "71fa58e52457bf6a7eac317c6a6ef1e2bdf53e533a1e4fd04b90c9349347e038" from cache
/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.0
# 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 5.4
# invariant ["ocaml-base-compiler" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2026-03-10 12:26.41 ---> using "ed86081cb38ca125a920162bfe6a4bb7b1c27c6973c917551687c83cf44dbfdf" from cache
/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-03-10 12:26.41 ---> using "04a48515eea40c32b96da0c71328b4bba0edb66eed83d4f78554b39097cf1f25" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 12:26.42 ---> using "2939d6dbae0c6414998a66487bb381d169377c0de44c9d7517512a19d90f03e0" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-10 12:26.42 ---> using "586b82cdfc222bf825b1f77e6c2202853fddc65b177fee6625e6a2d8c7888a12" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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-security trixie-security/main amd64 Packages [108 kB]
- Fetched 199 kB in 0s (2132 kB/s)
- Reading package lists...
2026-03-10 12:26.42 ---> using "3f6ec1564fcbc4fad36d9c2d88cde229642b2c9f19db3318758f4b80df76d7a4" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'tls-eio.2.0.4' --coinstallable-with 'tls-eio.2.0.4' --all-versions --depopts && opam list -s --color=never --depends-on 'tls-eio.2.0.4' --coinstallable-with 'tls-eio.2.0.4' --all-versions --recursive && opam list -s --color=never --depends-on 'tls-eio.2.0.4' --coinstallable-with 'tls-eio.2.0.4' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
anthropic.0.1.0
capnp-rpc-net.2.1
capnp-rpc-net.2.1.1
carbon.0.2.0
opentelemetry-client-cohttp-eio.0.12
opentelemetry-client-cohttp-eio.0.13
polymarket.0.1.0
polymarket.0.2.0
snf_mcp.0.2.0
snf_mcp.0.2.1
starred_ml.0.0.6
starred_ml.0.0.7
anthropic.0.1.0
capnp-rpc-net.2.1
capnp-rpc-net.2.1.1
capnp-rpc-unix.2.1
capnp-rpc-unix.2.1.1
carbon.0.2.0
opentelemetry-client-cohttp-eio.0.12
opentelemetry-client-cohttp-eio.0.13
polymarket.0.1.0
polymarket.0.2.0
snf_mcp.0.2.0
snf_mcp.0.2.1
starred_ml.0.0.6
starred_ml.0.0.7
tls-eio.2.0.4
anthropic.0.1.0
capnp-rpc-net.2.1
capnp-rpc-net.2.1.1
carbon.0.2.0
cohttp-eio.6.0.0
cohttp-eio.6.1.0
cohttp-eio.6.1.1
cohttp-eio.6.2.1
opentelemetry-client-cohttp-eio.0.12
snf_mcp.0.2.0
snf_mcp.0.2.1
starred_ml.0.0.6
starred_ml.0.0.7
@@@OUTPUT
2026-03-10 12:26.57 ---> saved as "a1c0418abdbdc27c79a42dd2e916e8a02019425a7d8053a4a3b0f61e3ef46f1e"
Job succeeded
2026-03-10 12:27.03: Job succeeded