(for PR #29027)
2025-12-06 22:19.23: New job: list revdeps of http.6.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29027/head (1943a08a49bd8ad146df90b1b6fce4343775819f)
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/29027/head" && git reset --hard 1943a08a
git fetch origin master
git merge --no-edit 2ab7464b16d46be89975bea0595240dd3fccf608
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:08ea1ae277f20c88280199a79d0eb38d0ce9ac4f0e6708b737375fbc9477b1b9
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 'http.6.2.0' --coinstallable-with 'http.6.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'http.6.2.0' --coinstallable-with 'http.6.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'http.6.2.0' --coinstallable-with 'http.6.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-12-06 22:19.23: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:08ea1ae277f20c88280199a79d0eb38d0ce9ac4f0e6708b737375fbc9477b1b9-http.6.2.0-1943a08a49bd8ad146df90b1b6fce4343775819f"
2025-12-06 22:19.23: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:08ea1ae277f20c88280199a79d0eb38d0ce9ac4f0e6708b737375fbc9477b1b9)
(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 'http.6.2.0' --coinstallable-with 'http.6.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'http.6.2.0' --coinstallable-with 'http.6.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'http.6.2.0' --coinstallable-with 'http.6.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-12-06 22:19.23: Waiting for resource in pool OCluster
2025-12-06 22:41.02: Waiting for worker…
2025-12-06 22:43.39: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 75% (14365/18994)
Updating files: 76% (14436/18994)
Updating files: 77% (14626/18994)
Updating files: 78% (14816/18994)
Updating files: 79% (15006/18994)
Updating files: 80% (15196/18994)
Updating files: 81% (15386/18994)
Updating files: 82% (15576/18994)
Updating files: 83% (15766/18994)
Updating files: 84% (15955/18994)
Updating files: 85% (16145/18994)
Updating files: 86% (16335/18994)
Updating files: 87% (16525/18994)
Updating files: 88% (16715/18994)
Updating files: 89% (16905/18994)
Updating files: 90% (17095/18994)
Updating files: 91% (17285/18994)
Updating files: 92% (17475/18994)
Updating files: 93% (17665/18994)
Updating files: 94% (17855/18994)
Updating files: 95% (18045/18994)
Updating files: 96% (18235/18994)
Updating files: 97% (18425/18994)
Updating files: 98% (18615/18994)
Updating files: 99% (18805/18994)
Updating files: 100% (18994/18994)
Updating files: 100% (18994/18994), done.
HEAD is now at 2ab7464b16 Merge pull request #29022 from thatportugueseguy/release-passage-0.3.1
Merge made by the 'ort' strategy.
packages/cohttp-async/cohttp-async.6.2.0/opam | 74 +++++++++++++++++++++
packages/cohttp-bench/cohttp-bench.6.2.0/opam | 62 ++++++++++++++++++
.../cohttp-curl-async/cohttp-curl-async.6.2.0/opam | 63 ++++++++++++++++++
.../cohttp-curl-lwt/cohttp-curl-lwt.6.2.0/opam | 63 ++++++++++++++++++
packages/cohttp-curl/cohttp-curl.6.2.0/opam | 51 +++++++++++++++
packages/cohttp-eio/cohttp-eio.6.2.0/opam | 64 ++++++++++++++++++
.../cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.2.0/opam | 63 ++++++++++++++++++
.../cohttp-lwt-unix/cohttp-lwt-unix.6.2.0/opam | 70 ++++++++++++++++++++
packages/cohttp-lwt/cohttp-lwt.6.2.0/opam | 63 ++++++++++++++++++
packages/cohttp-mirage/cohttp-mirage.6.2.0/opam | 70 ++++++++++++++++++++
.../cohttp-server-lwt-unix.6.2.0/opam | 57 ++++++++++++++++
packages/cohttp-top/cohttp-top.6.2.0/opam | 54 +++++++++++++++
packages/cohttp/cohttp.6.2.0/opam | 76 ++++++++++++++++++++++
packages/http/http.6.2.0/opam | 60 +++++++++++++++++
14 files changed, 890 insertions(+)
create mode 100644 packages/cohttp-async/cohttp-async.6.2.0/opam
create mode 100644 packages/cohttp-bench/cohttp-bench.6.2.0/opam
create mode 100644 packages/cohttp-curl-async/cohttp-curl-async.6.2.0/opam
create mode 100644 packages/cohttp-curl-lwt/cohttp-curl-lwt.6.2.0/opam
create mode 100644 packages/cohttp-curl/cohttp-curl.6.2.0/opam
create mode 100644 packages/cohttp-eio/cohttp-eio.6.2.0/opam
create mode 100644 packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.6.2.0/opam
create mode 100644 packages/cohttp-lwt-unix/cohttp-lwt-unix.6.2.0/opam
create mode 100644 packages/cohttp-lwt/cohttp-lwt.6.2.0/opam
create mode 100644 packages/cohttp-mirage/cohttp-mirage.6.2.0/opam
create mode 100644 packages/cohttp-server-lwt-unix/cohttp-server-lwt-unix.6.2.0/opam
create mode 100644 packages/cohttp-top/cohttp-top.6.2.0/opam
create mode 100644 packages/cohttp/cohttp.6.2.0/opam
create mode 100644 packages/http/http.6.2.0/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:08ea1ae277f20c88280199a79d0eb38d0ce9ac4f0e6708b737375fbc9477b1b9)
2025-12-06 22:43.46 ---> using "f1efaca4efe78a0f1c0c577ac466822c09dc6f46f3a7d5f2a65ad8e72e69d5b6" 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-06 22:43.46 ---> using "06f38de94ca5216e2df693ffc15f055905ae9c9f23523c6c553ec83777b0eee6" 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-06 22:43.46 ---> using "de2de60c82829f693e09231707fbc703d6fe36c3bf79ce36cfb213cf7290cff4" 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-06 22:43.46 ---> using "39e185b31c8f228e07beca4a023b69bd609e453ffeb06a4e1f552159a6ba8237" 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-06 22:43.46 ---> using "82d4de48efcf616cd47994797b2775de6f33ec1f0581004da372846676b494d6" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-06 22:43.47 ---> using "acb102e9c48aa810d09a3cd8dc99a9523b2b24730caf0f81a5bd49a2a2119035" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-06 22:43.47 ---> using "dafb4e2a45cc48c50b566c3174ad690b598e71b643ecc672a636ac2a1f019581" 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 [81.6 kB]
- Fetched 172 kB in 0s (1695 kB/s)
- Reading package lists...
2025-12-06 22:43.47 ---> using "6a0243fb1285a691e07fdc5be2626d0efab80cf28ebc152f8b78fca5321ab38b" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'http.6.2.0' --coinstallable-with 'http.6.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'http.6.2.0' --coinstallable-with 'http.6.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'http.6.2.0' --coinstallable-with 'http.6.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
cohttp.6.2.0
cohttp-curl.6.2.0
cohttp-curl-async.6.2.0
cohttp-curl-lwt.6.2.0
cohttp-eio.6.2.0
cohttp-lwt.6.2.0
cohttp-lwt-jsoo.6.2.0
cohttp-lwt-unix.6.2.0
cohttp-server-lwt-unix.6.2.0
anthropic.0.1.0
async_rpc_websocket.v0.17.0
aws-async.1.2
aws-lwt.1.2
azblob.0.1.0
azure-cosmos-db.0.2.0
azure-cosmos-db.0.2.1
azure-cosmos-db.0.2.2
azure-cosmos-db.0.2.3
azure-cosmos-db.0.2.4
azure-cosmos-db.0.3.0
azure-cosmos-db.0.3.1
azure-cosmos-db.0.3.2
bitcoin-cohttp-async.3.0
bitcoin-cohttp-lwt.3.0
caldav.0.2.2
caldav.0.2.3
caldav.0.2.4
canary.0.0.1
carbon.0.2.0
chess_com_api.1.0.0
chess_com_api.1.0.1
clz.0.1.0
cohttp.6.2.0
cohttp-curl.6.2.0
cohttp-curl-async.6.2.0
cohttp-curl-lwt.6.2.0
cohttp-eio.6.2.0
cohttp-lwt.6.2.0
cohttp-lwt-jsoo.6.2.0
cohttp-lwt-unix.6.2.0
cohttp-mirage.6.2.0
cohttp-server-lwt-unix.6.2.0
cohttp-top.6.2.0
cohttp_async_websocket.v0.17.0
comby-semantic.1.7.0
current_examples.0.5
current_examples.0.6.2
current_github.0.5
current_github.0.6.2
current_gitlab.0.6.2
current_slack.0.6.2
current_slack.0.7.1
current_slack.0.7.2
current_web.0.5
current_web.0.6.2
current_web.0.7.1
current_web.0.7.2
dblp.0.1.1
dblp-api.0.1.1
doculib.1.3.1
doculib.1.3.2
doculib.1.3.3
doculib.1.3.4
doculib.1.3.5
doi2bib.0.6.2
doi2bib.0.7.6
doi2bib.0.7.7
doi2bib.0.7.9
dropbox.0.2
dropbox_lwt_unix.0.2
equinoxe-cohttp.0.2.0
erssical.1.1.0
gemini.0.3.0
github.4.0.0
github.4.1.0
github.4.2.0
github.4.3.0
github.4.3.1
github.4.3.2
github.4.4.0
github.4.4.1
github.4.5.0
github-hooks.0.5.0
github-hooks-unix.0.5.0
github-jsoo.4.3.0
github-jsoo.4.3.1
github-jsoo.4.3.2
github-jsoo.4.4.0
github-jsoo.4.4.1
github-jsoo.4.5.0
github-unix.4.1.0
github-unix.4.2.0
github-unix.4.3.0
github-unix.4.3.1
github-unix.4.3.2
github-unix.4.4.0
github-unix.4.4.1
github-unix.4.5.0
gitlab.0.1.3
gitlab.0.1.4
gitlab.0.1.5
gitlab.0.1.6
gitlab.0.1.7
gitlab.0.1.8
gitlab-jsoo.0.1.3
gitlab-jsoo.0.1.4
gitlab-jsoo.0.1.5
gitlab-jsoo.0.1.6
gitlab-jsoo.0.1.7
gitlab-jsoo.0.1.8
gitlab-unix.0.1.3
gitlab-unix.0.1.4
gitlab-unix.0.1.5
gitlab-unix.0.1.6
gitlab-unix.0.1.7
gitlab-unix.0.1.8
gitlab_pipeline_notifier.0.1
gradescope_submit.0.2
gradescope_submit.2.0.1
gradescope_submit.2.0.2
http.6.2.0
influxdb-async.0.1.0
influxdb-async.0.2.0
influxdb-async.0.3.0
influxdb-lwt.0.1.0
influxdb-lwt.0.2.0
influxdb-lwt.0.3.0
ip2location.8.0.0
ip2location.8.1.0
ip2location.8.1.1
ip2location.8.2.0
ip2locationio.1.0.1
ip2locationio.1.1.0
ip2whois.1.0.0
irmin-cli.3.10.0
irmin-cli.3.11.0
irmin-client.3.10.0
irmin-client.3.11.0
irmin-git.3.10.0
irmin-git.3.11.0
irmin-graphql.3.10.0
irmin-graphql.3.11.0
irmin-mirage-git.3.10.0
irmin-mirage-git.3.11.0
irmin-mirage-graphql.3.10.0
irmin-mirage-graphql.3.11.0
irmin-server.3.10.0
irmin-server.3.11.0
kicadsch.0.4.0
kicadsch.0.5.0
lab.0.1.4
lab.0.1.5
lab.0.1.7
lab.0.1.8
letsencrypt-app.0.5.1
letsencrypt-app.1.0.0
letsencrypt-app.1.1.0
libirmin.3.10.0
libirmin.3.11.0
lichess_api.1.0.0
lichess_api.1.0.1
multipart_form-cohttp-lwt.0.5.0
multipart_form-cohttp-lwt.0.6.0
multipart_form-cohttp-lwt.0.7.0
ocluster.0.1
ocluster.0.2.1
ocluster.0.3.0
ocluster-worker.0.2.1
ocluster-worker.0.3.0
oframl.0.0.1
ojs_base.0.8.0
ojs_base.0.9.0
ojs_base_all.0.8.0
ojs_base_all.0.9.0
ojs_base_ppx.0.8.0
ojs_base_ppx.0.9.0
ojs_ed.0.8.0
ojs_ed.0.9.0
ojs_filetree.0.8.0
ojs_filetree.0.9.0
ojs_list.0.8.0
ojs_list.0.9.0
opam-publish.2.0.2
opam-publish.2.0.3
opam-publish.2.1.0
opam-publish.2.2.0
opam-publish.2.3.0
opam-publish.2.3.1
opam-publish.2.4.0
opam-publish.2.5.0
opam-publish.2.5.1
opam-publish.2.6.0
opam-publish.2.7.0
opam-publish.2.7.1
opencage.1.0.5
openstellina.0.0.3
opentelemetry-client-cohttp-eio.0.12
opentelemetry-client-cohttp-lwt.0.4
opentelemetry-client-cohttp-lwt.0.5
opentelemetry-client-cohttp-lwt.0.6
opentelemetry-client-cohttp-lwt.0.7
opentelemetry-client-cohttp-lwt.0.8
opentelemetry-client-cohttp-lwt.0.9
opentelemetry-client-cohttp-lwt.0.10
opentelemetry-client-cohttp-lwt.0.11
opentelemetry-client-cohttp-lwt.0.11.1
opentelemetry-client-cohttp-lwt.0.11.2
opentelemetry-client-cohttp-lwt.0.12
opentelemetry-cohttp-lwt.0.12
opium.0.17.0
opium.0.17.1
opium.0.18.0
opium_kernel.0.17.1
opium_kernel.0.18.0
oraft.0.3.0
pgn_parser.1.0.0
pgn_parser.1.0.1
plotkicadsch.0.9.0
prometheus-app.0.6
prometheus-app.0.7
prometheus-app.1.0
prometheus-app.1.1
prometheus-app.1.2
prometheus-liquidsoap.1
prometheus-liquidsoap.2
publish.0.3.4+transition
quests.0.1.3
resto-cohttp.0.4
resto-cohttp.0.5
resto-cohttp.0.6
resto-cohttp.0.6.1
resto-cohttp.0.7
resto-cohttp.0.8
resto-cohttp.0.9
resto-cohttp.0.10
resto-cohttp.1.0
resto-cohttp.1.1
resto-cohttp.1.2
resto-cohttp-client.0.4
resto-cohttp-client.0.5
resto-cohttp-client.0.6
resto-cohttp-client.0.6.1
resto-cohttp-client.0.7
resto-cohttp-client.0.8
resto-cohttp-client.0.9
resto-cohttp-client.0.10
resto-cohttp-client.1.0
resto-cohttp-client.1.1
resto-cohttp-client.1.2
resto-cohttp-self-serving-client.0.9
resto-cohttp-self-serving-client.0.10
resto-cohttp-self-serving-client.1.0
resto-cohttp-self-serving-client.1.1
resto-cohttp-self-serving-client.1.2
resto-cohttp-server.0.4
resto-cohttp-server.0.5
resto-cohttp-server.0.9
resto-cohttp-server.0.10
resto-cohttp-server.1.0
resto-cohttp-server.1.1
resto-cohttp-server.1.2
river.0.4
savvy.0.2.0
savvy.0.4.0
session-cohttp.0.4.1
session-cohttp.0.5.0
session-cohttp-async.0.4.1
session-cohttp-async.0.5.0
session-cohttp-lwt.0.4.1
session-cohttp-lwt.0.5.0
session-webmachine.0.4.1
session-webmachine.0.5.0
slacko.0.14.1
slacko.0.15.0
snf_mcp.0.2.0
snf_mcp.0.2.1
starred_ml.0.0.2
starred_ml.0.0.3
starred_ml.0.0.4
starred_ml.0.0.5
starred_ml.0.0.6
starred_ml.0.0.7
stog_all.1.1.0
stog_server.1.1.0
stog_server_multi.1.1.0
textrazor.0.1
textrazor.0.1.1
tidy_email_mailgun.0.0.1
tidy_email_sendgrid.0.0.1
twirp_cohttp_lwt_unix.0.1
twirp_cohttp_lwt_unix.0.2
webmachine.0.6.2
webmachine.0.6.3
webmachine.0.7.0
websocket.2.13
websocket.2.14
websocket.2.15
websocket.2.16
websocket.2.17
websocket-async.2.16
websocket-async.2.17
websocket-lwt-unix.2.14
websocket-lwt-unix.2.15
websocket-lwt-unix.2.16
websocket-lwt-unix.2.17
ws-server.0.1
yocaml_eio.2.1.0
yocaml_eio.2.2.0
yocaml_eio.2.3.0
yocaml_eio.2.4.0
yocaml_eio.2.4.1
yocaml_eio.2.5.0
yocaml_eio.2.6.0
yocaml_eio.2.7.0
yocaml_git.1.0.0
yocaml_git.2.1.0
yocaml_git.2.2.0
yocaml_git.2.3.0
yocaml_git.2.4.0
yocaml_git.2.4.1
yocaml_git.2.5.0
yocaml_git.2.6.0
yocaml_git.2.7.0
yocaml_runtime.2.1.0
yocaml_runtime.2.2.0
yocaml_runtime.2.3.0
yocaml_runtime.2.4.0
yocaml_runtime.2.4.1
yocaml_runtime.2.5.0
yocaml_runtime.2.6.0
yocaml_runtime.2.7.0
yocaml_unix.1.0.0
yocaml_unix.2.1.0
yocaml_unix.2.2.0
yocaml_unix.2.3.0
yocaml_unix.2.4.0
yocaml_unix.2.4.1
yocaml_unix.2.5.0
yocaml_unix.2.6.0
yocaml_unix.2.7.0
yurt.0.5
yurt.0.6
zeit.0.1.0
cohttp.6.2.0
cohttp-curl.6.2.0
cohttp-curl-lwt.6.2.0
cohttp-eio.6.2.0
cohttp-lwt.6.2.0
cohttp-lwt-jsoo.6.2.0
cohttp-lwt-unix.6.2.0
cohttp-server-lwt-unix.6.2.0
@@@OUTPUT
2025-12-06 22:44.30 ---> saved as "c0860a2ca868107ded2abf1f9c15d0ab16b760571a202765e3cf2d6614cd743e"
Job succeeded
2025-12-06 22:45.02: Job succeeded