(not at the head of any monitored branch or PR)
2025-03-14 15:30.08: New job: build logs.0.8.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27602/head (210152793ff26bd9b73bc84120642700db3766bb)
                              on archlinux-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/27602/head" && git reset --hard 21015279
git fetch origin master
git merge --no-edit 580fdfb74226d1dc1fad223ca0d05ab70a42bca1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-5.3@sha256:5e8a161d53f5bff428a9708edb6707eec9b5c48dcf456bd8cfc93e5ef5bc1b28
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 logs.0.8.0 0.8.0
RUN opam reinstall logs.0.8.0; \
    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" != 'logs.0.8.0' && 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-03-14 15:30.08: Using cache hint "ocaml/opam:archlinux-ocaml-5.3@sha256:5e8a161d53f5bff428a9708edb6707eec9b5c48dcf456bd8cfc93e5ef5bc1b28-logs.0.8.0-210152793ff26bd9b73bc84120642700db3766bb"
2025-03-14 15:30.08: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.3@sha256:5e8a161d53f5bff428a9708edb6707eec9b5c48dcf456bd8cfc93e5ef5bc1b28)
 (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 logs.0.8.0 0.8.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall logs.0.8.0;\
             \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\" != 'logs.0.8.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-03-14 15:30.08: Waiting for resource in pool OCluster
2025-03-14 15:30.08: Waiting for worker…
2025-03-14 15:33.54: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
HEAD is now at 580fdfb742 Merge pull request #27620 from panglesd/release-slipshow-v0.1.1
Merge made by the 'ort' strategy.
 packages/logs/logs.0.8.0/opam | 70 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)
 create mode 100644 packages/logs/logs.0.8.0/opam

(from ocaml/opam:archlinux-ocaml-5.3@sha256:5e8a161d53f5bff428a9708edb6707eec9b5c48dcf456bd8cfc93e5ef5bc1b28)
Unable to find image 'ocaml/opam:archlinux-ocaml-5.3@sha256:5e8a161d53f5bff428a9708edb6707eec9b5c48dcf456bd8cfc93e5ef5bc1b28' locally
docker.io/ocaml/opam@sha256:5e8a161d53f5bff428a9708edb6707eec9b5c48dcf456bd8cfc93e5ef5bc1b28: Pulling from ocaml/opam
938a4e5186fe: Pulling fs layer
938a4e5186fe: Verifying Checksum
938a4e5186fe: Download complete
938a4e5186fe: Pull complete
Digest: sha256:5e8a161d53f5bff428a9708edb6707eec9b5c48dcf456bd8cfc93e5ef5bc1b28
Status: Downloaded newer image for ocaml/opam@sha256:5e8a161d53f5bff428a9708edb6707eec9b5c48dcf456bd8cfc93e5ef5bc1b28
2025-03-14 15:35.37 ---> saved as "92b4d1934d92e9beb48836d85dff9a6685128a32510c0eeb9af970e0574e1d15"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-03-14 15:35.37 ---> saved as "369930913f974a8fb7909cdee3544f11bc2c85b635f4ff6655faa1db291f6daf"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-14 15:36.42 ---> saved as "f0cab1f5114553a4052d42df8567bdaf39d0dbfeeb450ca5d3c86ffab9e9198f"

/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.4.0~alpha1~dev (f1cf50f2711981a605f81a80c68b73774d5841ff)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=arch os-version=20250302.0.316047
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 31
# repositories         1 (local), 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-03-14 15:36.43 ---> saved as "f2c9348dbc0c6f44b8a79cd8072c5e38115c0db8aa1da29efd624b765d6fd91e"

/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-03-14 15:36.49 ---> saved as "f8a64e2dea6d3bdd39048f3c8beffe0ad34ef7d6bc85fd14514f0834b45bfa19"

/home/opam: (copy (src .) (dst opam-repository/))
2025-03-14 15:36.57 ---> saved as "07db7c28b368b9d1d59fb142bc17cb58d70b937e8be166a88dcbda203aca931b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-14 15:37.40 ---> saved as "d11bd4e7bf60b6617cd68fa4bc0d85d4be5014f21a6def19248ea0facb26eb2f"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
2025-03-14 15:37.40 ---> saved as "afa2cb2ff17b135067efb139400b738fb7dff5dd5a4dbedadc1c69557bd6763d"

/home/opam: (run (shell "opam pin add -k version -yn logs.0.8.0 0.8.0"))
logs is now pinned to version 0.8.0
2025-03-14 15:37.41 ---> saved as "5753c06aa50c38334ead6726a668abcd795fb9b8929acf16d778c6d668da8516"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall logs.0.8.0;\
                        \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\" != 'logs.0.8.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
logs.0.8.0 is not installed. Install it? [Y/n] y
2025-03-14 15:37.44: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled