Build:
  1. 0
2025-12-12 16:52.51: New job: build ocaml-compiler.5.5, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29085/head (9466bb6421a1dbfbee339527b19d8217439b0f7c)
                              on debian-13-ocaml-4.14/i386

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29085/head" && git reset --hard 9466bb64
git fetch origin master
git merge --no-edit ee48e882f0f28b8d5008b84c31dc8d2005ad8ffc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba
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.5 5.5
RUN opam reinstall --update-invariant ocaml-compiler.5.5; \
    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.5' && 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-12 16:52.51: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba-ocaml-compiler.5.5-9466bb6421a1dbfbee339527b19d8217439b0f7c"
2025-12-12 16:52.51: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba)
 (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.5 5.5"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall --update-invariant ocaml-compiler.5.5;\
             \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.5' && 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-12 16:52.51: Waiting for resource in pool OCluster
2025-12-12 16:56.08: Waiting for worker…
2025-12-12 17:00.54: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  92% (17648/19005)
Updating files:  93% (17675/19005)
Updating files:  94% (17865/19005)
Updating files:  95% (18055/19005)
Updating files:  96% (18245/19005)
Updating files:  97% (18435/19005)
Updating files:  98% (18625/19005)
Updating files:  99% (18815/19005)
Updating files: 100% (19005/19005)
Updating files: 100% (19005/19005), done.
HEAD is now at ee48e882f0 Merge pull request #29082 from dra27/ocaml-metadata
Updating ee48e882f0..9466bb6421
Fast-forward
 packages/ocaml-compiler/ocaml-compiler.5.5/opam |  8 +++----
 packages/ocaml/ocaml.5.5.0/opam                 | 29 ++++++++++++++++++++-----
 2 files changed, 27 insertions(+), 10 deletions(-)

(from ocaml/opam:debian-13-ocaml-4.14@sha256:4848aea60941120256329f79bc1575eac7737937e94397b9b5e2d242c98ed6ba)
2025-12-12 17:01.00 ---> using "1615004ddcc88be47b2ac4c4af04f731009877767e5b23ac43f791ac711fc8db" 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"))
2025-12-12 17:01.00 ---> using "310eb88ec617880652e1012a5ff46dcb212b3aae2f087489405cd91c662b31ce" 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-12 17:01.00 ---> using "8fc291694d482e6db246b222b4fc35c370b316892763ff31ec07e8eb50660d19" 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_32 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       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-12 17:01.00 ---> using "d01ed238bd7a8b05b89ef57c8229299e2849672b87014c2191c72b2de1c00b3c" 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-12 17:01.00 ---> using "4af3d3af1526410064e4a9c3dc11cf42d8d72129d4ed0d01fc020b3615ea7a11" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-12 17:01.18 ---> saved as "2dcadca2204826b56d50aff069d7acc4f0164e56c44636e0602d1129205b433a"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-12 17:02.04 ---> saved as "d4d9769ef0cadb711115e76278e93a07441c9cf63e2905da65b3b56bcac95d3c"

/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 i386 Packages [73.8 kB]
- Fetched 165 kB in 0s (962 kB/s)
- Reading package lists...
- 
2025-12-12 17:02.06 ---> saved as "ef02889e98ae1e84005a5499e379eb35060940b324c5a13a94f788e1e969cbc8"

/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.5 5.5"))
ocaml-compiler is now pinned to version 5.5
2025-12-12 17:02.08 ---> saved as "8846a8ae2ee5ed614c3595559f9bfecea8d3e455f67bac3822724b399dd170c1"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall --update-invariant ocaml-compiler.5.5;\
                        \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.5' && 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.5 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.5.0
=== install 8 packages
  - install   base-domains               base
  - install   base-effects               base
  - install   base-nnp                   base
  - install   host-arch-x86_32           1
  - install   host-system-other          1
  - install   ocaml-compiler             5.5 (pinned)
  - install   ocaml-option-bytecode-only 1               [required by ocaml-compiler]
  - install   ocaml-variants             5.5.0+trunk     [required by ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml.5.5.0  (cached)
-> installed host-arch-x86_32.1
-> installed host-system-other.1
-> retrieved ocaml-compiler.5.5  (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.5
-> installed ocaml-variants.5.5.0+trunk
-> installed ocaml-config.2
-> installed ocaml.5.5.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.5.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)
2025-12-12 17:05.09 ---> saved as "e3b4003a04086b44c5d145a4aec8e81341dad475e86aaef8a6d239a58d6a47cb"
Job succeeded
2025-12-12 17:05.19: Job succeeded