- github
- ocaml
- opam-repository
- 9346fc
- distributions,alpine-3.22-ocaml-5.4,ocaml-variants.5.2.0+msvc
(not at the head of any monitored branch or PR)
2026-03-23 00:44.01: New job: build ocaml-variants.5.2.0+msvc, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
on alpine-3.22-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/29582/head" && git reset --hard 9346fc96
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5
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 ocaml-variants.5.2.0+msvc 5.2.0+msvc
RUN opam reinstall --update-invariant ocaml-variants.5.2.0+msvc; \
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 "\"alpine-3.22\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocaml-variants.5.2.0+msvc' && 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-03-23 00:44.01: Using cache hint "ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5-ocaml-variants.5.2.0+msvc-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.01: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)
(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 ocaml-variants.5.2.0+msvc 5.2.0+msvc"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-variants.5.2.0+msvc;\
\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 \"\\\"alpine-3.22\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-variants.5.2.0+msvc' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-23 00:44.01: Waiting for resource in pool OCluster
2026-03-23 00:59.40: Waiting for worker…
2026-03-23 01:04.06: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 77% (14285/18510)
Updating files: 78% (14438/18510)
Updating files: 79% (14623/18510)
Updating files: 80% (14808/18510)
Updating files: 81% (14994/18510)
Updating files: 82% (15179/18510)
Updating files: 83% (15364/18510)
Updating files: 84% (15549/18510)
Updating files: 85% (15734/18510)
Updating files: 86% (15919/18510)
Updating files: 87% (16104/18510)
Updating files: 88% (16289/18510)
Updating files: 89% (16474/18510)
Updating files: 90% (16659/18510)
Updating files: 91% (16845/18510)
Updating files: 92% (17030/18510)
Updating files: 93% (17215/18510)
Updating files: 94% (17400/18510)
Updating files: 95% (17585/18510)
Updating files: 96% (17770/18510)
Updating files: 97% (17955/18510)
Updating files: 98% (18140/18510)
Updating files: 99% (18325/18510)
Updating files: 100% (18510/18510)
Updating files: 100% (18510/18510), done.
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..9346fc968d
Fast-forward
Auto packing the repository in the background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
packages/ocaml-compiler/ocaml-compiler.5.3.0/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.3/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.5/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.6/opam | 2 ++
packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam | 13 +++++++++++++
packages/ocaml-options-vanilla/ocaml-options-vanilla.1/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam | 2 ++
15 files changed, 40 insertions(+)
create mode 100644 packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam
(from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5' locally
docker.io/ocaml/opam@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5: Pulling from ocaml/opam
2d35ebdb57d9: Pulling fs layer
adfc86c1accf: Pulling fs layer
d09377907434: Pulling fs layer
a699cf44908b: Pulling fs layer
c088e74f1f31: Pulling fs layer
7e99e6eaa847: Pulling fs layer
db4b89a22482: Pulling fs layer
f1f17593da04: Pulling fs layer
bb79fbf72548: Pulling fs layer
cf69890848e3: Pulling fs layer
80e325d6146c: Pulling fs layer
a699cf44908b: Waiting
66a526c41d4c: Pulling fs layer
347d38b311ac: Pulling fs layer
7e99e6eaa847: Waiting
c088e74f1f31: Waiting
984612fde4c4: Pulling fs layer
0ac0da982daa: Pulling fs layer
db4b89a22482: Waiting
f1f17593da04: Waiting
bb79fbf72548: Waiting
209c9bca9b0e: Pulling fs layer
80e325d6146c: Waiting
3d3356d548ff: Pulling fs layer
66a526c41d4c: Waiting
c072da09f122: Pulling fs layer
cf69890848e3: Waiting
0ac0da982daa: Waiting
4f4fb700ef54: Pulling fs layer
209c9bca9b0e: Waiting
eff3d806a4a8: Pulling fs layer
c072da09f122: Waiting
4f4fb700ef54: Waiting
f5c413f5234b: Pulling fs layer
eff3d806a4a8: Waiting
09ddc5430e22: Pulling fs layer
2c7c283b1afc: Pulling fs layer
4af9a971b585: Pulling fs layer
f5c413f5234b: Waiting
09ddc5430e22: Waiting
df8d9be3e30d: Pulling fs layer
2c7c283b1afc: Waiting
4af9a971b585: Waiting
5e55ae3325a7: Pulling fs layer
df8d9be3e30d: Waiting
635cb27b4304: Pulling fs layer
898fbde8ad42: Pulling fs layer
66c0ffc92413: Pulling fs layer
635cb27b4304: Waiting
5e55ae3325a7: Waiting
c8cca855638d: Pulling fs layer
898fbde8ad42: Waiting
66c0ffc92413: Waiting
45d2501a899c: Pulling fs layer
c8cca855638d: Waiting
10b0fe6926c2: Pulling fs layer
0a1d7b83a687: Pulling fs layer
10b0fe6926c2: Waiting
2c3441915309: Pulling fs layer
3d1a575b1bb0: Pulling fs layer
6e5fa830b59d: Pulling fs layer
0a1d7b83a687: Waiting
72225f5a6449: Pulling fs layer
2c3441915309: Waiting
76933219c737: Pulling fs layer
6e5fa830b59d: Waiting
3d1a575b1bb0: Waiting
e40a4a6bb223: Pulling fs layer
57877bdece39: Pulling fs layer
7f25b65fc90c: Pulling fs layer
57877bdece39: Waiting
83104ccb4b47: Pulling fs layer
448ea50ba83e: Pulling fs layer
83104ccb4b47: Waiting
448ea50ba83e: Waiting
2d35ebdb57d9: Verifying Checksum
2d35ebdb57d9: Download complete
d09377907434: Verifying Checksum
d09377907434: Download complete
adfc86c1accf: Verifying Checksum
adfc86c1accf: Download complete
2d35ebdb57d9: Pull complete
adfc86c1accf: Pull complete
d09377907434: Pull complete
c088e74f1f31: Verifying Checksum
c088e74f1f31: Download complete
db4b89a22482: Verifying Checksum
db4b89a22482: Download complete
7e99e6eaa847: Verifying Checksum
7e99e6eaa847: Download complete
f1f17593da04: Verifying Checksum
f1f17593da04: Download complete
a699cf44908b: Verifying Checksum
a699cf44908b: Download complete
bb79fbf72548: Download complete
cf69890848e3: Verifying Checksum
cf69890848e3: Download complete
80e325d6146c: Verifying Checksum
80e325d6146c: Download complete
66a526c41d4c: Download complete
347d38b311ac: Verifying Checksum
347d38b311ac: Download complete
0ac0da982daa: Verifying Checksum
0ac0da982daa: Download complete
984612fde4c4: Verifying Checksum
984612fde4c4: Download complete
209c9bca9b0e: Download complete
3d3356d548ff: Verifying Checksum
3d3356d548ff: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
c072da09f122: Download complete
eff3d806a4a8: Verifying Checksum
eff3d806a4a8: Download complete
f5c413f5234b: Verifying Checksum
f5c413f5234b: Download complete
09ddc5430e22: Verifying Checksum
09ddc5430e22: Download complete
2c7c283b1afc: Verifying Checksum
2c7c283b1afc: Download complete
4af9a971b585: Verifying Checksum
4af9a971b585: Download complete
df8d9be3e30d: Verifying Checksum
df8d9be3e30d: Download complete
635cb27b4304: Verifying Checksum
635cb27b4304: Download complete
5e55ae3325a7: Verifying Checksum
5e55ae3325a7: Download complete
898fbde8ad42: Verifying Checksum
898fbde8ad42: Download complete
66c0ffc92413: Verifying Checksum
66c0ffc92413: Download complete
c8cca855638d: Verifying Checksum
c8cca855638d: Download complete
45d2501a899c: Verifying Checksum
45d2501a899c: Download complete
0a1d7b83a687: Verifying Checksum
0a1d7b83a687: Download complete
3d1a575b1bb0: Verifying Checksum
3d1a575b1bb0: Download complete
6e5fa830b59d: Verifying Checksum
6e5fa830b59d: Download complete
72225f5a6449: Verifying Checksum
72225f5a6449: Download complete
76933219c737: Download complete
e40a4a6bb223: Download complete
57877bdece39: Verifying Checksum
57877bdece39: Download complete
7f25b65fc90c: Verifying Checksum
7f25b65fc90c: Download complete
83104ccb4b47: Verifying Checksum
83104ccb4b47: Download complete
448ea50ba83e: Download complete
10b0fe6926c2: Verifying Checksum
10b0fe6926c2: Download complete
2c3441915309: Verifying Checksum
2c3441915309: Download complete
a699cf44908b: Pull complete
c088e74f1f31: Pull complete
7e99e6eaa847: Pull complete
db4b89a22482: Pull complete
f1f17593da04: Pull complete
bb79fbf72548: Pull complete
cf69890848e3: Pull complete
80e325d6146c: Pull complete
66a526c41d4c: Pull complete
347d38b311ac: Pull complete
984612fde4c4: Pull complete
0ac0da982daa: Pull complete
209c9bca9b0e: Pull complete
3d3356d548ff: Pull complete
c072da09f122: Pull complete
4f4fb700ef54: Pull complete
eff3d806a4a8: Pull complete
f5c413f5234b: Pull complete
09ddc5430e22: Pull complete
2c7c283b1afc: Pull complete
4af9a971b585: Pull complete
df8d9be3e30d: Pull complete
5e55ae3325a7: Pull complete
635cb27b4304: Pull complete
898fbde8ad42: Pull complete
66c0ffc92413: Pull complete
c8cca855638d: Pull complete
45d2501a899c: Pull complete
10b0fe6926c2: Pull complete
0a1d7b83a687: Pull complete
2c3441915309: Pull complete
3d1a575b1bb0: Pull complete
6e5fa830b59d: Pull complete
72225f5a6449: Pull complete
76933219c737: Pull complete
e40a4a6bb223: Pull complete
57877bdece39: Pull complete
7f25b65fc90c: Pull complete
83104ccb4b47: Pull complete
448ea50ba83e: Pull complete
Digest: sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5
Status: Downloaded newer image for ocaml/opam@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5
2026-03-23 01:06.09 ---> saved as "8e7368a35b514e2f693b7ef97549c85525e506baecfd9cb71dfa7c1285b9bf9e"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-23 01:06.10 ---> saved as "cdd44be3046c0c3895bcb0fc6efe7ad2a0a2b3d0098a67350f869a8e600674a4"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-23 01:06.55 ---> saved as "0817830b48691f937e4762a0671cd0cf2cf13868c493630137766819531dfc2b"
/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=alpine os-version=3.22.2
# 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
2026-03-23 01:06.56 ---> saved as "4770ed52dbf49d68e5999d3c61ce4e969167174a40f78628953acc739b67e8d5"
/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-03-23 01:07.05 ---> saved as "3766253b348bfaf0ec65564776f1efb9a872d41e4a5bd97e63d9889b02385478"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 01:07.16 ---> saved as "deea55d86343ba04ee09d4222d3808c9644439c11208e25c95ecedb735c07613"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 01:07.43 ---> saved as "c1033301ddb7fad914a6daacca4ede029e259e373b2cf2c337167cbd60d3fbae"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.3-75-ged08c5a4e85 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.3-76-g2f42617de4f [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20260127-3550-g3349c959868 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-3550-g3349c959868 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-3545-g55495afc786 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 61067 distinct packages available
2026-03-23 01:07.50 ---> saved as "bfa3fe3f2b408c592e5944d5fbd61364317c089a93614db0af5e9ebe25e2a247"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-variants.5.2.0+msvc 5.2.0+msvc"))
ocaml-variants is now pinned to version 5.2.0+msvc
2026-03-23 01:07.52 ---> saved as "73f4365ca4fdc07e2b34110f06992eb9faced3e459177e792f13fa0fd96ac0a2"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-variants.5.2.0+msvc;\
\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 \"\\\"alpine-3.22\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-variants.5.2.0+msvc' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-variants.5.2.0+msvc is not installed. Install it? [Y/n] y
* Missing dependency:
- ocaml-variants = 5.2.0+msvc -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall --update-invariant ocaml-variants.5.2.0+msvc;
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 "\"alpine-3.22\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'ocaml-variants.5.2.0+msvc' && 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
2026-03-23 01:08.20: Job failed: Failed: Build failed
2026-03-23 01:08.20: Log analysis:
2026-03-23 01:08.20: >>>
No solution found, exiting
(score = 100)
2026-03-23 01:08.20: [SKIP] Package not available