Build:
  1. 1
  2. 0
2026-02-20 12:07.42: New job: build ocaml-solo5.1.2.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29425/head (56393c852ecc97bd2af91ac2eb29f999c7a71fca)
                              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/29425/head" && git reset --hard 56393c85
git fetch origin master
git merge --no-edit b820e8c25e0dea7a5ce86f961c182a44938fa39a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:5762f2a911e2ecd84c1c13730c9430787ed8cb2d0a999e1a807f43649c09ccfd
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-solo5.1.2.1 1.2.1
RUN opam reinstall ocaml-solo5.1.2.1; \
    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-solo5.1.2.1' && 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-02-20 12:07.42: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:5762f2a911e2ecd84c1c13730c9430787ed8cb2d0a999e1a807f43649c09ccfd-ocaml-solo5.1.2.1-56393c852ecc97bd2af91ac2eb29f999c7a71fca"
2026-02-20 12:07.42: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:5762f2a911e2ecd84c1c13730c9430787ed8cb2d0a999e1a807f43649c09ccfd)
 (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-solo5.1.2.1 1.2.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocaml-solo5.1.2.1;\
             \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-solo5.1.2.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-02-20 12:07.42: Waiting for resource in pool OCluster
2026-02-20 12:07.42: Waiting for worker…
2026-02-20 12:10.33: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at b820e8c25e Merge pull request #29435 from dx3mod/opam-publish-serialport.0.3
Merge made by the 'ort' strategy.
 .../ocaml-solo5-cross-aarch64.1.2.1/opam           | 60 ++++++++++++++++++++++
 packages/ocaml-solo5/ocaml-solo5.1.2.1/opam        | 58 +++++++++++++++++++++
 2 files changed, 118 insertions(+)
 create mode 100644 packages/ocaml-solo5-cross-aarch64/ocaml-solo5-cross-aarch64.1.2.1/opam
 create mode 100644 packages/ocaml-solo5/ocaml-solo5.1.2.1/opam

(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:5762f2a911e2ecd84c1c13730c9430787ed8cb2d0a999e1a807f43649c09ccfd)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:5762f2a911e2ecd84c1c13730c9430787ed8cb2d0a999e1a807f43649c09ccfd' locally
docker.io/ocaml/opam@sha256:5762f2a911e2ecd84c1c13730c9430787ed8cb2d0a999e1a807f43649c09ccfd: Pulling from ocaml/opam
d431d964235a: Pulling fs layer
5d085924098b: Pulling fs layer
95b323678384: Pulling fs layer
183058224fd2: Pulling fs layer
0cd8d9372046: Pulling fs layer
ce44ef8d81bb: Pulling fs layer
fb59dfbcc553: Pulling fs layer
183058224fd2: Waiting
0cd8d9372046: Waiting
da5931f4b14a: Pulling fs layer
ce44ef8d81bb: Waiting
fb59dfbcc553: Waiting
da5931f4b14a: Waiting
5d085924098b: Download complete
95b323678384: Verifying Checksum
95b323678384: Download complete
183058224fd2: Verifying Checksum
183058224fd2: Download complete
ce44ef8d81bb: Verifying Checksum
ce44ef8d81bb: Download complete
da5931f4b14a: Download complete
0cd8d9372046: Verifying Checksum
0cd8d9372046: Download complete
d431d964235a: Verifying Checksum
d431d964235a: Download complete
d431d964235a: Pull complete
5d085924098b: Pull complete
95b323678384: Pull complete
183058224fd2: Pull complete
0cd8d9372046: Pull complete
ce44ef8d81bb: Pull complete
fb59dfbcc553: Pull complete
da5931f4b14a: Pull complete
Digest: sha256:5762f2a911e2ecd84c1c13730c9430787ed8cb2d0a999e1a807f43649c09ccfd
Status: Downloaded newer image for ocaml/opam@sha256:5762f2a911e2ecd84c1c13730c9430787ed8cb2d0a999e1a807f43649c09ccfd
2026-02-20 12:13.01 ---> saved as "0616b7a43d8f82ce010df011eaa37255d5b382bfce9c6c096b8730ef3d361f54"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-20 12:13.01 ---> saved as "3a845905be4741f785153b5b6b58bd23d73a38a0394bd53cd417d8b765aad519"

/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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-20 12:13.24 ---> saved as "8e559ae75895f4bfd6ba96b456cd4f9d018b5e0346cafda7a0a14e5f42a32941"

/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=20260212
# 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
2026-02-20 12:13.24 ---> saved as "afbce77463f4c5c11deaea47a70aff0be18193e81aed0e0c27fe6c8dd15e2702"

/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-02-20 12:13.37 ---> saved as "dc7417d869b9a4248b3978f3d50d3e033fa9d1ec5d4dc0ffe3ab21a8a05c8b51"

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-20 12:13.52 ---> saved as "2bc9b6b53ebf925774f2923b83e424b1dccf2581d33275842b2fb2acddbbce6c"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-20 12:14.11 ---> saved as "5fdbb76bc5bfc50d14047fc8691d9c0f5c64b26ea09884d875ab58a860b3c0fd"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'openSUSE-Tumbleweed-Update' metadata [..
- Looking for gpg keys in repository openSUSE-Tumbleweed-Update.
-   gpgkey=http://download.opensuse.org/update/tumbleweed/repodata/repomd.xml.key
- ...
- ...done]
- Building repository 'openSUSE-Tumbleweed-Update' cache [....done]
- 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.
2026-02-20 12:14.27 ---> saved as "b2624e5ff98fe922605939f4d597da7c9a57430b91a901a9a268d1d58af68950"

/home/opam: (run (shell "opam pin add -k version -yn ocaml-solo5.1.2.1 1.2.1"))
ocaml-solo5 is now pinned to version 1.2.1
2026-02-20 12:14.28 ---> saved as "f516983206d1f48c7c39834774f3f32560531b0c1fd65f0f2e59682b565275e0"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocaml-solo5.1.2.1;\
                        \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-solo5.1.2.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocaml-solo5.1.2.1 is not installed. Install it? [Y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 5.4.0
    - ocaml-solo5 >= 1.2.1 -> ocaml = 5.4.1 -> ocaml-variants < 5.4.2~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - ocaml-solo5 >= 1.2.1 -> ocaml = 5.4.1 -> ocaml-variants < 5.4.2~ -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'
  * Missing dependency:
    - ocaml-solo5 >= 1.2.1 -> ocaml = 5.4.1 -> ocaml-variants < 5.4.2~ -> system-msvc
    unmet availability conditions: 'os = "win32"'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ocaml-solo5.1.2.1;
        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-solo5.1.2.1' && 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
2026-02-20 12:14.42: Job failed: Failed: Build failed
2026-02-20 12:14.42: Log analysis:
2026-02-20 12:14.42: >>> 
No solution found, exiting
 (score = 100)
2026-02-20 12:14.42: [SKIP] Package not available