- github
- ocaml
- opam-repository
- a9c2df
- compilers,5.4,lwt_direct.6.0.0,revdeps
(not at the head of any monitored branch or PR)
2025-12-30 15:44.52: New job: list revdeps of lwt_direct.6.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29147/head (a9c2dfa8be3eba34b7f4bd01fa139b8e6d829c91)
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/29147/head" && git reset --hard a9c2dfa8
git fetch origin master
git merge --no-edit f2d102f951a5dc2af6db218c6aef53c80186295a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083
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 'lwt_direct.6.0.0' --coinstallable-with 'lwt_direct.6.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lwt_direct.6.0.0' --coinstallable-with 'lwt_direct.6.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lwt_direct.6.0.0' --coinstallable-with 'lwt_direct.6.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-12-30 15:44.52: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083-lwt_direct.6.0.0-a9c2dfa8be3eba34b7f4bd01fa139b8e6d829c91"
2025-12-30 15:44.52: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083)
(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 'lwt_direct.6.0.0' --coinstallable-with 'lwt_direct.6.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lwt_direct.6.0.0' --coinstallable-with 'lwt_direct.6.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lwt_direct.6.0.0' --coinstallable-with 'lwt_direct.6.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-12-30 15:44.52: Waiting for resource in pool OCluster
2025-12-30 15:46.38: Waiting for worker…
2025-12-30 15:49.27: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 89% (17133/19118)
Updating files: 90% (17207/19118)
Updating files: 91% (17398/19118)
Updating files: 92% (17589/19118)
Updating files: 93% (17780/19118)
Updating files: 94% (17971/19118)
Updating files: 95% (18163/19118)
Updating files: 96% (18354/19118)
Updating files: 97% (18545/19118)
Updating files: 98% (18736/19118)
Updating files: 99% (18927/19118)
Updating files: 100% (19118/19118)
Updating files: 100% (19118/19118), done.
HEAD is now at f2d102f951 Merge pull request #29150 from raphael-proust/llvm-20-21-only-cosmetics
Merge made by the 'ort' strategy.
packages/lwt/lwt.6.0.0/opam | 64 ++++++++++++++++++++++
packages/lwt_direct/lwt_direct.6.0.0/opam | 41 ++++++++++++++
packages/lwt_ppx/lwt_ppx.6.0.0/opam | 46 ++++++++++++++++
.../lwt_runtime_events.6.0.0/opam | 39 +++++++++++++
4 files changed, 190 insertions(+)
create mode 100644 packages/lwt/lwt.6.0.0/opam
create mode 100644 packages/lwt_direct/lwt_direct.6.0.0/opam
create mode 100644 packages/lwt_ppx/lwt_ppx.6.0.0/opam
create mode 100644 packages/lwt_runtime_events/lwt_runtime_events.6.0.0/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:4b8c7632b913b4384d00bda7a80a6abca052753710bcd7a467ca0372adb1a083)
2025-12-30 15:49.30 ---> using "92a4868cef67203ec83e505d6e143939fe2b26f936d185df29fc7fc62ef6a0b1" 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-12-30 15:49.30 ---> using "e1a1e8acb14aef620c209cff991da20e9c9c097ee22145f4c6d930b305481bd0" 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-12-30 15:49.30 ---> using "ebefc5cea2334bab7ccf42f7e9f72c61ea8e0aa9c744688511f0baf3612d0687" 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 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-12-30 15:49.30 ---> using "6df367dedfbfdaa555f2aa873d36c4dace6eada7d1aa814b3e61ce9f132e7b84" 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-12-30 15:49.30 ---> using "b030170bc5e630cf6d1a5f23450d58b1252f010c0d23244213c74bccf45f2be9" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-30 15:49.30 ---> using "86f7623563051749c474684a056dfea4841eafc7953617ab49327f8c89a7bf55" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-30 15:49.30 ---> using "6a4ab60ee8d529048bd1366162b12c87080ac51562678a9b9d1a71947d7f0a7b" 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 (1224 kB/s)
- Reading package lists...
2025-12-30 15:49.30 ---> using "d09449e690da0032425ad29829271cfe75a6499cfbfa1560e168c171d1ac99cb" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'lwt_direct.6.0.0' --coinstallable-with 'lwt_direct.6.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'lwt_direct.6.0.0' --coinstallable-with 'lwt_direct.6.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'lwt_direct.6.0.0' --coinstallable-with 'lwt_direct.6.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
lwt_direct.6.0.0
@@@OUTPUT
2025-12-30 15:49.54 ---> saved as "5e3af66e580d5ccd853d4cc7157200f84a7850bc20a7cd25d4e4b62893e97135"
Job succeeded
2025-12-30 15:50.10: Job succeeded