Build:
  1. 0
2025-12-12 16:52.50: New job: build ocaml-compiler.5.5, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29085/head (9466bb6421a1dbfbee339527b19d8217439b0f7c)
                              on ubuntu-24.04-ocaml-4.14/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/29085/head" && git reset --hard 9466bb64
git fetch origin master
git merge --no-edit ee48e882f0f28b8d5008b84c31dc8d2005ad8ffc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:7f4e554329cb81b841e3ed28f284471d289ea718dffa40e3f597fd8b0b434350
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 "\"ubuntu-24.04\""; 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.50: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:7f4e554329cb81b841e3ed28f284471d289ea718dffa40e3f597fd8b0b434350-ocaml-compiler.5.5-9466bb6421a1dbfbee339527b19d8217439b0f7c"
2025-12-12 16:52.50: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:7f4e554329cb81b841e3ed28f284471d289ea718dffa40e3f597fd8b0b434350)
 (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 \"\\\"ubuntu-24.04\\\"\"; 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.50: Waiting for resource in pool OCluster
2025-12-12 16:52.51: Waiting for worker…
2025-12-12 16:58.06: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  57% (10892/19005)
Updating files:  58% (11023/19005)
Updating files:  59% (11213/19005)
Updating files:  60% (11403/19005)
Updating files:  61% (11594/19005)
Updating files:  62% (11784/19005)
Updating files:  63% (11974/19005)
Updating files:  64% (12164/19005)
Updating files:  65% (12354/19005)
Updating files:  66% (12544/19005)
Updating files:  67% (12734/19005)
Updating files:  68% (12924/19005)
Updating files:  69% (13114/19005)
Updating files:  70% (13304/19005)
Updating files:  71% (13494/19005)
Updating files:  72% (13684/19005)
Updating files:  73% (13874/19005)
Updating files:  74% (14064/19005)
Updating files:  75% (14254/19005)
Updating files:  76% (14444/19005)
Updating files:  77% (14634/19005)
Updating files:  78% (14824/19005)
Updating files:  79% (15014/19005)
Updating files:  80% (15204/19005)
Updating files:  81% (15395/19005)
Updating files:  82% (15585/19005)
Updating files:  83% (15775/19005)
Updating files:  84% (15965/19005)
Updating files:  85% (16155/19005)
Updating files:  86% (16345/19005)
Updating files:  87% (16535/19005)
Updating files:  88% (16725/19005)
Updating files:  89% (16915/19005)
Updating files:  90% (17105/19005)
Updating files:  91% (17295/19005)
Updating files:  92% (17485/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:ubuntu-24.04-ocaml-4.14@sha256:7f4e554329cb81b841e3ed28f284471d289ea718dffa40e3f597fd8b0b434350)
2025-12-12 17:02.21 ---> using "049424e9ea37f1cd6b287c4aec2452cf257bc79b2f9fe2fd58e82150e47f9c37" 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-12 17:02.21 ---> using "fc641a001b89148027114be0bf92b76e96b3519dceaab55e635bbf6b9b72f8a6" 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:02.21 ---> using "47c37667ec200f5f2bbf03affe5a68e5417a70a1c13e907bf2bb798d92fe6cf8" 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_64 os=linux os-distribution=ubuntu os-version=24.04
# 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:02.21 ---> using "f9079b306e3286deb1bc7821d77ebf8529778f7c5d2041430fe5f63bbea88c08" 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:02.21 ---> using "ea66749ae6a535f9b102b9501af48c10be0cbdff8644b0da1a5bfb5df0eeeeb0" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-12 17:02.23 ---> using "677a1432132de36c1fbceb45751398e0e40e731a856901c47cba5d82d878993d" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-12 17:02.23 ---> using "9ed1b6e95792c051e6e4b1a441b764efefe46d235554e27385b649c261d28936" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3048 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1944 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2118 kB]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2874 kB]
- Get:9 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1736 kB]
- Get:10 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1183 kB]
- Fetched 13.3 MB in 2s (8492 kB/s)
- Reading package lists...
- 
2025-12-12 17:02.23 ---> using "7e01f546a9cea77432a3a2394c588a0237d1fc1055a798af15dfcdfc75974361" from cache

/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.25 ---> saved as "1ed10ef50e7020d0b15abd15c4c6a5ebaa6940d8af8674601af5bcdc4d2f325d"

/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 \"\\\"ubuntu-24.04\\\"\"; 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 7 packages
  - install   base-domains        base
  - install   base-effects        base
  - install   base-nnp            base
  - install   host-arch-x86_64    1
  - install   host-system-other   1
  - install   ocaml-compiler      5.5 (pinned)
  - install   ocaml-variants      5.5.0+trunk     [required by ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml.5.5.0  (cached)
-> installed host-arch-x86_64.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)
-> 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:09.04 ---> saved as "bc5c84254cbc472f3e9bc945ef5fd09905e35c6c8375c6d635ba3ad2fe5ca7ac"
Job succeeded
2025-12-12 17:09.19: Job succeeded