(for PR #29613)
2026-04-04 05:22.57: New job: build conf-perl-ipc-system-simple.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29613/head (5f64e545c42823195503816088208e2d89a257c4)
on centos-9-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:centos-9-ocaml-4.14@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0
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-ipc-system-simple.4 4
RUN opam reinstall conf-perl-ipc-system-simple.4; \
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 "\"centos-9\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-perl-ipc-system-simple.4' && 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:centos-9-ocaml-4.14@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0-conf-perl-ipc-system-simple.4-5f64e545c42823195503816088208e2d89a257c4"
2026-04-04 05:22.57: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0)
(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-ipc-system-simple.4 4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-perl-ipc-system-simple.4;\
\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 \"\\\"centos-9\\\"\"; 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-ipc-system-simple.4' && 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 asteria.caelum.ci.dev
All commits already cached
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:centos-9-ocaml-4.14@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0)
2026-04-04 05:25.46 ---> saved as "770434a802cc96696f36fcf59131ea147ac97af1e098f96b4696fca0a16bec51"
/: (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.46 ---> saved as "279043c02e0effe1f4adf4a3038c2275507c9c543234c2b49819ec429bb723fa"
/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
2026-04-04 05:26.07 ---> saved as "eea61cdbf0e0c9b6c5d5b3287efe53c5ddb13088234af48ab86ff313701dc51e"
/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=centos os-version=9
# 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.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:26.08 ---> saved as "712fd638222f15aaa2ecc32a4867c943569571fe99c7f7870f4dee1a1655581a"
/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:26.21 ---> saved as "77bec0c199534de0a69e1e4e333569a52ab6f4dd4a7919f231794494dcbc9881"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-04 05:26.33 ---> saved as "29750948e391336d9d8e7de3f449f32932236c92c498e604836753a2df51e436"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-04 05:26.52 ---> saved as "45be33b717b2bd86403c0d471731a5c88a7f94dbcef7651f8ebd67f15798e14c"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 104 kB/s | 15 kB 00:00
- CentOS Stream 9 - BaseOS 13 MB/s | 8.9 MB 00:00
- CentOS Stream 9 - AppStream 110 kB/s | 15 kB 00:00
- CentOS Stream 9 - AppStream 13 MB/s | 27 MB 00:02
- CentOS Stream 9 - CRB 107 kB/s | 14 kB 00:00
- CentOS Stream 9 - CRB 11 MB/s | 8.0 MB 00:00
- CentOS Stream 9 - Extras packages 116 kB/s | 16 kB 00:00
- Metadata cache created.
2026-04-04 05:27.07 ---> saved as "e44a2b8f838d0d6345c5bf0271a7a6de917b95ce7d01560b7d04f3a62f17a233"
/home/opam: (run (shell "opam pin add -k version -yn conf-perl-ipc-system-simple.4 4"))
conf-perl-ipc-system-simple is now pinned to version 4
2026-04-04 05:27.07 ---> saved as "c7002e1165e70ccc073dfdc40b4562762f12da179b16a97b9cde201a523bd593"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-perl-ipc-system-simple.4;\
\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 \"\\\"centos-9\\\"\"; 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-ipc-system-simple.4' && 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-ipc-system-simple.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install conf-perl 3 [required by conf-perl-ipc-system-simple]
- install conf-perl-ipc-system-simple 4 (pinned)
The following system packages will first need to be installed:
epel-release perl-IPC-System-Simple perl-Pod-Html
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum 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 "yum" "install" "-y" "epel-release"
- Last metadata expiration check: 0:00:04 ago on Sat Apr 4 05:27:06 2026.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- epel-release noarch 9-7.el9 extras-common 19 k
- Installing weak dependencies:
- dnf-plugins-core noarch 4.3.0-26.el9 baseos 36 k
- epel-next-release noarch 9-7.el9 extras-common 8.1 k
-
- Transaction Summary
- ================================================================================
- Install 3 Packages
-
- Total download size: 62 k
- Installed size: 51 k
- Downloading Packages:
- (1/3): epel-next-release-9-7.el9.noarch.rpm 622 kB/s | 8.1 kB 00:00
- (2/3): epel-release-9-7.el9.noarch.rpm 776 kB/s | 19 kB 00:00
- (3/3): dnf-plugins-core-4.3.0-26.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00
- --------------------------------------------------------------------------------
- Total 200 kB/s | 62 kB 00:00
- CentOS Stream 9 - Extras packages 2.1 MB/s | 2.1 kB 00:00
- Importing GPG key 0x1D997668:
- Userid : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) <security@centos.org>"
- Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668
- From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
- Key imported successfully
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : dnf-plugins-core-4.3.0-26.el9.noarch 1/3
- Installing : epel-next-release-9-7.el9.noarch 2/3
- Installing : epel-release-9-7.el9.noarch 3/3
- Running scriptlet: epel-release-9-7.el9.noarch 3/3
- Many EPEL packages require the CodeReady Builder (CRB) repository.
- It is recommended that you run /usr/bin/crb enable to enable the CRB repository.
-
- Verifying : dnf-plugins-core-4.3.0-26.el9.noarch 1/3
- Verifying : epel-next-release-9-7.el9.noarch 2/3
- Verifying : epel-release-9-7.el9.noarch 3/3
-
- Installed:
- dnf-plugins-core-4.3.0-26.el9.noarch epel-next-release-9-7.el9.noarch
- epel-release-9-7.el9.noarch
-
- Complete!
+ /usr/bin/sudo "yum" "install" "-y" "perl-IPC-System-Simple" "perl-Pod-Html"
- Extra Packages for Enterprise Linux 9 - x86_64 26 MB/s | 20 MB 00:00
- Extra Packages for Enterprise Linux 9 openh264 5.8 kB/s | 2.5 kB 00:00
- Extra Packages for Enterprise Linux 9 - Next - 880 kB/s | 260 kB 00:00
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- perl-IPC-System-Simple noarch 1.30-6.el9 appstream 41 k
- perl-Pod-Html noarch 1.25-483.el9 appstream 26 k
-
- Transaction Summary
- ================================================================================
- Install 2 Packages
-
- Total download size: 67 k
- Installed size: 109 k
- Downloading Packages:
- (1/2): perl-Pod-Html-1.25-483.el9.noarch.rpm 1.5 MB/s | 26 kB 00:00
- (2/2): perl-IPC-System-Simple-1.30-6.el9.noarch 1.8 MB/s | 41 kB 00:00
- --------------------------------------------------------------------------------
- Total 438 kB/s | 67 kB 00:00
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : perl-Pod-Html-1.25-483.el9.noarch 1/2
- Installing : perl-IPC-System-Simple-1.30-6.el9.noarch 2/2
- Verifying : perl-IPC-System-Simple-1.30-6.el9.noarch 1/2
- Verifying : perl-Pod-Html-1.25-483.el9.noarch 2/2
-
- Installed:
- perl-IPC-System-Simple-1.30-6.el9.noarch perl-Pod-Html-1.25-483.el9.noarch
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "epel-release" "perl-IPC-System-Simple" "perl-Pod-Html"
- epel-release-9-7.el9.noarch
- perl-IPC-System-Simple-1.30-6.el9.noarch
- perl-Pod-Html-1.25-483.el9.noarch
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-perl.3
-> installed conf-perl-ipc-system-simple.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-04 05:27.25 ---> saved as "e440208a91074191d472c61eb78f6ea1c51cf9dc4cd5bf7e35608166d47388e9"
Job succeeded
2026-04-04 05:27.36: Job succeeded