- github
- ocaml
- opam-repository
- 19c70f
- distributions,centos-10-ocaml-5.4,ordering.3.22.0~alpha2
(not at the head of any monitored branch or PR)
2026-03-16 18:48.15: New job: build ordering.3.22.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29547/head (19c70fd6a788b154ec5e9fe26bca1d12fb2519be)
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/29547/head" && git reset --hard 19c70fd6
git fetch origin master
git merge --no-edit 4f056bfedf536e66065c3783e694e6aa0b38261a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:e1031ac6b12c4d5b426060c67eb29e6b0e97434cbe38497bfa8e6c8689779a15
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 ordering.3.22.0~alpha2 3.22.0~alpha2
RUN opam reinstall ordering.3.22.0~alpha2; \
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" != 'ordering.3.22.0~alpha2' && 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-16 18:48.15: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:e1031ac6b12c4d5b426060c67eb29e6b0e97434cbe38497bfa8e6c8689779a15-ordering.3.22.0~alpha2-19c70fd6a788b154ec5e9fe26bca1d12fb2519be"
2026-03-16 18:48.15: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:e1031ac6b12c4d5b426060c67eb29e6b0e97434cbe38497bfa8e6c8689779a15)
(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 ordering.3.22.0~alpha2 3.22.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ordering.3.22.0~alpha2;\
\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\" != 'ordering.3.22.0~alpha2' && 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-16 18:48.15: Waiting for resource in pool OCluster
2026-03-16 18:53.52: Waiting for worker…
2026-03-16 18:55.45: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 4f056bfedf Merge pull request #29543 from Zaneham/add-olint-0.1.0
Updating 4f056bfedf..19c70fd6a7
Fast-forward
.../chrome-trace/chrome-trace.3.22.0~alpha2/opam | 39 +++++++++++
.../dune-action-plugin.3.22.0~alpha2/opam | 52 +++++++++++++++
.../dune-action-trace.3.22.0~alpha2/opam | 39 +++++++++++
.../dune-build-info.3.22.0~alpha2/opam | 45 +++++++++++++
.../dune-configurator.3.22.0~alpha2/opam | 49 ++++++++++++++
packages/dune-glob/dune-glob.3.22.0~alpha2/opam | 42 ++++++++++++
.../dune-private-libs.3.22.0~alpha2/opam | 50 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha2/opam | 41 ++++++++++++
packages/dune-rpc/dune-rpc.3.22.0~alpha2/opam | 44 +++++++++++++
packages/dune-site/dune-site.3.22.0~alpha2/opam | 37 +++++++++++
packages/dune/dune.3.22.0~alpha2/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.22.0~alpha2/opam | 40 ++++++++++++
packages/fs-io/fs-io.3.22.0~alpha2/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha2/opam | 43 +++++++++++++
packages/ordering/ordering.3.22.0~alpha2/opam | 38 +++++++++++
packages/stdune/stdune.3.22.0~alpha2/opam | 46 +++++++++++++
.../top-closure/top-closure.3.22.0~alpha2/opam | 38 +++++++++++
packages/xdg/xdg.3.22.0~alpha2/opam | 39 +++++++++++
18 files changed, 796 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha2/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha2/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha2/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha2/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha2/opam
create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha2/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha2/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha2/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha2/opam
create mode 100644 packages/dune-site/dune-site.3.22.0~alpha2/opam
create mode 100644 packages/dune/dune.3.22.0~alpha2/opam
create mode 100644 packages/dyn/dyn.3.22.0~alpha2/opam
create mode 100644 packages/fs-io/fs-io.3.22.0~alpha2/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha2/opam
create mode 100644 packages/ordering/ordering.3.22.0~alpha2/opam
create mode 100644 packages/stdune/stdune.3.22.0~alpha2/opam
create mode 100644 packages/top-closure/top-closure.3.22.0~alpha2/opam
create mode 100644 packages/xdg/xdg.3.22.0~alpha2/opam
(from ocaml/opam:centos-10-ocaml-5.4@sha256:e1031ac6b12c4d5b426060c67eb29e6b0e97434cbe38497bfa8e6c8689779a15)
Unable to find image 'ocaml/opam:centos-10-ocaml-5.4@sha256:e1031ac6b12c4d5b426060c67eb29e6b0e97434cbe38497bfa8e6c8689779a15' locally
docker.io/ocaml/opam@sha256:e1031ac6b12c4d5b426060c67eb29e6b0e97434cbe38497bfa8e6c8689779a15: Pulling from ocaml/opam
97b79eb8fa95: Pulling fs layer
e31310ef7114: Pulling fs layer
fd8b2b37aee5: Pulling fs layer
9e3d0d688055: Pulling fs layer
ebfeac7f7bd2: Pulling fs layer
6dbc2b907a89: Pulling fs layer
9e3d0d688055: Waiting
0a85e30aaa62: Pulling fs layer
ebfeac7f7bd2: Waiting
2bc8d0a54476: Pulling fs layer
9195204d2326: Pulling fs layer
0a85e30aaa62: Waiting
323bd729436a: Pulling fs layer
6dbc2b907a89: Waiting
2bc8d0a54476: Waiting
67be5f2bc0ea: Pulling fs layer
8db1edd20e86: Pulling fs layer
323bd729436a: Waiting
2bf87c73f6ac: Pulling fs layer
67be5f2bc0ea: Waiting
8604f51e660c: Pulling fs layer
8db1edd20e86: Waiting
2bf87c73f6ac: Waiting
367d7987bc7f: Pulling fs layer
8604f51e660c: Waiting
2bab319d11f6: Pulling fs layer
df36a48854b3: Pulling fs layer
c7fba171a877: Pulling fs layer
2bab319d11f6: Waiting
df36a48854b3: Waiting
c7fba171a877: Waiting
d99080e04ba7: Pulling fs layer
fbd952771b8f: Pulling fs layer
819edff45b90: Pulling fs layer
5a36e468a418: Pulling fs layer
d99080e04ba7: Waiting
fbd952771b8f: Waiting
4f4fb700ef54: Pulling fs layer
53892100feb1: Pulling fs layer
852f0c6085b2: Pulling fs layer
4f4fb700ef54: Waiting
5a36e468a418: Waiting
b838a3ce5e2e: Pulling fs layer
53892100feb1: Waiting
852f0c6085b2: Waiting
739b0c6a28ae: Pulling fs layer
124cafdb2ba2: Pulling fs layer
b838a3ce5e2e: Waiting
bb49c3a9051d: Pulling fs layer
74987e850ccd: Pulling fs layer
124cafdb2ba2: Waiting
739b0c6a28ae: Waiting
bb49c3a9051d: Waiting
df9514d52185: Pulling fs layer
431f0d63cce2: Pulling fs layer
74987e850ccd: Waiting
df9514d52185: Waiting
ef9ac7fc48a6: Pulling fs layer
208e64065aa1: Pulling fs layer
431f0d63cce2: Waiting
3b6a8e0999d5: Pulling fs layer
ef9ac7fc48a6: Waiting
208e64065aa1: Waiting
e81a37675653: Pulling fs layer
c17aa0120d1f: Pulling fs layer
a22d2c8e562c: Pulling fs layer
e81a37675653: Waiting
368a972ee170: Pulling fs layer
8439eb730d5c: Pulling fs layer
c17aa0120d1f: Waiting
a22d2c8e562c: Waiting
5081d25bae50: Pulling fs layer
60e73724496d: Pulling fs layer
e0f621e39245: Pulling fs layer
5081d25bae50: Waiting
60e73724496d: Waiting
8439eb730d5c: Waiting
133c6c7e5905: Pulling fs layer
e0f621e39245: Waiting
e2e131545b85: Pulling fs layer
83dee686cead: Pulling fs layer
133c6c7e5905: Waiting
e2e131545b85: Waiting
e31310ef7114: Verifying Checksum
e31310ef7114: Download complete
fd8b2b37aee5: Verifying Checksum
fd8b2b37aee5: Download complete
ebfeac7f7bd2: Verifying Checksum
ebfeac7f7bd2: Download complete
6dbc2b907a89: Verifying Checksum
6dbc2b907a89: Download complete
0a85e30aaa62: Verifying Checksum
0a85e30aaa62: Download complete
97b79eb8fa95: Verifying Checksum
97b79eb8fa95: Download complete
9195204d2326: Verifying Checksum
9195204d2326: Download complete
2bc8d0a54476: Verifying Checksum
2bc8d0a54476: Download complete
323bd729436a: Verifying Checksum
323bd729436a: Download complete
8db1edd20e86: Verifying Checksum
8db1edd20e86: Download complete
67be5f2bc0ea: Verifying Checksum
67be5f2bc0ea: Download complete
2bf87c73f6ac: Verifying Checksum
2bf87c73f6ac: Download complete
8604f51e660c: Verifying Checksum
8604f51e660c: Download complete
2bab319d11f6: Download complete
367d7987bc7f: Verifying Checksum
367d7987bc7f: Download complete
df36a48854b3: Download complete
c7fba171a877: Verifying Checksum
c7fba171a877: Download complete
d99080e04ba7: Verifying Checksum
d99080e04ba7: Download complete
fbd952771b8f: Download complete
819edff45b90: Download complete
9e3d0d688055: Verifying Checksum
9e3d0d688055: Download complete
5a36e468a418: Verifying Checksum
5a36e468a418: Download complete
4f4fb700ef54: Download complete
53892100feb1: Verifying Checksum
53892100feb1: Download complete
852f0c6085b2: Verifying Checksum
852f0c6085b2: Download complete
b838a3ce5e2e: Download complete
739b0c6a28ae: Verifying Checksum
739b0c6a28ae: Download complete
124cafdb2ba2: Verifying Checksum
124cafdb2ba2: Download complete
bb49c3a9051d: Download complete
74987e850ccd: Verifying Checksum
74987e850ccd: Download complete
df9514d52185: Verifying Checksum
df9514d52185: Download complete
431f0d63cce2: Verifying Checksum
431f0d63cce2: Download complete
ef9ac7fc48a6: Verifying Checksum
ef9ac7fc48a6: Download complete
208e64065aa1: Download complete
3b6a8e0999d5: Verifying Checksum
3b6a8e0999d5: Download complete
c17aa0120d1f: Verifying Checksum
c17aa0120d1f: Download complete
368a972ee170: Verifying Checksum
368a972ee170: Download complete
8439eb730d5c: Download complete
97b79eb8fa95: Pull complete
e31310ef7114: Pull complete
fd8b2b37aee5: Pull complete
5081d25bae50: Download complete
60e73724496d: Verifying Checksum
60e73724496d: Download complete
e81a37675653: Verifying Checksum
e81a37675653: Download complete
133c6c7e5905: Download complete
a22d2c8e562c: Verifying Checksum
a22d2c8e562c: Download complete
e2e131545b85: Download complete
83dee686cead: Download complete
e0f621e39245: Verifying Checksum
e0f621e39245: Download complete
9e3d0d688055: Pull complete
ebfeac7f7bd2: Pull complete
6dbc2b907a89: Pull complete
0a85e30aaa62: Pull complete
2bc8d0a54476: Pull complete
9195204d2326: Pull complete
323bd729436a: Pull complete
67be5f2bc0ea: Pull complete
8db1edd20e86: Pull complete
2bf87c73f6ac: Pull complete
8604f51e660c: Pull complete
367d7987bc7f: Pull complete
2bab319d11f6: Pull complete
df36a48854b3: Pull complete
c7fba171a877: Pull complete
d99080e04ba7: Pull complete
fbd952771b8f: Pull complete
819edff45b90: Pull complete
5a36e468a418: Pull complete
4f4fb700ef54: Pull complete
53892100feb1: Pull complete
852f0c6085b2: Pull complete
b838a3ce5e2e: Pull complete
739b0c6a28ae: Pull complete
124cafdb2ba2: Pull complete
bb49c3a9051d: Pull complete
74987e850ccd: Pull complete
df9514d52185: Pull complete
431f0d63cce2: Pull complete
ef9ac7fc48a6: Pull complete
208e64065aa1: Pull complete
3b6a8e0999d5: Pull complete
e81a37675653: Pull complete
c17aa0120d1f: Pull complete
a22d2c8e562c: Pull complete
368a972ee170: Pull complete
8439eb730d5c: Pull complete
5081d25bae50: Pull complete
60e73724496d: Pull complete
e0f621e39245: Pull complete
133c6c7e5905: Pull complete
e2e131545b85: Pull complete
83dee686cead: Pull complete
Digest: sha256:e1031ac6b12c4d5b426060c67eb29e6b0e97434cbe38497bfa8e6c8689779a15
Status: Downloaded newer image for ocaml/opam@sha256:e1031ac6b12c4d5b426060c67eb29e6b0e97434cbe38497bfa8e6c8689779a15
2026-03-16 18:57.29 ---> saved as "8aebcfaffd1079712be0fe9966c0fcd96a251f01de55cdf5351aa9ca6f458d98"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-16 18:57.30 ---> saved as "e621e0d4752d6433f272aebef498c1c4e0c73d254835677cd2d085c429f11d05"
/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.
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-16 18:57.52 ---> saved as "4dd06184ef06e74b5d2357ad3e657ef09c0377c6a91257e6a19b97dcf7edcdff"
/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-16 18:57.53 ---> saved as "a1380390ede144c19d4c3de446d94876dd088c6c7ebe86e2e239b77c066e3742"
/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-16 18:58.03 ---> saved as "d8f5bd57316e8873c11f9fb7a1dec49c01052529c90394a4aaacfcfdd49bc568"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-16 18:58.11 ---> saved as "95041615411502f70c367f2a273979b6135d3dddad137646ae3526329e52e089"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-16 18:58.27 ---> saved as "845f9c59ee3976c40a3c894c733db471a91c58020faa711bd8250e0dea003274"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS 118 kB/s | 15 kB 00:00
- CentOS Stream 10 - BaseOS 9.6 MB/s | 6.9 MB 00:00
- CentOS Stream 10 - AppStream 130 kB/s | 16 kB 00:00
- CentOS Stream 10 - AppStream 8.6 MB/s | 3.6 MB 00:00
- CentOS Stream 10 - CRB 75 kB/s | 15 kB 00:00
- CentOS Stream 10 - CRB 3.0 MB/s | 831 kB 00:00
- CentOS Stream 10 - Extras packages 135 kB/s | 17 kB 00:00
- CentOS Stream 10 - Extras packages 60 kB/s | 9.9 kB 00:00
- Metadata cache created.
2026-03-16 18:58.33 ---> saved as "776635dba7200f69659294dc6bfd49e52bf6bb965454c775eaf4c15dd02890d1"
/home/opam: (run (shell "opam pin add -k version -yn ordering.3.22.0~alpha2 3.22.0~alpha2"))
ordering is now pinned to version 3.22.0~alpha2
2026-03-16 18:58.34 ---> saved as "7e1cec03ab3c964cd46c213560a4d778eb658cea7f7d666e9b9a13fbe5b1a10b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ordering.3.22.0~alpha2;\
\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\" != 'ordering.3.22.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ordering.3.22.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.22.0~alpha2 [required by ordering]
- install ordering 3.22.0~alpha2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0~alpha2, ordering.3.22.0~alpha2 (cached)
-> installed dune.3.22.0~alpha2
-> installed ordering.3.22.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-16 18:59.10 ---> saved as "99c4d82acb20eecb0762452357ccba184cd16214f3aa9194ee9959844e9a2c6d"
Job succeeded
2026-03-16 18:59.15: Job succeeded