(for PR #28925)

2025-11-19 10:23.30: New job: build conf-openblas.0.2.3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28925/head (9f711b098b3a42a7f4e18dc318705d9846d1f7cb)
                              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/28925/head" && git reset --hard 9f711b09
git fetch origin master
git merge --no-edit 24dbb725dce5c26764f028224175df3cfbe7dafd
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:f49bef803714d93fa07ceba2146de61d915921b91acaf477152a8b7d199120a6
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 conf-openblas.0.2.3 0.2.3
RUN opam reinstall conf-openblas.0.2.3; \
    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" != 'conf-openblas.0.2.3' && 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-11-19 10:23.30: Using cache hint "ocaml/opam:fedora-42-ocaml-5.4@sha256:f49bef803714d93fa07ceba2146de61d915921b91acaf477152a8b7d199120a6-conf-openblas.0.2.3-9f711b098b3a42a7f4e18dc318705d9846d1f7cb"
2025-11-19 10:23.30: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:f49bef803714d93fa07ceba2146de61d915921b91acaf477152a8b7d199120a6)
 (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 conf-openblas.0.2.3 0.2.3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-openblas.0.2.3;\
             \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\" != 'conf-openblas.0.2.3' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-19 10:23.30: Waiting for resource in pool OCluster
2025-11-19 10:23.30: Waiting for worker…
2025-11-19 10:23.31: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 24dbb725dc Merge pull request #28918 from dra27/msys2-lablgtk3
Updating 24dbb725dc..9f711b098b
Fast-forward
 packages/conf-openblas/conf-openblas.0.2.3/opam | 55 +++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 packages/conf-openblas/conf-openblas.0.2.3/opam

(from ocaml/opam:fedora-42-ocaml-5.4@sha256:f49bef803714d93fa07ceba2146de61d915921b91acaf477152a8b7d199120a6)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:f49bef803714d93fa07ceba2146de61d915921b91acaf477152a8b7d199120a6' locally
docker.io/ocaml/opam@sha256:f49bef803714d93fa07ceba2146de61d915921b91acaf477152a8b7d199120a6: Pulling from ocaml/opam
36fff8136b8f: Already exists
c6afda4f8977: Pulling fs layer
90199dcf0bc2: Pulling fs layer
9bac13b94950: Pulling fs layer
e64924156c65: Pulling fs layer
5ba6b09ff03a: Pulling fs layer
5ba6b09ff03a: Waiting
e64924156c65: Waiting
9bac13b94950: Download complete
c6afda4f8977: Verifying Checksum
c6afda4f8977: Download complete
c6afda4f8977: Pull complete
e64924156c65: Verifying Checksum
e64924156c65: Download complete
5ba6b09ff03a: Verifying Checksum
5ba6b09ff03a: Download complete
90199dcf0bc2: Verifying Checksum
90199dcf0bc2: Download complete
90199dcf0bc2: Pull complete
9bac13b94950: Pull complete
e64924156c65: Pull complete
5ba6b09ff03a: Pull complete
Digest: sha256:f49bef803714d93fa07ceba2146de61d915921b91acaf477152a8b7d199120a6
Status: Downloaded newer image for ocaml/opam@sha256:f49bef803714d93fa07ceba2146de61d915921b91acaf477152a8b7d199120a6
2025-11-19 10:23.57 ---> using "2a9cc73d8fa625428a41b3e2995ed89b8f4dbf344a4fde8dde60a4e56679d9f2" 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-11-19 10:23.57 ---> using "1032dca7d3e9a4957ed2382aba9466e134e8be63869a0f7f4dd6d40843c7fba8" 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 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-19 10:23.57 ---> using "b2584211dc50ae133fae0e62f70e59ae2f50f24a7044e652c29ffe052dc123b5" 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.5.0~beta1
# 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                 255
# 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-11-19 10:23.57 ---> using "de33366d277982b53424b1de0c50449ac5a6d63b4313a4d568688c3880b02da7" 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-11-19 10:23.57 ---> using "b1ffde186ab3daba195d513b45aa1c5668bcf71ad5146da09288db80f08e715a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-19 10:24.07 ---> saved as "a6569a1527d08463fdddeb9c2246a17cf4c2959daa53c87e02efa57af7b1cc50"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-19 10:24.25 ---> saved as "913871d36506e54d1e3826653b7af321d24ccdf9910f6d9863824bd47af706ab"

/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% |  50.0 KiB/s |  21.1 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2025-11-19 10:24.29 ---> saved as "386dcc1317dc0260dced0e96f0cf722e0a1362f9347eda05b9473176aa1f79f5"

/home/opam: (run (shell "opam pin add -k version -yn conf-openblas.0.2.3 0.2.3"))
conf-openblas is now pinned to version 0.2.3
2025-11-19 10:24.29 ---> saved as "a1d443d8ad6b2dc00df52ad9d97e90379abc6203795df74275851fe6dc937410"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-openblas.0.2.3;\
                        \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\" != 'conf-openblas.0.2.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-openblas.0.2.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install conf-openblas 0.2.3 (pinned)

The following system packages will first need to be installed:
    openblas-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/sbin/sudo "yum" "install" "-y" "openblas-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package               Arch   Version       Repository      Size
- Installing:
-  openblas-devel       x86_64 0.3.29-1.fc42 fedora       1.7 MiB
- Installing dependencies:
-  libgfortran          x86_64 15.2.1-4.fc42 updates      3.4 MiB
-  openblas             x86_64 0.3.29-1.fc42 fedora     111.7 KiB
-  openblas-openmp      x86_64 0.3.29-1.fc42 fedora      43.7 MiB
-  openblas-openmp64    x86_64 0.3.29-1.fc42 fedora      43.9 MiB
-  openblas-openmp64_   x86_64 0.3.29-1.fc42 fedora      43.9 MiB
-  openblas-serial      x86_64 0.3.29-1.fc42 fedora      41.5 MiB
-  openblas-serial64    x86_64 0.3.29-1.fc42 fedora      41.7 MiB
-  openblas-serial64_   x86_64 0.3.29-1.fc42 fedora      41.7 MiB
-  openblas-srpm-macros noarch 2-19.fc42     fedora     112.0   B
-  openblas-threads     x86_64 0.3.29-1.fc42 fedora      43.7 MiB
-  openblas-threads64   x86_64 0.3.29-1.fc42 fedora      43.8 MiB
-  openblas-threads64_  x86_64 0.3.29-1.fc42 fedora      43.8 MiB
- 
- Transaction Summary:
-  Installing:        13 packages
- 
- Total size of inbound packages is 48 MiB. Need to download 48 MiB.
- After this operation, 393 MiB extra will be used (install 393 MiB, remove 0 B).
- [ 1/13] openblas-0:0.3.29-1.fc42.x86_64 100% | 300.0 KiB/s |  42.3 KiB |  00m00s
- [ 2/13] openblas-devel-0:0.3.29-1.fc42. 100% | 466.8 KiB/s |  82.6 KiB |  00m00s
- [ 3/13] openblas-openmp-0:0.3.29-1.fc42 100% |  13.7 MiB/s |   5.4 MiB |  00m00s
- [ 4/13] openblas-openmp64-0:0.3.29-1.fc 100% |  13.7 MiB/s |   5.2 MiB |  00m00s
- [ 5/13] openblas-openmp64_-0:0.3.29-1.f 100% |  10.4 MiB/s |   5.2 MiB |  00m01s
- [ 6/13] openblas-serial-0:0.3.29-1.fc42 100% |  10.0 MiB/s |   5.1 MiB |  00m01s
- [ 7/13] openblas-srpm-macros-0:2-19.fc4 100% | 706.0 KiB/s |   7.8 KiB |  00m00s
- [ 8/13] openblas-serial64-0:0.3.29-1.fc 100% |   9.7 MiB/s |   5.0 MiB |  00m01s
- [ 9/13] openblas-serial64_-0:0.3.29-1.f 100% |  10.8 MiB/s |   5.0 MiB |  00m00s
- [10/13] openblas-threads-0:0.3.29-1.fc4 100% |  12.1 MiB/s |   5.4 MiB |  00m00s
- [11/13] libgfortran-0:15.2.1-4.fc42.x86 100% |   9.8 MiB/s | 972.4 KiB |  00m00s
- [12/13] openblas-threads64-0:0.3.29-1.f 100% |  11.3 MiB/s |   5.2 MiB |  00m00s
- [13/13] openblas-threads64_-0:0.3.29-1. 100% |  11.6 MiB/s |   5.2 MiB |  00m00s
- --------------------------------------------------------------------------------
- [13/13] Total                           100% |  26.1 MiB/s |  47.8 MiB |  00m02s
- Running transaction
- [ 1/15] Verify package files            100% |  84.0   B/s |  13.0   B |  00m00s
- [ 2/15] Prepare transaction             100% | 333.0   B/s |  13.0   B |  00m00s
- [ 3/15] Installing openblas-0:0.3.29-1. 100% | 110.8 MiB/s | 113.5 KiB |  00m00s
- [ 4/15] Installing libgfortran-0:15.2.1 100% | 279.6 MiB/s |   3.4 MiB |  00m00s
- [ 5/15] Installing openblas-openmp-0:0. 100% | 432.9 MiB/s |  43.7 MiB |  00m00s
- [ 6/15] Installing openblas-openmp64-0: 100% | 456.9 MiB/s |  43.9 MiB |  00m00s
- [ 7/15] Installing openblas-openmp64_-0 100% | 456.9 MiB/s |  43.9 MiB |  00m00s
- [ 8/15] Installing openblas-serial-0:0. 100% | 446.6 MiB/s |  41.5 MiB |  00m00s
- [ 9/15] Installing openblas-serial64-0: 100% | 448.8 MiB/s |  41.7 MiB |  00m00s
- [10/15] Installing openblas-serial64_-0 100% | 448.9 MiB/s |  41.7 MiB |  00m00s
- [11/15] Installing openblas-threads-0:0 100% | 459.7 MiB/s |  43.7 MiB |  00m00s
- [12/15] Installing openblas-threads64-0 100% | 471.1 MiB/s |  43.8 MiB |  00m00s
- [13/15] Installing openblas-threads64_- 100% | 466.1 MiB/s |  43.8 MiB |  00m00s
- [14/15] Installing openblas-srpm-macros 100% |   0.0   B/s | 392.0   B |  00m00s
- [15/15] Installing openblas-devel-0:0.3 100% |  24.6 MiB/s |   1.7 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "openblas-devel"
- openblas-devel-0.3.29-1.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-openblas.0.2.3  (cached)
-> installed conf-openblas.0.2.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 10:24.39 ---> saved as "72d3c8366c06400e418bc261c51e9201f0e2b8b8142212c7eef23aa5a1fb79d9"
Job succeeded
2025-11-19 10:24.47: Job succeeded