(for PR #29092)

2025-12-22 21:10.55: New job: build frama_c_codex.1.0-rc4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29092/head (9992c9eeb5759412c4c08720b431f6dc300cf097)
                              on debian-13-ocaml-4.14/ppc64le

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29092/head" && git reset --hard 9992c9ee
git fetch origin master
git merge --no-edit a4dd3b1992058b894be01d35cfa8d2f497a70bd0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:81f85c10f2933cea40d8b9a8f96cbce66d0489e32b142e76538bc3ed16d33845
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 frama_c_codex.1.0-rc4 1.0-rc4
RUN opam reinstall frama_c_codex.1.0-rc4; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'frama_c_codex.1.0-rc4' && 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-12-22 21:10.55: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:81f85c10f2933cea40d8b9a8f96cbce66d0489e32b142e76538bc3ed16d33845-frama_c_codex.1.0-rc4-9992c9eeb5759412c4c08720b431f6dc300cf097"
2025-12-22 21:10.55: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:81f85c10f2933cea40d8b9a8f96cbce66d0489e32b142e76538bc3ed16d33845)
 (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 frama_c_codex.1.0-rc4 1.0-rc4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall frama_c_codex.1.0-rc4;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'frama_c_codex.1.0-rc4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-22 21:10.55: Waiting for resource in pool OCluster
2025-12-22 21:10.55: Waiting for worker…
2025-12-22 21:10.55: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at a4dd3b1992 Merge pull request #29124 from Alasdair/release-sail-0.20.1
Merge made by the 'ort' strategy.
 packages/binsec_codex/binsec_codex.1.0-rc4/opam   | 54 +++++++++++++
 packages/codex/codex.1.0-rc4/opam                 | 92 +++++++++++++++++++++++
 packages/frama_c_codex/frama_c_codex.1.0-rc4/opam | 55 ++++++++++++++
 3 files changed, 201 insertions(+)
 create mode 100644 packages/binsec_codex/binsec_codex.1.0-rc4/opam
 create mode 100644 packages/codex/codex.1.0-rc4/opam
 create mode 100644 packages/frama_c_codex/frama_c_codex.1.0-rc4/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:81f85c10f2933cea40d8b9a8f96cbce66d0489e32b142e76538bc3ed16d33845)
2025-12-22 21:11.06 ---> using "7be6c410434bd1454d0728c1bb988b40ae9018b7c522b9ccd77ded25da68e1ef" 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-12-22 21:11.06 ---> using "6d32a1e096c3e30be71d03f2bee6867f563f1bc00e69df7d197bba17910dae29" 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
2025-12-22 21:11.06 ---> using "d127b5dcd77ec1a8fa82dfa133b5b1795303ff45fe69aa96df27ee6a9e203dfe" 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=ppc64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 175
# 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
2025-12-22 21:11.06 ---> using "c89b844e41099787f33f851fd27f08abf5765d99a637d5d95c0724fa18a8e8f5" 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-12-22 21:11.06 ---> using "2fe79dd763e1da590c522e42bbebc7f441fd688ee44b11aadd621292ffa08558" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-22 21:11.56 ---> saved as "03eadf1d6f5075570f2f3158e75bf9e74b6b3082283995a6e2f06e514df74e4d"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-22 21:12.15 ---> saved as "36bf795b051b99df11f35fab321aebe3605b86c243992199455cce0ee252f512"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [88.0 kB]
- Fetched 179 kB in 0s (1062 kB/s)
- Reading package lists...
2025-12-22 21:12.16 ---> saved as "198dfd49722e95c719df2cd1ea33f87eb1c9f61bde11455c8396126911c12558"

/home/opam: (run (shell "opam pin add -k version -yn frama_c_codex.1.0-rc4 1.0-rc4"))
frama_c_codex is now pinned to version 1.0-rc4
2025-12-22 21:12.17 ---> saved as "e20c90f469b86079802bed8435321142ee4594ae0e5d5834d0e37dfccbbbfb83"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall frama_c_codex.1.0-rc4;\
                        \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 \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'frama_c_codex.1.0-rc4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
frama_c_codex.1.0-rc4 is not installed. Install it? [Y/n] y
  * Missing dependency:
    - frama_c_codex -> codex -> ocaml-embed-file >= v0.16.0 -> core_unix >= v0.17
    unmet availability conditions, e.g. 'arch != "arm32" & arch != "x86_32" & arch != "ppc64" & arch != "s390x" & (os-distribution != "alpine" | os-version < "3.21") & os != "win32"'
  * Missing dependency:
    - frama_c_codex -> codex -> ocaml-embed-file >= v0.16.0 -> core_unix >= v0.16 -> ocaml_intrinsics >= v0.16
    unmet availability conditions, e.g. 'arch = "x86_64" & os != "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall frama_c_codex.1.0-rc4;
        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 "\"debian-13\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'frama_c_codex.1.0-rc4' && 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
2025-12-22 21:12.29: Job failed: Failed: Build failed
2025-12-22 21:12.29: Log analysis:
2025-12-22 21:12.29: >>> 
No solution found, exiting
 (score = 100)
2025-12-22 21:12.29: [SKIP] Package not available