- github
- ocaml
- opam-repository
- 3f8e3a
- distributions,debian-12-ocaml-4.14,lwt_ppx.1.1.0
(not at the head of any monitored branch or PR)
2025-12-08 15:16.54: New job: build lwt_ppx.1.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29039/head (3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4)
on debian-12-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 24866eca47222a207c9a30d2caac223d18f6a780
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:c821da320921f68d603152e2769416e14ca205aa6b529ae77f15e8d1e9a6a18b
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.1.1.0 1.1.0
RUN opam reinstall lwt_ppx.1.1.0; \
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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lwt_ppx.1.1.0' && 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.54: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:c821da320921f68d603152e2769416e14ca205aa6b529ae77f15e8d1e9a6a18b-lwt_ppx.1.1.0-3f8e3ae1827b1f3cd5cf264fa2d16228b3a169f4"
2025-12-08 15:16.54: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:c821da320921f68d603152e2769416e14ca205aa6b529ae77f15e8d1e9a6a18b)
(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.1.1.0 1.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_ppx.1.1.0;\
\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-12\\\"\"; 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.1.1.0' && 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.54: Waiting for resource in pool OCluster
2025-12-08 15:51.56: Waiting for worker…
2025-12-08 16:00.36: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 98% (18666/18983)
Updating files: 99% (18794/18983)
Updating files: 100% (18983/18983)
Updating files: 100% (18983/18983), done.
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:debian-12-ocaml-4.14@sha256:c821da320921f68d603152e2769416e14ca205aa6b529ae77f15e8d1e9a6a18b)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:c821da320921f68d603152e2769416e14ca205aa6b529ae77f15e8d1e9a6a18b' locally
docker.io/ocaml/opam@sha256:c821da320921f68d603152e2769416e14ca205aa6b529ae77f15e8d1e9a6a18b: Pulling from ocaml/opam
708274aafe49: Already exists
a73733b08b3c: Already exists
cb40d7f96117: Already exists
ee9c8c5de7e3: Already exists
84e80908bda7: Already exists
4c5fd3b4cc24: Already exists
d71c2fbac086: Already exists
046cc1ae5c18: Already exists
bfa5a03ecd8a: Already exists
40d4ddac16f1: Already exists
8305889da4d2: Already exists
de468797725a: Already exists
9277301f150f: Pulling fs layer
eddb7b12d436: Pulling fs layer
64bb55638273: Pulling fs layer
16803dc303e9: Pulling fs layer
9277301f150f: Waiting
d4fa4b836a8f: Pulling fs layer
eddb7b12d436: Waiting
64bb55638273: Waiting
16803dc303e9: Waiting
302935314db8: Pulling fs layer
d4fa4b836a8f: Waiting
62bb2e2d5438: Pulling fs layer
302935314db8: Waiting
5338516f7da9: Pulling fs layer
62bb2e2d5438: Waiting
95d87687bac8: Pulling fs layer
5338516f7da9: Waiting
95d87687bac8: Waiting
0b7298464a21: Pulling fs layer
4f4fb700ef54: Pulling fs layer
0b7298464a21: Waiting
617bed7b7101: Pulling fs layer
4f4fb700ef54: Waiting
95a7fa87f8c6: Pulling fs layer
f5467f70543b: Pulling fs layer
617bed7b7101: Waiting
e303ef8ff120: Pulling fs layer
baa02a77fc62: Pulling fs layer
e303ef8ff120: Waiting
a00df1b6f1fa: Pulling fs layer
7bada9614c67: Pulling fs layer
baa02a77fc62: Waiting
ba805f620b0c: Pulling fs layer
a00df1b6f1fa: Waiting
7bada9614c67: Waiting
d21b0b189228: Pulling fs layer
ba805f620b0c: Waiting
f1b7c8bb0559: Pulling fs layer
d21b0b189228: Waiting
b520aea8cba5: Pulling fs layer
f1b7c8bb0559: Waiting
7706c6a8f28a: Pulling fs layer
005d6943e121: Pulling fs layer
987a765b6ccd: Pulling fs layer
7706c6a8f28a: Waiting
005d6943e121: Waiting
0247fed0ecc3: Pulling fs layer
b520aea8cba5: Waiting
987a765b6ccd: Waiting
a108db66ef49: Pulling fs layer
546e127da965: Pulling fs layer
0247fed0ecc3: Waiting
a108db66ef49: Waiting
546e127da965: Waiting
fae263707ddc: Pulling fs layer
28758e660af8: Pulling fs layer
fae263707ddc: Waiting
7e5edb1175a7: Pulling fs layer
e3176d8e0881: Pulling fs layer
7e5edb1175a7: Waiting
68976eb196c3: Pulling fs layer
e3176d8e0881: Waiting
68976eb196c3: Waiting
9277301f150f: Verifying Checksum
9277301f150f: Download complete
9277301f150f: Pull complete
eddb7b12d436: Verifying Checksum
eddb7b12d436: Download complete
64bb55638273: Verifying Checksum
64bb55638273: Download complete
eddb7b12d436: Pull complete
16803dc303e9: Download complete
64bb55638273: Pull complete
16803dc303e9: Pull complete
d4fa4b836a8f: Verifying Checksum
d4fa4b836a8f: Download complete
d4fa4b836a8f: Pull complete
302935314db8: Download complete
302935314db8: Pull complete
62bb2e2d5438: Pull complete
5338516f7da9: Download complete
5338516f7da9: Pull complete
95d87687bac8: Verifying Checksum
95d87687bac8: Download complete
95d87687bac8: Pull complete
0b7298464a21: Verifying Checksum
0b7298464a21: Download complete
0b7298464a21: Pull complete
4f4fb700ef54: Download complete
4f4fb700ef54: Pull complete
617bed7b7101: Download complete
617bed7b7101: Pull complete
95a7fa87f8c6: Download complete
95a7fa87f8c6: Pull complete
f5467f70543b: Verifying Checksum
f5467f70543b: Download complete
f5467f70543b: Pull complete
e303ef8ff120: Download complete
e303ef8ff120: Pull complete
baa02a77fc62: Download complete
baa02a77fc62: Pull complete
a00df1b6f1fa: Download complete
a00df1b6f1fa: Pull complete
7bada9614c67: Verifying Checksum
7bada9614c67: Download complete
7bada9614c67: Pull complete
ba805f620b0c: Verifying Checksum
ba805f620b0c: Download complete
ba805f620b0c: Pull complete
d21b0b189228: Download complete
d21b0b189228: Pull complete
f1b7c8bb0559: Verifying Checksum
f1b7c8bb0559: Download complete
f1b7c8bb0559: Pull complete
b520aea8cba5: Verifying Checksum
b520aea8cba5: Download complete
b520aea8cba5: Pull complete
7706c6a8f28a: Verifying Checksum
7706c6a8f28a: Download complete
7706c6a8f28a: Pull complete
987a765b6ccd: Download complete
a108db66ef49: Download complete
546e127da965: Verifying Checksum
546e127da965: Download complete
0247fed0ecc3: Verifying Checksum
0247fed0ecc3: Download complete
fae263707ddc: Download complete
7e5edb1175a7: Verifying Checksum
7e5edb1175a7: Download complete
e3176d8e0881: Download complete
68976eb196c3: Download complete
005d6943e121: Verifying Checksum
005d6943e121: Download complete
28758e660af8: Verifying Checksum
28758e660af8: Download complete
005d6943e121: Pull complete
987a765b6ccd: Pull complete
0247fed0ecc3: Pull complete
a108db66ef49: Pull complete
546e127da965: Pull complete
fae263707ddc: Pull complete
28758e660af8: Pull complete
7e5edb1175a7: Pull complete
e3176d8e0881: Pull complete
68976eb196c3: Pull complete
Digest: sha256:c821da320921f68d603152e2769416e14ca205aa6b529ae77f15e8d1e9a6a18b
Status: Downloaded newer image for ocaml/opam@sha256:c821da320921f68d603152e2769416e14ca205aa6b529ae77f15e8d1e9a6a18b
2025-12-08 16:01.12 ---> using "cfe6e0faa49686956d51330359bba5cabd91d4974842dc74f6ae7b6bff435481" 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 16:01.12 ---> using "57a28c1d686680a4af8f73fe4d850f369934bb00f8af4f98ad45f72b09e71203" 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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-08 16:01.12 ---> using "bd1c82a7f6844686b6a0ccd318914a7be8b9cbe94aff23a46e119ff51c15c3cf" 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=12
# 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 16:01.12 ---> using "d02d032b6a5e23eddcd94daf75eef2590e63f6d628719f1d0147322c04f00734" 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 16:01.12 ---> using "6a6fc367d91dce8098e22986ebfd2965d84b25269d9681bfe0dc1bc76e8c8c80" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-08 16:01.13 ---> using "92b4beb574fe2e1028fc4d168e9c4a7a0a073cd1a2e83cec8124d896f216cd5b" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-08 16:01.13 ---> using "b5050ffc9bbf12055b726372b1aae7cc5a4ff770c28546be400ad15bde73e510" 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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [289 kB]
- Fetched 393 kB in 0s (799 kB/s)
- Reading package lists...
-
2025-12-08 16:01.13 ---> using "6dff51e1fbbc425743ffc00780f9dc45032624f97f9b8578da31d264756634ea" from cache
/home/opam: (run (shell "opam pin add -k version -yn lwt_ppx.1.1.0 1.1.0"))
lwt_ppx is now pinned to version 1.1.0
2025-12-08 16:01.14 ---> saved as "bc565d21a815da72fbacfc1d87f785abf659c8c0ffbc878343e1788e938ea03e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_ppx.1.1.0;\
\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-12\\\"\"; 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.1.1.0' && 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.1.1.0 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- lwt_ppx = 1.1.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.13 -> dkml-base-compiler
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- lwt_ppx = 1.1.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.09.0 -> ocaml-variants (< 4.05.2~ | >= 4.06.0)
* Missing dependency:
- lwt_ppx = 1.1.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml-variants (= 4.08.0+beta2 | = 4.08.0+beta3)
no matching version
* Missing dependency:
- lwt_ppx = 1.1.0 -> ocaml-migrate-parsetree < 2.0.0 -> 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 4.14.2
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.0" & (os != "win32" | sys-ocaml-libc = "msvc")'
no matching version
* Missing dependency:
- lwt_ppx = 1.1.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.09.0 -> ocaml-variants >= 4.06.0 -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- lwt_ppx = 1.1.0 -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.09.0 -> ocaml-variants >= 4.06.0 -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall lwt_ppx.1.1.0;
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-12\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'lwt_ppx.1.1.0' && 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 16:01.39: Job failed: Failed: Build failed
2025-12-08 16:01.39: Log analysis:
2025-12-08 16:01.39: >>>
No solution found, exiting
(score = 100)
2025-12-08 16:01.39: [SKIP] Package not available