(not at the head of any monitored branch or PR)
2025-08-05 13:46.16: New job: build chrome-trace.3.20.0~alpha2, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28298/head (dd5533520fdcb5364efecb41d297e786ddcc1f76)
                              on opensuse-tumbleweed-ocaml-5.3/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/28298/head" && git reset --hard dd553352
git fetch origin master
git merge --no-edit 39155538b0d7654773a68bd42b0b7dbb8eb14ad7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:1956a790f7522120954b6cd79c222cafa09e4eeac0614c0c6b7c58c15d30d633
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 chrome-trace.3.20.0~alpha2 3.20.0~alpha2
RUN opam reinstall chrome-trace.3.20.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 "\"opensuse-tumbleweed\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'chrome-trace.3.20.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 .

2025-08-05 13:46.16: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:1956a790f7522120954b6cd79c222cafa09e4eeac0614c0c6b7c58c15d30d633-chrome-trace.3.20.0~alpha2-dd5533520fdcb5364efecb41d297e786ddcc1f76"
2025-08-05 13:46.16: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:1956a790f7522120954b6cd79c222cafa09e4eeac0614c0c6b7c58c15d30d633)
 (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 chrome-trace.3.20.0~alpha2 3.20.0~alpha2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall chrome-trace.3.20.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 \"\\\"opensuse-tumbleweed\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'chrome-trace.3.20.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"))
)

2025-08-05 13:46.16: Waiting for resource in pool OCluster
2025-08-05 13:48.10: Waiting for worker…
2025-08-05 13:49.43: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 39155538b0 Merge pull request #28292 from gildor478/release-ocamlmod-v0.1.1
Updating 39155538b0..dd5533520f
Fast-forward
 .../chrome-trace/chrome-trace.3.20.0~alpha2/opam   | 41 ++++++++++++
 .../dune-action-plugin.3.20.0~alpha2/opam          | 54 ++++++++++++++++
 .../dune-build-info.3.20.0~alpha2/opam             | 47 ++++++++++++++
 .../dune-configurator.3.20.0~alpha2/opam           | 51 +++++++++++++++
 packages/dune-glob/dune-glob.3.20.0~alpha2/opam    | 44 +++++++++++++
 .../dune-private-libs.3.20.0~alpha2/opam           | 52 +++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.20.0~alpha2/opam   | 43 +++++++++++++
 packages/dune-rpc/dune-rpc.3.20.0~alpha2/opam      | 45 +++++++++++++
 packages/dune-site/dune-site.3.20.0~alpha2/opam    | 39 ++++++++++++
 packages/dune/dune.3.20.0~alpha2/opam              | 74 ++++++++++++++++++++++
 packages/dyn/dyn.3.20.0~alpha2/opam                | 42 ++++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.20.0~alpha2/opam  | 45 +++++++++++++
 packages/ordering/ordering.3.20.0~alpha2/opam      | 40 ++++++++++++
 packages/stdune/stdune.3.20.0~alpha2/opam          | 46 ++++++++++++++
 packages/xdg/xdg.3.20.0~alpha2/opam                | 41 ++++++++++++
 15 files changed, 704 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.20.0~alpha2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.20.0~alpha2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.20.0~alpha2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.20.0~alpha2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.20.0~alpha2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.20.0~alpha2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.20.0~alpha2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.20.0~alpha2/opam
 create mode 100644 packages/dune-site/dune-site.3.20.0~alpha2/opam
 create mode 100644 packages/dune/dune.3.20.0~alpha2/opam
 create mode 100644 packages/dyn/dyn.3.20.0~alpha2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.20.0~alpha2/opam
 create mode 100644 packages/ordering/ordering.3.20.0~alpha2/opam
 create mode 100644 packages/stdune/stdune.3.20.0~alpha2/opam
 create mode 100644 packages/xdg/xdg.3.20.0~alpha2/opam

(from ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:1956a790f7522120954b6cd79c222cafa09e4eeac0614c0c6b7c58c15d30d633)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.3@sha256:1956a790f7522120954b6cd79c222cafa09e4eeac0614c0c6b7c58c15d30d633' locally
docker.io/ocaml/opam@sha256:1956a790f7522120954b6cd79c222cafa09e4eeac0614c0c6b7c58c15d30d633: Pulling from ocaml/opam
d78c82ec4217: Already exists
c36752162234: Pulling fs layer
e20f4ea756a7: Pulling fs layer
e39a6cd5ad1d: Pulling fs layer
ff61a36b7e71: Pulling fs layer
5b5762b0d94a: Pulling fs layer
7486ab456dfc: Pulling fs layer
bd8e15a46767: Pulling fs layer
5b5762b0d94a: Waiting
bd8e15a46767: Waiting
7486ab456dfc: Waiting
ff61a36b7e71: Waiting
c36752162234: Download complete
c36752162234: Pull complete
e20f4ea756a7: Verifying Checksum
e20f4ea756a7: Download complete
e20f4ea756a7: Pull complete
e39a6cd5ad1d: Verifying Checksum
e39a6cd5ad1d: Download complete
5b5762b0d94a: Verifying Checksum
5b5762b0d94a: Download complete
e39a6cd5ad1d: Pull complete
7486ab456dfc: Download complete
bd8e15a46767: Verifying Checksum
bd8e15a46767: Download complete
ff61a36b7e71: Verifying Checksum
ff61a36b7e71: Download complete
ff61a36b7e71: Pull complete
5b5762b0d94a: Pull complete
7486ab456dfc: Pull complete
bd8e15a46767: Pull complete
Digest: sha256:1956a790f7522120954b6cd79c222cafa09e4eeac0614c0c6b7c58c15d30d633
Status: Downloaded newer image for ocaml/opam@sha256:1956a790f7522120954b6cd79c222cafa09e4eeac0614c0c6b7c58c15d30d633
2025-08-05 13:50.52 ---> saved as "d739c47ee25f8b3353f3f09c910f0911c198894b1a363211b97405f980775584"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-08-05 13:50.52 ---> saved as "cd63071e8d24f8a677104eb6abccb38108a52c47e458d753f924fa901c0c8b6c"

/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 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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-08-05 13:51.17 ---> saved as "7f01f9693cc8402bbde1f333ee0685cd564065ef9835f3c169b61e68460ae634"

/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=opensuse-tumbleweed os-version=20250730
# 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.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-08-05 13:51.21 ---> saved as "7c30f2b68586750dfc8778a35ec8b2b5c0a0124f07b8c06a046beba34723491a"

/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-08-05 13:51.32 ---> saved as "c7dcd58bf780843596c39f05d08736e950b123f0c76f3b380e35aa9e6e30fb87"

/home/opam: (copy (src .) (dst opam-repository/))
2025-08-05 13:51.48 ---> saved as "be302f4a28e2b6da38411b35382caa8fc15d56bd3b2ea43fd72b015fc0300336"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-08-05 13:52.06 ---> saved as "642b7bde2efb0ea7a4cfc8db32b8c4042dfe6dc1874a52ffe020fc1a710888d4"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'openSUSE-Tumbleweed-Update' metadata [..
- 
- Looking for gpg keys in repository openSUSE-Tumbleweed-Update.
-   gpgkey=http://download.opensuse.org/update/tumbleweed/repodata/repomd.xml.key
- .....done]
- Building repository 'openSUSE-Tumbleweed-Update' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [.
- ...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- ....
- ....done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- 
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ......
- .......
- .......
- .......
- .......
- ........
- .......
- .....
- .....
- ........
- ........
- ...
- ........
- .........
- ........
- ........
- .........
- .........
- ...........
- ..........
- .........
- .done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2025-08-05 13:52.40 ---> saved as "6beefcbdd7e2db20f65d721add89666f7f983476af69c4112c51b020414f3bdb"

/home/opam: (run (shell "opam pin add -k version -yn chrome-trace.3.20.0~alpha2 3.20.0~alpha2"))
chrome-trace is now pinned to version 3.20.0~alpha2
2025-08-05 13:52.41 ---> saved as "c71428220bcdb981d27e7c24b324767bda610c3536e791e86d97a076b785e4c0"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall chrome-trace.3.20.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 \"\\\"opensuse-tumbleweed\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'chrome-trace.3.20.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"))
chrome-trace.3.20.0~alpha2 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
  - install chrome-trace 3.20.0~alpha2 (pinned)
  - install dune         3.20.0~alpha2          [required by chrome-trace]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved chrome-trace.3.20.0~alpha2, dune.3.20.0~alpha2  (cached)
-> installed dune.3.20.0~alpha2
-> installed chrome-trace.3.20.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-05 13:53.20 ---> saved as "97651edaae3a6d9b683df32d110232852d6437e40d530d1ff280a31ff5c83f6e"
Job succeeded
2025-08-05 13:53.26: Job succeeded