(not at the head of any monitored branch or PR)
2025-09-04 13:54.56: New job: build dune-configurator.3.20.2, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28437/head (c56e58d25e43ce7dd35f9942ad32b42e22d608c9)
                              on archlinux-ocaml-4.14/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/28437/head" && git reset --hard c56e58d2
git fetch origin master
git merge --no-edit 119d5aa5727e8401fbd044e77eca7ecb183f073a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:e1290e52df36c39e41a399757495d1739782b01e94e096de467e1937555982be
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-configurator.3.20.2 3.20.2
RUN opam reinstall dune-configurator.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 "\"archlinux\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dune-configurator.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.56: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:e1290e52df36c39e41a399757495d1739782b01e94e096de467e1937555982be-dune-configurator.3.20.2-c56e58d25e43ce7dd35f9942ad32b42e22d608c9"
2025-09-04 13:54.56: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:e1290e52df36c39e41a399757495d1739782b01e94e096de467e1937555982be)
 (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-configurator.3.20.2 3.20.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune-configurator.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 \"\\\"archlinux\\\"\"; 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-configurator.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.56: Connecting to build cluster…
2025-09-04 13:54.56: Waiting for resource in pool OCluster
2025-09-04 14:10.19: Waiting for worker…
2025-09-04 14:11.38: Got resource from pool OCluster
Building on asteria.caelum.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:archlinux-ocaml-4.14@sha256:e1290e52df36c39e41a399757495d1739782b01e94e096de467e1937555982be)
2025-09-04 14:11.47 ---> using "c0647c047818cf893f80da5dde63d01f3cbba2d7d5deb56cbc3ccb62b4210c9b" 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:11.47 ---> using "794e0329df454b624482726189f59f817b7d4fac0da10ed4dfd02815e0d58022" 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:11.47 ---> using "3cb9bd435cd241a0a6d43cf23c1b1459e857068341fb333de3ca085e358e42fb" 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=x86_64 os=linux os-distribution=arch os-version=20250824.0.410029
# 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       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-09-04 14:11.47 ---> using "01fe18549ef18b145bf15becf7578d20ada515e12cae167e213d54dda0c42dcb" 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:11.47 ---> using "cf180d5cdec6bb6688443c35c308f8385491c5be470b3dc4256e6630328a4f82" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-09-04 14:11.48 ---> saved as "997f68069834351179842a63237d263094feb1ff7be5d68c46d267438b6d90e1"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-09-04 14:12.08 ---> saved as "37d19372d7265350b7aa837084d7c8d4afc45294e8a95dc77e19214c5363f3c5"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
2025-09-04 14:12.11 ---> saved as "30d442c5446dc81c73080405feee6f24527422f114f02d5a5bab44db2ab9e2d0"

/home/opam: (run (shell "opam pin add -k version -yn dune-configurator.3.20.2 3.20.2"))
dune-configurator is now pinned to version 3.20.2
2025-09-04 14:12.12 ---> saved as "b1e0a664da3eaac47cefb982b959481e208bb188d594b083ded8c1786292ab26"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune-configurator.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 \"\\\"archlinux\\\"\"; 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-configurator.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-configurator.3.20.2 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 3 packages
  ∗ csexp             1.5.2           [required by dune-configurator]
  ∗ dune              3.20.2          [required by dune-configurator]
  ∗ dune-configurator 3.20.2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved csexp.1.5.2  (cached)
⬇ retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
∗ installed dune.3.20.2
∗ installed csexp.1.5.2
∗ installed dune-configurator.3.20.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-04 14:12.45 ---> saved as "2059d5d495fe72b9d2bad545a4c2bf9c9f52ce9a7d6aa48290155a25be0dc161"
Job succeeded
2025-09-04 14:13.01: Job succeeded