- github
- ocaml
- opam-repository
- 89a6ae
- distributions,centos-9-ocaml-5.4,ordering.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.41: New job: build ordering.3.23.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
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/29824/head" && git reset --hard 89a6ae88
git fetch origin master
git merge --no-edit 24c3efe52d0b736596aedf7facc049389fbda2b6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-5.4@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6
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.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall ordering.3.23.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-9\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ordering.3.23.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-04-30 01:38.41: Using cache hint "ocaml/opam:centos-9-ocaml-5.4@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6-ordering.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.41: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6)
(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.23.0~alpha2 3.23.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ordering.3.23.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-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\" != 'ordering.3.23.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-04-30 01:38.41: Waiting for resource in pool OCluster
2026-04-30 01:43.09: Waiting for worker…
2026-04-30 01:44.52: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files: 81% (15400/18887)
Updating files: 82% (15488/18887)
Updating files: 83% (15677/18887)
Updating files: 84% (15866/18887)
Updating files: 85% (16054/18887)
Updating files: 86% (16243/18887)
Updating files: 87% (16432/18887)
Updating files: 88% (16621/18887)
Updating files: 89% (16810/18887)
Updating files: 90% (16999/18887)
Updating files: 91% (17188/18887)
Updating files: 92% (17377/18887)
Updating files: 93% (17565/18887)
Updating files: 94% (17754/18887)
Updating files: 95% (17943/18887)
Updating files: 96% (18132/18887)
Updating files: 97% (18321/18887)
Updating files: 98% (18510/18887)
Updating files: 99% (18699/18887)
Updating files: 100% (18887/18887)
Updating files: 100% (18887/18887), done.
HEAD is now at 24c3efe52d Merge pull request #29817 from tmcgilchrist/release-hdr_histogram-0.0.5
Updating 24c3efe52d..89a6ae8884
Fast-forward
.../chrome-trace/chrome-trace.3.23.0~alpha2/opam | 39 +++++++++++
.../dune-action-plugin.3.23.0~alpha2/opam | 52 ++++++++++++++
.../dune-action-trace.3.23.0~alpha2/opam | 39 +++++++++++
.../dune-build-info.3.23.0~alpha2/opam | 45 ++++++++++++
.../dune-configurator.3.23.0~alpha2/opam | 49 +++++++++++++
packages/dune-glob/dune-glob.3.23.0~alpha2/opam | 42 ++++++++++++
.../dune-private-libs.3.23.0~alpha2/opam | 50 ++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.23.0~alpha2/opam | 41 +++++++++++
packages/dune-rpc/dune-rpc.3.23.0~alpha2/opam | 44 ++++++++++++
packages/dune-site/dune-site.3.23.0~alpha2/opam | 37 ++++++++++
packages/dune/dune.3.23.0~alpha2/opam | 80 ++++++++++++++++++++++
packages/dyn/dyn.3.23.0~alpha2/opam | 40 +++++++++++
packages/fs-io/fs-io.3.23.0~alpha2/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.23.0~alpha2/opam | 43 ++++++++++++
packages/ordering/ordering.3.23.0~alpha2/opam | 38 ++++++++++
packages/stdune/stdune.3.23.0~alpha2/opam | 46 +++++++++++++
.../top-closure/top-closure.3.23.0~alpha2/opam | 38 ++++++++++
packages/xdg/xdg.3.23.0~alpha2/opam | 39 +++++++++++
18 files changed, 801 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.23.0~alpha2/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.23.0~alpha2/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.23.0~alpha2/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.23.0~alpha2/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.23.0~alpha2/opam
create mode 100644 packages/dune-glob/dune-glob.3.23.0~alpha2/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.23.0~alpha2/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.23.0~alpha2/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.23.0~alpha2/opam
create mode 100644 packages/dune-site/dune-site.3.23.0~alpha2/opam
create mode 100644 packages/dune/dune.3.23.0~alpha2/opam
create mode 100644 packages/dyn/dyn.3.23.0~alpha2/opam
create mode 100644 packages/fs-io/fs-io.3.23.0~alpha2/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.23.0~alpha2/opam
create mode 100644 packages/ordering/ordering.3.23.0~alpha2/opam
create mode 100644 packages/stdune/stdune.3.23.0~alpha2/opam
create mode 100644 packages/top-closure/top-closure.3.23.0~alpha2/opam
create mode 100644 packages/xdg/xdg.3.23.0~alpha2/opam
(from ocaml/opam:centos-9-ocaml-5.4@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6)
Unable to find image 'ocaml/opam:centos-9-ocaml-5.4@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6' locally
docker.io/ocaml/opam@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6: Pulling from ocaml/opam
f0665df58280: Already exists
2aca4929df78: Already exists
7d3446c2ef55: Already exists
a4c53a631187: Already exists
6d573f0a0d03: Already exists
63bada79e3d9: Already exists
0f65d106a651: Already exists
c2ba5c3fd774: Already exists
458ba6e6ca97: Already exists
9e6fa14668c9: Already exists
9354b7bb9263: Already exists
ffc2abc3ad36: Already exists
168b7634bd7c: Already exists
e60531533752: Already exists
3da63acfa01e: Already exists
2f8ca62cc4c0: Already exists
46742febe732: Already exists
93276388132a: Already exists
93276388132a: Already exists
9141d1c09406: Already exists
4e80ee505de7: Already exists
675df2ec42bd: Already exists
8dacbd3fecbb: Already exists
4f4fb700ef54: Already exists
73d7892d85a2: Already exists
a8489f518cfd: Already exists
6327fa73b524: Already exists
8ad473193bb9: Already exists
a611e5bc2990: Already exists
deab881dfe5f: Already exists
40149be978da: Already exists
358524e2c515: Already exists
29a974daa94a: Already exists
eae2e0c7c4bc: Already exists
9bc40d600288: Already exists
6c9e2ad3feaf: Already exists
c7bd916dea06: Already exists
ed23f4a3607d: Already exists
38d131c77982: Already exists
292222cd7ee5: Already exists
45acbc3f6dfd: Already exists
fb5e5a112b58: Already exists
c70d09457774: Pulling fs layer
3e74f7faf97b: Pulling fs layer
3595f99dcb7d: Pulling fs layer
c24bfea0e9ea: Pulling fs layer
6965da1aa4af: Pulling fs layer
6965da1aa4af: Waiting
c24bfea0e9ea: Waiting
3595f99dcb7d: Download complete
c24bfea0e9ea: Verifying Checksum
c24bfea0e9ea: Download complete
6965da1aa4af: Verifying Checksum
6965da1aa4af: Download complete
c70d09457774: Verifying Checksum
c70d09457774: Download complete
c70d09457774: Pull complete
3e74f7faf97b: Verifying Checksum
3e74f7faf97b: Download complete
3e74f7faf97b: Pull complete
3595f99dcb7d: Pull complete
c24bfea0e9ea: Pull complete
6965da1aa4af: Pull complete
Digest: sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6
Status: Downloaded newer image for ocaml/opam@sha256:1d8588ebf33c12e2070829c3ad316cfc9a274600d1d8bfcf2e274faa302ee3b6
2026-04-30 01:44.58 ---> using "e64bad3a1c4d3c9fdc53faa2e283b17870876536dfaa25575e4322a2cc0f8f14" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-30 01:44.58 ---> using "0b7c6f6090ce92dd7f013be549fd940ed2e3c05e3bd76f06d1d3b3aa0b5bc4f2" from cache
/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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-30 01:44.58 ---> using "d7a5c6c3dd02f54e9280aa13e27da9e0d5ed51974fb536fdd30f5d08b2467ad9" from cache
/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.1
# 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.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-30 01:44.58 ---> using "0a28f91045ac150d0ca266f7523050fe0c8cdcaed48c432d6572443a52c05dba" from cache
/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-30 01:44.58 ---> using "abde49524a0adf2128fc5db8c6ced94d24fd39c442ba473948b824202fcd619c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:45.09 ---> saved as "dbfdb08da7963d19ab9345b6deecda866f6f0e3e3289ee6fbf704868555fc154"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:45.35 ---> saved as "329075e599f325ba18aac4010c9e33d00c7b91c5cc8da2c247c110f01c3e8f92"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 93 kB/s | 14 kB 00:00
- CentOS Stream 9 - BaseOS 3.8 MB/s | 8.9 MB 00:02
- CentOS Stream 9 - AppStream 97 kB/s | 14 kB 00:00
- CentOS Stream 9 - AppStream 8.9 MB/s | 27 MB 00:03
- CentOS Stream 9 - CRB 101 kB/s | 14 kB 00:00
- CentOS Stream 9 - CRB 6.9 MB/s | 8.0 MB 00:01
- CentOS Stream 9 - Extras packages 112 kB/s | 16 kB 00:00
- Metadata cache created.
2026-04-30 01:45.59 ---> saved as "8535e4e66d985f1a2c5cbac20aa82fcc54028cfd216b87d1dde35acad7eda899"
/home/opam: (run (shell "opam pin add -k version -yn ordering.3.23.0~alpha2 3.23.0~alpha2"))
ordering is now pinned to version 3.23.0~alpha2
2026-04-30 01:46.01 ---> saved as "a6cd24175328d59b6f9abe7309b1f0c200896b99de98bc4f80a1d0340ba3432d"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ordering.3.23.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-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\" != 'ordering.3.23.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.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.23.0~alpha2 [required by ordering]
- install ordering 3.23.0~alpha2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0~alpha2, ordering.3.23.0~alpha2 (cached)
-> installed dune.3.23.0~alpha2
-> installed ordering.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:46.47 ---> saved as "ded744e7c7e344d566ecafd0b4be8c146d6f7f86538ae3d0595b2c38667599fe"
Job succeeded
2026-04-30 01:47.08: Job succeeded