Build:
  1. 0
2025-12-05 12:15.33: New job: build tyre.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29024/head (aee7d7afa7b1090746a130dc98918106fcc2f445)
                              on fedora-42-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/29024/head" && git reset --hard aee7d7af
git fetch origin master
git merge --no-edit 3e41859015888fe8240e84dfc5f31bfa12a557e8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:ddc8283ca606be99711ac329a0ac84dcb0aa594ec13711de544a1b8de4957e60
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 tyre.1.0 1.0
RUN opam reinstall tyre.1.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 "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'tyre.1.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-12-05 12:15.33: Using cache hint "ocaml/opam:fedora-42-ocaml-5.4@sha256:ddc8283ca606be99711ac329a0ac84dcb0aa594ec13711de544a1b8de4957e60-tyre.1.0-aee7d7afa7b1090746a130dc98918106fcc2f445"
2025-12-05 12:15.33: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:ddc8283ca606be99711ac329a0ac84dcb0aa594ec13711de544a1b8de4957e60)
 (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 tyre.1.0 1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall tyre.1.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 \"\\\"fedora-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'tyre.1.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-12-05 12:15.33: Waiting for resource in pool OCluster
2025-12-05 12:15.33: Waiting for worker…
2025-12-05 12:15.33: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 3e41859015 Merge pull request #28903 from jim-portegies/opam-publish-coq-waterproof.3.1.0-9.1
Updating 3e41859015..aee7d7afa7
Fast-forward
 packages/tyre/tyre.1.0/opam | 50 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
 create mode 100644 packages/tyre/tyre.1.0/opam

(from ocaml/opam:fedora-42-ocaml-5.4@sha256:ddc8283ca606be99711ac329a0ac84dcb0aa594ec13711de544a1b8de4957e60)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:ddc8283ca606be99711ac329a0ac84dcb0aa594ec13711de544a1b8de4957e60' locally
docker.io/ocaml/opam@sha256:ddc8283ca606be99711ac329a0ac84dcb0aa594ec13711de544a1b8de4957e60: Pulling from ocaml/opam
d86427f65d91: Pulling fs layer
e5e8d9b5df6e: Pulling fs layer
2d8816125b89: Pulling fs layer
86bce91ca196: Pulling fs layer
a122f8807fc9: Pulling fs layer
c190e32e1200: Pulling fs layer
86bce91ca196: Waiting
a122f8807fc9: Waiting
c190e32e1200: Waiting
e5e8d9b5df6e: Download complete
86bce91ca196: Verifying Checksum
86bce91ca196: Download complete
a122f8807fc9: Download complete
c190e32e1200: Verifying Checksum
c190e32e1200: Download complete
d86427f65d91: Verifying Checksum
d86427f65d91: Download complete
2d8816125b89: Verifying Checksum
2d8816125b89: Download complete
d86427f65d91: Pull complete
e5e8d9b5df6e: Pull complete
2d8816125b89: Pull complete
86bce91ca196: Pull complete
a122f8807fc9: Pull complete
c190e32e1200: Pull complete
Digest: sha256:ddc8283ca606be99711ac329a0ac84dcb0aa594ec13711de544a1b8de4957e60
Status: Downloaded newer image for ocaml/opam@sha256:ddc8283ca606be99711ac329a0ac84dcb0aa594ec13711de544a1b8de4957e60
2025-12-05 12:17.52 ---> saved as "a4bd268af420aa4ac77e5be3dd8c9fbc2924b3172ea0ca7e50e5abb7474ceb51"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-05 12:17.52 ---> saved as "6dde21651eb6c1fb42816d054d7d871036b861ed22ce2d36269feae3cc2c8d8b"

/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
2025-12-05 12:18.21 ---> saved as "a1b51ea7dec0358bc5a50d62d6ed0c932e1c403add66f269243496b62fb4a01f"

/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.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=42
# 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.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2025-12-05 12:18.22 ---> saved as "5bf32624961350b5a1b530d5845e7a75534579e6a727f5a0b35ea422941b7af2"

/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-12-05 12:18.29 ---> saved as "6e6486a485cd111498afdfec29f755b5cef8b830073985b67b29136cd970d1a1"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-05 12:18.35 ---> saved as "edff76de832065d6d03809cce0993628ee6010fe571331ea976ab238a98de95b"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-05 12:18.55 ---> saved as "77e37f176e4570aa5004940d526ae82f3d2f9252760e4b9c743da5fd5ce6d809"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  77.5 KiB/s |  20.0 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2025-12-05 12:19.02 ---> saved as "446af18369bd11ff1d16f8dda9927217fcdf76c1bafe1ba62c6bd993a25acd16"

/home/opam: (run (shell "opam pin add -k version -yn tyre.1.0 1.0"))
tyre is now pinned to version 1.0
2025-12-05 12:19.03 ---> saved as "dde97973dc1326b62578dee4e9091cd5dd594b4741a2e6d97b4e6c23bf5f9521"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall tyre.1.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 \"\\\"fedora-42\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'tyre.1.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
tyre.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
  - install dune 3.20.2       [required by tyre]
  - install re   1.14.0       [required by tyre]
  - install seq  base         [required by tyre]
  - install tyre 1.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved tyre.1.0  (cached)
-> installed dune.3.20.2
-> installed re.1.14.0
-> installed tyre.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-05 12:19.33 ---> saved as "d3862c0c9e153b4230f1cb158e28c7c3f8d7aae237080f51124f694fb8d76085"
Job succeeded
2025-12-05 12:19.38: Job succeeded