- github
- ocaml
- opam-repository
- 3f8e3a
- distributions,ubuntu-25.10-ocaml-5.4,lwt_ppx.2.0.2
(not at the head of any monitored branch or PR)
2025-12-08 15:16.53: New job: build lwt_ppx.2.0.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
on ubuntu-25.10-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/29039/head" && git reset --hard 3f8e3ae1
git fetch origin master
git merge --no-edit 24866eca47222a207c9a30d2caac223d18f6a780
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:62fa42763a41664020c739ded2cffe357b80715e7cd761c08cac01d07eede514
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_ppx.2.0.2 2.0.2
RUN opam reinstall lwt_ppx.2.0.2; \
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 "\"ubuntu-25.10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lwt_ppx.2.0.2' && 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 .
2025-12-08 15:16.53: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:62fa42763a41664020c739ded2cffe357b80715e7cd761c08cac01d07eede514-lwt_ppx.2.0.2-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:16.53: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:62fa42763a41664020c739ded2cffe357b80715e7cd761c08cac01d07eede514)
(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_ppx.2.0.2 2.0.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_ppx.2.0.2;\
\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 \"\\\"ubuntu-25.10\\\"\"; 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_ppx.2.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-08 15:16.53: Waiting for resource in pool OCluster
2025-12-08 15:25.00: Waiting for worker…
2025-12-08 15:28.33: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 24866eca47 Merge pull request #29034 from hannesm/fixes
Updating 24866eca47..3f8e3ae182
Fast-forward
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:ubuntu-25.10-ocaml-5.4@sha256:62fa42763a41664020c739ded2cffe357b80715e7cd761c08cac01d07eede514)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:62fa42763a41664020c739ded2cffe357b80715e7cd761c08cac01d07eede514' locally
docker.io/ocaml/opam@sha256:62fa42763a41664020c739ded2cffe357b80715e7cd761c08cac01d07eede514: Pulling from ocaml/opam
a206cee1e839: Pulling fs layer
6e331631ac74: Pulling fs layer
3fc33d5738c3: Pulling fs layer
52a88cc999b4: Pulling fs layer
6cbaf43c77d4: Pulling fs layer
7f287e87e8f4: Pulling fs layer
643aecdfda48: Pulling fs layer
ebc45adf2449: Pulling fs layer
676402b00d10: Pulling fs layer
0960956c622a: Pulling fs layer
724576e0f768: Pulling fs layer
6cbaf43c77d4: Waiting
e153bfae8d7b: Pulling fs layer
52a88cc999b4: Waiting
24356eedc157: Pulling fs layer
0410f4e56a7d: Pulling fs layer
724576e0f768: Waiting
74a3b321292c: Pulling fs layer
ebc45adf2449: Waiting
7f287e87e8f4: Waiting
70ef4e25420c: Pulling fs layer
060de5e74378: Pulling fs layer
643aecdfda48: Waiting
676402b00d10: Waiting
8f4fb422381e: Pulling fs layer
0960956c622a: Waiting
1ba5b525a9df: Pulling fs layer
d1136788e750: Pulling fs layer
8f4fb422381e: Waiting
0410f4e56a7d: Waiting
ea0ab40c8141: Pulling fs layer
74a3b321292c: Waiting
e153bfae8d7b: Waiting
1ba5b525a9df: Waiting
4f4fb700ef54: Pulling fs layer
70ef4e25420c: Waiting
95a0516f1a70: Pulling fs layer
4f4fb700ef54: Waiting
b0045a7a77c3: Pulling fs layer
060de5e74378: Waiting
fa12c5327189: Pulling fs layer
95a0516f1a70: Waiting
4371d3e51b87: Pulling fs layer
f4c646d9bd42: Pulling fs layer
4371d3e51b87: Waiting
5764b44cc580: Pulling fs layer
f7e4c95f3fb4: Pulling fs layer
98d1cae04bf8: Pulling fs layer
481a14317511: Pulling fs layer
f7e4c95f3fb4: Waiting
f912a42f48db: Pulling fs layer
481a14317511: Waiting
bd10926881db: Pulling fs layer
f912a42f48db: Waiting
6cbf10e8b2af: Pulling fs layer
bd10926881db: Waiting
8c6c628c3b8f: Pulling fs layer
6cbf10e8b2af: Waiting
fb82ab9a6576: Pulling fs layer
31fc10f173a8: Pulling fs layer
7e7a6a030d2c: Pulling fs layer
b16787687733: Pulling fs layer
fb82ab9a6576: Waiting
8c8eba41d57a: Pulling fs layer
31fc10f173a8: Waiting
bc74c12acc40: Pulling fs layer
b16787687733: Waiting
afc630a12f7b: Pulling fs layer
8c8eba41d57a: Waiting
bc74c12acc40: Waiting
cc423de77f92: Pulling fs layer
bce918eca3af: Pulling fs layer
cc423de77f92: Waiting
fffb80ebddcc: Pulling fs layer
1eeac28e8da8: Pulling fs layer
0835bd305bdd: Pulling fs layer
1eeac28e8da8: Waiting
3fc33d5738c3: Download complete
6e331631ac74: Verifying Checksum
6e331631ac74: Download complete
6cbaf43c77d4: Verifying Checksum
6cbaf43c77d4: Download complete
52a88cc999b4: Verifying Checksum
a206cee1e839: Verifying Checksum
a206cee1e839: Download complete
643aecdfda48: Download complete
ebc45adf2449: Verifying Checksum
ebc45adf2449: Download complete
676402b00d10: Verifying Checksum
676402b00d10: Download complete
0960956c622a: Verifying Checksum
0960956c622a: Download complete
724576e0f768: Verifying Checksum
724576e0f768: Download complete
a206cee1e839: Pull complete
e153bfae8d7b: Verifying Checksum
e153bfae8d7b: Download complete
6e331631ac74: Pull complete
3fc33d5738c3: Pull complete
7f287e87e8f4: Verifying Checksum
7f287e87e8f4: Download complete
0410f4e56a7d: Verifying Checksum
0410f4e56a7d: Download complete
24356eedc157: Verifying Checksum
24356eedc157: Download complete
74a3b321292c: Verifying Checksum
74a3b321292c: Download complete
060de5e74378: Verifying Checksum
060de5e74378: Download complete
70ef4e25420c: Verifying Checksum
70ef4e25420c: Download complete
8f4fb422381e: Verifying Checksum
8f4fb422381e: Download complete
1ba5b525a9df: Verifying Checksum
1ba5b525a9df: Download complete
d1136788e750: Verifying Checksum
d1136788e750: Download complete
52a88cc999b4: Pull complete
6cbaf43c77d4: Pull complete
ea0ab40c8141: Verifying Checksum
ea0ab40c8141: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
95a0516f1a70: Verifying Checksum
95a0516f1a70: Download complete
fa12c5327189: Download complete
b0045a7a77c3: Verifying Checksum
b0045a7a77c3: Download complete
4371d3e51b87: Download complete
f4c646d9bd42: Verifying Checksum
f4c646d9bd42: Download complete
5764b44cc580: Verifying Checksum
5764b44cc580: Download complete
f7e4c95f3fb4: Verifying Checksum
f7e4c95f3fb4: Download complete
98d1cae04bf8: Verifying Checksum
98d1cae04bf8: Download complete
481a14317511: Verifying Checksum
481a14317511: Download complete
f912a42f48db: Verifying Checksum
f912a42f48db: Download complete
6cbf10e8b2af: Download complete
bd10926881db: Verifying Checksum
bd10926881db: Download complete
fb82ab9a6576: Verifying Checksum
fb82ab9a6576: Download complete
7e7a6a030d2c: Verifying Checksum
7e7a6a030d2c: Download complete
b16787687733: Verifying Checksum
b16787687733: Download complete
8c8eba41d57a: Download complete
bc74c12acc40: Verifying Checksum
bc74c12acc40: Download complete
afc630a12f7b: Verifying Checksum
afc630a12f7b: Download complete
cc423de77f92: Verifying Checksum
cc423de77f92: Download complete
31fc10f173a8: Verifying Checksum
31fc10f173a8: Download complete
fffb80ebddcc: Verifying Checksum
fffb80ebddcc: Download complete
1eeac28e8da8: Verifying Checksum
1eeac28e8da8: Download complete
0835bd305bdd: Verifying Checksum
0835bd305bdd: Download complete
7f287e87e8f4: Pull complete
643aecdfda48: Pull complete
bce918eca3af: Verifying Checksum
bce918eca3af: Download complete
ebc45adf2449: Pull complete
676402b00d10: Pull complete
0960956c622a: Pull complete
724576e0f768: Pull complete
e153bfae8d7b: Pull complete
24356eedc157: Pull complete
8c6c628c3b8f: Verifying Checksum
8c6c628c3b8f: Download complete
0410f4e56a7d: Pull complete
74a3b321292c: Pull complete
70ef4e25420c: Pull complete
060de5e74378: Pull complete
8f4fb422381e: Pull complete
1ba5b525a9df: Pull complete
d1136788e750: Pull complete
ea0ab40c8141: Pull complete
4f4fb700ef54: Pull complete
95a0516f1a70: Pull complete
b0045a7a77c3: Pull complete
fa12c5327189: Pull complete
4371d3e51b87: Pull complete
f4c646d9bd42: Pull complete
5764b44cc580: Pull complete
f7e4c95f3fb4: Pull complete
98d1cae04bf8: Pull complete
481a14317511: Pull complete
f912a42f48db: Pull complete
bd10926881db: Pull complete
6cbf10e8b2af: Pull complete
8c6c628c3b8f: Pull complete
fb82ab9a6576: Pull complete
31fc10f173a8: Pull complete
7e7a6a030d2c: Pull complete
b16787687733: Pull complete
8c8eba41d57a: Pull complete
bc74c12acc40: Pull complete
afc630a12f7b: Pull complete
cc423de77f92: Pull complete
bce918eca3af: Pull complete
fffb80ebddcc: Pull complete
1eeac28e8da8: Pull complete
0835bd305bdd: Pull complete
Digest: sha256:62fa42763a41664020c739ded2cffe357b80715e7cd761c08cac01d07eede514
Status: Downloaded newer image for ocaml/opam@sha256:62fa42763a41664020c739ded2cffe357b80715e7cd761c08cac01d07eede514
2025-12-08 15:30.01 ---> saved as "3613aa645d3846f50fee5cf229f1e2a55272ca42278414aedb06cf88ffc14539"
/: (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 15:30.01 ---> saved as "eb087347bf3ad22659c9d197f378c1c11282ad37873ab3470ada787161381adb"
/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 15:30.30 ---> saved as "30a9a434869b9f10815ee1763cf49dd502af75a83416ba97b123fc4126fa863a"
/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=ubuntu os-version=25.10
# 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-08 15:30.31 ---> saved as "ae337ab7e03379ff8f0ad95bd4f8d59ef9838723b31f01ba9b6779c48d8d3ced"
/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 15:30.42 ---> saved as "70a20a5581f38c6ac636c779b035c9f75ced234c59fa04301c98253541399579"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-08 15:30.53 ---> saved as "ef111e90a2c4b19418cc920be8f7f51396886e9b6f55100176b834b1ecbf3e97"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-08 15:31.12 ---> saved as "6457f3a41201b3782c96d7ac59b4aac46f95902945758f5235b1dbc740cad01e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [114 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [214 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Fetched 732 kB in 1s (1098 kB/s)
- Reading package lists...
-
2025-12-08 15:31.14 ---> saved as "e038b2017e458a64368a7fb216824e95e3118cc5eae495c53a2de249f8f5e72f"
/home/opam: (run (shell "opam pin add -k version -yn lwt_ppx.2.0.2 2.0.2"))
lwt_ppx is now pinned to version 2.0.2
2025-12-08 15:31.15 ---> saved as "3d05f73f0a0540d8652a305da06400af04bca8b40c13b22b30e652eff4f8bf91"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_ppx.2.0.2;\
\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 \"\\\"ubuntu-25.10\\\"\"; 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_ppx.2.0.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lwt_ppx.2.0.2 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.4.0
- lwt_ppx = 2.0.2 -> ppxlib < 0.36.0 -> ocaml < 4.10 -> ocaml-variants
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.4.0
- lwt_ppx = 2.0.2 -> ppxlib < 0.36.0 -> ocaml-migrate-parsetree >= 1.3.1 -> ocaml < 4.13 -> dkml-base-compiler
* Missing dependency:
- lwt_ppx = 2.0.2 -> ppxlib < 0.36.0 -> ocaml-migrate-parsetree >= 1.3.1 -> ocaml < 4.09.0 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
not available because the package is pinned to version 5.4.0
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.0" & (os != "win32" | sys-ocaml-libc = "msvc")'
no matching version
* Missing dependency:
- lwt_ppx = 2.0.2 -> ppxlib < 0.36.0 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- lwt_ppx = 2.0.2 -> ppxlib < 0.36.0 -> ocaml < 4.10 -> ocaml-variants -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall lwt_ppx.2.0.2;
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 "\"ubuntu-25.10\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'lwt_ppx.2.0.2' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2025-12-08 15:31.46: Job failed: Failed: Build failed
2025-12-08 15:31.46: Log analysis:
2025-12-08 15:31.46: >>>
No solution found, exiting
(score = 100)
2025-12-08 15:31.46: [SKIP] Package not available