(not at the head of any monitored branch or PR)
2026-03-23 00:44.03: New job: build ocaml-compiler.5.3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
                              on debian-13-ocaml-5.4/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-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f
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.3 5.3
RUN opam reinstall --update-invariant ocaml-compiler.5.3; \
    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.3' && 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.03: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f-ocaml-compiler.5.3-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.03: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f)
 (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.3 5.3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall --update-invariant ocaml-compiler.5.3;\
             \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.3' && 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.03: Waiting for resource in pool OCluster
2026-03-23 00:44.06: Waiting for worker…
2026-03-23 00:49.38: Got resource from pool OCluster
Building on ocaml-2.osuosl.ci.dev
All commits already cached
Updating files:  21% (4054/18510)
Updating files:  22% (4073/18510)
Updating files:  23% (4258/18510)
Updating files:  24% (4443/18510)
Updating files:  25% (4628/18510)
Updating files:  26% (4813/18510)
Updating files:  27% (4998/18510)
Updating files:  28% (5183/18510)
Updating files:  29% (5368/18510)
Updating files:  30% (5553/18510)
Updating files:  31% (5739/18510)
Updating files:  32% (5924/18510)
Updating files:  33% (6109/18510)
Updating files:  34% (6294/18510)
Updating files:  35% (6479/18510)
Updating files:  36% (6664/18510)
Updating files:  37% (6849/18510)
Updating files:  38% (7034/18510)
Updating files:  39% (7219/18510)
Updating files:  40% (7404/18510)
Updating files:  41% (7590/18510)
Updating files:  42% (7775/18510)
Updating files:  43% (7960/18510)
Updating files:  44% (8145/18510)
Updating files:  45% (8330/18510)
Updating files:  46% (8515/18510)
Updating files:  47% (8700/18510)
Updating files:  48% (8885/18510)
Updating files:  49% (9070/18510)
Updating files:  50% (9255/18510)
Updating files:  51% (9441/18510)
Updating files:  51% (9477/18510)
Updating files:  52% (9626/18510)
Updating files:  53% (9811/18510)
Updating files:  54% (9996/18510)
Updating files:  55% (10181/18510)
Updating files:  56% (10366/18510)
Updating files:  57% (10551/18510)
Updating files:  58% (10736/18510)
Updating files:  59% (10921/18510)
Updating files:  60% (11106/18510)
Updating files:  61% (11292/18510)
Updating files:  62% (11477/18510)
Updating files:  63% (11662/18510)
Updating files:  64% (11847/18510)
Updating files:  65% (12032/18510)
Updating files:  66% (12217/18510)
Updating files:  67% (12402/18510)
Updating files:  68% (12587/18510)
Updating files:  69% (12772/18510)
Updating files:  70% (12957/18510)
Updating files:  71% (13143/18510)
Updating files:  72% (13328/18510)
Updating files:  73% (13513/18510)
Updating files:  74% (13698/18510)
Updating files:  75% (13883/18510)
Updating files:  76% (14068/18510)
Updating files:  77% (14253/18510)
Updating files:  77% (14350/18510)
Updating files:  78% (14438/18510)
Updating files:  79% (14623/18510)
Updating files:  80% (14808/18510)
Updating files:  81% (14994/18510)
Updating files:  82% (15179/18510)
Updating files:  83% (15364/18510)
Updating files:  84% (15549/18510)
Updating files:  85% (15734/18510)
Updating files:  86% (15919/18510)
Updating files:  87% (16104/18510)
Updating files:  88% (16289/18510)
Updating files:  89% (16474/18510)
Updating files:  90% (16659/18510)
Updating files:  91% (16845/18510)
Updating files:  92% (17030/18510)
Updating files:  93% (17215/18510)
Updating files:  94% (17400/18510)
Updating files:  95% (17585/18510)
Updating files:  96% (17770/18510)
Updating files:  97% (17955/18510)
Updating files:  98% (18140/18510)
Updating files:  99% (18325/18510)
Updating files: 100% (18510/18510)
Updating files: 100% (18510/18510), done.
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-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f' locally
docker.io/ocaml/opam@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f: Pulling from ocaml/opam
e7e4c87ce695: Already exists
098244b1fe4f: Already exists
94a818ec2cdc: Already exists
29e77b813c7f: Already exists
b9dc986333a7: Already exists
023a3b8ea315: Already exists
2684ea5ea2fe: Already exists
93c319c970b2: Already exists
03f63d243d48: Already exists
237874024f5b: Already exists
954f264158bf: Already exists
85f6eb6723bd: Already exists
2882e9da3bb0: Already exists
4aabbd87a4c4: Already exists
4f386ee1e947: Already exists
76eac5355b1e: Already exists
7732af2249d2: Already exists
0864fc6233a3: Already exists
74a602ddff51: Already exists
eff8656d1a08: Already exists
480ead97e7de: Already exists
71d9c83b5938: Already exists
4f4fb700ef54: Already exists
46ffbb314b18: Already exists
9ad678cce639: Already exists
cee0ad8655f3: Already exists
d7a6444c98ec: Already exists
fb7ac70d48b8: Already exists
9e9d8c0fc63b: Already exists
4fd15bd8b00c: Already exists
cfb25ffd51ce: Already exists
a1d4a67b1423: Already exists
b5f05950c5d7: Already exists
ffaeb3c9d76d: Already exists
4c3b6722757e: Already exists
0f58a95c7a9b: Pulling fs layer
c3e40142c411: Pulling fs layer
7f8475cb6605: Pulling fs layer
05a50efaf303: Pulling fs layer
6b01dec062a8: Pulling fs layer
9fd1e9989233: Pulling fs layer
0dba846700e5: Pulling fs layer
bf52bc4812dd: Pulling fs layer
1b2b9281aa17: Pulling fs layer
bd50ec9d8592: Pulling fs layer
68e2e1973b70: Pulling fs layer
57cf45132733: Pulling fs layer
265accc134f8: Pulling fs layer
05a50efaf303: Waiting
1b2b9281aa17: Waiting
bd50ec9d8592: Waiting
6b01dec062a8: Waiting
0dba846700e5: Waiting
bf52bc4812dd: Waiting
57cf45132733: Waiting
68e2e1973b70: Waiting
265accc134f8: Waiting
9fd1e9989233: Waiting
c3e40142c411: Download complete
05a50efaf303: Verifying Checksum
05a50efaf303: Download complete
6b01dec062a8: Verifying Checksum
6b01dec062a8: Download complete
9fd1e9989233: Download complete
0dba846700e5: Verifying Checksum
0dba846700e5: Download complete
bf52bc4812dd: Verifying Checksum
bf52bc4812dd: Download complete
7f8475cb6605: Verifying Checksum
7f8475cb6605: Download complete
1b2b9281aa17: Verifying Checksum
1b2b9281aa17: Download complete
68e2e1973b70: Download complete
0f58a95c7a9b: Verifying Checksum
0f58a95c7a9b: Download complete
57cf45132733: Verifying Checksum
57cf45132733: Download complete
265accc134f8: Verifying Checksum
265accc134f8: Download complete
bd50ec9d8592: Verifying Checksum
bd50ec9d8592: Download complete
0f58a95c7a9b: Pull complete
c3e40142c411: Pull complete
7f8475cb6605: Pull complete
05a50efaf303: Pull complete
6b01dec062a8: Pull complete
9fd1e9989233: Pull complete
0dba846700e5: Pull complete
bf52bc4812dd: Pull complete
1b2b9281aa17: Pull complete
bd50ec9d8592: Pull complete
68e2e1973b70: Pull complete
57cf45132733: Pull complete
265accc134f8: Pull complete
Digest: sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f
Status: Downloaded newer image for ocaml/opam@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f
2026-03-23 00:49.43 ---> using "842f1388ec2987f766804552c28c55560fa02e4f2d5abda53e3e17755e9377f6" 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:49.43 ---> using "ce33c090cee681486d95d74a367be59729600fac719653754f2174b3c9771c51" 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.

Continue? [Y/n] y
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.

[NOTE] The 'jobs' option was reset, its value was 79 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=79 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-23 00:49.43 ---> using "6c76db98d2847d185390e90ace0943bdfb6d6adba962f8dcd26c60bc2625937d" 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                 15
# 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-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native         false
# ocaml:native-tools   false
# ocaml:native-dynlink false
# 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+bytecode-only
2026-03-23 00:49.43 ---> using "9ed5cda145d4b3c88e63b67704995cdd356c06f9f9e273d5bada87220c40dd15" 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:49.43 ---> using "da8dd6faa512006558db46983f2d898758c4e5d6eeb28079d849c0dc2da4d351" from cache

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

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 00:49.45 ---> using "ed31b0a4b33fc7c22a0ff21d4e6276e62bb4519d40e2b85d009496e09473b1c2" 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 2s (5888 kB/s)
- Reading package lists...
- 
2026-03-23 00:49.45 ---> using "692b898298cfacfc526d7930a0df18e92343b3db4ef01710dc1998364c2f7e37" from cache

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall --update-invariant ocaml-compiler.5.3;\
                        \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.3' && 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.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== remove 1 package
  - remove    ocaml-base-compiler 5.4.0 (pinned)        [conflicts with ocaml-compiler]
=== downgrade 2 packages
  - downgrade ocaml               5.4.0 to 5.3.1        [upstream or system changes]
  - downgrade ocaml-compiler      5.4.0 to 5.3 (pinned)
=== recompile 5 packages
  - recompile base-domains        base                  [uses ocaml]
  - recompile base-effects        base                  [uses ocaml]
  - recompile base-nnp            base                  [uses base-domains]
  - recompile ocaml-config        3                     [uses ocaml-base-compiler]
  - recompile opam-depext         1.2.3                 [uses ocaml]
=== install 3 packages
  - install   host-arch-arm32     1
  - install   host-system-other   1
  - install   ocaml-variants      5.3.1+trunk           [required by ocaml-config]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed host-arch-arm32.1
-> installed host-system-other.1
-> retrieved ocaml-compiler.5.3  (https://github.com/ocaml/ocaml/archive/5.3.tar.gz)
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved ocaml-config.3  (2 extra sources)
-> retrieved opam-depext.1.2.3  (https://opam.ocaml.org/cache)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.4.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.4.0
-> removed   ocaml-compiler.5.4.0
-> installed ocaml-compiler.5.3
-> installed ocaml-variants.5.3.1+trunk
-> installed ocaml-config.3
-> installed ocaml.5.3.1
-> 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.3.1+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:51.13 ---> saved as "b2ada1091371aa98a5a53107b67f15fe37f923022a9add696e3d476b799b3e76"
Job succeeded
2026-03-23 00:51.29: Job succeeded