(not at the head of any monitored branch or PR)
2026-04-30 01:38.40: 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 ubuntu-25.04-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:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0
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 "\"ubuntu-25.04\""; 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.40: Using cache hint "ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0-ordering.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.40: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0)
 (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 \"\\\"ubuntu-25.04\\\"\"; 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.40: Waiting for resource in pool OCluster
2026-04-30 01:38.49: Waiting for worker…
2026-04-30 01:40.32: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
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:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0' locally
docker.io/ocaml/opam@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0: Pulling from ocaml/opam
c62190a9ab61: Pulling fs layer
357ac6654861: Pulling fs layer
c62190a9ab61: Waiting
a191be1efbfd: Pulling fs layer
eb4000d4ebbc: Pulling fs layer
357ac6654861: Waiting
598bd7554f0c: Pulling fs layer
a191be1efbfd: Waiting
79d6c515bbb9: Pulling fs layer
eb4000d4ebbc: Waiting
154be107f855: Pulling fs layer
fd2208c876d6: Pulling fs layer
79d6c515bbb9: Waiting
16490c1f67c4: Pulling fs layer
598bd7554f0c: Waiting
154be107f855: Waiting
fd2208c876d6: Waiting
16490c1f67c4: Waiting
71652ce32f03: Pulling fs layer
f6539204dd94: Pulling fs layer
8832196939ac: Pulling fs layer
71652ce32f03: Waiting
f6539204dd94: Waiting
051ac3f8d1fa: Pulling fs layer
8832196939ac: Waiting
9c22d08d7908: Pulling fs layer
051ac3f8d1fa: Waiting
f92810fb1a76: Pulling fs layer
084bdef83a94: Pulling fs layer
d61f838e95fd: Pulling fs layer
084bdef83a94: Waiting
f92810fb1a76: Waiting
4b9d9e7979d2: Pulling fs layer
d61f838e95fd: Waiting
5b295751883e: Pulling fs layer
4cf5bde88b89: Pulling fs layer
4b9d9e7979d2: Waiting
a2e9395651c9: Pulling fs layer
4f4fb700ef54: Pulling fs layer
4cf5bde88b89: Waiting
a2e9395651c9: Waiting
8d482fe260fa: Pulling fs layer
0c1606e5aae9: Pulling fs layer
5b295751883e: Waiting
8d482fe260fa: Waiting
35abd5e9c377: Pulling fs layer
dd98292fdce5: Pulling fs layer
0c1606e5aae9: Waiting
013f4f55172f: Pulling fs layer
35abd5e9c377: Waiting
74138f97645f: Pulling fs layer
dd98292fdce5: Waiting
013f4f55172f: Waiting
dd1ee7cdcf24: Pulling fs layer
9af03bee1815: Pulling fs layer
2aa5fb145868: Pulling fs layer
9af03bee1815: Waiting
236cbd8de420: Pulling fs layer
dd1ee7cdcf24: Waiting
2aa5fb145868: Waiting
74138f97645f: Waiting
50b334ba052c: Pulling fs layer
0ecd776bb54b: Pulling fs layer
236cbd8de420: Waiting
61565fcd1ea7: Pulling fs layer
c61c7e9567a5: Pulling fs layer
6616a61e7604: Pulling fs layer
9ff1755321c4: Pulling fs layer
50b334ba052c: Waiting
61565fcd1ea7: Waiting
a72649cf11ee: Pulling fs layer
6616a61e7604: Waiting
d7886880bcec: Pulling fs layer
c61c7e9567a5: Waiting
0ecd776bb54b: Waiting
9ff1755321c4: Waiting
ff6f648b9141: Pulling fs layer
d7886880bcec: Waiting
a93a14ee90bc: Pulling fs layer
ff6f648b9141: Waiting
a72649cf11ee: Waiting
41abc94f534b: Pulling fs layer
49cd19e227bc: Pulling fs layer
a93a14ee90bc: Waiting
c83c31819c35: Pulling fs layer
49cd19e227bc: Waiting
8cc6f9c6728d: Pulling fs layer
41abc94f534b: Waiting
a323cba977b7: Pulling fs layer
c83c31819c35: Waiting
a323cba977b7: Waiting
357ac6654861: Download complete
c62190a9ab61: Verifying Checksum
c62190a9ab61: Download complete
a191be1efbfd: Download complete
598bd7554f0c: Verifying Checksum
598bd7554f0c: Download complete
eb4000d4ebbc: Verifying Checksum
eb4000d4ebbc: Download complete
154be107f855: Verifying Checksum
154be107f855: Download complete
fd2208c876d6: Verifying Checksum
fd2208c876d6: Download complete
c62190a9ab61: Pull complete
357ac6654861: Pull complete
a191be1efbfd: Pull complete
16490c1f67c4: Verifying Checksum
16490c1f67c4: Download complete
71652ce32f03: Verifying Checksum
71652ce32f03: Download complete
f6539204dd94: Verifying Checksum
f6539204dd94: Download complete
eb4000d4ebbc: Pull complete
598bd7554f0c: Pull complete
8832196939ac: Verifying Checksum
8832196939ac: Download complete
051ac3f8d1fa: Verifying Checksum
051ac3f8d1fa: Download complete
9c22d08d7908: Verifying Checksum
9c22d08d7908: Download complete
f92810fb1a76: Verifying Checksum
f92810fb1a76: Download complete
79d6c515bbb9: Download complete
4b9d9e7979d2: Verifying Checksum
4b9d9e7979d2: Download complete
5b295751883e: Download complete
4cf5bde88b89: Verifying Checksum
4cf5bde88b89: Download complete
a2e9395651c9: Download complete
4f4fb700ef54: Download complete
8d482fe260fa: Verifying Checksum
8d482fe260fa: Download complete
0c1606e5aae9: Verifying Checksum
0c1606e5aae9: Download complete
35abd5e9c377: Verifying Checksum
35abd5e9c377: Download complete
dd98292fdce5: Verifying Checksum
dd98292fdce5: Download complete
013f4f55172f: Verifying Checksum
013f4f55172f: Download complete
74138f97645f: Verifying Checksum
74138f97645f: Download complete
dd1ee7cdcf24: Verifying Checksum
dd1ee7cdcf24: Download complete
9af03bee1815: Verifying Checksum
9af03bee1815: Download complete
2aa5fb145868: Verifying Checksum
2aa5fb145868: Download complete
236cbd8de420: Verifying Checksum
236cbd8de420: Download complete
50b334ba052c: Download complete
0ecd776bb54b: Download complete
c61c7e9567a5: Download complete
9ff1755321c4: Verifying Checksum
9ff1755321c4: Download complete
a72649cf11ee: Download complete
d7886880bcec: Verifying Checksum
d7886880bcec: Download complete
ff6f648b9141: Verifying Checksum
ff6f648b9141: Download complete
a93a14ee90bc: Verifying Checksum
a93a14ee90bc: Download complete
41abc94f534b: Verifying Checksum
41abc94f534b: Download complete
61565fcd1ea7: Verifying Checksum
61565fcd1ea7: Download complete
c83c31819c35: Download complete
8cc6f9c6728d: Verifying Checksum
8cc6f9c6728d: Download complete
a323cba977b7: Verifying Checksum
a323cba977b7: Download complete
79d6c515bbb9: Pull complete
49cd19e227bc: Verifying Checksum
49cd19e227bc: Download complete
154be107f855: Pull complete
fd2208c876d6: Pull complete
16490c1f67c4: Pull complete
6616a61e7604: Verifying Checksum
6616a61e7604: Download complete
71652ce32f03: Pull complete
f6539204dd94: Pull complete
8832196939ac: Pull complete
051ac3f8d1fa: Pull complete
9c22d08d7908: Pull complete
f92810fb1a76: Pull complete
084bdef83a94: Pull complete
d61f838e95fd: Pull complete
4b9d9e7979d2: Pull complete
5b295751883e: Pull complete
4cf5bde88b89: Pull complete
a2e9395651c9: Pull complete
4f4fb700ef54: Pull complete
8d482fe260fa: Pull complete
0c1606e5aae9: Pull complete
35abd5e9c377: Pull complete
dd98292fdce5: Pull complete
013f4f55172f: Pull complete
74138f97645f: Pull complete
dd1ee7cdcf24: Pull complete
9af03bee1815: Pull complete
2aa5fb145868: Pull complete
236cbd8de420: Pull complete
50b334ba052c: Pull complete
0ecd776bb54b: Pull complete
61565fcd1ea7: Pull complete
c61c7e9567a5: Pull complete
6616a61e7604: Pull complete
9ff1755321c4: Pull complete
a72649cf11ee: Pull complete
d7886880bcec: Pull complete
ff6f648b9141: Pull complete
a93a14ee90bc: Pull complete
41abc94f534b: Pull complete
49cd19e227bc: Pull complete
c83c31819c35: Pull complete
8cc6f9c6728d: Pull complete
a323cba977b7: Pull complete
Digest: sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0
Status: Downloaded newer image for ocaml/opam@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0
2026-04-30 01:42.28 ---> using "df85129629fce655775cc1b8edf761bcc58bb33e91ef4be024d6af0bb65337e2" 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:42.28 ---> using "bfc07a34ece64248fc70b850c58432ae186aa9ea4841fca7ceb26dbd726910e8" 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.

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-04-30 01:42.28 ---> using "eae4f5eac108fdfd35f7c4d03a1071555c8fdfbcbba0e27ff805e0c4cca3c85a" 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=ubuntu os-version=25.04
# 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       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:42.28 ---> using "16a34d287bb50f9567183789c7caf429dc49086a38f3c40a64e03a2f17d0e319" 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:42.28 ---> using "98f1bfbebbf6bff322b00236dfd87bfede4e8b12eb7c18c5e4a03af0ea16a15e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:42.39 ---> saved as "6a4c5d5c5b803f94abf3bb5050703bc7ed8795828a009c39834e6795c7b73a73"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:42.57 ---> saved as "5b3aea0b4b794544fa840356a17cfa3e263915fde5655917616ddf36d666b7c4"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Hit:4 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Reading package lists...
- 
2026-04-30 01:42.58 ---> saved as "dc4f4c99d858b3f16c3138acd0c79efe714436d033afe498e9279d1afb604973"

/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:42.59 ---> saved as "30313953f17e9a59887d8ee5cd42d1a66c5f7258471475647b3121dd4205716f"

/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 \"\\\"ubuntu-25.04\\\"\"; 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:43.34 ---> saved as "fd431ae38472d5ee1aba75e71c6557f503028590c2e0108cdaaff0e0da1392d4"
Job succeeded
2026-04-30 01:43.51: Job succeeded