Build:
  1. 0
2025-12-17 15:33.24: New job: build ocaml.5.5.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29085/head (d0355feefc1e55d6558a9946775e6b891961f805)
                              on opensuse-tumbleweed-ocaml-5.4/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 d0355fee
git fetch origin master
git merge --no-edit c199949faadf15109c780af6e7b5b8a514096df6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:40ce6f5addcfaeddb2c28d0f82c51cac7b47159b8e5e804d9f441b52d385b187
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.5.5.0 5.5.0
RUN opam reinstall ocaml.5.5.0; \
    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 "\"opensuse-tumbleweed\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocaml.5.5.0' && 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-17 15:33.24: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:40ce6f5addcfaeddb2c28d0f82c51cac7b47159b8e5e804d9f441b52d385b187-ocaml.5.5.0-d0355feefc1e55d6558a9946775e6b891961f805"
2025-12-17 15:33.24: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:40ce6f5addcfaeddb2c28d0f82c51cac7b47159b8e5e804d9f441b52d385b187)
 (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.5.5.0 5.5.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocaml.5.5.0;\
             \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 \"\\\"opensuse-tumbleweed\\\"\"; 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.5.5.0' && 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-17 15:33.24: Waiting for resource in pool OCluster
2025-12-17 15:33.25: Waiting for worker…
2025-12-17 15:34.25: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at c199949faa Merge pull request #29097 from reynir/release-albatross-v2.6.2
Updating c199949faa..d0355feefc
Fast-forward
 packages/ocaml/ocaml.5.5.0/opam | 26 +++++++++++++++++++++++---
 1 file changed, 23 insertions(+), 3 deletions(-)

(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:40ce6f5addcfaeddb2c28d0f82c51cac7b47159b8e5e804d9f441b52d385b187)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:40ce6f5addcfaeddb2c28d0f82c51cac7b47159b8e5e804d9f441b52d385b187' locally
docker.io/ocaml/opam@sha256:40ce6f5addcfaeddb2c28d0f82c51cac7b47159b8e5e804d9f441b52d385b187: Pulling from ocaml/opam
7c7778523c68: Pulling fs layer
7761868ce687: Pulling fs layer
6ab92093b356: Pulling fs layer
3f457f5bb952: Pulling fs layer
f826c7e28c0d: Pulling fs layer
6870a01388ba: Pulling fs layer
3f457f5bb952: Waiting
f826c7e28c0d: Waiting
45acf0215c20: Pulling fs layer
fabf30871a0a: Pulling fs layer
5eeaf9da6ba6: Pulling fs layer
6870a01388ba: Waiting
45acf0215c20: Waiting
fabf30871a0a: Waiting
a60073d3a7ef: Pulling fs layer
5a75ce3edee6: Pulling fs layer
f0df475778c1: Pulling fs layer
b2845cf9abed: Pulling fs layer
5a75ce3edee6: Waiting
a60073d3a7ef: Waiting
f0df475778c1: Waiting
6b32d374eaf5: Pulling fs layer
b2845cf9abed: Waiting
ea97784c19e4: Pulling fs layer
6b32d374eaf5: Waiting
e93b95808560: Pulling fs layer
ea97784c19e4: Waiting
db14ad82a9e0: Pulling fs layer
e93b95808560: Waiting
fa9f73020fa0: Pulling fs layer
f05982243de1: Pulling fs layer
db14ad82a9e0: Waiting
4f4fb700ef54: Pulling fs layer
acc1180f5ed4: Pulling fs layer
f05982243de1: Waiting
fa9f73020fa0: Waiting
4f4fb700ef54: Waiting
6dd58485c5da: Pulling fs layer
acc1180f5ed4: Waiting
39773dff844c: Pulling fs layer
6dd58485c5da: Waiting
bad27291ba2f: Pulling fs layer
d68d50384e87: Pulling fs layer
d68d50384e87: Waiting
200560b77191: Pulling fs layer
c3d9996446a2: Pulling fs layer
200560b77191: Waiting
48395663a300: Pulling fs layer
c3d9996446a2: Waiting
a40dbacc0dcb: Pulling fs layer
48395663a300: Waiting
2d99ad292e67: Pulling fs layer
bb2b77fb1aad: Pulling fs layer
8ab6c873bb39: Pulling fs layer
a40dbacc0dcb: Waiting
2d99ad292e67: Waiting
19a9e05fa251: Pulling fs layer
bb2b77fb1aad: Waiting
8ab6c873bb39: Waiting
a721328e507f: Pulling fs layer
19a9e05fa251: Waiting
9d4811ef132a: Pulling fs layer
9287b75c7661: Pulling fs layer
a721328e507f: Waiting
9d4811ef132a: Waiting
84387a428483: Pulling fs layer
9287b75c7661: Waiting
f380463763f6: Pulling fs layer
84387a428483: Waiting
7420e89f8ca0: Pulling fs layer
f380463763f6: Waiting
bc00c3d20d1f: Pulling fs layer
7420e89f8ca0: Waiting
8afea8c08f10: Pulling fs layer
bc00c3d20d1f: Waiting
3141191aecf7: Pulling fs layer
8afea8c08f10: Waiting
ea6eb1380dd0: Pulling fs layer
3141191aecf7: Waiting
a851b9f79bc4: Pulling fs layer
07854f4cca26: Pulling fs layer
a851b9f79bc4: Waiting
07854f4cca26: Waiting
ea6eb1380dd0: Waiting
7761868ce687: Verifying Checksum
7761868ce687: Download complete
7c7778523c68: Verifying Checksum
7c7778523c68: Download complete
f826c7e28c0d: Download complete
6ab92093b356: Verifying Checksum
6ab92093b356: Download complete
6870a01388ba: Verifying Checksum
6870a01388ba: Download complete
45acf0215c20: Verifying Checksum
45acf0215c20: Download complete
fabf30871a0a: Download complete
a60073d3a7ef: Verifying Checksum
a60073d3a7ef: Download complete
5eeaf9da6ba6: Verifying Checksum
5eeaf9da6ba6: Download complete
5a75ce3edee6: Verifying Checksum
5a75ce3edee6: Download complete
f0df475778c1: Verifying Checksum
f0df475778c1: Download complete
7c7778523c68: Pull complete
7761868ce687: Pull complete
6b32d374eaf5: Verifying Checksum
6b32d374eaf5: Download complete
b2845cf9abed: Verifying Checksum
b2845cf9abed: Download complete
3f457f5bb952: Verifying Checksum
3f457f5bb952: Download complete
db14ad82a9e0: Download complete
e93b95808560: Verifying Checksum
e93b95808560: Download complete
ea97784c19e4: Verifying Checksum
ea97784c19e4: Download complete
fa9f73020fa0: Verifying Checksum
fa9f73020fa0: Download complete
4f4fb700ef54: Download complete
f05982243de1: Verifying Checksum
f05982243de1: Download complete
acc1180f5ed4: Verifying Checksum
acc1180f5ed4: Download complete
6ab92093b356: Pull complete
bad27291ba2f: Verifying Checksum
bad27291ba2f: Download complete
6dd58485c5da: Download complete
39773dff844c: Verifying Checksum
39773dff844c: Download complete
d68d50384e87: Verifying Checksum
d68d50384e87: Download complete
200560b77191: Verifying Checksum
200560b77191: Download complete
c3d9996446a2: Verifying Checksum
48395663a300: Verifying Checksum
48395663a300: Download complete
2d99ad292e67: Download complete
bb2b77fb1aad: Verifying Checksum
bb2b77fb1aad: Download complete
a40dbacc0dcb: Verifying Checksum
a40dbacc0dcb: Download complete
8ab6c873bb39: Verifying Checksum
8ab6c873bb39: Download complete
a721328e507f: Download complete
9287b75c7661: Download complete
84387a428483: Verifying Checksum
84387a428483: Download complete
f380463763f6: Verifying Checksum
f380463763f6: Download complete
7420e89f8ca0: Download complete
19a9e05fa251: Verifying Checksum
19a9e05fa251: Download complete
bc00c3d20d1f: Verifying Checksum
bc00c3d20d1f: Download complete
8afea8c08f10: Verifying Checksum
8afea8c08f10: Download complete
ea6eb1380dd0: Verifying Checksum
ea6eb1380dd0: Download complete
a851b9f79bc4: Verifying Checksum
a851b9f79bc4: Download complete
07854f4cca26: Download complete
3f457f5bb952: Pull complete
f826c7e28c0d: Pull complete
6870a01388ba: Pull complete
3141191aecf7: Verifying Checksum
3141191aecf7: Download complete
45acf0215c20: Pull complete
fabf30871a0a: Pull complete
5eeaf9da6ba6: Pull complete
a60073d3a7ef: Pull complete
5a75ce3edee6: Pull complete
f0df475778c1: Pull complete
b2845cf9abed: Pull complete
6b32d374eaf5: Pull complete
ea97784c19e4: Pull complete
e93b95808560: Pull complete
db14ad82a9e0: Pull complete
fa9f73020fa0: Pull complete
f05982243de1: Pull complete
4f4fb700ef54: Pull complete
acc1180f5ed4: Pull complete
6dd58485c5da: Pull complete
39773dff844c: Pull complete
bad27291ba2f: Pull complete
d68d50384e87: Pull complete
200560b77191: Pull complete
c3d9996446a2: Pull complete
48395663a300: Pull complete
a40dbacc0dcb: Pull complete
2d99ad292e67: Pull complete
bb2b77fb1aad: Pull complete
8ab6c873bb39: Pull complete
9d4811ef132a: Verifying Checksum
19a9e05fa251: Pull complete
a721328e507f: Pull complete
9d4811ef132a: Pull complete
9287b75c7661: Pull complete
84387a428483: Pull complete
f380463763f6: Pull complete
7420e89f8ca0: Pull complete
bc00c3d20d1f: Pull complete
8afea8c08f10: Pull complete
3141191aecf7: Pull complete
ea6eb1380dd0: Pull complete
a851b9f79bc4: Pull complete
07854f4cca26: Pull complete
Digest: sha256:40ce6f5addcfaeddb2c28d0f82c51cac7b47159b8e5e804d9f441b52d385b187
Status: Downloaded newer image for ocaml/opam@sha256:40ce6f5addcfaeddb2c28d0f82c51cac7b47159b8e5e804d9f441b52d385b187
2025-12-17 15:37.30 ---> saved as "8b39bfa0f906078823cde8ff87f457987d1c822a7ff351ffe49fe9d4726b7ef0"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-17 15:37.30 ---> saved as "3fad17f672543947c4fbe985dbee31ccffbad2a3a15945828d5736282520d3de"

/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-17 15:37.53 ---> saved as "5b373531dd03ed61d2652497dda9a251abb78136b2e64004356360383791ea6e"

/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=opensuse-tumbleweed os-version=20251211
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# 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-options-vanilla.1
# 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
2025-12-17 15:37.53 ---> saved as "dac45829c8b795fb7249b30ec1544055e0edae811883ecd9d49006b546d9e61f"

/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-17 15:38.04 ---> saved as "cab4121969a0c1f68aa7a3cafa59a9aa32737174b4631a66869ef9e5b19558d0"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-17 15:38.10 ---> saved as "e9776d6f9a139cf2e9ae1c437366b57e753c28ad79a99643a268e7490937c526"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- ..
- ......done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [.
- ..
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ......
- ..
- .......
- ......
- ........
- ......
- .......
- ...
- .done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2025-12-17 15:38.46 ---> saved as "2730a858661a75924277a62afcde3fdfc0a2c27d140c5ddaca7837e64aa65bba"

/home/opam: (run (shell "opam pin add -k version -yn ocaml.5.5.0 5.5.0"))
ocaml is now pinned to version 5.5.0
2025-12-17 15:38.47 ---> saved as "54f8fdd5ae43f0fb45c35234e8c08602291e2b75c5f6c4796f3fa85590e01139"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocaml.5.5.0;\
                        \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 \"\\\"opensuse-tumbleweed\\\"\"; 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.5.5.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocaml.5.5.0 is not installed. Install it? [Y/n] y
  * Missing dependency:
    - (invariant) -> ocaml-base-compiler >= 5.4.0 -> ocaml-compiler = 5.4.0 -> ocaml = 5.4.0 -> ocaml.5.4.0: no longer available

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ocaml.5.5.0;
        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 "\"opensuse-tumbleweed\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'ocaml.5.5.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2025-12-17 15:39.04: Job failed: Failed: Build failed
2025-12-17 15:39.04: Log analysis:
2025-12-17 15:39.04: >>> 
No solution found, exiting
 (score = 100)
2025-12-17 15:39.04: [SKIP] Package not available