- github
- ocaml
- opam-repository
- 3f8e3a
- compilers,4.14,lwt_ppx.5.9.2,revdeps
(not at the head of any monitored branch or PR)
2025-12-08 15:25.02: New job: list revdeps of lwt_ppx.5.9.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
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/29039/head" && git reset --hard 3f8e3ae1
git fetch origin master
git merge --no-edit 5f8cde68c1db889c66684196db4907f51a25daad
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
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_ppx.5.9.2' --coinstallable-with 'lwt_ppx.5.9.2' --all-versions --depopts && opam list -s --color=never --depends-on 'lwt_ppx.5.9.2' --coinstallable-with 'lwt_ppx.5.9.2' --all-versions --recursive && opam list -s --color=never --depends-on 'lwt_ppx.5.9.2' --coinstallable-with 'lwt_ppx.5.9.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-12-08 15:25.02: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d-lwt_ppx.5.9.2-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:25.02: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d)
(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_ppx.5.9.2' --coinstallable-with 'lwt_ppx.5.9.2' --all-versions --depopts && opam list -s --color=never --depends-on 'lwt_ppx.5.9.2' --coinstallable-with 'lwt_ppx.5.9.2' --all-versions --recursive && opam list -s --color=never --depends-on 'lwt_ppx.5.9.2' --coinstallable-with 'lwt_ppx.5.9.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-12-08 15:25.02: Waiting for resource in pool OCluster
2025-12-08 15:25.02: Waiting for worker…
2025-12-08 16:51.07: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 76% (14600/18983)
Updating files: 77% (14617/18983)
Updating files: 78% (14807/18983)
Updating files: 79% (14997/18983)
Updating files: 80% (15187/18983)
Updating files: 81% (15377/18983)
Updating files: 82% (15567/18983)
Updating files: 83% (15756/18983)
Updating files: 84% (15946/18983)
Updating files: 85% (16136/18983)
Updating files: 86% (16326/18983)
Updating files: 87% (16516/18983)
Updating files: 88% (16706/18983)
Updating files: 89% (16895/18983)
Updating files: 90% (17085/18983)
Updating files: 91% (17275/18983)
Updating files: 92% (17465/18983)
Updating files: 93% (17655/18983)
Updating files: 94% (17845/18983)
Updating files: 95% (18034/18983)
Updating files: 96% (18224/18983)
Updating files: 97% (18414/18983)
Updating files: 98% (18604/18983)
Updating files: 99% (18794/18983)
Updating files: 100% (18983/18983)
Updating files: 100% (18983/18983), done.
HEAD is now at 5f8cde68c1 Merge pull request #29038 from hannesm/add-maint-ssh-agent
Merge made by the 'ort' strategy.
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 2 +-
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 2 +-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 2 +-
packages/tezt/tezt.2.0.0/opam | 2 +-
packages/tezt/tezt.3.0.0/opam | 2 +-
packages/tezt/tezt.4.3.0/opam | 2 +-
21 files changed, 21 insertions(+), 21 deletions(-)
(from ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d' locally
docker.io/ocaml/opam@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d: Pulling from ocaml/opam
Digest: sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
Status: Downloaded newer image for ocaml/opam@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
2025-12-08 17:00.40 ---> using "d81b3b20b9dbe813f4813251eb45f7f230344599357169e34b0d2f872bf65895" 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-08 17:00.40 ---> using "4c0c738834a7be54719ab9b07c911eba51e45ad4298c42597f7d3da72b1c15d4" 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-08 17:00.40 ---> using "8bb6d27bb5f7ebe9771219e3ecd730184d5e10ab877134c11c12ee3b1a6d3b96" 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 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-12-08 17:00.40 ---> using "35019bd57e8933485bd938828fe288c3674216a4757e13b1dac8ce6b21035ac2" 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-08 17:00.40 ---> using "e09ab9992a764acab15da9cff99e3d4d978b8a77f33714cc5d19d16d3539eb49" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-08 17:00.41 ---> using "5ab0722a2077c35378bcfab460b727cb67c93b10b89cf806b9422d1b70c9b662" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-08 17:00.53 ---> saved as "a838fb0217b508f8968ff6ed2f57000c42705f55c03a5413d4392962d64911e9"
/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 [81.7 kB]
- Fetched 172 kB in 2s (72.1 kB/s)
- Reading package lists...
-
2025-12-08 17:00.58 ---> saved as "830115501cf649e26e49d8f47236f3d4f81233b296420210c38ebecba5020f1e"
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'lwt_ppx.5.9.2' --coinstallable-with 'lwt_ppx.5.9.2' --all-versions --depopts && opam list -s --color=never --depends-on 'lwt_ppx.5.9.2' --coinstallable-with 'lwt_ppx.5.9.2' --all-versions --recursive && opam list -s --color=never --depends-on 'lwt_ppx.5.9.2' --coinstallable-with 'lwt_ppx.5.9.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
docker_hub.0.1.1
dream.1.0.0~alpha4
dream.1.0.0~alpha5
dream.1.0.0~alpha6
dream.1.0.0~alpha7
dream.1.0.0~alpha8
dream-encoding.0.2.0
dream-encoding.0.3.0
dream-httpaf.1.0.0~alpha1
dream-httpaf.1.0.0~alpha2
dream-httpaf.1.0.0~alpha3
dream-httpaf.1.0.0~alpha4
dream-livereload.0.2.0
dream-pure.1.0.0~alpha1
dream-pure.1.0.0~alpha2
dream-serve.1.0.1
dream_middleware_ext.0.1.0
dream_middleware_ext.0.1.1
FPauth-core.1.0.0
gdbprofiler.0.4
guardian.0.1.0
hyper.1.0.0~alpha1
hyper.1.0.0~alpha2
i3ipc.0.1.4
i3ipc.0.2
i3ipc.0.3
i3ipc.0.4
lambdapi.2.4.0
lambdapi.2.4.1
lambdapi.2.5.0
lambdapi.2.5.1
lambdapi.2.6.0
lambdapi.3.0.0
mpris.0.2.0
mqtt.0.2.2
multipart-form-data.0.3.0
mwt.0.1.0
naboris.0.1.3
obus.1.2.5
ocsipersist-lib.1.0.3
ocsipersist-lib.1.1.0
ocsipersist-lib.2.0.0
ocurl.0.9.1
ocurl.0.9.2
opentelemetry-lwt.0.5
opentelemetry-lwt.0.6
opentelemetry-lwt.0.7
opentelemetry-lwt.0.8
opentelemetry-lwt.0.9
opentelemetry-lwt.0.10
opentelemetry-lwt.0.11
opentelemetry-lwt.0.11.1
opentelemetry-lwt.0.11.2
opentelemetry-lwt.0.12
order-i3-xfce.0.1
plotkicadsch.0.9.0
qfs.0.12
scgi.1.0
tidy_email_smtp.0.0.1
usb.1.3.1
0install.2.15.2
0install.2.16
0install.2.17
0install.2.18
0install-gtk.2.15.2
0install-gtk.2.16
0install-gtk.2.17
0install-gtk.2.18
builder-web.0.2.0
docker_hub.0.1.1
dream.1.0.0~alpha4
dream.1.0.0~alpha5
dream.1.0.0~alpha6
dream.1.0.0~alpha7
dream.1.0.0~alpha8
dream-accept.0.1.0
dream-cli.0.2.0
dream-encoding.0.2.0
dream-encoding.0.3.0
dream-html.0.0.3
dream-html.0.1.0
dream-html.1.0.0
dream-html.1.1.0
dream-html.1.2.0
dream-html.2.0.0
dream-html.2.1.0
dream-html.3.0.0
dream-html.3.0.1
dream-html.3.1.0
dream-html.3.2.0
dream-html.3.3.1
dream-html.3.4.1
dream-html.3.5.2
dream-html.3.6.0
dream-html.3.6.1
dream-html.3.6.2
dream-html.3.7.0
dream-html.3.8.0
dream-html.3.11.2
dream-htmx.0.1.0
dream-httpaf.1.0.0~alpha1
dream-httpaf.1.0.0~alpha2
dream-httpaf.1.0.0~alpha3
dream-httpaf.1.0.0~alpha4
dream-livereload.0.2.0
dream-pure.1.0.0~alpha1
dream-pure.1.0.0~alpha2
dream-serve.1.0.1
dream_middleware_ext.0.1.0
dream_middleware_ext.0.1.1
FPauth-core.1.0.0
FPauth-responses.1.0.0
gdbprofiler.0.4
guardian.0.1.0
hyper.1.0.0~alpha1
hyper.1.0.0~alpha2
i3ipc.0.1.4
i3ipc.0.2
i3ipc.0.3
i3ipc.0.4
lambdapi.2.4.0
lambdapi.2.4.1
lambdapi.2.5.0
lambdapi.2.5.1
lambdapi.2.6.0
lambdapi.3.0.0
lwt_ppx.5.9.2
mpris.0.2.0
mpris-clients.0.2.0
mqtt.0.2.2
multipart-form-data.0.3.0
mwt.0.1.0
naboris.0.1.3
obus.1.2.5
ocsipersist.2.0.0
ocsipersist-dbm.2.0.0
ocsipersist-lib.1.0.3
ocsipersist-lib.1.1.0
ocsipersist-lib.2.0.0
ocsipersist-pgsql.2.0.0
ocsipersist-sqlite.2.0.0
opentelemetry-lwt.0.5
opentelemetry-lwt.0.6
opentelemetry-lwt.0.7
opentelemetry-lwt.0.8
opentelemetry-lwt.0.9
opentelemetry-lwt.0.10
opentelemetry-lwt.0.11
opentelemetry-lwt.0.11.1
opentelemetry-lwt.0.11.2
opentelemetry-lwt.0.12
opium.0.19.0
opium.0.20.0
opium-graphql.0.20.0
opium-testing.0.19.0
opium-testing.0.20.0
order-i3-xfce.0.1
plotkicadsch.0.9.0
ppx_dream_eml.1.0
qfs.0.12
scgi.1.0
slipshow.0.0.32
slipshow.0.0.33
tidy_email_smtp.0.0.1
usb.1.3.1
gdbprofiler.0.4
i3ipc.0.1.4
i3ipc.0.2
i3ipc.0.3
i3ipc.0.4
lru_cache.0.4.0
mpris.0.2.0
multipart-form-data.0.3.0
mwt.0.1.0
obus.1.2.5
ocsipersist-lib.1.0.3
ocsipersist-lib.1.1.0
ocsipersist-lib.2.0.0
ocurl.0.9.1
ocurl.0.9.2
order-i3-xfce.0.1
ppx_defer.0.5.0
qfs.0.12
usb.1.3.1
@@@OUTPUT
2025-12-08 17:01.50 ---> saved as "60fe9f3fc2c42f41b02dc6374194844d1f35ba77f52eacfc7ac3a42b75774234"
Job succeeded
2025-12-08 17:02.02: Job succeeded