(for PR #29807)
2026-04-27 09:21.08: New job: list revdeps of ppx_bin_there.0.2.1a2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29807/head (e0fe0e5778da777992e8690ed4faab031f74f9af)
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/29807/head" && git reset --hard e0fe0e57
git fetch origin master
git merge --no-edit d5058a91d400180e2118d7eeefa040cfcee45d2c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117
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 'ppx_bin_there.0.2.1a2' --coinstallable-with 'ppx_bin_there.0.2.1a2' --all-versions --depopts && opam list -s --color=never --depends-on 'ppx_bin_there.0.2.1a2' --coinstallable-with 'ppx_bin_there.0.2.1a2' --all-versions --recursive && opam list -s --color=never --depends-on 'ppx_bin_there.0.2.1a2' --coinstallable-with 'ppx_bin_there.0.2.1a2' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-27 09:21.08: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117-ppx_bin_there.0.2.1a2-e0fe0e5778da777992e8690ed4faab031f74f9af"
2026-04-27 09:21.08: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117)
(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 'ppx_bin_there.0.2.1a2' --coinstallable-with 'ppx_bin_there.0.2.1a2' --all-versions --depopts && opam list -s --color=never --depends-on 'ppx_bin_there.0.2.1a2' --coinstallable-with 'ppx_bin_there.0.2.1a2' --all-versions --recursive && opam list -s --color=never --depends-on 'ppx_bin_there.0.2.1a2' --coinstallable-with 'ppx_bin_there.0.2.1a2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2026-04-27 09:21.08: Waiting for resource in pool OCluster
2026-04-27 09:21.08: Waiting for worker…
2026-04-27 09:21.08: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at d5058a91d4 Merge pull request #29801 from YuriyKrasilnikov/opam-publish-idna.0.4.0
Updating d5058a91d4..e0fe0e5778
Fast-forward
packages/bin_there/bin_there.0.2.1a2/opam | 30 +++++++++++++++++++++++
packages/ppx_bin_there/ppx_bin_there.0.2.1a2/opam | 30 +++++++++++++++++++++++
2 files changed, 60 insertions(+)
create mode 100644 packages/bin_there/bin_there.0.2.1a2/opam
create mode 100644 packages/ppx_bin_there/ppx_bin_there.0.2.1a2/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:bf89bb8b0840f9e6d96c6319caca58b5a9cb053dc6ba317d449ef09a67ea4117)
2026-04-27 09:21.13 ---> using "87b761d57f8bd11e681423bdf4eccf2ad5197c80c37c136b18e55ecadd1dcf8e" 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-04-27 09:21.13 ---> using "811e645634c51bf2e36df44395bb5058f5ddc991c075f1dce25e0130d9d6d58a" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-27 09:21.13 ---> using "ad9b8f4e23eb86d9ca2620a99c2ac3e22ad117638526b53e60830a1fc5247967" 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.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-04-27 09:21.13 ---> using "fa610c5b6cf010ca5267c81f982d823a8d07ca0993da68330dadec514fa4ddca" 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-04-27 09:21.13 ---> using "77bd01109261a815e94dbab189bedbba1e2cc45f00af65b780c95f4595a515d9" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-27 09:21.25 ---> saved as "a4df7fa83517248c474ac20994ccec7bd2f76d89e5cbc7583775f3e5a0bc596c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-27 09:21.44 ---> saved as "25b860be4899019e990772195deb387c2b5364e613d885770d59909f37c5fa8e"
/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 [127 kB]
- Fetched 218 kB in 0s (1871 kB/s)
- Reading package lists...
2026-04-27 09:21.47 ---> saved as "dda58b3811a3b92a197785d12beb8d8e72d4c87a2b576b84d878caf7ca80e4eb"
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ppx_bin_there.0.2.1a2' --coinstallable-with 'ppx_bin_there.0.2.1a2' --all-versions --depopts && opam list -s --color=never --depends-on 'ppx_bin_there.0.2.1a2' --coinstallable-with 'ppx_bin_there.0.2.1a2' --all-versions --recursive && opam list -s --color=never --depends-on 'ppx_bin_there.0.2.1a2' --coinstallable-with 'ppx_bin_there.0.2.1a2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
ppx_bin_there.0.2.1a2
@@@OUTPUT
2026-04-27 09:22.12 ---> saved as "a9222829f8f172a399aecfee5bc922fda9a3eae3c18f9f26522f146fcfef4b14"
Job succeeded
2026-04-27 09:22.20: Job succeeded