(not at the head of any monitored branch or PR)
2025-02-10 15:05.36: New job: build zarith.1.12-1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/23330/head (e065de656cee71750ee448a95ca37886f41c1cd4)
                              on fedora-40-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/23330/head" && git reset --hard e065de65
git fetch origin master
git merge --no-edit 36f4d2d5ceb882a79fd7d7f956b490201da67226
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-4.14@sha256:e38953a3e21a2c93617931ee083a04e1e4f1b5f2c9bf73953d23cf7e08199239
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 zarith.1.12-1 1.12-1
RUN opam reinstall zarith.1.12-1; \
    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-40\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'zarith.1.12-1' && 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-02-10 15:05.36: Using cache hint "ocaml/opam:fedora-40-ocaml-4.14@sha256:e38953a3e21a2c93617931ee083a04e1e4f1b5f2c9bf73953d23cf7e08199239-zarith.1.12-1-e065de656cee71750ee448a95ca37886f41c1cd4"
2025-02-10 15:05.36: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-4.14@sha256:e38953a3e21a2c93617931ee083a04e1e4f1b5f2c9bf73953d23cf7e08199239)
 (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 zarith.1.12-1 1.12-1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall zarith.1.12-1;\
             \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-40\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'zarith.1.12-1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-02-10 15:05.36: Waiting for resource in pool OCluster
2025-02-10 16:28.32: Waiting for worker…
2025-02-10 16:31.21: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
Updating files:  97% (22730/23308)
Updating files:  98% (22842/23308)
Updating files:  99% (23075/23308)
Updating files: 100% (23308/23308)
Updating files: 100% (23308/23308), done.
HEAD is now at 36f4d2d5ce Merge pull request #27169 from Frigory33/release-allegro5-0.1
Merge made by the 'ort' strategy.
 .../conf-gmp-powm-sec.4/files/test.c               | 26 ++++++++++++
 .../conf-gmp-powm-sec/conf-gmp-powm-sec.4/opam     | 17 ++++++++
 packages/conf-gmp/conf-gmp.5/files/test.c          | 10 +++++
 packages/conf-gmp/conf-gmp.5/opam                  | 32 +++++++++++++++
 packages/zarith/zarith.1.12-1/opam                 | 47 ++++++++++++++++++++++
 5 files changed, 132 insertions(+)
 create mode 100644 packages/conf-gmp-powm-sec/conf-gmp-powm-sec.4/files/test.c
 create mode 100644 packages/conf-gmp-powm-sec/conf-gmp-powm-sec.4/opam
 create mode 100644 packages/conf-gmp/conf-gmp.5/files/test.c
 create mode 100644 packages/conf-gmp/conf-gmp.5/opam
 create mode 100644 packages/zarith/zarith.1.12-1/opam

(from ocaml/opam:fedora-40-ocaml-4.14@sha256:e38953a3e21a2c93617931ee083a04e1e4f1b5f2c9bf73953d23cf7e08199239)
Unable to find image 'ocaml/opam:fedora-40-ocaml-4.14@sha256:e38953a3e21a2c93617931ee083a04e1e4f1b5f2c9bf73953d23cf7e08199239' locally
docker.io/ocaml/opam@sha256:e38953a3e21a2c93617931ee083a04e1e4f1b5f2c9bf73953d23cf7e08199239: Pulling from ocaml/opam
007d107d84e8: Pulling fs layer
007d107d84e8: Verifying Checksum
007d107d84e8: Download complete
007d107d84e8: Pull complete
Digest: sha256:e38953a3e21a2c93617931ee083a04e1e4f1b5f2c9bf73953d23cf7e08199239
Status: Downloaded newer image for ocaml/opam@sha256:e38953a3e21a2c93617931ee083a04e1e4f1b5f2c9bf73953d23cf7e08199239
2025-02-10 16:31.26 ---> using "f09a4149a88c5504021ffb4fa210f80316213556212251e3d29838be5a9db4d8" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-02-10 16:31.26 ---> using "ec7e019cae3db85e8d2c70cf2761fcfc2d8dec691c1bebf50629edf3a99e5554" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-02-10 16:31.26 ---> using "b34b38ef975fddc535837015b1854bedc03f6e1437f37220bf7f7d363def3b22" 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.4.0~alpha1~dev (747e73667ad9d054b0f736be205c0013e1bec087)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=40
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 39
# repositories         1 (local), 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-02-10 16:31.26 ---> using "7c9e6cc45621a61e5e70b35f9bc823ee422301e14b147ec1bd508e2ebbe5ec32" 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-02-10 16:31.26 ---> using "bffa438260a547001c018a3fd168fcc6bb95b3a0cee119f46a9abd2c1ec49d12" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-02-10 16:31.33 ---> saved as "70d50a1eb6681bf758f68f7f0462f7453c7127d63a5e7bdf0af7b386de0e8e2f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-02-10 16:32.15 ---> saved as "f9e8b1d51cba2aeb1fa8568130f11c801d3f9b44f218d990a69ada608eece4b7"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              316 kB/s |  27 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         14 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    289 kB/s |  24 kB     00:00    
- Fedora 40 - x86_64 - Updates                    5.4 MB/s | 4.3 MB     00:00    
- Metadata cache created.
2025-02-10 16:32.23 ---> saved as "c1ef77cd8446f972af4053e0490db8c52be47fea548a0d30ca9754024523302e"

/home/opam: (run (shell "opam pin add -k version -yn zarith.1.12-1 1.12-1"))
zarith is now pinned to version 1.12-1
2025-02-10 16:32.24 ---> saved as "02dd1d1ce02fedbc280fe16f1ac2b3cc9f0747b5473be24bc2fe14deff2587da"

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

The following system packages will first need to be installed:
    gmp-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel"
- Last metadata expiration check: 0:00:15 ago on Mon Feb 10 16:32:17 2025.
- Dependencies resolved.
- ================================================================================
-  Package           Architecture   Version                  Repository      Size
- ================================================================================
- Installing:
-  gmp-devel         x86_64         1:6.2.1-8.fc40           fedora         173 k
- Installing dependencies:
-  gmp-c++           x86_64         1:6.2.1-8.fc40           fedora          18 k
- 
- Transaction Summary
- ================================================================================
- Install  2 Packages
- 
- Total download size: 191 k
- Installed size: 382 k
- Downloading Packages:
- (1/2): gmp-c++-6.2.1-8.fc40.x86_64.rpm          135 kB/s |  18 kB     00:00    
- (2/2): gmp-devel-6.2.1-8.fc40.x86_64.rpm        939 kB/s | 173 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           702 kB/s | 191 kB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : gmp-c++-1:6.2.1-8.fc40.x86_64                          1/2 
-   Installing       : gmp-devel-1:6.2.1-8.fc40.x86_64                        2/2 
-   Running scriptlet: gmp-devel-1:6.2.1-8.fc40.x86_64                        2/2
-  
- 
- Installed:
-   gmp-c++-1:6.2.1-8.fc40.x86_64         gmp-devel-1:6.2.1-8.fc40.x86_64        
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.2.1-8.fc40.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-pkg-config.4
-> retrieved zarith.1.12-1  (cached)
-> installed conf-gmp.5
-> installed ocamlfind.1.9.8
-> installed zarith.1.12-1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-10 16:32.42 ---> saved as "b70d3ecbe53f0290180681f39237aff436a8dc747548942f8a6ede29f762e9a9"
Job succeeded
2025-02-10 16:32.47: Job succeeded