(for PR #29579)
2026-03-21 18:37.03: New job: build conf-findutils.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29579/head (e26ca330660bcb49f8bb8e3d37703d278be8c4bd)
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/29579/head" && git reset --hard e26ca330
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 conf-findutils.1 1
RUN opam reinstall conf-findutils.1; \
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" != 'conf-findutils.1' && 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-21 18:37.03: Using cache hint "ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5-conf-findutils.1-e26ca330660bcb49f8bb8e3d37703d278be8c4bd"
2026-03-21 18:37.03: 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 conf-findutils.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-findutils.1;\
\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\" != 'conf-findutils.1' && 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-21 18:37.03: Waiting for resource in pool OCluster
2026-03-21 18:40.07: Waiting for worker…
2026-03-21 18:41.50: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..e26ca33066
Fast-forward
packages/conf-findutils/conf-findutils.1/opam | 2 ++
packages/conf-m4/conf-m4.1/opam | 1 +
.../conf-mingw-w64-bzip2-x86_64/conf-mingw-w64-bzip2-x86_64.1/opam | 4 ++--
packages/conf-mingw-w64-gcc-x86_64/conf-mingw-w64-gcc-x86_64.1/opam | 4 ++--
packages/conf-mingw-w64-gmp-x86_64/conf-mingw-w64-gmp-x86_64.1/opam | 4 ++--
.../conf-mingw-w64-pkgconf-x86_64.1/opam | 6 +++---
.../conf-mingw-w64-zlib-x86_64/conf-mingw-w64-zlib-x86_64.1/opam | 4 ++--
.../conf-mingw-w64-zstd-x86_64/conf-mingw-w64-zstd-x86_64.1/opam | 4 ++--
packages/conf-perl/conf-perl.2/opam | 1 +
9 files changed, 17 insertions(+), 13 deletions(-)
(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
d09377907434: Waiting
a699cf44908b: Waiting
db4b89a22482: Pulling fs layer
c088e74f1f31: Waiting
f1f17593da04: Pulling fs layer
db4b89a22482: Waiting
7e99e6eaa847: Waiting
bb79fbf72548: Pulling fs layer
f1f17593da04: Waiting
cf69890848e3: Pulling fs layer
bb79fbf72548: Waiting
80e325d6146c: Pulling fs layer
66a526c41d4c: Pulling fs layer
cf69890848e3: Waiting
347d38b311ac: Pulling fs layer
984612fde4c4: Pulling fs layer
80e325d6146c: Waiting
66a526c41d4c: Waiting
0ac0da982daa: Pulling fs layer
347d38b311ac: Waiting
209c9bca9b0e: Pulling fs layer
984612fde4c4: Waiting
3d3356d548ff: Pulling fs layer
0ac0da982daa: Waiting
c072da09f122: Pulling fs layer
209c9bca9b0e: Waiting
4f4fb700ef54: Pulling fs layer
eff3d806a4a8: Pulling fs layer
3d3356d548ff: Waiting
4f4fb700ef54: Waiting
c072da09f122: Waiting
f5c413f5234b: Pulling fs layer
eff3d806a4a8: Waiting
09ddc5430e22: Pulling fs layer
f5c413f5234b: Waiting
2c7c283b1afc: Pulling fs layer
09ddc5430e22: Waiting
4af9a971b585: Pulling fs layer
2c7c283b1afc: Waiting
df8d9be3e30d: Pulling fs layer
5e55ae3325a7: Pulling fs layer
4af9a971b585: Waiting
635cb27b4304: Pulling fs layer
5e55ae3325a7: Waiting
898fbde8ad42: Pulling fs layer
635cb27b4304: Waiting
66c0ffc92413: Pulling fs layer
898fbde8ad42: Waiting
c8cca855638d: Pulling fs layer
45d2501a899c: Pulling fs layer
66c0ffc92413: Waiting
10b0fe6926c2: Pulling fs layer
c8cca855638d: Waiting
45d2501a899c: Waiting
0a1d7b83a687: Pulling fs layer
2c3441915309: Pulling fs layer
10b0fe6926c2: Waiting
3d1a575b1bb0: Pulling fs layer
6e5fa830b59d: Pulling fs layer
3d1a575b1bb0: Waiting
2c3441915309: Waiting
72225f5a6449: Pulling fs layer
76933219c737: Pulling fs layer
6e5fa830b59d: Waiting
72225f5a6449: Waiting
e40a4a6bb223: Pulling fs layer
76933219c737: Waiting
57877bdece39: Pulling fs layer
7f25b65fc90c: Pulling fs layer
57877bdece39: Waiting
e40a4a6bb223: Waiting
83104ccb4b47: Pulling fs layer
7f25b65fc90c: Waiting
448ea50ba83e: Pulling fs layer
83104ccb4b47: Waiting
448ea50ba83e: Waiting
adfc86c1accf: Verifying Checksum
adfc86c1accf: Download complete
2d35ebdb57d9: Verifying Checksum
2d35ebdb57d9: Download complete
2d35ebdb57d9: Pull complete
adfc86c1accf: Pull complete
d09377907434: Verifying Checksum
d09377907434: Download complete
d09377907434: Pull complete
a699cf44908b: Verifying Checksum
a699cf44908b: Download 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
cf69890848e3: Verifying Checksum
cf69890848e3: Download complete
66a526c41d4c: Verifying Checksum
66a526c41d4c: Download complete
80e325d6146c: Verifying Checksum
80e325d6146c: Download complete
347d38b311ac: Download complete
bb79fbf72548: Verifying Checksum
bb79fbf72548: Download complete
984612fde4c4: Verifying Checksum
984612fde4c4: Download complete
0ac0da982daa: Download complete
3d3356d548ff: Verifying Checksum
3d3356d548ff: Download complete
c072da09f122: Download complete
209c9bca9b0e: Verifying Checksum
209c9bca9b0e: Download complete
eff3d806a4a8: Download complete
f5c413f5234b: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
09ddc5430e22: Verifying Checksum
09ddc5430e22: Download complete
2c7c283b1afc: Download complete
4af9a971b585: Verifying Checksum
4af9a971b585: Download complete
5e55ae3325a7: Verifying Checksum
5e55ae3325a7: Download complete
df8d9be3e30d: Download complete
635cb27b4304: Download complete
898fbde8ad42: Download complete
c8cca855638d: Download complete
66c0ffc92413: Download complete
45d2501a899c: Download complete
0a1d7b83a687: Verifying Checksum
0a1d7b83a687: 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
3d1a575b1bb0: Download 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
6e5fa830b59d: Verifying Checksum
6e5fa830b59d: Download complete
72225f5a6449: Download complete
76933219c737: Verifying Checksum
76933219c737: Download complete
e40a4a6bb223: Download complete
2c3441915309: Verifying Checksum
2c3441915309: Download complete
7f25b65fc90c: Verifying Checksum
7f25b65fc90c: Download complete
83104ccb4b47: Verifying Checksum
83104ccb4b47: Download complete
448ea50ba83e: Verifying Checksum
448ea50ba83e: Download complete
57877bdece39: Verifying Checksum
57877bdece39: Download complete
10b0fe6926c2: Verifying Checksum
10b0fe6926c2: Download 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-21 18:45.01 ---> 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-21 18:45.02 ---> saved as "cdd44be3046c0c3895bcb0fc6efe7ad2a0a2b3d0098a67350f869a8e600674a4"
/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-03-21 18:45.27 ---> 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 255
# 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-21 18:45.27 ---> 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-21 18:45.50 ---> saved as "3766253b348bfaf0ec65564776f1efb9a872d41e4a5bd97e63d9889b02385478"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-21 18:45.58 ---> saved as "7509d9c42dea74d50376ba36afa7f263c8f6b8ee136b6a35fd750bc17cf4cbf7"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-21 18:46.16 ---> saved as "9b6e25cc7b541ceff569b20b142f8d1c448bb4742f8fc9d4becbc8c1f66ae537"
/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-3476-gc6f7a871cf6 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-3480-g920669fab9d [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-3467-gae624907cea [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 61070 distinct packages available
2026-03-21 18:46.24 ---> saved as "c4c0b9da41d71fec650ab6d65627437f4a47ec70e5f0e3260ec44f3b64aac6b9"
/home/opam: (run (shell "opam pin add -k version -yn conf-findutils.1 1"))
conf-findutils is now pinned to version 1
2026-03-21 18:46.25 ---> saved as "0b230289111e657e2d78eee076dad05fc36ecf4d692363f3f5eec66db4b41162"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-findutils.1;\
\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\" != 'conf-findutils.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-findutils.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install conf-findutils 1 (pinned)
The following system packages will first need to be installed:
findutils
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apk to install them (may need root/sudo access)
2. Display the recommended apk command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apk" "add" "findutils"
- (1/1) Installing findutils (4.10.0-r0)
- Executing busybox-1.37.0-r20.trigger
- OK: 308 MiB in 104 packages
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-findutils.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-21 18:46.30 ---> saved as "4354c07461af6591f81444974bc990a8f8cba63574e2d0d5aa9f6e396ccba846"
Job succeeded
2026-03-21 18:46.50: Job succeeded