(for PR #29883)
2026-05-08 18:51.08: New job: list revdeps of lstar-rocq.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29883/head (e5ab047b033e89fa4026a3a78b062664a0cf8a36)
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/29883/head" && git reset --hard e5ab047b
git fetch origin master
git merge --no-edit fc08333d1ba03c1ffbc960479a92aa94085c5f78
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:fdf25ef985a1506a26a8605908a59e241b2b50dede6a0b85783f90ceec9433da
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 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-08 18:51.08: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:fdf25ef985a1506a26a8605908a59e241b2b50dede6a0b85783f90ceec9433da-lstar-rocq.1.0-e5ab047b033e89fa4026a3a78b062664a0cf8a36"
2026-05-08 18:51.08: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:fdf25ef985a1506a26a8605908a59e241b2b50dede6a0b85783f90ceec9433da)
(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 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2026-05-08 18:51.08: Waiting for resource in pool OCluster
2026-05-08 18:51.08: Waiting for worker…
2026-05-08 18:51.08: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at fc08333d1b Merge pull request #29875 from ocaml/mseri-patch-3
Updating fc08333d1b..e5ab047b03
Fast-forward
packages/lstar-rocq/lstar-rocq.1.0/opam | 39 +++++++++++++++++++++++++++++++++
packages/lstar/lstar.1.0/opam | 38 ++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
create mode 100644 packages/lstar-rocq/lstar-rocq.1.0/opam
create mode 100644 packages/lstar/lstar.1.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:fdf25ef985a1506a26a8605908a59e241b2b50dede6a0b85783f90ceec9433da)
2026-05-08 18:51.11 ---> using "bcf2cf22500ba975bd1eb932eab373ba7aa6a31d6971cd314ee41c2afda7c2a8" 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-08 18:51.11 ---> using "27345b040b58541085bc17fc534953c63d6006c791506599b76ea17501a09c4e" 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-05-08 18:51.11 ---> using "e28d90d4fecf07fc1a9ce63e929d801276e52519cc223e5ba8108449bec4e7a0" 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 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-05-08 18:51.11 ---> using "a8ae59b9cde72f7884811d126a96f339db0aa18f2d63e8b7f0de85f8b3062ffc" 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-05-08 18:51.11 ---> using "40d3f606dc576213ed3a10ed5737e71ee01b04a93c42aa81485acb8ceb312b77" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-08 18:51.12 ---> using "0e6ca6332b5a9c4532ca2ac139621ffe337729327c8dd2bc6a00d4af6f15ba54" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-08 18:51.12 ---> using "42944a58e9cb3049564ef93c394297de9e8f87fa1f8d226451405ca75df3dd41" 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 [156 kB]
- Fetched 247 kB in 1s (433 kB/s)
- Reading package lists...
-
2026-05-08 18:51.12 ---> using "1806af704e63a1d7b7eeaf53c3623999d0723105a0a22efef2c46c496a9237d2" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lstar-rocq.1.0' --coinstallable-with 'lstar-rocq.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
lstar-rocq.1.0
@@@OUTPUT
2026-05-08 18:51.35 ---> saved as "f6d99a7bb3c570d5a6e6d38bf121a163bf558f4c9c81d946020591fe61110a4f"
Job succeeded
2026-05-08 18:51.44: Job succeeded