(for PR #28867)
2025-11-10 14:31.27: New job: list revdeps of reason.3.17.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28867/head (0b80eddbf13eeb57fe8a3d8a18849ac4a28abffd)
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/28867/head" && git reset --hard 0b80eddb
git fetch origin master
git merge --no-edit 21f97b2e6d7c617fc0a79cc8e59b2e10690960e1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58
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 'reason.3.17.1' --coinstallable-with 'reason.3.17.1' --all-versions --depopts && opam list -s --color=never --depends-on 'reason.3.17.1' --coinstallable-with 'reason.3.17.1' --all-versions --recursive && opam list -s --color=never --depends-on 'reason.3.17.1' --coinstallable-with 'reason.3.17.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-11-10 14:31.27: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58-reason.3.17.1-0b80eddbf13eeb57fe8a3d8a18849ac4a28abffd"
2025-11-10 14:31.27: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58)
(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 'reason.3.17.1' --coinstallable-with 'reason.3.17.1' --all-versions --depopts && opam list -s --color=never --depends-on 'reason.3.17.1' --coinstallable-with 'reason.3.17.1' --all-versions --recursive && opam list -s --color=never --depends-on 'reason.3.17.1' --coinstallable-with 'reason.3.17.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-11-10 14:31.27: Waiting for resource in pool OCluster
2025-11-10 14:47.25: Waiting for worker…
2025-11-10 14:53.07: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files: 58% (10935/18704)
Updating files: 59% (11036/18704)
Updating files: 60% (11223/18704)
Updating files: 61% (11410/18704)
Updating files: 62% (11597/18704)
Updating files: 63% (11784/18704)
Updating files: 64% (11971/18704)
Updating files: 65% (12158/18704)
Updating files: 66% (12345/18704)
Updating files: 67% (12532/18704)
Updating files: 68% (12719/18704)
Updating files: 69% (12906/18704)
Updating files: 70% (13093/18704)
Updating files: 71% (13280/18704)
Updating files: 72% (13467/18704)
Updating files: 73% (13654/18704)
Updating files: 74% (13841/18704)
Updating files: 75% (14028/18704)
Updating files: 76% (14216/18704)
Updating files: 77% (14403/18704)
Updating files: 78% (14590/18704)
Updating files: 79% (14777/18704)
Updating files: 80% (14964/18704)
Updating files: 81% (15151/18704)
Updating files: 82% (15338/18704)
Updating files: 83% (15525/18704)
Updating files: 84% (15712/18704)
Updating files: 85% (15899/18704)
Updating files: 86% (16086/18704)
Updating files: 87% (16273/18704)
Updating files: 88% (16460/18704)
Updating files: 89% (16647/18704)
Updating files: 90% (16834/18704)
Updating files: 91% (17021/18704)
Updating files: 92% (17208/18704)
Updating files: 93% (17395/18704)
Updating files: 94% (17582/18704)
Updating files: 95% (17769/18704)
Updating files: 96% (17956/18704)
Updating files: 97% (18143/18704)
Updating files: 98% (18330/18704)
Updating files: 99% (18517/18704)
Updating files: 100% (18704/18704)
Updating files: 100% (18704/18704), done.
HEAD is now at 21f97b2e6d Merge pull request #28836 from dbuenzli/b0-publish-bytesrw.0.3.0
Updating 21f97b2e6d..0b80eddbf1
Fast-forward
packages/reason/reason.3.17.1/opam | 51 ++++++++++++++++++++++++++++++++++++++
packages/rtop/rtop.3.17.1/opam | 44 ++++++++++++++++++++++++++++++++
2 files changed, 95 insertions(+)
create mode 100644 packages/reason/reason.3.17.1/opam
create mode 100644 packages/rtop/rtop.3.17.1/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58' locally
docker.io/ocaml/opam@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58: Pulling from ocaml/opam
8a986146d58a: Pulling fs layer
8a986146d58a: Verifying Checksum
8a986146d58a: Download complete
8a986146d58a: Pull complete
Digest: sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58
Status: Downloaded newer image for ocaml/opam@sha256:0b68f45799a4ff0af182b78277d652e076097f37cbcb04aa9d74bfbd7d300e58
2025-11-10 14:53.11 ---> using "9f1bc9b76367c8d29be355965b06cbbd4aeb05818e6e1915136daad8eabad361" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-10 14:53.11 ---> using "7167cf2609d50147b3cfe8b00e0f1981e785c56c3c47bd6356e0f3732d6bafd7" 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
2025-11-10 14:53.11 ---> using "db7b310c65b31b91b9590efe8919a126934a7e42418115cd912ed2612662d318" 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~alpha1
# 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.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
2025-11-10 14:53.11 ---> using "370daf58656f453890b2ebe0d8367763e6fea8bbb7471d68f3d783ad40f9e8ee" 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/"))
2025-11-10 14:53.11 ---> using "d7d7d34009e7cd5bb4f41663ceab70bbd4c419269902dabc72ab91552d36d91d" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 14:53.12 ---> using "0566dc8af2eb0253535f59302f5e2995325db6a456eef29068be3ade62522ba1" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 14:53.12 ---> using "68834c16b55de51bc3bad4c5c8a24b8d88bde08a2417e927b353f0b6bb2fa750" 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]
- Fetched 90.7 kB in 0s (1196 kB/s)
- Reading package lists...
-
2025-11-10 14:53.12 ---> using "551b2c12048a2c12316a15bc4a479dadc6ca106482a6f8fef74ce05b6271ae52" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'reason.3.17.1' --coinstallable-with 'reason.3.17.1' --all-versions --depopts && opam list -s --color=never --depends-on 'reason.3.17.1' --coinstallable-with 'reason.3.17.1' --all-versions --recursive && opam list -s --color=never --depends-on 'reason.3.17.1' --coinstallable-with 'reason.3.17.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
box.1.2.0
html_of_jsx.0.0.2
html_of_jsx.0.0.3
naboris.0.0.3
naboris.0.0.4
naboris.0.1.0
naboris.0.1.1
naboris.0.1.2
naboris.0.1.3
promise.1.1.0
promise.1.1.2
quickjs.0.1.0
rhythm.0.0.1
rtop.3.17.1
stdlib-diff.0.1.3
box.1.2.0
html_of_jsx.0.0.2
html_of_jsx.0.0.3
naboris.0.0.3
naboris.0.0.4
naboris.0.1.0
naboris.0.1.1
naboris.0.1.2
naboris.0.1.3
promise.1.1.0
promise.1.1.2
quickjs.0.1.0
reason.3.17.1
rhythm.0.0.1
rtop.3.17.1
stdlib-diff.0.1.3
box.1.2.0
naboris.0.0.3
naboris.0.0.4
naboris.0.1.0
naboris.0.1.1
naboris.0.1.2
naboris.0.1.3
promise.1.1.0
promise.1.1.2
rhythm.0.0.1
rtop.3.17.1
stdlib-diff.0.1.3
tyxml-jsx.4.6.0
@@@OUTPUT
2025-11-10 14:54.08 ---> saved as "4fba73d3620ebb69a9ba3550c641422c5651a8fa48750d9e20f474f1ee2b0c33"
Job succeeded
2025-11-10 14:54.54: Job succeeded