(for PR #26907)

2026-02-10 15:50.02: New job: build apron.v0.9.15, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26907/head (b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe)
                              on opensuse-15.6-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/26907/head" && git reset --hard b6229f0d
git fetch origin master
git merge --no-edit 6a35634d6446e6151b438792d64cc32db88a1a2e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:f3077431a67a17e2dc9038e4a0cc7398c72940a21ecd3f4f8a1e24532ab72b48
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 apron.v0.9.15 v0.9.15
RUN opam reinstall apron.v0.9.15; \
    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 "\"opensuse-15.6\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'apron.v0.9.15' && 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-02-10 15:50.02: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:f3077431a67a17e2dc9038e4a0cc7398c72940a21ecd3f4f8a1e24532ab72b48-apron.v0.9.15-b6229f0d14497cac47fc1ccd0ef31dd6c590ddfe"
2026-02-10 15:50.02: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:f3077431a67a17e2dc9038e4a0cc7398c72940a21ecd3f4f8a1e24532ab72b48)
 (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 apron.v0.9.15 v0.9.15"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall apron.v0.9.15;\
             \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 \"\\\"opensuse-15.6\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'apron.v0.9.15' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-02-10 15:50.02: Waiting for resource in pool OCluster
2026-02-10 19:03.41: Waiting for worker…
2026-02-10 19:06.41: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 6a35634d64 Merge pull request #29363 from hannesm/maint-none-feb-2026
Auto-merging packages/apron/apron.v0.9.15/opam
Merge made by the 'ort' strategy.
 packages/apron/apron.v0.9.12/opam | 5 ++++-
 packages/apron/apron.v0.9.14/opam | 8 +++++++-
 packages/apron/apron.v0.9.15/opam | 5 ++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:f3077431a67a17e2dc9038e4a0cc7398c72940a21ecd3f4f8a1e24532ab72b48)
2026-02-10 19:07.36 ---> saved as "86f9d27920f24f7829035e74a201e5bf92075b21d91069281a0eb4c8a056fa12"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-10 19:07.36 ---> saved as "e8d0ad9236f24d1d101a8dba2d0d1041c07ed98fe2c6f8218fab62e53ca4a215"

/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
2026-02-10 19:08.06 ---> saved as "a3fdb20745f30cf29f6b47f92cf905cb5f08c9193418ceae5023c96e4988a8aa"

/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=opensuse-leap os-version=15.6
# 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       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
2026-02-10 19:08.07 ---> saved as "62b897e9b4c21e368c4dde4dd6e9fe51bf76e875019444ce017b792494949bfe"

/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-02-10 19:08.32 ---> saved as "f99349d66575d3d8e74b89f14fd4f29aa2bef511909e80b2b9f8ce42f5d5b0b3"

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-10 19:08.46 ---> saved as "b74b5bb3686f0841b71c194b7678e158c7a5594dffacf533e163ae3fcffb24ce"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-10 19:09.08 ---> saved as "f8ab8f884c0db2cae4fb384dab6cb73796224294bbfe31312922d98efe8e0103"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ....
- ....
- ....
- ....
- ....
- ....
- ............done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ............
- ..........
- ..........
- .........
- ....
- ...
- .........
- ..........
- .........
- ..........
- ....
- ...
- .....
- ......
- ..
- ......
- .
- .......
- ..........
- .....
- .
- ....
- ....
- ......
- .......
- ..........
- .......
- ........
- ...........
- ....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [..
- 
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- ....
- ..............
- done]
- Building repository 'Main Update Repository' cache [....done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-02-10 19:10.25 ---> saved as "bec5ea3e2785eecfdc7fc3b6986a8840e3c41a23ec66836360d016eb1249d478"

/home/opam: (run (shell "opam pin add -k version -yn apron.v0.9.15 v0.9.15"))
apron is now pinned to version v0.9.15
2026-02-10 19:10.25 ---> saved as "b09053e288d689747f5555fd56857dc58afb124b0ea038aa0f6d8779a983db6f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall apron.v0.9.15;\
                        \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 \"\\\"opensuse-15.6\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'apron.v0.9.15' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
apron.v0.9.15 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
  - install apron           v0.9.15 (pinned)
  - install bigarray-compat 1.1.0            [required by mlgmpidl]
  - install camlidl         1.13             [required by apron]
  - install conf-findutils  1                [required by ez-conf-lib]
  - install conf-gmp-paths  1                [required by mlgmpidl]
  - install conf-mpfr-paths 1                [required by mlgmpidl]
  - install conf-perl       2                [required by apron]
  - install dune            3.21.0           [required by bigarray-compat]
  - install ez-conf-lib     2                [required by conf-gmp-paths, conf-mpfr-paths]
  - install mlgmpidl        1.3.0            [required by apron]
  - install ocamlbuild      0.16.1           [required by apron]
  - install ocamlfind       1.9.8            [required by apron]

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 zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "gmp-devel" "mpfr-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 3 NEW packages are going to be installed:
-   gmp-devel libgmpxx4 mpfr-devel
- 
- 3 new packages to install.
- 
- Package download size:     2.3 MiB
- 
- Package install size change:
-               |       6.9 MiB  required by packages that will be installed
-      6.9 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (1/3),  17.1 KiB    
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [.....
- ....
- ....
- ....
- ....
- ....
- .done]
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (2/3),   2.2 MiB    
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [.done]
- Retrieving: mpfr-devel-4.0.2-3.3.1.x86_64 (Main Repository) (3/3), 133.2 KiB    
- Retrieving: mpfr-devel-4.0.2-3.3.1.x86_64.rpm [.done]
- 
- Checking for file conflicts: [..done]
- (1/3) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done]
- (2/3) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [...done]
- (3/3) Installing: mpfr-devel-4.0.2-3.3.1.x86_64 [..done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved apron.v0.9.15  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved camlidl.1.13  (cached)
-> retrieved conf-gmp-paths.1  (cached)
-> retrieved conf-mpfr-paths.1  (cached)
-> installed conf-findutils.1
-> installed conf-perl.2
-> retrieved dune.3.21.0  (cached)
-> installed camlidl.1.13
-> retrieved ez-conf-lib.2  (cached)
-> retrieved mlgmpidl.1.3.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed ez-conf-lib.2
-> retrieved ocamlfind.1.9.8  (cached)
-> installed conf-gmp-paths.1
-> installed conf-mpfr-paths.1
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed dune.3.21.0
-> installed bigarray-compat.1.1.0
-> installed mlgmpidl.1.3.0
-> installed apron.v0.9.15
Done.

<><> conf-mpfr-paths.1 installed successfully <><><><><><><><><><><><><><><><><>
=> header file found in /usr/include
=> library file found in /usr/lib64

<><> conf-gmp-paths.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> header file found in /usr/include
=> library file found in /usr/lib64
# To update the current shell environment, run: eval $(opam env)
2026-02-10 19:11.25 ---> saved as "eb597c6a1fb366960e95b6d0276afaea3bf8467916f48cbdeea119d75d6e2e0d"
Job succeeded
2026-02-10 19:11.35: Job succeeded