(not at the head of any monitored branch or PR)
2025-02-10 19:07.10: New job: build llvm.18-shared, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27178/head (425e7ad3a0b3cad8b1456afbaac6823102a9c57f)
                              on fedora-41-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/27178/head" && git reset --hard 425e7ad3
git fetch origin master
git merge --no-edit e41dcf1317027b68f2446cba5fefed79d9087146
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:02a062d98fc11cf1d802517ab0b8b83985e6811a6bcfa653e09f9821ec869372
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 llvm.18-shared 18-shared
RUN opam reinstall llvm.18-shared; \
    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-41\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'llvm.18-shared' && 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 19:07.10: Using cache hint "ocaml/opam:fedora-41-ocaml-5.3@sha256:02a062d98fc11cf1d802517ab0b8b83985e6811a6bcfa653e09f9821ec869372-llvm.18-shared-425e7ad3a0b3cad8b1456afbaac6823102a9c57f"
2025-02-10 19:07.10: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:02a062d98fc11cf1d802517ab0b8b83985e6811a6bcfa653e09f9821ec869372)
 (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 llvm.18-shared 18-shared"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall llvm.18-shared;\
             \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-41\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'llvm.18-shared' && 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 19:07.10: Waiting for resource in pool OCluster
2025-02-11 16:36.29: Waiting for worker…
2025-02-11 16:39.57: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
Updating files:  80% (18800/23308)
Updating files:  81% (18880/23308)
Updating files:  82% (19113/23308)
Updating files:  83% (19346/23308)
Updating files:  84% (19579/23308)
Updating files:  85% (19812/23308)
Updating files:  86% (20045/23308)
Updating files:  87% (20278/23308)
Updating files:  88% (20512/23308)
Updating files:  89% (20745/23308)
Updating files:  90% (20978/23308)
Updating files:  91% (21211/23308)
Updating files:  92% (21444/23308)
Updating files:  93% (21677/23308)
Updating files:  94% (21910/23308)
Updating files:  95% (22143/23308)
Updating files:  96% (22376/23308)
Updating files:  97% (22609/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 e41dcf1317 Merge pull request #27400 from hannesm/release-tcpip-v9.0.0
Merge made by the 'ort' strategy.
 packages/conf-llvm-shared/conf-llvm-shared.18/opam | 34 ++++++++++++++
 packages/conf-llvm-static/conf-llvm-static.18/opam | 34 ++++++++++++++
 packages/llvm/llvm.18-shared/opam                  | 52 +++++++++++++++++++++
 packages/llvm/llvm.18-static/opam                  | 54 ++++++++++++++++++++++
 4 files changed, 174 insertions(+)
 create mode 100644 packages/conf-llvm-shared/conf-llvm-shared.18/opam
 create mode 100644 packages/conf-llvm-static/conf-llvm-static.18/opam
 create mode 100644 packages/llvm/llvm.18-shared/opam
 create mode 100644 packages/llvm/llvm.18-static/opam

(from ocaml/opam:fedora-41-ocaml-5.3@sha256:02a062d98fc11cf1d802517ab0b8b83985e6811a6bcfa653e09f9821ec869372)
2025-02-11 16:40.58 ---> saved as "673782849edb4597520aaf4d60019cd0176bb7e0b1aa2a6c92e28546b54fe77e"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-02-11 16:40.58 ---> saved as "27238c63ee2415220df03cabb44755a7305b9b0da3bad2cab97bc3e04c490f6b"

/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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
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-11 16:42.03 ---> saved as "72d519cb4799b2f145fc299025f5e20644120a9fc045175809c86f931df77ccf"

/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=41
# 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-02-11 16:42.04 ---> saved as "a0e1f25853930310ca4f9c61cd69f02bf0b40c34efd692d731c8a9caf5f0892b"

/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-11 16:42.10 ---> saved as "9662f27c21e67db0cb1b604aecc1290d2833dc2988e6f5a16e235235d718ec59"

/home/opam: (copy (src .) (dst opam-repository/))
2025-02-11 16:42.19 ---> saved as "d40d7339add1c5d851ab0fe3256b6d5d9fa0afe9bf84f7d2d7fe1fc8c91b3599"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-02-11 16:43.00 ---> saved as "0247bf19c35979e2b234cc642e7c26b2f0099e8f5bcb8c42b3be17f3300bcefc"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 41 - x86_64 - Updates           100% |  87.7 KiB/s |  24.5 KiB |  00m00s
-  Fedora 41 - x86_64 - Updates           100% |   4.7 MiB/s |   2.9 MiB |  00m01s
- Repositories loaded.
- Metadata cache created.
2025-02-11 16:43.05 ---> saved as "e072493ae6339781a171b4c1e92cfbd04d8b17c67e5e89ae9d05395000c081e8"

/home/opam: (run (shell "opam pin add -k version -yn llvm.18-shared 18-shared"))
llvm is now pinned to version 18-shared
2025-02-11 16:43.06 ---> saved as "49921fc3e75589be56841ddfb13260999ba00d7070ee3992ef06072bb272f97f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall llvm.18-shared;\
                        \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-41\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'llvm.18-shared' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
llvm.18-shared is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
  - install bigarray-compat   1.1.0              [required by ctypes]
  - install conf-bash         1                  [required by conf-llvm-shared]
  - install conf-cmake        1                  [required by llvm]
  - install conf-llvm-shared  18                 [required by llvm]
  - install csexp             1.5.2              [required by dune-configurator]
  - install ctypes            0.23.0             [required by llvm]
  - install dune              3.17.2             [required by ctypes]
  - install dune-configurator 3.17.2             [required by ctypes]
  - install integers          0.7.0              [required by ctypes]
  - install llvm              18-shared (pinned)
  - install ocamlfind         1.9.8              [required by llvm]
  - install stdlib-shims      0.3.0              [required by integers]

The following system packages will first need to be installed:
    cmake llvm18-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" "cmake" "llvm18-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package            Arch   Version                 Repository      Size
- Installing:
-  cmake             x86_64 3.30.7-1.fc41           updates     32.7 MiB
-  llvm18-devel      x86_64 18.1.8-4.fc41           fedora      24.2 MiB
- Installing dependencies:
-  cmake-data        noarch 3.30.7-1.fc41           updates      8.2 MiB
-  cmake-filesystem  x86_64 3.30.7-1.fc41           updates      0.0   B
-  jsoncpp           x86_64 1.9.5-8.fc41            fedora     253.4 KiB
-  libedit-devel     x86_64 3.1-54.20250104cvs.fc41 updates     59.4 KiB
-  libuv             x86_64 1:1.50.0-1.fc41         updates    568.4 KiB
-  llvm18            x86_64 18.1.8-4.fc41           fedora     112.2 MiB
-  llvm18-googletest x86_64 18.1.8-4.fc41           fedora       2.2 MiB
-  llvm18-libs       x86_64 18.1.8-4.fc41           fedora     113.5 MiB
-  llvm18-static     x86_64 18.1.8-4.fc41           fedora     283.9 MiB
-  llvm18-test       x86_64 18.1.8-4.fc41           fedora       1.9 MiB
-  ncurses-c++-libs  x86_64 6.5-2.20240629.fc41     fedora     161.7 KiB
-  ncurses-devel     x86_64 6.5-2.20240629.fc41     fedora     870.1 KiB
-  rhash             x86_64 1.4.4-2.fc41            fedora     349.9 KiB
-  vim-filesystem    noarch 2:9.1.1081-1.fc41       updates     40.0   B
- 
- Transaction Summary:
-  Installing:        16 packages
- 
- Total size of inbound packages is 112 MiB. Need to download 112 MiB.
- After this operation, 581 MiB extra will be used (install 581 MiB, remove 0 B).
- [ 1/16] cmake-filesystem-0:3.30.7-1.fc4 100% | 131.1 KiB/s |  17.0 KiB |  00m00s
- [ 2/16] jsoncpp-0:1.9.5-8.fc41.x86_64   100% |   1.3 MiB/s |  99.3 KiB |  00m00s
- [ 3/16] rhash-0:1.4.4-2.fc41.x86_64     100% |   1.3 MiB/s | 196.0 KiB |  00m00s
- [ 4/16] cmake-0:3.30.7-1.fc41.x86_64    100% |  17.5 MiB/s |  10.9 MiB |  00m01s
- [ 5/16] llvm18-devel-0:18.1.8-4.fc41.x8 100% |  10.9 MiB/s |   4.0 MiB |  00m00s
- [ 6/16] llvm18-googletest-0:18.1.8-4.fc 100% |   7.2 MiB/s | 391.0 KiB |  00m00s
- [ 7/16] cmake-data-0:3.30.7-1.fc41.noar 100% |   2.3 MiB/s |   2.3 MiB |  00m01s
- [ 8/16] llvm18-0:18.1.8-4.fc41.x86_64   100% |  26.1 MiB/s |  26.9 MiB |  00m01s
- [ 9/16] llvm18-test-0:18.1.8-4.fc41.x86 100% |  10.1 MiB/s | 651.0 KiB |  00m00s
- [10/16] libedit-devel-0:3.1-54.20250104 100% | 924.0 KiB/s |  40.7 KiB |  00m00s
- [11/16] ncurses-devel-0:6.5-2.20240629. 100% |   8.3 MiB/s | 570.0 KiB |  00m00s
- [12/16] llvm18-libs-0:18.1.8-4.fc41.x86 100% |  23.9 MiB/s |  28.0 MiB |  00m01s
- [13/16] ncurses-c++-libs-0:6.5-2.202406 100% | 312.4 KiB/s |  37.8 KiB |  00m00s
- [14/16] vim-filesystem-2:9.1.1081-1.fc4 100% | 546.5 KiB/s |  16.4 KiB |  00m00s
- [15/16] libuv-1:1.50.0-1.fc41.x86_64    100% |   1.8 MiB/s | 264.3 KiB |  00m00s
- [16/16] llvm18-static-0:18.1.8-4.fc41.x 100% |  28.8 MiB/s |  38.0 MiB |  00m01s
- --------------------------------------------------------------------------------
- [16/16] Total                           100% |  39.2 MiB/s | 112.3 MiB |  00m03s
- Running transaction
- [ 1/18] Verify package files            100% |  16.0   B/s |  16.0   B |  00m01s
- [ 2/18] Prepare transaction             100% |  82.0   B/s |  16.0   B |  00m00s
- [ 3/18] Installing llvm18-libs-0:18.1.8 100% | 145.3 MiB/s | 113.5 MiB |  00m01s
- [ 4/18] Installing llvm18-0:18.1.8-4.fc 100% | 146.5 MiB/s | 112.2 MiB |  00m01s
- [ 5/18] Installing cmake-filesystem-0:3 100% |   1.8 MiB/s |   7.3 KiB |  00m00s
- [ 6/18] Installing llvm18-test-0:18.1.8 100% | 121.6 MiB/s |   1.9 MiB |  00m00s
- [ 7/18] Installing libuv-1:1.50.0-1.fc4 100% | 111.6 MiB/s | 571.2 KiB |  00m00s
- [ 8/18] Installing vim-filesystem-2:9.1 100% | 429.0 KiB/s |   4.7 KiB |  00m00s
- [ 9/18] Installing ncurses-c++-libs-0:6 100% |  31.8 MiB/s | 162.9 KiB |  00m00s
- [10/18] Installing ncurses-devel-0:6.5- 100% |  62.1 MiB/s |   1.0 MiB |  00m00s
- [11/18] Installing libedit-devel-0:3.1- 100% |  32.7 MiB/s |  67.0 KiB |  00m00s
- [12/18] Installing llvm18-static-0:18.1 100% | 161.3 MiB/s | 283.9 MiB |  00m02s
- [13/18] Installing llvm18-googletest-0: 100% | 116.2 MiB/s |   2.2 MiB |  00m00s
- [14/18] Installing rhash-0:1.4.4-2.fc41 100% |  69.4 MiB/s | 355.1 KiB |  00m00s
- [15/18] Installing jsoncpp-0:1.9.5-8.fc 100% |  15.6 MiB/s | 254.9 KiB |  00m00s
- [16/18] Installing cmake-data-0:3.30.7- 100% |  31.4 MiB/s |   8.8 MiB |  00m00s
- [17/18] Installing cmake-0:3.30.7-1.fc4 100% | 130.3 MiB/s |  32.7 MiB |  00m00s
- [18/18] Installing llvm18-devel-0:18.1. 100% |  62.3 MiB/s |  24.6 MiB |  00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "cmake" "llvm18-devel"
- cmake-3.30.7-1.fc41.x86_64
- llvm18-devel-18.1.8-4.fc41.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved conf-llvm-shared.18  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.23.0  (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-llvm-shared.18
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved llvm.18-shared  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.17.2
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.17.2
-> installed ocamlfind.1.9.8
-> installed ctypes.0.23.0
-> installed llvm.18-shared
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-11 16:46.09 ---> saved as "92496ab83c3245bf315c9478d36c8252e93073de0eae629643056c72995b8ec2"
Job succeeded
2025-02-11 16:46.14: Job succeeded