(for PR #28928)
2025-11-19 22:31.37: New job: list revdeps of opam-installer.2.5.0~rc1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28928/head (8320df5ef052bc20dca41e97f1833c3d3ab518ce)
on debian-13-ocaml-4.14/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/28928/head" && git reset --hard 8320df5e
git fetch origin master
git merge --no-edit 87196fafe7f6488827fc23a7037de5c7e34867da
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c
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 'opam-installer.2.5.0~rc1' --coinstallable-with 'opam-installer.2.5.0~rc1' --all-versions --depopts && opam list -s --color=never --depends-on 'opam-installer.2.5.0~rc1' --coinstallable-with 'opam-installer.2.5.0~rc1' --all-versions --recursive && opam list -s --color=never --depends-on 'opam-installer.2.5.0~rc1' --coinstallable-with 'opam-installer.2.5.0~rc1' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-11-19 22:31.37: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c-opam-installer.2.5.0~rc1-8320df5ef052bc20dca41e97f1833c3d3ab518ce"
2025-11-19 22:31.37: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c)
(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 'opam-installer.2.5.0~rc1' --coinstallable-with 'opam-installer.2.5.0~rc1' --all-versions --depopts && opam list -s --color=never --depends-on 'opam-installer.2.5.0~rc1' --coinstallable-with 'opam-installer.2.5.0~rc1' --all-versions --recursive && opam list -s --color=never --depends-on 'opam-installer.2.5.0~rc1' --coinstallable-with 'opam-installer.2.5.0~rc1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-11-19 22:31.37: Waiting for resource in pool OCluster
2025-11-19 22:39.07: Waiting for worker…
2025-11-19 22:41.17: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 94% (17662/18789)
Updating files: 95% (17850/18789)
Updating files: 96% (18038/18789)
Updating files: 97% (18226/18789)
Updating files: 98% (18414/18789)
Updating files: 99% (18602/18789)
Updating files: 100% (18789/18789)
Updating files: 100% (18789/18789), done.
HEAD is now at 87196fafe7 Merge pull request #28927 from dinosaure/release-lun-v0.0.2
Updating 87196fafe7..8320df5ef0
Fast-forward
packages/opam-client/opam-client.2.5.0~rc1/opam | 49 +++++++++++++++++++
packages/opam-core/opam-core.2.5.0~rc1/opam | 57 ++++++++++++++++++++++
packages/opam-devel/opam-devel.2.5.0~rc1/opam | 51 +++++++++++++++++++
packages/opam-format/opam-format.2.5.0~rc1/opam | 42 ++++++++++++++++
.../opam-installer/opam-installer.2.5.0~rc1/opam | 43 ++++++++++++++++
.../opam-repository/opam-repository.2.5.0~rc1/opam | 42 ++++++++++++++++
packages/opam-solver/opam-solver.2.5.0~rc1/opam | 50 +++++++++++++++++++
packages/opam-state/opam-state.2.5.0~rc1/opam | 44 +++++++++++++++++
8 files changed, 378 insertions(+)
create mode 100644 packages/opam-client/opam-client.2.5.0~rc1/opam
create mode 100644 packages/opam-core/opam-core.2.5.0~rc1/opam
create mode 100644 packages/opam-devel/opam-devel.2.5.0~rc1/opam
create mode 100644 packages/opam-format/opam-format.2.5.0~rc1/opam
create mode 100644 packages/opam-installer/opam-installer.2.5.0~rc1/opam
create mode 100644 packages/opam-repository/opam-repository.2.5.0~rc1/opam
create mode 100644 packages/opam-solver/opam-solver.2.5.0~rc1/opam
create mode 100644 packages/opam-state/opam-state.2.5.0~rc1/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c' locally
docker.io/ocaml/opam@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c: Pulling from ocaml/opam
Digest: sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c
Status: Downloaded newer image for ocaml/opam@sha256:99907d462a916dc0195d51cfc4de28ffc4995497f1f069c9dde86b445ade484c
2025-11-19 22:41.19 ---> using "e1d8c7e6beb03face60eaf04e7070eb8fe39365c831388bb928a8a0dc291c14b" 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-19 22:41.19 ---> using "2307f4f0390ea55b0743cced2b0ef2c439085d38b1bcfe5527a1eea2d8f28a7b" 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.
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-19 22:41.19 ---> using "476926e1c541f3b8e2a490bca49177a7fda19b1c01d3393e3e0155a9c8e57d37" 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~beta1
# 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 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-11-19 22:41.19 ---> using "f29c5689f62c7ea3a8637db8ec34207e109fb97b0cdeb9e76d16c5be29766fea" 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-19 22:41.19 ---> using "95b7b1f66abb06f8d3a8f197d1e8d2b38f8b35c8e65e7fbee6a5b1e76aa55116" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-19 22:41.21 ---> using "264a5212ab2e699e2c2d8271cd2db0422824622009b6ba57c6b9fcf4acf3c09b" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-19 22:41.21 ---> using "6357e75a8e02f44c4660f50958b8cec178875e89cd32fdb580dccec6cb14e352" from cache
/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 [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.8 kB]
- Fetched 9973 kB in 2s (6274 kB/s)
- Reading package lists...
-
2025-11-19 22:41.21 ---> using "8d6b96e87ae2f209bbd5aea66f02ac92341bba10a96b6657794d7e13043dba36" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'opam-installer.2.5.0~rc1' --coinstallable-with 'opam-installer.2.5.0~rc1' --all-versions --depopts && opam list -s --color=never --depends-on 'opam-installer.2.5.0~rc1' --coinstallable-with 'opam-installer.2.5.0~rc1' --all-versions --recursive && opam list -s --color=never --depends-on 'opam-installer.2.5.0~rc1' --coinstallable-with 'opam-installer.2.5.0~rc1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
dream.1.0.0~alpha1
mvar.1.0.0
dream.1.0.0~alpha1
dream-cli.0.1.0
dream-encoding.0.1.0
dream-livereload.0.1.0
graphql_jsoo_client.0.1.1
mvar.1.0.0
opam-installer.2.5.0~rc1
ppx_dream_eml.1.0
dream.1.0.0~alpha1
mvar.1.0.0
@@@OUTPUT
2025-11-19 22:41.48 ---> saved as "1d29460cba9adeb06f1fcea17d3950e89bc706afeb239afea8620bc83be92a46"
Job succeeded
2025-11-19 22:41.54: Job succeeded