Build:
- 0
2025-12-07 21:52.46: New job: build rizzo.0.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29033/head (c6a89df9e2ffa6ebf3e199edbda6b09df3d3b16a)
on centos-9-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/29033/head" && git reset --hard c6a89df9
git fetch origin master
git merge --no-edit 2ab7464b16d46be89975bea0595240dd3fccf608
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-5.4@sha256:05da29f40cef97ac18d376b2fbb41cda427a9c224a987782308347767ff46732
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 rizzo.0.2.0 0.2.0
RUN opam reinstall rizzo.0.2.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-9\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'rizzo.0.2.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 .
2025-12-07 21:52.46: Using cache hint "ocaml/opam:centos-9-ocaml-5.4@sha256:05da29f40cef97ac18d376b2fbb41cda427a9c224a987782308347767ff46732-rizzo.0.2.0-c6a89df9e2ffa6ebf3e199edbda6b09df3d3b16a"
2025-12-07 21:52.46: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:05da29f40cef97ac18d376b2fbb41cda427a9c224a987782308347767ff46732)
(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 rizzo.0.2.0 0.2.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rizzo.0.2.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-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\" != 'rizzo.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-07 21:52.46: Waiting for resource in pool OCluster
2025-12-07 21:52.46: Waiting for worker…
2025-12-07 21:52.47: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 2ab7464b16 Merge pull request #29022 from thatportugueseguy/release-passage-0.3.1
Updating 2ab7464b16..c6a89df9e2
Fast-forward
packages/rizzo/rizzo.0.2.0/opam | 50 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 packages/rizzo/rizzo.0.2.0/opam
(from ocaml/opam:centos-9-ocaml-5.4@sha256:05da29f40cef97ac18d376b2fbb41cda427a9c224a987782308347767ff46732)
2025-12-07 21:54.12 ---> saved as "0c8b05e53575fd127b2ab1a466772cfecdf6327763699f02b0dc83d24b286838"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-07 21:54.12 ---> saved as "8594176af1a08ece5e3b5d5a0278a8977ff39b5668a3b9d44095b8b65acef0f5"
/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
2025-12-07 21:54.39 ---> saved as "9f6e293dd2e57b5d960323fef0f3ab07cb0dd85357a12ec199394c1727271fe2"
/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 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
2025-12-07 21:54.40 ---> saved as "0a460c7d7beffe04f3d41a9ee1da517e7eaf2dae27a0b714405c3b7a946684a5"
/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/"))
2025-12-07 21:54.50 ---> saved as "b15ddf5c1e662700afb21f929d3da3a5f31dbfad914dd052e4e28b29c26fcc39"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-07 21:55.00 ---> saved as "cafd4b5e0a61844aa338d9863e81a7e97d80571bff70657c94b2e00a2e8b5d16"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-07 21:55.16 ---> saved as "a73aa91ff9f51684c7c9fd4540975dd6d7332f4c55ec7f8652a7de5f5a7886a6"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 55 kB/s | 14 kB 00:00
- CentOS Stream 9 - BaseOS 13 MB/s | 8.8 MB 00:00
- CentOS Stream 9 - AppStream 106 kB/s | 15 kB 00:00
- CentOS Stream 9 - AppStream 12 MB/s | 25 MB 00:02
- CentOS Stream 9 - CRB 100 kB/s | 14 kB 00:00
- CentOS Stream 9 - CRB 8.0 MB/s | 7.3 MB 00:00
- CentOS Stream 9 - Extras packages 124 kB/s | 17 kB 00:00
- Metadata cache created.
2025-12-07 21:55.32 ---> saved as "0c802396d345ee96ca11bb528475187216ed93504cc9a67be1f85a7b516d3cff"
/home/opam: (run (shell "opam pin add -k version -yn rizzo.0.2.0 0.2.0"))
rizzo is now pinned to version 0.2.0
2025-12-07 21:55.32 ---> saved as "21b188d76ff7d752971c99a27d620c5e9a29b6f1bbab135b9a516bb630221873"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rizzo.0.2.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-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\" != 'rizzo.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
rizzo.0.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.20.2 [required by rizzo]
- install rizzo 0.2.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2 (cached)
-> retrieved rizzo.0.2.0 (cached)
-> installed dune.3.20.2
-> installed rizzo.0.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-07 21:55.58 ---> saved as "5dfc95834b7abd2725c8954ebc6e534a8c712b66842129a6da4a3071bb1e41f7"
Job succeeded
2025-12-07 21:56.05: Job succeeded