(not at the head of any monitored branch or PR)
2026-03-23 09:00.46: New job: build bitwuzla-cxx.0.9.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29585/head (c005d764af867295ae8c4ddc313fce4db2093435)
                              on centos-9-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/29585/head" && git reset --hard c005d764
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-5.4@sha256:4aa844f3e0fcf82e7150a5346c293d808e7d7d667a9afd9a2b5e32b3078970cd
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 bitwuzla-cxx.0.9.0 0.9.0
RUN opam reinstall bitwuzla-cxx.0.9.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 "\"centos-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'bitwuzla-cxx.0.9.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 .

2026-03-23 09:00.47: Using cache hint "ocaml/opam:centos-9-ocaml-5.4@sha256:4aa844f3e0fcf82e7150a5346c293d808e7d7d667a9afd9a2b5e32b3078970cd-bitwuzla-cxx.0.9.0-c005d764af867295ae8c4ddc313fce4db2093435"
2026-03-23 09:00.47: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:4aa844f3e0fcf82e7150a5346c293d808e7d7d667a9afd9a2b5e32b3078970cd)
 (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 bitwuzla-cxx.0.9.0 0.9.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall bitwuzla-cxx.0.9.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 \"\\\"centos-9\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'bitwuzla-cxx.0.9.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-23 09:00.47: Waiting for resource in pool OCluster
2026-03-23 09:00.47: Waiting for worker…
2026-03-23 09:01.26: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..c005d764af
Fast-forward
 packages/bitwuzla-cxx/bitwuzla-cxx.0.9.0/opam | 51 +++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 packages/bitwuzla-cxx/bitwuzla-cxx.0.9.0/opam

(from ocaml/opam:centos-9-ocaml-5.4@sha256:4aa844f3e0fcf82e7150a5346c293d808e7d7d667a9afd9a2b5e32b3078970cd)
Unable to find image 'ocaml/opam:centos-9-ocaml-5.4@sha256:4aa844f3e0fcf82e7150a5346c293d808e7d7d667a9afd9a2b5e32b3078970cd' locally
docker.io/ocaml/opam@sha256:4aa844f3e0fcf82e7150a5346c293d808e7d7d667a9afd9a2b5e32b3078970cd: Pulling from ocaml/opam
b9c40dbae0c2: Already exists
4e0053673730: Already exists
37eaa45a1927: Already exists
c3614bf777be: Already exists
41a84cd00caf: Already exists
f86964614aeb: Already exists
4fdd860b1f10: Already exists
06b09f62348c: Already exists
2ec9bd0a30c7: Already exists
ebcb7255c70e: Already exists
a6fb6795e056: Already exists
3bda528a9109: Already exists
9cb4b67410d1: Already exists
1abcda2e7051: Already exists
b31df34f84bf: Already exists
2f5ef707aefe: Already exists
7cf6f9ab57b4: Already exists
29aa2ff6ad44: Already exists
29aa2ff6ad44: Already exists
9cdea3f532fd: Already exists
03bfd84eb3b2: Already exists
4e9bc0cbdad4: Already exists
7401bc4402e3: Already exists
4f4fb700ef54: Already exists
bfb5f1285eb4: Already exists
7c948d5d19ef: Already exists
96d104bca8af: Already exists
d3a98e577a6a: Already exists
c7b98c8cf365: Already exists
d4b3a3da19c1: Already exists
089b5149e170: Already exists
681a3e2ab234: Already exists
77119b4ff1fe: Already exists
e8e580686694: Already exists
b7fca56d5d5f: Already exists
14d282133814: Already exists
78acfe8ef117: Pulling fs layer
9909aea11be5: Pulling fs layer
8d8544ffe639: Pulling fs layer
854704def7be: Pulling fs layer
34e75ad85bc3: Pulling fs layer
cb99d3e2de27: Pulling fs layer
34e75ad85bc3: Waiting
2d174a36a5fb: Pulling fs layer
cb99d3e2de27: Waiting
54c2d4ca61e2: Pulling fs layer
2d174a36a5fb: Waiting
62097b7a5153: Pulling fs layer
54c2d4ca61e2: Waiting
62097b7a5153: Waiting
e3f17ffa4d3c: Pulling fs layer
854704def7be: Waiting
9c33869ac8ab: Pulling fs layer
e3f17ffa4d3c: Waiting
9c33869ac8ab: Waiting
9909aea11be5: Download complete
854704def7be: Download complete
34e75ad85bc3: Download complete
cb99d3e2de27: Verifying Checksum
cb99d3e2de27: Download complete
78acfe8ef117: Download complete
8d8544ffe639: Verifying Checksum
8d8544ffe639: Download complete
62097b7a5153: Verifying Checksum
62097b7a5153: Download complete
e3f17ffa4d3c: Verifying Checksum
e3f17ffa4d3c: Download complete
9c33869ac8ab: Download complete
54c2d4ca61e2: Verifying Checksum
54c2d4ca61e2: Download complete
2d174a36a5fb: Verifying Checksum
2d174a36a5fb: Download complete
78acfe8ef117: Pull complete
9909aea11be5: Pull complete
8d8544ffe639: Pull complete
854704def7be: Pull complete
34e75ad85bc3: Pull complete
cb99d3e2de27: Pull complete
2d174a36a5fb: Pull complete
54c2d4ca61e2: Pull complete
62097b7a5153: Pull complete
e3f17ffa4d3c: Pull complete
9c33869ac8ab: Pull complete
Digest: sha256:4aa844f3e0fcf82e7150a5346c293d808e7d7d667a9afd9a2b5e32b3078970cd
Status: Downloaded newer image for ocaml/opam@sha256:4aa844f3e0fcf82e7150a5346c293d808e7d7d667a9afd9a2b5e32b3078970cd
2026-03-23 09:01.47 ---> using "0e7e56f63340dc297b4fb11a5934361b3e78854b8ddde6f0f1f7157f70706e63" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-23 09:01.47 ---> using "55e830bab986365cd29692a64f776700643ff81244472a9b8f9217f41a1fd79b" 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
2026-03-23 09:01.47 ---> using "0da06b537cdccb2fa4c5074db691eb9229490349e6d7a77fd50474275ca3c357" 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
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=centos os-version=9
# 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
2026-03-23 09:01.47 ---> using "8c66e02ad0de47b3f6679d7b052c6244fefd4ea1838533dd95b13ece61f41869" 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/"))
2026-03-23 09:01.47 ---> using "38f9681f07c57f4eda5c80903f6564607721ae16d33473bfc6484b94e7d97ac1" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 09:01.59 ---> saved as "f88a2d378e069490e8ae5564cca6c26ab5c6f93bd9322fe51bf2cd9505efc740"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 09:02.19 ---> saved as "834a4fc22ee619c92ba9c1eed749bfded4fd568a10f1210cea3a34fa1cba5138"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                        116 kB/s |  15 kB     00:00    
- CentOS Stream 9 - BaseOS                         15 MB/s | 8.9 MB     00:00    
- CentOS Stream 9 - AppStream                     119 kB/s |  16 kB     00:00    
- CentOS Stream 9 - AppStream                      16 MB/s |  27 MB     00:01    
- CentOS Stream 9 - CRB                            55 kB/s |  15 kB     00:00    
- CentOS Stream 9 - CRB                            12 MB/s | 8.0 MB     00:00    
- CentOS Stream 9 - Extras packages                16 kB/s |  17 kB     00:01    
- Metadata cache created.
2026-03-23 09:02.35 ---> saved as "ccda12a863b60d93eb7e62c581732220b535b314cf2136ff348541f1fc3571b1"

/home/opam: (run (shell "opam pin add -k version -yn bitwuzla-cxx.0.9.0 0.9.0"))
bitwuzla-cxx is now pinned to version 0.9.0
2026-03-23 09:02.36 ---> saved as "1559ada86e1f98a91b40209002763f27efe6fd8762de622905895ca357bab740"

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

The following system packages will first need to be installed:
    gmp-devel mpfr-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" "mpfr-devel"
- Last metadata expiration check: 0:00:05 ago on Mon Mar 23 09:02:34 2026.
- Dependencies resolved.
- ================================================================================
-  Package           Architecture  Version                 Repository        Size
- ================================================================================
- Installing:
-  gmp-devel         x86_64        1:6.2.0-13.el9          appstream        174 k
-  mpfr-devel        x86_64        4.1.0-10.el9            appstream         20 k
- Installing dependencies:
-  gmp-c++           x86_64        1:6.2.0-13.el9          appstream         19 k
- 
- Transaction Summary
- ================================================================================
- Install  3 Packages
- 
- Total download size: 213 k
- Installed size: 440 k
- Downloading Packages:
- (1/3): gmp-c++-6.2.0-13.el9.x86_64.rpm          852 kB/s |  19 kB     00:00    
- (2/3): gmp-devel-6.2.0-13.el9.x86_64.rpm        4.4 MB/s | 174 kB     00:00    
- (3/3): mpfr-devel-4.1.0-10.el9.x86_64.rpm        63 kB/s |  20 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                            79 kB/s | 213 kB     00:02     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : gmp-c++-1:6.2.0-13.el9.x86_64                          1/3 
-   Installing       : gmp-devel-1:6.2.0-13.el9.x86_64                        2/3 
-   Installing       : mpfr-devel-4.1.0-10.el9.x86_64                         3/3 
-   Running scriptlet: mpfr-devel-4.1.0-10.el9.x86_64                         3/3 
-   Verifying        : gmp-c++-1:6.2.0-13.el9.x86_64                          1/3 
-   Verifying        : gmp-devel-1:6.2.0-13.el9.x86_64                        2/3 
-   Verifying        : mpfr-devel-4.1.0-10.el9.x86_64                         3/3 
- 
- Installed:
-   gmp-c++-1:6.2.0-13.el9.x86_64          gmp-devel-1:6.2.0-13.el9.x86_64        
-   mpfr-devel-4.1.0-10.el9.x86_64        
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel" "mpfr-devel"
- gmp-devel-6.2.0-13.el9.x86_64
- mpfr-devel-4.1.0-10.el9.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bitwuzla-cxx.0.9.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-mpfr.3  (cached)
-> installed conf-g++.1.0
-> installed conf-gcc.1.0
-> installed conf-git.1.1
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> installed conf-mpfr.3
-> retrieved dune.3.22.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.22.0
-> installed bitwuzla-cxx.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 09:03.57 ---> saved as "b145f2555d143ef43275554b22b8a425d7bbc4fec7fd52300ff9663911292534"
Job succeeded
2026-03-23 09:04.08: Job succeeded