(for PR #29099)

2026-01-17 02:42.49: New job: build fstar.2025.12.15, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29099/head (04d2f86ea398fda1f63fba7bbb75272dad5eec9d)
                              on centos-10-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/29099/head" && git reset --hard 04d2f86e
git fetch origin master
git merge --no-edit 6bda456f941d6c1e0773fcb1fd57c0eb54b8a2c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:a997521342df1c4907e03126b9794c0050c4588ffdd8b122a1ebebd635e61499
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 fstar.2025.12.15 2025.12.15
RUN opam reinstall fstar.2025.12.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 "\"centos-10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'fstar.2025.12.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-01-17 02:42.49: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:a997521342df1c4907e03126b9794c0050c4588ffdd8b122a1ebebd635e61499-fstar.2025.12.15-04d2f86ea398fda1f63fba7bbb75272dad5eec9d"
2026-01-17 02:42.49: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:a997521342df1c4907e03126b9794c0050c4588ffdd8b122a1ebebd635e61499)
 (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 fstar.2025.12.15 2025.12.15"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall fstar.2025.12.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 \"\\\"centos-10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'fstar.2025.12.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-01-17 02:42.49: Waiting for resource in pool OCluster
2026-01-17 02:42.49: Waiting for worker…
2026-01-17 02:42.52: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 6bda456f94 Merge pull request #29229 from elias-utf8/opam-publish-qcaml.0.1.7
Merge made by the 'ort' strategy.
 packages/fstar/fstar.2025.12.15/opam | 52 ++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
 create mode 100644 packages/fstar/fstar.2025.12.15/opam

(from ocaml/opam:centos-10-ocaml-5.4@sha256:a997521342df1c4907e03126b9794c0050c4588ffdd8b122a1ebebd635e61499)
2026-01-17 02:43.24 ---> using "832d66ed634e4694c6a010abc37a0f3f144aaa3b7f89b112fd4c9459d44f0a46" 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-01-17 02:43.24 ---> using "6b8ecc02103b6b1cce7cbe8713d507add0542f348deefe7f0c867020962e2aa2" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-17 02:43.24 ---> using "e88a9daced96f356b689bb75c3b40df8ab585718a2478c89919577b40ad9384f" 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=10
# 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-01-17 02:43.24 ---> using "a6d16edb87eafdbc4cfc5f9df78748f71fded0515674bf8b4a5a4a1214c41212" 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-01-17 02:43.24 ---> using "2337eb0e00359bf2c0c60a3b18a8c373099d57c7e3f719ae6a9ff3bdecb84fc5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-17 02:43.35 ---> saved as "bdbd26731201448dc42207b002572a15b15ec6ddbadd6a1632d3ad99fb8569f5"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-17 02:43.53 ---> saved as "cb0c439d617626ea8afe4a94a6e6acd290a076274e3fd2aaf72bdc284f86c107"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                       113 kB/s |  14 kB     00:00    
- CentOS Stream 10 - BaseOS                        10 MB/s | 6.8 MB     00:00    
- CentOS Stream 10 - AppStream                    120 kB/s |  14 kB     00:00    
- CentOS Stream 10 - AppStream                    5.9 MB/s | 3.5 MB     00:00    
- CentOS Stream 10 - CRB                          106 kB/s |  14 kB     00:00    
- CentOS Stream 10 - CRB                          3.5 MB/s | 792 kB     00:00    
- CentOS Stream 10 - Extras packages              130 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-01-17 02:43.59 ---> saved as "1c8f673bb6194c6e21c88471578aa58d080c9a6024066bb5faab8db5226bb29b"

/home/opam: (run (shell "opam pin add -k version -yn fstar.2025.12.15 2025.12.15"))
fstar is now pinned to version 2025.12.15
2026-01-17 02:43.59 ---> saved as "bb32b9574e01bb18c1d26fe9699eb4a3f9021a7d6e50d0414fa3cf943bc9e202"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall fstar.2025.12.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 \"\\\"centos-10\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'fstar.2025.12.15' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
fstar.2025.12.15 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler >= 5.4.0
    - fstar >= 2025.12.15 -> ocaml < 5.4 -> dkml-base-compiler
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler >= 5.4.0
    - fstar >= 2025.12.15 -> ocaml < 5.4 -> ocaml-variants (< 4.05.2~ | >= 4.06.0)
  * Missing dependency:
    - fstar >= 2025.12.15 -> ocaml < 5.4 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
    not available because the package is pinned to version 5.4.0
    unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.0" & (os != "win32" | sys-ocaml-libc = "msvc")'
    no matching version
  * Missing dependency:
    - fstar >= 2025.12.15 -> ocaml < 5.4 -> ocaml-variants >= 4.06.0 -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - fstar >= 2025.12.15 -> ocaml < 5.4 -> ocaml-variants >= 4.06.0 -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall fstar.2025.12.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 "\"centos-10\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'fstar.2025.12.15' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-01-17 02:44.26: Job failed: Failed: Build failed
2026-01-17 02:44.26: Log analysis:
2026-01-17 02:44.26: >>> 
No solution found, exiting
 (score = 100)
2026-01-17 02:44.26: [SKIP] Package not available