(not at the head of any monitored branch or PR)
2026-04-30 01:38.41: New job: build dune-action-plugin.3.23.0~alpha2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
                              on debian-unstable-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:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920
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 dune-action-plugin.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall dune-action-plugin.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 "\"debian-unstable\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dune-action-plugin.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:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920-dune-action-plugin.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.41: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920)
 (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 dune-action-plugin.3.23.0~alpha2 3.23.0~alpha2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune-action-plugin.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 \"\\\"debian-unstable\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dune-action-plugin.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:41.55: Waiting for worker…
2026-04-30 01:43.50: Got resource from pool OCluster
Building on phoebe.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:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920' locally
docker.io/ocaml/opam@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920: Pulling from ocaml/opam
da1b39412060: Already exists
e167ee3566ca: Already exists
6e1ce6ff6949: Already exists
5f90ad0b43af: Already exists
97c6598bda46: Already exists
740b5de0cb41: Already exists
97a0db61f2cf: Already exists
d10359d6e656: Already exists
520888a643f4: Already exists
da9fd9faf6ec: Already exists
f2c1d40b46f6: Already exists
3cf7b4ee98ff: Already exists
15b53bbd09cc: Already exists
f7867ef87eeb: Already exists
3cd0127f3c31: Already exists
3b50fa6dae5f: Already exists
1ec78c5249d7: Already exists
1ec78c5249d7: Already exists
4245051d0ed6: Already exists
18fcfd17d61c: Already exists
8ada3b1a63be: Already exists
13011a231bb1: Already exists
4f4fb700ef54: Already exists
adda1396011c: Already exists
775b0f0d5c99: Already exists
3dd29a95f73c: Already exists
f6674ac4ca46: Already exists
855b208dbd8c: Already exists
140628b46037: Already exists
65d9f2022be7: Already exists
06f678efe217: Already exists
6b90b6904af2: Already exists
d58d47069b63: Already exists
67a07bc4d0a8: Already exists
25558a2e2f68: Already exists
add2725fa8cd: Already exists
e1a43e48452d: Already exists
85b1c6bb04bc: Already exists
8ef24aa2054c: Already exists
a6f39dd2067d: Already exists
bdfa1e915c59: Already exists
cc829a34ae29: Pulling fs layer
df9bc30c0a4c: Pulling fs layer
81535568fa40: Pulling fs layer
38c67f8e055c: Pulling fs layer
db037da2e03e: Pulling fs layer
38c67f8e055c: Waiting
5bb90be32c86: Pulling fs layer
8c4ef5301003: Pulling fs layer
db037da2e03e: Waiting
5bb90be32c86: Waiting
8c4ef5301003: Waiting
df9bc30c0a4c: Download complete
cc829a34ae29: Verifying Checksum
cc829a34ae29: Download complete
81535568fa40: Verifying Checksum
81535568fa40: Download complete
cc829a34ae29: Pull complete
df9bc30c0a4c: Pull complete
81535568fa40: Pull complete
db037da2e03e: Download complete
5bb90be32c86: Download complete
8c4ef5301003: Download complete
38c67f8e055c: Verifying Checksum
38c67f8e055c: Download complete
38c67f8e055c: Pull complete
db037da2e03e: Pull complete
5bb90be32c86: Pull complete
8c4ef5301003: Pull complete
Digest: sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920
Status: Downloaded newer image for ocaml/opam@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920
2026-04-30 01:45.52 ---> saved as "410a69829bf1eaa3c2582c76b36390e8b7babdbc435f5ab41bdb882eb772c79f"

/: (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:45.56 ---> saved as "42f93272f933bd773127370b673412ab19bbe28faed1a20645e645e009193849"

/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:46.29 ---> saved as "24246c873dda85399715cb5e24fa94baf0843f627571676e47b376ac857c232c"

/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=debian os-version=unknown
# 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:46.34 ---> saved as "52f3a4517f5952a1e1db4eb1faf0b6002d179135c39cf2aa3a2c9c4f2185ff4d"

/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:46.58 ---> saved as "31a8036f9c3cd44d604b4d196bd5b03b74fd88cd289604c26326d25f57663b5e"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [189 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-29-2016.31-F-2026-04-25-0800.24.pdiff [908 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-29-2016.31-F-2026-04-25-0800.24.pdiff [908 kB]
- Fetched 1161 kB in 3s (401 kB/s)
- Reading package lists...
- 
2026-04-30 01:48.17 ---> saved as "fe5b5b54e0a15311d4f9038178bd150ec25d1ed7d36d7d7e404ec746d062153e"

/home/opam: (run (shell "opam pin add -k version -yn dune-action-plugin.3.23.0~alpha2 3.23.0~alpha2"))
dune-action-plugin is now pinned to version 3.23.0~alpha2
2026-04-30 01:48.23 ---> saved as "bae021977f36dc61a5175d87d9fca4c2f52a307c28035d126d43ca351d5a893e"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune-action-plugin.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 \"\\\"debian-unstable\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dune-action-plugin.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"))
dune-action-plugin.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
  - install csexp              1.5.2                  [required by dune-action-plugin]
  - install dune               3.23.0~alpha2          [required by dune-action-plugin]
  - install dune-action-plugin 3.23.0~alpha2 (pinned)
  - install dune-glob          3.23.0~alpha2          [required by dune-action-plugin]
  - install dune-private-libs  3.23.0~alpha2          [required by dune-action-plugin]
  - install dune-rpc           3.23.0~alpha2          [required by dune-action-plugin]
  - install dyn                3.23.0~alpha2          [required by dune-private-libs, dune-glob, dune-rpc]
  - install fs-io              3.23.0~alpha2          [required by stdune]
  - install ocamlc-loc         3.23.0~alpha2          [required by dune-rpc]
  - install ordering           3.23.0~alpha2          [required by dune-glob, dune-rpc]
  - install pp                 2.0.0                  [required by dune-private-libs, dune-rpc]
  - install re                 1.14.0                 [required by dune-glob]
  - install stdune             3.23.0~alpha2          [required by dune-action-plugin]
  - install top-closure        3.23.0~alpha2          [required by stdune]
  - install xdg                3.23.0~alpha2          [required by dune-rpc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.23.0~alpha2, dune-action-plugin.3.23.0~alpha2, dune-glob.3.23.0~alpha2, dune-private-libs.3.23.0~alpha2, dune-rpc.3.23.0~alpha2, dyn.3.23.0~alpha2, fs-io.3.23.0~alpha2, ocamlc-loc.3.23.0~alpha2, ordering.3.23.0~alpha2, stdune.3.23.0~alpha2, top-closure.3.23.0~alpha2, xdg.3.23.0~alpha2  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved re.1.14.0  (cached)
-> installed dune.3.23.0~alpha2
-> installed csexp.1.5.2
-> installed fs-io.3.23.0~alpha2
-> installed ordering.3.23.0~alpha2
-> installed pp.2.0.0
-> installed re.1.14.0
-> installed top-closure.3.23.0~alpha2
-> installed xdg.3.23.0~alpha2
-> installed dyn.3.23.0~alpha2
-> installed ocamlc-loc.3.23.0~alpha2
-> installed stdune.3.23.0~alpha2
-> installed dune-glob.3.23.0~alpha2
-> installed dune-private-libs.3.23.0~alpha2
-> installed dune-rpc.3.23.0~alpha2
-> installed dune-action-plugin.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:50.27 ---> saved as "1b7583cb85910dd31bcaf6038b3ae7f02407ab83faca8836e2f381caf9822de0"
Job succeeded
2026-04-30 01:51.55: Job succeeded