(for PR #29584)
2026-03-23 00:43.53: New job: build parseff.0.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29584/head (595712343396d3d8997173a5fb94cdf369b62c00)
on centos-10-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/29584/head" && git reset --hard 59571234
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:ea343a5768573236a736207f66f2c6df4b6a5d754a2e36c488940d0e99f50734
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 parseff.0.3.0 0.3.0
RUN opam reinstall parseff.0.3.0; \
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-10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'parseff.0.3.0' && 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:43.53: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:ea343a5768573236a736207f66f2c6df4b6a5d754a2e36c488940d0e99f50734-parseff.0.3.0-595712343396d3d8997173a5fb94cdf369b62c00"
2026-03-23 00:43.53: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:ea343a5768573236a736207f66f2c6df4b6a5d754a2e36c488940d0e99f50734)
(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 parseff.0.3.0 0.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall parseff.0.3.0;\
\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-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'parseff.0.3.0' && 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:43.53: Waiting for resource in pool OCluster
2026-03-23 00:43.53: Waiting for worker…
2026-03-23 00:43.54: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..5957123433
Fast-forward
packages/parseff/parseff.0.3.0/opam | 50 +++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 packages/parseff/parseff.0.3.0/opam
(from ocaml/opam:centos-10-ocaml-5.4@sha256:ea343a5768573236a736207f66f2c6df4b6a5d754a2e36c488940d0e99f50734)
2026-03-23 00:45.32 ---> saved as "b1228baef98f703b1634d99d62022702861dcc8453059cccb798d98c876aa7b6"
/: (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 00:45.32 ---> saved as "6c55a4a8e26e160052c0b624a6d5ca9e31b8bf50cd4fc1574f223cec9e5aa074"
/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-23 00:45.58 ---> saved as "72c2b09ece6ade44e6a921127fa02cd9570eeae488726fbbd022939f9861fa61"
/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=10
# 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 00:45.59 ---> saved as "0c865170774e769ae04e932d146baf8fad90fdf12e56d8a4ca52942ecc7bb4ba"
/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 00:46.16 ---> saved as "efd6b47ec0af31b0289c53419e8e95fac271e9a9de4e5297e32f19b35014c487"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 00:46.49 ---> saved as "e3053b7cf17ca8a37488de79a8a71a2086c1a3625bf0066e955cd59461d10106"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 00:47.14 ---> saved as "fb6c4463e4338ed791e9ef72ad5410b0126cd5be769ed05b4aa0ecc577aeb669"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS 102 kB/s | 15 kB 00:00
- CentOS Stream 10 - BaseOS 1.5 MB/s | 6.9 MB 00:04
- CentOS Stream 10 - AppStream 77 kB/s | 16 kB 00:00
- CentOS Stream 10 - AppStream 6.2 MB/s | 3.6 MB 00:00
- CentOS Stream 10 - CRB 116 kB/s | 15 kB 00:00
- CentOS Stream 10 - CRB 2.7 MB/s | 831 kB 00:00
- CentOS Stream 10 - Extras packages 136 kB/s | 17 kB 00:00
- Metadata cache created.
2026-03-23 00:47.24 ---> saved as "5dbbddf1ea7a8508789844ccc6e925df4e61ae8920136c3dfd6294f260e370d1"
/home/opam: (run (shell "opam pin add -k version -yn parseff.0.3.0 0.3.0"))
parseff is now pinned to version 0.3.0
2026-03-23 00:47.25 ---> saved as "9b4bfda5f04126b6d4bb200027203778cfc7ed9efce11dca8ebe8b3731c4dcbd"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall parseff.0.3.0;\
\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-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'parseff.0.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
parseff.0.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install dune 3.22.0 [required by parseff]
- install ocamlbuild 0.16.1 [required by uucp]
- install ocamlfind 1.9.8 [required by uucp]
- install parseff 0.3.0 (pinned)
- install re 1.14.0 [required by parseff]
- install topkg 1.1.1 [required by uucp]
- install uucp 17.0.0 [required by parseff]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved parseff.0.3.0 (https://github.com/davesnx/parseff/releases/download/0.3.0/parseff-0.3.0.tbz)
-> retrieved re.1.14.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uucp.17.0.0 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.22.0
-> installed re.1.14.0
-> installed uucp.17.0.0
-> installed parseff.0.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 00:48.25 ---> saved as "1e74b13d3491a6f4c6e0553e3a87ed530359418a66eada55750ecfb260f43836"
Job succeeded
2026-03-23 00:48.36: Job succeeded