(not at the head of any monitored branch or PR)
2026-03-23 00:44.04: New job: build ocaml-compiler.5.6, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
                              on debian-13-ocaml-4.14/arm32v7

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 9346fc96
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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-compiler.5.6 5.6
RUN opam reinstall --update-invariant ocaml-compiler.5.6; \
    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-compiler.5.6' && 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 00:44.04: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee-ocaml-compiler.5.6-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.04: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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-compiler.5.6 5.6"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall --update-invariant ocaml-compiler.5.6;\
             \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-compiler.5.6' && 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 00:44.04: Waiting for resource in pool OCluster
2026-03-23 00:44.06: Waiting for worker…
2026-03-23 00:53.12: Got resource from pool OCluster
Building on kydoime.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..9346fc968d
Fast-forward
 packages/ocaml-compiler/ocaml-compiler.5.3.0/opam           |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.3/opam             |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.4.0/opam           |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam    |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam     |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam     |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam       |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.4.1/opam           |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.4/opam             |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam    |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.5/opam             |  2 ++
 packages/ocaml-compiler/ocaml-compiler.5.6/opam             |  2 ++
 packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam | 13 +++++++++++++
 packages/ocaml-options-vanilla/ocaml-options-vanilla.1/opam |  1 +
 packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam      |  2 ++
 15 files changed, 40 insertions(+)
 create mode 100644 packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee' locally
docker.io/ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee: Pulling from ocaml/opam
e7e4c87ce695: Pulling fs layer
098244b1fe4f: Pulling fs layer
94a818ec2cdc: Pulling fs layer
29e77b813c7f: Pulling fs layer
b9dc986333a7: Pulling fs layer
023a3b8ea315: Pulling fs layer
2684ea5ea2fe: Pulling fs layer
93c319c970b2: Pulling fs layer
03f63d243d48: Pulling fs layer
237874024f5b: Pulling fs layer
954f264158bf: Pulling fs layer
85f6eb6723bd: Pulling fs layer
b9dc986333a7: Waiting
2882e9da3bb0: Pulling fs layer
023a3b8ea315: Waiting
2684ea5ea2fe: Waiting
4aabbd87a4c4: Pulling fs layer
4f386ee1e947: Pulling fs layer
76eac5355b1e: Pulling fs layer
93c319c970b2: Waiting
954f264158bf: Waiting
7732af2249d2: Pulling fs layer
03f63d243d48: Waiting
237874024f5b: Waiting
0864fc6233a3: Pulling fs layer
85f6eb6723bd: Waiting
29e77b813c7f: Waiting
74a602ddff51: Pulling fs layer
2882e9da3bb0: Waiting
eff8656d1a08: Pulling fs layer
4aabbd87a4c4: Waiting
4f386ee1e947: Waiting
480ead97e7de: Pulling fs layer
71d9c83b5938: Pulling fs layer
74a602ddff51: Waiting
76eac5355b1e: Waiting
7732af2249d2: Waiting
4f4fb700ef54: Pulling fs layer
0864fc6233a3: Waiting
46ffbb314b18: Pulling fs layer
480ead97e7de: Waiting
eff8656d1a08: Waiting
9ad678cce639: Pulling fs layer
71d9c83b5938: Waiting
cee0ad8655f3: Pulling fs layer
46ffbb314b18: Waiting
4f4fb700ef54: Waiting
9ad678cce639: Waiting
d7a6444c98ec: Pulling fs layer
cee0ad8655f3: Waiting
fb7ac70d48b8: Pulling fs layer
d7a6444c98ec: Waiting
9e9d8c0fc63b: Pulling fs layer
fb7ac70d48b8: Waiting
4fd15bd8b00c: Pulling fs layer
cfb25ffd51ce: Pulling fs layer
4fd15bd8b00c: Waiting
a1d4a67b1423: Pulling fs layer
b5f05950c5d7: Pulling fs layer
cfb25ffd51ce: Waiting
ffaeb3c9d76d: Pulling fs layer
a1d4a67b1423: Waiting
b5f05950c5d7: Waiting
4c3b6722757e: Pulling fs layer
ffaeb3c9d76d: Waiting
0f58a95c7a9b: Pulling fs layer
4c3b6722757e: Waiting
c3e40142c411: Pulling fs layer
0f58a95c7a9b: Waiting
7f8475cb6605: Pulling fs layer
05a50efaf303: Pulling fs layer
c3e40142c411: Waiting
6b01dec062a8: Pulling fs layer
9fd1e9989233: Pulling fs layer
6b01dec062a8: Waiting
433ff276b12f: Pulling fs layer
9fd1e9989233: Waiting
efd9b50fadc4: Pulling fs layer
433ff276b12f: Waiting
d1391430121a: Pulling fs layer
f656d97c5aae: Pulling fs layer
efd9b50fadc4: Waiting
d1391430121a: Waiting
f656d97c5aae: Waiting
94a818ec2cdc: Verifying Checksum
94a818ec2cdc: Download complete
098244b1fe4f: Verifying Checksum
098244b1fe4f: Download complete
b9dc986333a7: Verifying Checksum
b9dc986333a7: Download complete
e7e4c87ce695: Verifying Checksum
e7e4c87ce695: Download complete
e7e4c87ce695: Pull complete
098244b1fe4f: Pull complete
94a818ec2cdc: Pull complete
2684ea5ea2fe: Verifying Checksum
2684ea5ea2fe: Download complete
93c319c970b2: Verifying Checksum
93c319c970b2: Download complete
03f63d243d48: Verifying Checksum
03f63d243d48: Download complete
237874024f5b: Verifying Checksum
237874024f5b: Download complete
954f264158bf: Verifying Checksum
954f264158bf: Download complete
85f6eb6723bd: Verifying Checksum
85f6eb6723bd: Download complete
2882e9da3bb0: Verifying Checksum
2882e9da3bb0: Download complete
4aabbd87a4c4: Verifying Checksum
4aabbd87a4c4: Download complete
4f386ee1e947: Verifying Checksum
4f386ee1e947: Download complete
29e77b813c7f: Verifying Checksum
29e77b813c7f: Download complete
76eac5355b1e: Verifying Checksum
76eac5355b1e: Download complete
29e77b813c7f: Pull complete
b9dc986333a7: Pull complete
0864fc6233a3: Verifying Checksum
0864fc6233a3: Download complete
7732af2249d2: Verifying Checksum
7732af2249d2: Download complete
480ead97e7de: Verifying Checksum
480ead97e7de: Download complete
eff8656d1a08: Verifying Checksum
eff8656d1a08: Download complete
71d9c83b5938: Verifying Checksum
71d9c83b5938: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
46ffbb314b18: Verifying Checksum
46ffbb314b18: Download complete
9ad678cce639: Verifying Checksum
9ad678cce639: Download complete
cee0ad8655f3: Verifying Checksum
cee0ad8655f3: Download complete
d7a6444c98ec: Download complete
fb7ac70d48b8: Verifying Checksum
fb7ac70d48b8: Download complete
9e9d8c0fc63b: Download complete
cfb25ffd51ce: Verifying Checksum
cfb25ffd51ce: Download complete
4fd15bd8b00c: Verifying Checksum
4fd15bd8b00c: Download complete
a1d4a67b1423: Verifying Checksum
a1d4a67b1423: Download complete
b5f05950c5d7: Download complete
4c3b6722757e: Download complete
ffaeb3c9d76d: Verifying Checksum
ffaeb3c9d76d: Download complete
c3e40142c411: Verifying Checksum
c3e40142c411: Download complete
7f8475cb6605: Verifying Checksum
7f8475cb6605: Download complete
05a50efaf303: Verifying Checksum
05a50efaf303: Download complete
0f58a95c7a9b: Verifying Checksum
0f58a95c7a9b: Download complete
6b01dec062a8: Verifying Checksum
6b01dec062a8: Download complete
9fd1e9989233: Download complete
efd9b50fadc4: Verifying Checksum
efd9b50fadc4: Download complete
d1391430121a: Download complete
f656d97c5aae: Verifying Checksum
f656d97c5aae: Download complete
023a3b8ea315: Verifying Checksum
023a3b8ea315: Download complete
023a3b8ea315: Pull complete
2684ea5ea2fe: Pull complete
93c319c970b2: Pull complete
03f63d243d48: Pull complete
237874024f5b: Pull complete
954f264158bf: Pull complete
85f6eb6723bd: Pull complete
2882e9da3bb0: Pull complete
4aabbd87a4c4: Pull complete
4f386ee1e947: Pull complete
76eac5355b1e: Pull complete
7732af2249d2: Pull complete
0864fc6233a3: Pull complete
74a602ddff51: Pull complete
eff8656d1a08: Pull complete
480ead97e7de: Pull complete
71d9c83b5938: Pull complete
4f4fb700ef54: Pull complete
46ffbb314b18: Pull complete
9ad678cce639: Pull complete
cee0ad8655f3: Pull complete
d7a6444c98ec: Pull complete
fb7ac70d48b8: Pull complete
9e9d8c0fc63b: Pull complete
4fd15bd8b00c: Pull complete
cfb25ffd51ce: Pull complete
a1d4a67b1423: Pull complete
b5f05950c5d7: Pull complete
ffaeb3c9d76d: Pull complete
4c3b6722757e: Pull complete
0f58a95c7a9b: Pull complete
c3e40142c411: Pull complete
7f8475cb6605: Pull complete
05a50efaf303: Pull complete
6b01dec062a8: Pull complete
9fd1e9989233: Pull complete
433ff276b12f: Verifying Checksum
433ff276b12f: Download complete
433ff276b12f: Pull complete
efd9b50fadc4: Pull complete
d1391430121a: Pull complete
f656d97c5aae: Pull complete
Digest: sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
Status: Downloaded newer image for ocaml/opam@sha256:240308a5d75926948dbd1ab448e6f5b34c6a57e65a302c58d266a8b73278c8ee
2026-03-23 00:53.14 ---> using "877ed5cf0a98c815bb2e7ba009eecea1fd1a0ff506ee70a6bbbdb6e441d64adc" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

/: (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 00:53.14 ---> using "29504d8ce018e095f39d6948933093131b27893320780d584f518b7e28db3d26" 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-03-23 00:53.14 ---> using "274e9bbf338c2fc3fcd256946ae98f58154fd513f1409c884b90a1e669746702" 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=arm32 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                 79
# 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-03-23 00:53.14 ---> using "534e3dda0904378096cc690cedd47a598cf362deec7a171e4e9faeb7ce9226ef" 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 00:53.14 ---> using "9476d866306dbb71549d2145a07007bad19273087f82aeda92b3a37874047f0f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 00:53.15 ---> using "3e7aace0b617693da68038c591ce506cfb4eb4e2513d459c8d6a4b0ba0108676" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 00:53.15 ---> using "48d8a1b61c5b4179e7a6824f0d0dd5fc521a9a2c454df12356ade99d16e4a60c" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main armhf Packages [9237 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [109 kB]
- Fetched 9577 kB in 1s (7133 kB/s)
- Reading package lists...
- 
2026-03-23 00:53.15 ---> using "2c0cd7384bf57ce0f4832f594fb74c1099f4f5154c74c35637c1274770019864" from cache

/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.6 5.6"))
ocaml-compiler is now pinned to version 5.6
2026-03-23 00:53.16 ---> saved as "77f592922cf9d77d926359c43a6291f7a1e21161e505735ac824d21cb3e4682e"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall --update-invariant ocaml-compiler.5.6;\
                        \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-compiler.5.6' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>

ocaml-compiler.5.6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== remove 1 package
  - remove    ocaml-base-compiler        4.14.2 (pinned) [conflicts with ocaml-variants]
=== recompile 2 packages
  - recompile ocaml-config               2               [uses ocaml-variants]
  - recompile opam-depext                1.2.3           [uses ocaml]
=== upgrade 1 package
  - upgrade   ocaml                      4.14.2 to 5.6.0
=== install 8 packages
  - install   base-domains               base
  - install   base-effects               base
  - install   base-nnp                   base
  - install   host-arch-arm32            1
  - install   host-system-other          1
  - install   ocaml-compiler             5.6 (pinned)
  - install   ocaml-option-bytecode-only 1               [required by ocaml-compiler]
  - install   ocaml-variants             5.6.0+trunk     [required by ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml.5.6.0  (cached)
-> installed host-arch-arm32.1
-> installed host-system-other.1
-> retrieved ocaml-compiler.5.6  (https://github.com/ocaml/ocaml/archive/trunk.tar.gz)
-> retrieved ocaml-config.2  (cached)
-> installed ocaml-option-bytecode-only.1
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-compiler.5.6
-> installed ocaml-variants.5.6.0+trunk
-> installed ocaml-config.2
-> installed ocaml.5.6.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
[NOTE] Switch invariant was updated to ["ocaml-variants" {= "5.6.0+trunk"}]
       Use `opam switch set-invariant' to change it.
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-03-23 00:54.04 ---> saved as "b642bcf2afc1e967573f218d938f1a5d1aed5301d615ef84811d67b551f615ab"
Job succeeded
2026-03-23 00:54.10: Job succeeded