Build:
- 1
- 0
2025-12-19 04:58.20: New job: build llvm.20-static, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29110/head (a16fbbbc4ad239dba151649395b1e98d3d337d30)
on debian-13-ocaml-4.14/i386
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29110/head" && git reset --hard a16fbbbc
git fetch origin master
git merge --no-edit 2aead33854a73066d496ba97fd511f34e51a1fa4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 llvm.20-static 20-static
RUN opam reinstall llvm.20-static; \
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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'llvm.20-static' && 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-19 04:58.20: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1-llvm.20-static-a16fbbbc4ad239dba151649395b1e98d3d337d30"
2025-12-19 04:58.20: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)
(shell /usr/bin/linux32 /bin/sh -c)
(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 llvm.20-static 20-static"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall llvm.20-static;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'llvm.20-static' && 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-19 04:58.20: Waiting for resource in pool OCluster
2025-12-19 06:02.46: Waiting for worker…
2025-12-19 06:05.58: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 2aead33854 Merge pull request #29109 from shonfeder/otel-lwt-cohttp-lwt-upper-bound
Updating 2aead33854..a16fbbbc4a
Fast-forward
packages/conf-llvm-shared/conf-llvm-shared.20/opam | 34 +++++++++++
packages/conf-llvm-shared/conf-llvm-shared.21/opam | 34 +++++++++++
packages/conf-llvm-static/conf-llvm-static.19/opam | 1 -
packages/conf-llvm-static/conf-llvm-static.20/opam | 34 +++++++++++
packages/conf-llvm-static/conf-llvm-static.21/opam | 34 +++++++++++
packages/llvm/llvm.19-shared/opam | 1 -
packages/llvm/llvm.19-static/opam | 1 -
packages/llvm/llvm.20-shared/opam | 67 ++++++++++++++++++++++
packages/llvm/llvm.20-static/opam | 67 ++++++++++++++++++++++
packages/llvm/llvm.21-shared/opam | 67 ++++++++++++++++++++++
packages/llvm/llvm.21-static/opam | 67 ++++++++++++++++++++++
11 files changed, 404 insertions(+), 3 deletions(-)
create mode 100644 packages/conf-llvm-shared/conf-llvm-shared.20/opam
create mode 100644 packages/conf-llvm-shared/conf-llvm-shared.21/opam
create mode 100644 packages/conf-llvm-static/conf-llvm-static.20/opam
create mode 100644 packages/conf-llvm-static/conf-llvm-static.21/opam
create mode 100644 packages/llvm/llvm.20-shared/opam
create mode 100644 packages/llvm/llvm.20-static/opam
create mode 100644 packages/llvm/llvm.21-shared/opam
create mode 100644 packages/llvm/llvm.21-static/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1' locally
docker.io/ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1: Pulling from ocaml/opam
a63ab7a4f8b1: Pulling fs layer
90eaeaa9281a: Pulling fs layer
3ef4a47fff3b: Pulling fs layer
a035e4a8df7a: Pulling fs layer
27c7c2db42fd: Pulling fs layer
df73634c59ee: Pulling fs layer
740506b396c1: Pulling fs layer
21424a44369a: Pulling fs layer
a035e4a8df7a: Waiting
2cc41c1574c5: Pulling fs layer
1259261716c5: Pulling fs layer
27c7c2db42fd: Waiting
f33cacc11b9e: Pulling fs layer
10429a67c15b: Pulling fs layer
740506b396c1: Waiting
7696c6935c09: Pulling fs layer
df73634c59ee: Waiting
21424a44369a: Waiting
55dba079700a: Pulling fs layer
1259261716c5: Waiting
2cc41c1574c5: Waiting
8b601b003fab: Pulling fs layer
f33cacc11b9e: Waiting
279f815ce75c: Pulling fs layer
55dba079700a: Waiting
a367a43e37d0: Pulling fs layer
10429a67c15b: Waiting
7696c6935c09: Waiting
8b601b003fab: Waiting
279f815ce75c: Waiting
a367a43e37d0: Waiting
ddcb4c69ef3f: Pulling fs layer
b6cb025b8b92: Pulling fs layer
a53cdec2dcd7: Pulling fs layer
ddcb4c69ef3f: Waiting
b6cb025b8b92: Waiting
3ee1edbf87cf: Pulling fs layer
4f4fb700ef54: Pulling fs layer
3ee1edbf87cf: Waiting
a53cdec2dcd7: Waiting
0f06230845cd: Pulling fs layer
4f4fb700ef54: Waiting
0f06230845cd: Waiting
8f076ab94419: Pulling fs layer
4e40a6b18339: Pulling fs layer
8f076ab94419: Waiting
c2b833f8d8d5: Pulling fs layer
4e40a6b18339: Waiting
8d153135a1b5: Pulling fs layer
c2b833f8d8d5: Waiting
f292058db001: Pulling fs layer
8d153135a1b5: Waiting
ae41249ac056: Pulling fs layer
f292058db001: Waiting
623c1c0c658a: Pulling fs layer
ae41249ac056: Waiting
2fa49245472a: Pulling fs layer
623c1c0c658a: Waiting
3c1e1a89d6c4: Pulling fs layer
2fa49245472a: Waiting
d90aa851c073: Pulling fs layer
3c1e1a89d6c4: Waiting
0d271491b1d0: Pulling fs layer
d90aa851c073: Waiting
6a54adf70616: Pulling fs layer
0d271491b1d0: Waiting
d86adbce7636: Pulling fs layer
6a54adf70616: Waiting
5d4020b34d71: Pulling fs layer
ff38dc168d37: Pulling fs layer
d86adbce7636: Waiting
5d4020b34d71: Waiting
5ce90e152ba9: Pulling fs layer
ff38dc168d37: Waiting
c6d794b5689c: Pulling fs layer
5ce90e152ba9: Waiting
430a19a7a5b3: Pulling fs layer
c6d794b5689c: Waiting
73dc5c0381a7: Pulling fs layer
430a19a7a5b3: Waiting
fc906c842913: Pulling fs layer
73dc5c0381a7: Waiting
a82583718310: Pulling fs layer
fc906c842913: Waiting
a82583718310: Waiting
3ef4a47fff3b: Verifying Checksum
3ef4a47fff3b: Download complete
90eaeaa9281a: Verifying Checksum
90eaeaa9281a: Download complete
27c7c2db42fd: Verifying Checksum
27c7c2db42fd: Download complete
a035e4a8df7a: Verifying Checksum
a035e4a8df7a: Download complete
a63ab7a4f8b1: Verifying Checksum
a63ab7a4f8b1: Download complete
740506b396c1: Verifying Checksum
740506b396c1: Download complete
21424a44369a: Verifying Checksum
21424a44369a: Download complete
2cc41c1574c5: Verifying Checksum
2cc41c1574c5: Download complete
1259261716c5: Verifying Checksum
1259261716c5: Download complete
10429a67c15b: Verifying Checksum
10429a67c15b: Download complete
f33cacc11b9e: Verifying Checksum
f33cacc11b9e: Download complete
7696c6935c09: Verifying Checksum
7696c6935c09: Download complete
55dba079700a: Verifying Checksum
55dba079700a: Download complete
8b601b003fab: Verifying Checksum
8b601b003fab: Download complete
279f815ce75c: Download complete
a367a43e37d0: Download complete
ddcb4c69ef3f: Verifying Checksum
ddcb4c69ef3f: Download complete
a53cdec2dcd7: Download complete
a63ab7a4f8b1: Pull complete
90eaeaa9281a: Pull complete
3ef4a47fff3b: Pull complete
df73634c59ee: Verifying Checksum
df73634c59ee: Download complete
3ee1edbf87cf: Verifying Checksum
3ee1edbf87cf: Download complete
4f4fb700ef54: Download complete
0f06230845cd: Download complete
a035e4a8df7a: Pull complete
27c7c2db42fd: Pull complete
8f076ab94419: Download complete
4e40a6b18339: Download complete
c2b833f8d8d5: Verifying Checksum
c2b833f8d8d5: Download complete
8d153135a1b5: Verifying Checksum
8d153135a1b5: Download complete
f292058db001: Verifying Checksum
f292058db001: Download complete
ae41249ac056: Verifying Checksum
ae41249ac056: Download complete
623c1c0c658a: Verifying Checksum
623c1c0c658a: Download complete
2fa49245472a: Verifying Checksum
2fa49245472a: Download complete
3c1e1a89d6c4: Download complete
0d271491b1d0: Verifying Checksum
0d271491b1d0: Download complete
d90aa851c073: Verifying Checksum
d90aa851c073: Download complete
d86adbce7636: Verifying Checksum
d86adbce7636: Download complete
ff38dc168d37: Verifying Checksum
ff38dc168d37: Download complete
5ce90e152ba9: Download complete
c6d794b5689c: Download complete
5d4020b34d71: Verifying Checksum
5d4020b34d71: Download complete
73dc5c0381a7: Download complete
fc906c842913: Download complete
a82583718310: Verifying Checksum
a82583718310: Download complete
430a19a7a5b3: Verifying Checksum
430a19a7a5b3: Download complete
df73634c59ee: Pull complete
740506b396c1: Pull complete
21424a44369a: Pull complete
2cc41c1574c5: Pull complete
1259261716c5: Pull complete
6a54adf70616: Verifying Checksum
6a54adf70616: Download complete
f33cacc11b9e: Pull complete
10429a67c15b: Pull complete
7696c6935c09: Pull complete
55dba079700a: Pull complete
8b601b003fab: Pull complete
279f815ce75c: Pull complete
a367a43e37d0: Pull complete
ddcb4c69ef3f: Pull complete
b6cb025b8b92: Pull complete
a53cdec2dcd7: Pull complete
3ee1edbf87cf: Pull complete
4f4fb700ef54: Pull complete
0f06230845cd: Pull complete
8f076ab94419: Pull complete
4e40a6b18339: Pull complete
c2b833f8d8d5: Pull complete
8d153135a1b5: Pull complete
f292058db001: Pull complete
ae41249ac056: Pull complete
623c1c0c658a: Pull complete
2fa49245472a: Pull complete
3c1e1a89d6c4: Pull complete
d90aa851c073: Pull complete
0d271491b1d0: Pull complete
6a54adf70616: Pull complete
d86adbce7636: Pull complete
5d4020b34d71: Pull complete
ff38dc168d37: Pull complete
5ce90e152ba9: Pull complete
c6d794b5689c: Pull complete
430a19a7a5b3: Pull complete
73dc5c0381a7: Pull complete
fc906c842913: Pull complete
a82583718310: Pull complete
Digest: sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1
Status: Downloaded newer image for ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1
2025-12-19 06:08.44 ---> saved as "1d65b0bad6020b93b3bfb32f730a433f434369390940a005095573c4def7fa4e"
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-19 06:08.45 ---> saved as "bfba3c592fa849d0c78df1cd1f85c5eaa36356fecdbbcc422d4a53288d2cc17f"
/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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-19 06:09.15 ---> saved as "92241a6f35186ad56089b7e9fb3de1c71fd0f9713fb835d533d03d0a376849ef"
/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_32 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 255
# 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-19 06:09.16 ---> saved as "15aa99ed566bff93792972aef0b595f4d821093e33375ef78733baf7e2c98b23"
/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-19 06:09.28 ---> saved as "d014b822393ccc9ca004b7c59cd7bfb878a4bb69b1e026cec8b8b6db69a3db42"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-19 06:09.44 ---> saved as "67590b9599e82a63aa1e0badb79b49603bbb706ddb87cf29e24495458b2d2a7d"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-19 06:10.12 ---> saved as "de1655692e854034cf162a64b00a93a792ffc474f1eb7d18afcf88b2e05c0f51"
/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 i386 Packages [76.9 kB]
- Fetched 168 kB in 0s (1033 kB/s)
- Reading package lists...
2025-12-19 06:10.13 ---> saved as "0ab16a2e01aac25abd4ec1b9ff1896d6184573e2234a13b28cec63771f87d4eb"
/home/opam: (run (shell "opam pin add -k version -yn llvm.20-static 20-static"))
llvm is now pinned to version 20-static
2025-12-19 06:10.14 ---> saved as "2b627412b25e04024562b6a51480a0eacbfa1499f4297b1435ac68a824cda10e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall llvm.20-static;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'llvm.20-static' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
llvm.20-static is not installed. Install it? [Y/n] y
* Missing dependency:
- llvm = 20-static -> conf-llvm-static = 20
depends on the unavailable system package 'llvm-20-dev'. Use `--no-depexts' to attempt installation anyway, or it is possible that a depext package name in the opam file is incorrect.
No solution found, exiting
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall llvm.20-static;
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-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'llvm.20-static' && 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-19 06:10.34: Job failed: Failed: Build failed
2025-12-19 06:10.34: Log analysis:
2025-12-19 06:10.34: >>>
No solution found, exiting
(score = 100)
2025-12-19 06:10.34: [SKIP] Package not available