(for PR #29027)

2025-12-06 22:20.22: New job: list revdeps of cohttp-lwt.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 'cohttp-lwt.6.2.0' --coinstallable-with 'cohttp-lwt.6.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'cohttp-lwt.6.2.0' --coinstallable-with 'cohttp-lwt.6.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'cohttp-lwt.6.2.0' --coinstallable-with 'cohttp-lwt.6.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2025-12-06 22:20.22: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:08ea1ae277f20c88280199a79d0eb38d0ce9ac4f0e6708b737375fbc9477b1b9-cohttp-lwt.6.2.0-1943a08a49bd8ad146df90b1b6fce4343775819f"
2025-12-06 22:20.22: 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 'cohttp-lwt.6.2.0' --coinstallable-with 'cohttp-lwt.6.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'cohttp-lwt.6.2.0' --coinstallable-with 'cohttp-lwt.6.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'cohttp-lwt.6.2.0' --coinstallable-with 'cohttp-lwt.6.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-12-06 22:20.22: Waiting for resource in pool OCluster
2025-12-06 22:41.09: Waiting for worker…
2025-12-06 22:43.32: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
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)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:08ea1ae277f20c88280199a79d0eb38d0ce9ac4f0e6708b737375fbc9477b1b9' locally
docker.io/ocaml/opam@sha256:08ea1ae277f20c88280199a79d0eb38d0ce9ac4f0e6708b737375fbc9477b1b9: Pulling from ocaml/opam
53c88f1dfeb7: Already exists
f40653bbd569: Already exists
7810c66e401b: Already exists
d941667067ac: Already exists
6e099de50dbd: Already exists
45940f4cdce1: Already exists
cbbdea3b6efd: Already exists
4c34326b882a: Already exists
d8a1b7be7128: Already exists
b30719ba72c1: Already exists
eb031d51ba4a: Already exists
a59529ec7b26: Already exists
1049e4f3b9e4: Already exists
e2ab32c77566: Already exists
f6ef7bc31988: Already exists
28c3b5beaa3f: Already exists
83ebb7ec29e3: Already exists
186714418599: Already exists
5045c0de4fc9: Already exists
3312ff3bfd69: Already exists
335847f13b00: Already exists
4f4fb700ef54: Already exists
b7958021acdb: Already exists
d92ce1afae3a: Already exists
7842835bd039: Already exists
3a60e5befc90: Already exists
7efeca794a8f: Already exists
efc7f994cef1: Already exists
ba91afca1a0a: Already exists
8216b6db35fa: Already exists
229184d6690a: Already exists
40e4db8e45e7: Already exists
12fb3f269d42: Already exists
c0196b69a0ef: Already exists
b731bd241e4b: Already exists
53512a47261a: Already exists
b1be3290ddde: Already exists
fe5803a9f63d: Already exists
5cf61ec03f01: Already exists
d44c5e23965f: Already exists
53dfff7b55e7: Already exists
226ac640e811: Already exists
e36350d7ae89: Already exists
b01b68c301ae: Pulling fs layer
91861d0ec5c8: Pulling fs layer
3e8690fdc63e: Pulling fs layer
88138091cc6e: Pulling fs layer
91861d0ec5c8: Verifying Checksum
91861d0ec5c8: Download complete
88138091cc6e: Verifying Checksum
88138091cc6e: Download complete
3e8690fdc63e: Verifying Checksum
3e8690fdc63e: Download complete
b01b68c301ae: Verifying Checksum
b01b68c301ae: Download complete
b01b68c301ae: Pull complete
91861d0ec5c8: Pull complete
3e8690fdc63e: Pull complete
88138091cc6e: Pull complete
Digest: sha256:08ea1ae277f20c88280199a79d0eb38d0ce9ac4f0e6708b737375fbc9477b1b9
Status: Downloaded newer image for ocaml/opam@sha256:08ea1ae277f20c88280199a79d0eb38d0ce9ac4f0e6708b737375fbc9477b1b9
2025-12-06 22:43.40 ---> 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.40 ---> 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.40 ---> 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.40 ---> 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.40 ---> using "82d4de48efcf616cd47994797b2775de6f33ec1f0581004da372846676b494d6" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-06 22:43.41 ---> using "acb102e9c48aa810d09a3cd8dc99a9523b2b24730caf0f81a5bd49a2a2119035" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-06 22:43.41 ---> 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 (1762 kB/s)
- Reading package lists...
2025-12-06 22:43.41 ---> using "6a0243fb1285a691e07fdc5be2626d0efab80cf28ebc152f8b78fca5321ab38b" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'cohttp-lwt.6.2.0' --coinstallable-with 'cohttp-lwt.6.2.0' --all-versions --depopts && opam list -s --color=never --depends-on 'cohttp-lwt.6.2.0' --coinstallable-with 'cohttp-lwt.6.2.0' --all-versions --recursive && opam list -s --color=never --depends-on 'cohttp-lwt.6.2.0' --coinstallable-with 'cohttp-lwt.6.2.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
aws-lwt.1.2
bitcoin-cohttp-lwt.3.0
caldav.0.2.2
caldav.0.2.3
caldav.0.2.4
canary.0.0.1
clz.0.1.0
cohttp-lwt-jsoo.6.2.0
cohttp-lwt-unix.6.2.0
cohttp-mirage.6.2.0
dropbox.0.2
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
gitlab.0.1.3
gitlab.0.1.4
gitlab.0.1.5
gitlab.0.1.6
gitlab.0.1.7
gitlab.0.1.8
multipart_form-cohttp-lwt.0.5.0
multipart_form-cohttp-lwt.0.6.0
multipart_form-cohttp-lwt.0.7.0
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_kernel.0.17.1
opium_kernel.0.18.0
prometheus-app.0.6
prometheus-app.0.7
prometheus-app.1.0
prometheus-app.1.1
prometheus-app.1.2
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
river.0.4
session-cohttp-lwt.0.4.1
session-cohttp-lwt.0.5.0
aws-lwt.1.2
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-lwt.3.0
caldav.0.2.2
caldav.0.2.3
caldav.0.2.4
canary.0.0.1
chess_com_api.1.0.0
chess_com_api.1.0.1
clz.0.1.0
cohttp-lwt.6.2.0
cohttp-lwt-jsoo.6.2.0
cohttp-lwt-unix.6.2.0
cohttp-mirage.6.2.0
comby-semantic.1.7.0
current_slack.0.6.2
current_slack.0.7.1
current_slack.0.7.2
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
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
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.4.0
github-jsoo.4.4.1
github-jsoo.4.5.0
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
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
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
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-worker.0.2.1
ocluster-worker.0.3.0
oframl.0.0.1
opencage.1.0.5
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_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
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
river.0.4
savvy.0.2.0
savvy.0.4.0
session-cohttp-lwt.0.4.1
session-cohttp-lwt.0.5.0
textrazor.0.1
textrazor.0.1.1
twirp_cohttp_lwt_unix.0.1
twirp_cohttp_lwt_unix.0.2
yocaml_git.1.0.0
yocaml_unix.1.0.0
aws-lwt.1.2
bitcoin-cohttp-lwt.3.0
canary.0.0.1
clz.0.1.0
cohttp-curl-lwt.6.2.0
cohttp-lwt-jsoo.6.2.0
cohttp-lwt-unix.6.2.0
cohttp-server-lwt-unix.6.2.0
dropbox.0.2
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
gitlab.0.1.3
gitlab.0.1.4
gitlab.0.1.5
gitlab.0.1.6
gitlab.0.1.7
gitlab.0.1.8
multipart_form-cohttp-lwt.0.6.0
multipart_form-cohttp-lwt.0.7.0
opentelemetry-client-cohttp-lwt.0.4
opentelemetry-client-cohttp-lwt.0.5
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_kernel.0.17.1
opium_kernel.0.18.0
prometheus-app.0.6
prometheus-app.0.7
prometheus-app.1.0
prometheus-app.1.1
prometheus-app.1.2
resto-cohttp.0.4
resto-cohttp.0.5
resto-cohttp.0.6
resto-cohttp.0.6.1
resto-cohttp.0.7
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.9
resto-cohttp-client.0.10
resto-cohttp-client.1.0
resto-cohttp-client.1.1
resto-cohttp-client.1.2
river.0.4
session-cohttp-lwt.0.4.1
session-cohttp-lwt.0.5.0
@@@OUTPUT
2025-12-06 22:44.18 ---> saved as "f69fed250e21f23f574d128a12c1983ac0260b507a9f8249491701ca466d70d5"
Job succeeded
2025-12-06 22:44.27: Job succeeded