(for PR #29613)
2026-04-04 05:22.57: New job: build conf-perl.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29613/head (5f64e545c42823195503816088208e2d89a257c4)
on debian-testing-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/29613/head" && git reset --hard 5f64e545
git fetch origin master
git merge --no-edit d28e8bf13a73691f040f863e87466580aa116aff
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:b9f6c551b068c0d4f9dfa0865d105333ac55a6637bcde763c336c1a87291cfaf
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-perl.3 3
RUN opam reinstall conf-perl.3; \
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-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-perl.3' && 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-04-04 05:22.57: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:b9f6c551b068c0d4f9dfa0865d105333ac55a6637bcde763c336c1a87291cfaf-conf-perl.3-5f64e545c42823195503816088208e2d89a257c4"
2026-04-04 05:22.57: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:b9f6c551b068c0d4f9dfa0865d105333ac55a6637bcde763c336c1a87291cfaf)
(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-perl.3 3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-perl.3;\
\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-testing\\\"\"; 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-perl.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-04 05:22.57: Waiting for resource in pool OCluster
2026-04-04 05:23.00: Waiting for worker…
2026-04-04 05:23.02: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files: 99% (18595/18615)
Updating files: 100% (18615/18615)
Updating files: 100% (18615/18615), done.
HEAD is now at d28e8bf13a Merge pull request #29642 from talex5/release-lwt_eio-v0.6
Updating d28e8bf13a..5f64e545c4
Fast-forward
.../conf-perl-ipc-system-simple.4/opam | 39 ++++++++++
.../conf-perl-string-shellquote.4/opam | 36 +++++++++
packages/conf-perl/conf-perl.3/opam | 91 ++++++++++++++++++++++
3 files changed, 166 insertions(+)
create mode 100644 packages/conf-perl-ipc-system-simple/conf-perl-ipc-system-simple.4/opam
create mode 100644 packages/conf-perl-string-shellquote/conf-perl-string-shellquote.4/opam
create mode 100644 packages/conf-perl/conf-perl.3/opam
(from ocaml/opam:debian-testing-ocaml-4.14@sha256:b9f6c551b068c0d4f9dfa0865d105333ac55a6637bcde763c336c1a87291cfaf)
2026-04-04 05:25.09 ---> saved as "a11a1ef33147dfcbf9e4253a5ed79defa3d438848c5cde9521540bfe188e0d58"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-04 05:25.10 ---> saved as "df085edb25e31c7bf560c8005e680ac0301d4ef643c3bc02b13d9ef2d1ddd1a3"
/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-04 05:25.39 ---> saved as "738f112663faabb25bd0fd0c7f1f3414c0bf5f9ce1d42962e7126a7e0aeb54bb"
/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=unknown
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-04-04 05:25.40 ---> saved as "3e43ff77e1dd1219479e9775d3d5c951a7fc3ff3e28be45e870f68f8467d265c"
/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-04-04 05:25.53 ---> saved as "56d5541d713c5f7089b6e1160d91b09181654743d87588653587442aca27ef54"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-04 05:26.27 ---> saved as "cab39784b1143e48fc26b404d213d632890e33f1b702a9c71a0026372b0ba26f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-04 05:26.52 ---> saved as "331fb54a96c828c0f77be771492da757e7b87fb8bd262734d23b842d759f4b4a"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [137 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [40.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-04-0200.06-F-2026-03-28-0800.33.pdiff [970 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-04-04-0200.06-F-2026-03-28-0800.33.pdiff [970 kB]
- Fetched 1255 kB in 2s (503 kB/s)
- Reading package lists...
-
2026-04-04 05:26.56 ---> saved as "5070ee4f941e6d88eab9f6050b98785d7b084e1a97b34d9d0b5693533fca6b81"
/home/opam: (run (shell "opam pin add -k version -yn conf-perl.3 3"))
conf-perl is now pinned to version 3
2026-04-04 05:26.57 ---> saved as "d4dd7a9a4abd219dc39df50a32ea8dd36da1bfd614906317ec0ad539c4c67918"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-perl.3;\
\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-testing\\\"\"; 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-perl.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-perl.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install conf-perl 3 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-perl.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-04 05:27.01 ---> saved as "546f80bfe4a221f3d4a1bacb98c649a8ec62863f775264f8437f420a863486c2"
Job succeeded
2026-04-04 05:27.25: Job succeeded