(not at the head of any monitored branch or PR)
2025-09-04 13:54.57: New job: build dune-action-plugin.3.20.2, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28437/head (c56e58d25e43ce7dd35f9942ad32b42e22d608c9)
                              on debian-12-ocaml-5.3/s390x

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28437/head" && git reset --hard c56e58d2
git fetch origin master
git merge --no-edit 119d5aa5727e8401fbd044e77eca7ecb183f073a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:26583878f70024dcd60bcfce66cd07bf35fd430b3fa8f51202ff37a4ee08229f
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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.20.2 3.20.2
RUN opam reinstall dune-action-plugin.3.20.2; \
    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-12\""; 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.20.2' && 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-09-04 13:54.57: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:26583878f70024dcd60bcfce66cd07bf35fd430b3fa8f51202ff37a4ee08229f-dune-action-plugin.3.20.2-c56e58d25e43ce7dd35f9942ad32b42e22d608c9"
2025-09-04 13:54.57: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:26583878f70024dcd60bcfce66cd07bf35fd430b3fa8f51202ff37a4ee08229f)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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.20.2 3.20.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune-action-plugin.3.20.2;\
             \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-12\\\"\"; 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.20.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-09-04 13:54.57: Connecting to build cluster…
2025-09-04 13:54.57: Waiting for resource in pool OCluster
2025-09-04 13:55.12: Waiting for worker…
2025-09-04 14:52.53: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at 119d5aa572 Merge pull request #28429 from toots/opam-publish-liquidsoap.2.4.0
Merge made by the 'ort' strategy.
 packages/chrome-trace/chrome-trace.3.20.2/opam     | 41 ++++++++++++
 .../dune-action-plugin.3.20.2/opam                 | 54 ++++++++++++++++
 .../dune-build-info/dune-build-info.3.20.2/opam    | 47 ++++++++++++++
 .../dune-configurator.3.20.2/opam                  | 51 +++++++++++++++
 packages/dune-glob/dune-glob.3.20.2/opam           | 44 +++++++++++++
 .../dune-private-libs.3.20.2/opam                  | 52 +++++++++++++++
 packages/dune-rpc-lwt/dune-rpc-lwt.3.20.2/opam     | 43 +++++++++++++
 packages/dune-rpc/dune-rpc.3.20.2/opam             | 46 ++++++++++++++
 packages/dune-site/dune-site.3.20.2/opam           | 39 ++++++++++++
 packages/dune/dune.3.20.2/opam                     | 74 ++++++++++++++++++++++
 packages/dyn/dyn.3.20.2/opam                       | 42 ++++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.20.2/opam         | 45 +++++++++++++
 packages/ordering/ordering.3.20.2/opam             | 40 ++++++++++++
 packages/stdune/stdune.3.20.2/opam                 | 46 ++++++++++++++
 packages/xdg/xdg.3.20.2/opam                       | 41 ++++++++++++
 15 files changed, 705 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.20.2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.20.2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.20.2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.20.2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.20.2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.20.2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.20.2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.20.2/opam
 create mode 100644 packages/dune-site/dune-site.3.20.2/opam
 create mode 100644 packages/dune/dune.3.20.2/opam
 create mode 100644 packages/dyn/dyn.3.20.2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.20.2/opam
 create mode 100644 packages/ordering/ordering.3.20.2/opam
 create mode 100644 packages/stdune/stdune.3.20.2/opam
 create mode 100644 packages/xdg/xdg.3.20.2/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:26583878f70024dcd60bcfce66cd07bf35fd430b3fa8f51202ff37a4ee08229f)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:26583878f70024dcd60bcfce66cd07bf35fd430b3fa8f51202ff37a4ee08229f' locally
docker.io/ocaml/opam@sha256:26583878f70024dcd60bcfce66cd07bf35fd430b3fa8f51202ff37a4ee08229f: Pulling from ocaml/opam
635b31fd21bf: Already exists
cc14a9120b4b: Pulling fs layer
afa2f6106758: Pulling fs layer
d8b202adb860: Pulling fs layer
07c0fcfd133b: Pulling fs layer
1b507b01aa8e: Pulling fs layer
273ee5521452: Pulling fs layer
44072eef90d5: Pulling fs layer
07c0fcfd133b: Waiting
1b507b01aa8e: Waiting
44072eef90d5: Waiting
daf6fa5a7b15: Pulling fs layer
daf6fa5a7b15: Waiting
f610e97ccb10: Pulling fs layer
f610e97ccb10: Waiting
d8e297d0056f: Pulling fs layer
45e74c24d78b: Pulling fs layer
929ec3fad1eb: Pulling fs layer
d8e297d0056f: Waiting
e1644866a77e: Pulling fs layer
f226c0a1990b: Pulling fs layer
798780f64a51: Pulling fs layer
ce4e9133552a: Pulling fs layer
ea2913d5af4f: Pulling fs layer
6b8e9bc0fc6c: Pulling fs layer
b089b2d6673f: Pulling fs layer
929ec3fad1eb: Waiting
e1644866a77e: Waiting
4f627c75a239: Pulling fs layer
4f4fb700ef54: Pulling fs layer
f36b78389834: Pulling fs layer
2b6a623fcaf6: Pulling fs layer
209a00eed724: Pulling fs layer
85cbeb998c38: Pulling fs layer
de27332d69a4: Pulling fs layer
e608822398de: Pulling fs layer
64ffa684ed02: Pulling fs layer
798780f64a51: Waiting
ce4e9133552a: Waiting
f36b78389834: Waiting
2b6a623fcaf6: Waiting
ea2913d5af4f: Waiting
209a00eed724: Waiting
6b8e9bc0fc6c: Waiting
b089b2d6673f: Waiting
4f4fb700ef54: Waiting
4f627c75a239: Waiting
85cbeb998c38: Waiting
de27332d69a4: Waiting
e608822398de: Waiting
64ffa684ed02: Waiting
135238641d27: Pulling fs layer
767c7818d9c6: Pulling fs layer
135238641d27: Waiting
767c7818d9c6: Waiting
7376aeca5b23: Pulling fs layer
7376aeca5b23: Waiting
b399deba50d7: Pulling fs layer
b399deba50d7: Waiting
59f977b5fe04: Pulling fs layer
59f977b5fe04: Waiting
7d0fcf4984ed: Pulling fs layer
2a3c17032079: Pulling fs layer
a73e9ffb2410: Pulling fs layer
7110ca6d2353: Pulling fs layer
250908b42466: Pulling fs layer
a73e9ffb2410: Waiting
7d0fcf4984ed: Waiting
6261c032480f: Pulling fs layer
b3a24e97a3be: Pulling fs layer
250908b42466: Waiting
b3a24e97a3be: Waiting
6261c032480f: Waiting
0adb0aae66e5: Pulling fs layer
8af10b81e5cd: Pulling fs layer
0adb0aae66e5: Waiting
8af10b81e5cd: Waiting
92f91477fe93: Pulling fs layer
92f91477fe93: Waiting
1f228118643c: Pulling fs layer
43818ec6a554: Pulling fs layer
1f228118643c: Waiting
669ef53fa26f: Pulling fs layer
43818ec6a554: Waiting
669ef53fa26f: Waiting
afa2f6106758: Download complete
cc14a9120b4b: Verifying Checksum
cc14a9120b4b: Download complete
cc14a9120b4b: Pull complete
07c0fcfd133b: Verifying Checksum
07c0fcfd133b: Download complete
afa2f6106758: Pull complete
d8b202adb860: Verifying Checksum
d8b202adb860: Download complete
273ee5521452: Verifying Checksum
273ee5521452: Download complete
44072eef90d5: Verifying Checksum
44072eef90d5: Download complete
daf6fa5a7b15: Verifying Checksum
daf6fa5a7b15: Download complete
d8e297d0056f: Verifying Checksum
d8e297d0056f: Download complete
f610e97ccb10: Verifying Checksum
f610e97ccb10: Download complete
45e74c24d78b: Verifying Checksum
45e74c24d78b: Download complete
e1644866a77e: Verifying Checksum
e1644866a77e: Download complete
929ec3fad1eb: Verifying Checksum
929ec3fad1eb: Download complete
f226c0a1990b: Verifying Checksum
f226c0a1990b: Download complete
d8b202adb860: Pull complete
07c0fcfd133b: Pull complete
798780f64a51: Verifying Checksum
798780f64a51: Download complete
ce4e9133552a: Verifying Checksum
ce4e9133552a: Download complete
ea2913d5af4f: Verifying Checksum
ea2913d5af4f: Download complete
6b8e9bc0fc6c: Verifying Checksum
6b8e9bc0fc6c: Download complete
b089b2d6673f: Verifying Checksum
b089b2d6673f: Download complete
4f627c75a239: Verifying Checksum
4f627c75a239: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
f36b78389834: Verifying Checksum
f36b78389834: Download complete
2b6a623fcaf6: Verifying Checksum
2b6a623fcaf6: Download complete
209a00eed724: Verifying Checksum
209a00eed724: Download complete
85cbeb998c38: Download complete
de27332d69a4: Verifying Checksum
de27332d69a4: Download complete
e608822398de: Verifying Checksum
e608822398de: Download complete
135238641d27: Download complete
64ffa684ed02: Verifying Checksum
64ffa684ed02: Download complete
767c7818d9c6: Verifying Checksum
767c7818d9c6: Download complete
7376aeca5b23: Download complete
1b507b01aa8e: Verifying Checksum
1b507b01aa8e: Download complete
59f977b5fe04: Verifying Checksum
59f977b5fe04: Download complete
b399deba50d7: Verifying Checksum
b399deba50d7: Download complete
2a3c17032079: Download complete
7110ca6d2353: Verifying Checksum
7110ca6d2353: Download complete
250908b42466: Verifying Checksum
250908b42466: Download complete
6261c032480f: Verifying Checksum
6261c032480f: Download complete
b3a24e97a3be: Verifying Checksum
b3a24e97a3be: Download complete
0adb0aae66e5: Download complete
8af10b81e5cd: Verifying Checksum
8af10b81e5cd: Download complete
7d0fcf4984ed: Verifying Checksum
7d0fcf4984ed: Download complete
a73e9ffb2410: Verifying Checksum
a73e9ffb2410: Download complete
1f228118643c: Verifying Checksum
1f228118643c: Download complete
669ef53fa26f: Verifying Checksum
669ef53fa26f: Download complete
43818ec6a554: Verifying Checksum
43818ec6a554: Download complete
1b507b01aa8e: Pull complete
92f91477fe93: Verifying Checksum
92f91477fe93: Download complete
273ee5521452: Pull complete
44072eef90d5: Pull complete
daf6fa5a7b15: Pull complete
f610e97ccb10: Pull complete
d8e297d0056f: Pull complete
45e74c24d78b: Pull complete
929ec3fad1eb: Pull complete
e1644866a77e: Pull complete
f226c0a1990b: Pull complete
798780f64a51: Pull complete
ce4e9133552a: Pull complete
ea2913d5af4f: Pull complete
6b8e9bc0fc6c: Pull complete
b089b2d6673f: Pull complete
4f627c75a239: Pull complete
4f4fb700ef54: Pull complete
f36b78389834: Pull complete
2b6a623fcaf6: Pull complete
209a00eed724: Pull complete
85cbeb998c38: Pull complete
de27332d69a4: Pull complete
e608822398de: Pull complete
64ffa684ed02: Pull complete
135238641d27: Pull complete
767c7818d9c6: Pull complete
7376aeca5b23: Pull complete
b399deba50d7: Pull complete
59f977b5fe04: Pull complete
7d0fcf4984ed: Pull complete
2a3c17032079: Pull complete
a73e9ffb2410: Pull complete
7110ca6d2353: Pull complete
250908b42466: Pull complete
6261c032480f: Pull complete
b3a24e97a3be: Pull complete
0adb0aae66e5: Pull complete
8af10b81e5cd: Pull complete
92f91477fe93: Pull complete
1f228118643c: Pull complete
43818ec6a554: Pull complete
669ef53fa26f: Pull complete
Digest: sha256:26583878f70024dcd60bcfce66cd07bf35fd430b3fa8f51202ff37a4ee08229f
Status: Downloaded newer image for ocaml/opam@sha256:26583878f70024dcd60bcfce66cd07bf35fd430b3fa8f51202ff37a4ee08229f
2025-09-04 14:52.55 ---> using "01c814e41474928bda9e911ea79a1f2032d44b909e2e9dc8e2fbadddaabd38fd" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-09-04 14:52.55 ---> using "9cff58a7f7e083532072d83467c9bb29e7bb2ea9809ca9b517d217d7c22b2e17" 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 development 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-09-04 14:52.55 ---> using "8d0f4418231694595ab3da70cd3200b9aa5a6422ca953b62b83cf4b8066d28c6" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=s390x os=linux os-distribution=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-09-04 14:52.55 ---> using "21868366954afa1cfbe6e3fd4ff08322e383e046655da46c177b8c6daace91e1" 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/"))
2025-09-04 14:52.55 ---> using "45de4eaee8171185f4436e5ac529183999a92ab035db246b66542f06141975c5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-09-04 14:52.56 ---> using "35baba0eb7c27f3f2b4d081ae6e289441a35d609efc7b37ff0a31bde21be43fc" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-09-04 14:52.56 ---> using "f843e280c34ae59e4f03b2dc93d31e00569777643d30f701570442ccf5f5a22e" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Fetched 103 kB in 0s (424 kB/s)
- Reading package lists...
- 
2025-09-04 14:52.56 ---> using "24f55c6fef7258f2f310049c9fc239faaa6bbb1c1f8a536dff34b46ce8e312bf" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune-action-plugin.3.20.2 3.20.2"))
dune-action-plugin is now pinned to version 3.20.2
2025-09-04 14:52.59 ---> saved as "97d77b49f5cb0851081e6dd265ba6efd145194fa4c41c01241745cb1428a4110"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune-action-plugin.3.20.2;\
                        \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-12\\\"\"; 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.20.2' && 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.20.2 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 12 packages
  - install csexp              1.5.2           [required by dune-action-plugin]
  - install dune               3.20.2          [required by dune-action-plugin]
  - install dune-action-plugin 3.20.2 (pinned)
  - install dune-glob          3.20.2          [required by dune-action-plugin]
  - install dune-private-libs  3.20.2          [required by dune-action-plugin]
  - install dune-rpc           3.20.2          [required by dune-action-plugin]
  - install dyn                3.20.2          [required by dune-glob, dune-rpc]
  - install ocamlc-loc         3.20.2          [required by dune-rpc]
  - install ordering           3.20.2          [required by dune-glob, dune-rpc]
  - install pp                 2.0.0           [required by dune-rpc]
  - install stdune             3.20.2          [required by dune-action-plugin]
  - install xdg                3.20.2          [required by dune-rpc]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.20.2, dune-action-plugin.3.20.2, dune-glob.3.20.2, dune-private-libs.3.20.2, dune-rpc.3.20.2, dyn.3.20.2, ocamlc-loc.3.20.2, ordering.3.20.2, stdune.3.20.2, xdg.3.20.2  (cached)
-> retrieved pp.2.0.0  (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed pp.2.0.0
-> installed ordering.3.20.2
-> installed xdg.3.20.2
-> installed dyn.3.20.2
-> installed ocamlc-loc.3.20.2
-> installed stdune.3.20.2
-> installed dune-private-libs.3.20.2
-> installed dune-rpc.3.20.2
-> installed dune-glob.3.20.2
-> installed dune-action-plugin.3.20.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-04 14:54.00 ---> saved as "dff82c18d1400be3ce448863d9a82d6c58cfd19bc2407088110c7938ccf3da89"
Job succeeded
2025-09-04 14:54.03: Job succeeded