- github
- ocaml
- opam-repository
- 3513e0
- distributions,debian-testing-ocaml-4.14,lwt.6.0.0~beta01
(not at the head of any monitored branch or PR)
2026-02-04 13:20.42: New job: build lwt.6.0.0~beta01, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29336/head (3513e0876097dd74e6a34c4d690c9d4e2b9fa1d8)
on debian-testing-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/29336/head" && git reset --hard 3513e087
git fetch origin master
git merge --no-edit 45c04602c2fc908af6d1b17ba39c7517d58cb274
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:3ce00ded99e3c8aa7984bfd33895517bd30b612ca1ba8a30a51d9f0b69d36adb
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 opam pin add -k version -yn lwt.6.0.0~beta01 6.0.0~beta01
RUN opam reinstall lwt.6.0.0~beta01; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lwt.6.0.0~beta01' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-02-04 13:20.42: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:3ce00ded99e3c8aa7984bfd33895517bd30b612ca1ba8a30a51d9f0b69d36adb-lwt.6.0.0~beta01-3513e0876097dd74e6a34c4d690c9d4e2b9fa1d8"
2026-02-04 13:20.42: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:3ce00ded99e3c8aa7984bfd33895517bd30b612ca1ba8a30a51d9f0b69d36adb)
(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 "opam pin add -k version -yn lwt.6.0.0~beta01 6.0.0~beta01"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt.6.0.0~beta01;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lwt.6.0.0~beta01' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-04 13:20.42: Waiting for resource in pool OCluster
2026-02-04 13:27.31: Waiting for worker…
2026-02-04 13:32.11: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files: 58% (11228/19337)
Updating files: 59% (11409/19337)
Updating files: 60% (11603/19337)
Updating files: 61% (11796/19337)
Updating files: 62% (11989/19337)
Updating files: 63% (12183/19337)
Updating files: 64% (12376/19337)
Updating files: 65% (12570/19337)
Updating files: 66% (12763/19337)
Updating files: 67% (12956/19337)
Updating files: 68% (13150/19337)
Updating files: 69% (13343/19337)
Updating files: 70% (13536/19337)
Updating files: 71% (13730/19337)
Updating files: 72% (13923/19337)
Updating files: 73% (14117/19337)
Updating files: 74% (14310/19337)
Updating files: 75% (14503/19337)
Updating files: 76% (14697/19337)
Updating files: 77% (14890/19337)
Updating files: 78% (15083/19337)
Updating files: 79% (15277/19337)
Updating files: 80% (15470/19337)
Updating files: 81% (15663/19337)
Updating files: 82% (15857/19337)
Updating files: 83% (16050/19337)
Updating files: 84% (16244/19337)
Updating files: 85% (16437/19337)
Updating files: 86% (16630/19337)
Updating files: 87% (16824/19337)
Updating files: 88% (17017/19337)
Updating files: 89% (17210/19337)
Updating files: 90% (17404/19337)
Updating files: 91% (17597/19337)
Updating files: 92% (17791/19337)
Updating files: 93% (17984/19337)
Updating files: 94% (18177/19337)
Updating files: 95% (18371/19337)
Updating files: 96% (18564/19337)
Updating files: 97% (18757/19337)
Updating files: 98% (18951/19337)
Updating files: 99% (19144/19337)
Updating files: 100% (19337/19337)
Updating files: 100% (19337/19337), done.
HEAD is now at 45c04602c2 Merge pull request #29332 from fpottier/master
Updating 45c04602c2..3513e08760
Fast-forward
packages/lwt/{lwt.6.0.0-beta01 => lwt.6.0.0~beta01}/opam | 0
.../lwt_direct/{lwt_direct.6.0.0-beta01 => lwt_direct.6.0.0~beta01}/opam | 0
packages/lwt_ppx/{lwt_ppx.6.0.0-beta01 => lwt_ppx.6.0.0~beta01}/opam | 0
.../opam | 0
4 files changed, 0 insertions(+), 0 deletions(-)
rename packages/lwt/{lwt.6.0.0-beta01 => lwt.6.0.0~beta01}/opam (100%)
rename packages/lwt_direct/{lwt_direct.6.0.0-beta01 => lwt_direct.6.0.0~beta01}/opam (100%)
rename packages/lwt_ppx/{lwt_ppx.6.0.0-beta01 => lwt_ppx.6.0.0~beta01}/opam (100%)
rename packages/lwt_runtime_events/{lwt_runtime_events.6.0.0-beta01 => lwt_runtime_events.6.0.0~beta01}/opam (100%)
(from ocaml/opam:debian-testing-ocaml-4.14@sha256:3ce00ded99e3c8aa7984bfd33895517bd30b612ca1ba8a30a51d9f0b69d36adb)
Unable to find image 'ocaml/opam:debian-testing-ocaml-4.14@sha256:3ce00ded99e3c8aa7984bfd33895517bd30b612ca1ba8a30a51d9f0b69d36adb' locally
docker.io/ocaml/opam@sha256:3ce00ded99e3c8aa7984bfd33895517bd30b612ca1ba8a30a51d9f0b69d36adb: Pulling from ocaml/opam
08333a28760d: Already exists
039a06c26ea9: Pulling fs layer
b68332329c73: Pulling fs layer
9a6201b7fef6: Pulling fs layer
d29da31ca149: Pulling fs layer
d29da31ca149: Waiting
b68332329c73: Verifying Checksum
b68332329c73: Download complete
9a6201b7fef6: Verifying Checksum
9a6201b7fef6: Download complete
d29da31ca149: Verifying Checksum
d29da31ca149: Download complete
039a06c26ea9: Verifying Checksum
039a06c26ea9: Download complete
039a06c26ea9: Pull complete
b68332329c73: Pull complete
9a6201b7fef6: Pull complete
d29da31ca149: Pull complete
Digest: sha256:3ce00ded99e3c8aa7984bfd33895517bd30b612ca1ba8a30a51d9f0b69d36adb
Status: Downloaded newer image for ocaml/opam@sha256:3ce00ded99e3c8aa7984bfd33895517bd30b612ca1ba8a30a51d9f0b69d36adb
2026-02-04 13:36.54 ---> saved as "af005d670fc8729e7c8e4e3483629da3b9c172612e44bfcb2306d25b0cf8451f"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-04 13:36.55 ---> saved as "0a691eb370523764171227ca8684a277922739385d5ee5c0a6faf26ae958e7df"
/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-02-04 13:37.59 ---> saved as "8d5dd63bb6c2308825e94771c8cfd4a62759bfee2db2bfe498dade75bf76f5da"
/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=unknown
# 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
2026-02-04 13:38.01 ---> saved as "30fc2740f605f3fd7515f7750507b3ccfd1f44ec42198ed2b539b79d6396a7e7"
/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-02-04 13:38.14 ---> saved as "ba43131e717581c607ebd3b725f2809e1a71d9a08e68ffe6f28d09f7ca2d75dd"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-04 13:38.49 ---> saved as "4f6935c3193a8acc2799fd981f85f7b52ba0d0de694c08a95b387f75b4b66c9a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-04 13:39.34 ---> saved as "71ef78171c2d6e33b3bd8fa2e7a2a1536738b78218378c73645e9170142150c8"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [137 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [40.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-02-04-0807.30-F-2026-01-30-2002.22.pdiff [224 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-02-04-0807.30-F-2026-01-30-2002.22.pdiff [224 kB]
- Fetched 509 kB in 4s (143 kB/s)
- Reading package lists...
-
2026-02-04 13:39.42 ---> saved as "a5f91d6fd002816dc096ea2e414f20f9c472b06c1f17d81790ea5009eee47d84"
/home/opam: (run (shell "opam pin add -k version -yn lwt.6.0.0~beta01 6.0.0~beta01"))
lwt is now pinned to version 6.0.0~beta01
2026-02-04 13:39.44 ---> saved as "55a2c9c20efd1e306b5b17854a86cfd29c9d3b5d0b04e5acd0e5fdfeb12e8ecf"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt.6.0.0~beta01;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lwt.6.0.0~beta01' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lwt.6.0.0~beta01 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install base-bytes base [required by ocplib-endian]
- install cppo 1.8.0 [required by lwt]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.0 [required by lwt]
- install dune-configurator 3.21.0 [required by lwt]
- install lwt 6.0.0~beta01 (pinned)
- install ocamlfind 1.9.8 [required by base-bytes]
- install ocplib-endian 1.2 [required by lwt]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)
-> retrieved lwt.6.0.0~beta01 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.0
-> installed lwt.6.0.0~beta01
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-04 13:40.57 ---> saved as "3cd91df04a8d573fed55e54d5c575a262fc331230314c78ded5b8aa28cacee36"
Job succeeded
2026-02-04 13:41.10: Job succeeded