(for PR #29582)

2026-03-25 08:40.01: New job: build ocaml-option-llvm.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (fa5fb3a6a806e832e4c7791145889a6bbe8b64ef)
                              on debian-13-ocaml-5.4-afl/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/29582/head" && git reset --hard fa5fb3a6
git fetch origin master
git merge --no-edit 7216d2e0eb5d8d116434228a0b19a267b98e8510
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-afl@sha256:5477a5af59c861cff99dc07b70d55ff86edb5a481b71b15dbc4a8b1083368484
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 ocaml-option-llvm.1 1
RUN opam reinstall ocaml-option-llvm.1; \
    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" != 'ocaml-option-llvm.1' && 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-25 08:40.01: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-afl@sha256:5477a5af59c861cff99dc07b70d55ff86edb5a481b71b15dbc4a8b1083368484-ocaml-option-llvm.1-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 08:40.01: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:5477a5af59c861cff99dc07b70d55ff86edb5a481b71b15dbc4a8b1083368484)
 (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 ocaml-option-llvm.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocaml-option-llvm.1;\
             \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\" != 'ocaml-option-llvm.1' && 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-25 08:40.01: Waiting for resource in pool OCluster
2026-03-25 09:09.19: Waiting for worker…
2026-03-25 09:09.59: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files:  74% (13853/18517)
Updating files:  75% (13888/18517)
Updating files:  76% (14073/18517)
Updating files:  77% (14259/18517)
Updating files:  78% (14444/18517)
Updating files:  79% (14629/18517)
Updating files:  80% (14814/18517)
Updating files:  81% (14999/18517)
Updating files:  82% (15184/18517)
Updating files:  83% (15370/18517)
Updating files:  84% (15555/18517)
Updating files:  85% (15740/18517)
Updating files:  86% (15925/18517)
Updating files:  87% (16110/18517)
Updating files:  88% (16295/18517)
Updating files:  89% (16481/18517)
Updating files:  90% (16666/18517)
Updating files:  91% (16851/18517)
Updating files:  92% (17036/18517)
Updating files:  93% (17221/18517)
Updating files:  94% (17406/18517)
Updating files:  95% (17592/18517)
Updating files:  96% (17777/18517)
Updating files:  97% (17962/18517)
Updating files:  98% (18147/18517)
Updating files:  99% (18332/18517)
Updating files: 100% (18517/18517)
Updating files: 100% (18517/18517), done.
HEAD is now at 7216d2e0eb Merge pull request #29593 from arvidj/aj/avoid-passage-0-3-2-3
Merge made by the 'ort' strategy.
 packages/ocaml-compiler/ocaml-compiler.5.3.0/opam      |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.3/opam        |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.0/opam      |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam    |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam     |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam     |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam  |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4.1/opam      |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.4/opam        |  5 ++++-
 .../ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam    |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.5/opam        |  5 ++++-
 packages/ocaml-compiler/ocaml-compiler.5.6/opam        |  5 ++++-
 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam    | 18 ++++++++++++++++++
 .../ocaml-options-vanilla/ocaml-options-vanilla.1/opam |  1 +
 packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam |  2 ++
 15 files changed, 69 insertions(+), 12 deletions(-)
 create mode 100644 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam

(from ocaml/opam:debian-13-ocaml-5.4-afl@sha256:5477a5af59c861cff99dc07b70d55ff86edb5a481b71b15dbc4a8b1083368484)
2026-03-25 09:10.26 ---> saved as "c88c232c08c9442ba3474698a69056d0adc6ef7bafe9fae4b3afda42258584b5"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-25 09:10.26 ---> saved as "bba18e03987275bda058b043c5ead9ecfde7435818a5e7e52fa78a830a2b53c2"

/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-03-25 09:11.04 ---> saved as "b705325a2016f5a4f0e2a3e996417d5f7ee1f5e86b00d6ab9ce3ac07a1e92d83"

/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=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-variants" {= "5.4.0+options"}]
# compiler-packages    ocaml-compiler.5.4.0, ocaml-option-afl.1, ocaml-options-only-afl.1, ocaml-variants.5.4.0+options
# 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+options+afl
2026-03-25 09:11.05 ---> saved as "8561674560d296ab6b0c37fdaf2dc3fce9aaa7f504ad1fe684cbb5b6b7026967"

/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-25 09:11.17 ---> saved as "0908898c5cb5c5c131b56ad2813c3c9322b28247f3f6c22d84be104d2f889f2f"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 09:11.31 ---> saved as "773fae92646d30a7db673b2131d1320734af27bdd560928de15fa2821478c887"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 09:11.57 ---> saved as "e2f31036721e349f050661e3c44fd97a680e1f24c3edb14fcfa8b71104447fa1"

/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 amd64 Packages [114 kB]
- Fetched 205 kB in 0s (1962 kB/s)
- Reading package lists...
- 
2026-03-25 09:11.59 ---> saved as "68e959d65c369182fdcb5e07a9d408436eaef491c525fd145200fab9a1c94d4f"

/home/opam: (run (shell "opam pin add -k version -yn ocaml-option-llvm.1 1"))
ocaml-option-llvm is now pinned to version 1
2026-03-25 09:12.00 ---> saved as "4f9cc267616e5b5d3f695d63270d604375ee830eccc704a0ae5d6ad99d0467fd"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocaml-option-llvm.1;\
                        \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\" != 'ocaml-option-llvm.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocaml-option-llvm.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== recompile 8 packages
  - recompile base-domains      base                   [uses ocaml]
  - recompile base-effects      base                   [uses ocaml]
  - recompile base-nnp          base                   [uses base-domains]
  - recompile ocaml             5.4.0                  [uses ocaml-variants]
  - recompile ocaml-compiler    5.4.0                  [uses ocaml-option-llvm]
  - recompile ocaml-config      3                      [uses ocaml-variants]
  - recompile ocaml-variants    5.4.0+options (pinned) [uses ocaml-compiler]
  - recompile opam-depext       1.2.3                  [uses ocaml]
=== install 1 package
  - install   ocaml-option-llvm 1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0  (cached)
-> retrieved ocaml-config.3  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> installed ocaml-option-llvm.1
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.4.0
-> removed   ocaml-config.3
-> removed   ocaml-variants.5.4.0+options
-> removed   ocaml-compiler.5.4.0
[ERROR] The compilation of ocaml-compiler.5.4.0 failed at "./configure --prefix=/home/opam/.opam/5.4 --docdir=/home/opam/.opam/5.4/doc/ocaml -C --with-afl CC=clang --disable-warn-error".

#=== ERROR while compiling ocaml-compiler.5.4.0 ===============================#
# context              2.5.0 | linux/x86_64 |  | file:///home/opam/opam-repository
# path                 ~/.opam/5.4/.opam-switch/build/ocaml-compiler.5.4.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./configure --prefix=/home/opam/.opam/5.4 --docdir=/home/opam/.opam/5.4/doc/ocaml -C --with-afl CC=clang --disable-warn-error
# exit-code            77
# env-file             ~/.opam/log/ocaml-compiler-7-868561.env
# output-file          ~/.opam/log/ocaml-compiler-7-868561.out
### output ###
# configure: creating cache config.cache
# configure: Configuring OCaml version 5.4.0
# checking build system type... x86_64-pc-linux-gnu
# checking host system type... x86_64-pc-linux-gnu
# checking target system type... x86_64-pc-linux-gnu
# checking for csc... no
# checking for ld... ld
# checking how to print strings... printf
# checking for gcc... clang
# checking whether the C compiler works... no
# configure: error: in `/home/opam/.opam/5.4/.opam-switch/build/ocaml-compiler.5.4.0':
# configure: error: C compiler cannot create executables
# See `config.log' for more details



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ocaml-compiler 5.4.0
+- 
+- The following changes have been performed (the rest was aborted)
| - remove  base-domains      base
| - remove  base-effects      base
| - remove  base-nnp          base
| - remove  ocaml             5.4.0
| - remove  ocaml-compiler    5.4.0
| - remove  ocaml-config      3
| - remove  ocaml-variants    5.4.0+options
| - remove  opam-depext       1.2.3
| - install ocaml-option-llvm 1
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260325091201.export"
Or you can retry to install your package selection with:
    /usr/bin/opam install --restore
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall ocaml-option-llvm.1;
        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" != 'ocaml-option-llvm.1' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-03-25 09:12.38: Job failed: Failed: Build failed
2026-03-25 09:12.38: Log analysis:
2026-03-25 09:12.38: >>> 
[ERROR] The compilation of ocaml-compiler.5.4.0 failed at "./configure --prefix=/home/opam/.opam/5.4 --docdir=/home/opam/.opam/5.4/doc/ocaml -C --with-afl CC=clang --disable-warn-error".
 (score = 20)
2026-03-25 09:12.38: >>> 
# configure: error: in `/home/opam/.opam/5.4/.opam-switch/build/ocaml-compiler.5.4.0':
 (score = 30)
2026-03-25 09:12.38: in `/home/opam/.opam/5.4/.opam-switch/build/ocaml-compiler.5.4.0':