(not at the head of any monitored branch or PR)
2026-03-23 00:44.00: New job: build ocaml-compiler.5.4.0~beta1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
                              on opensuse-16.0-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/29582/head" && git reset --hard 9346fc96
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d
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.4.0~beta1 5.4.0~beta1
RUN opam reinstall --update-invariant ocaml-compiler.5.4.0~beta1; \
    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-16.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocaml-compiler.5.4.0~beta1' && 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.00: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d-ocaml-compiler.5.4.0~beta1-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.00: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d)
 (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.4.0~beta1 5.4.0~beta1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall --update-invariant ocaml-compiler.5.4.0~beta1;\
             \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-16.0\\\"\"; 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.4.0~beta1' && 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.00: Waiting for resource in pool OCluster
2026-03-23 00:52.53: Waiting for worker…
2026-03-23 00:57.38: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
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:opensuse-16.0-ocaml-5.4@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d' locally
docker.io/ocaml/opam@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d: Pulling from ocaml/opam
64cfa2a65095: Pulling fs layer
7b581e71db22: Pulling fs layer
0d9a5a107b9b: Pulling fs layer
357b95083b04: Pulling fs layer
3658f63fcffa: Pulling fs layer
5f00ec28670a: Pulling fs layer
357b95083b04: Waiting
3658f63fcffa: Waiting
d5429ba7ea96: Pulling fs layer
5f00ec28670a: Waiting
1e2abec3e48a: Pulling fs layer
d5429ba7ea96: Waiting
a459d1a5da3b: Pulling fs layer
2168339905af: Pulling fs layer
a459d1a5da3b: Waiting
165752543076: Pulling fs layer
1e2abec3e48a: Waiting
72d1a62a8420: Pulling fs layer
7a8e0b1e89ad: Pulling fs layer
165752543076: Waiting
2168339905af: Waiting
f363e37deee9: Pulling fs layer
7a8e0b1e89ad: Waiting
aa8207662583: Pulling fs layer
7993a7002f90: Pulling fs layer
f363e37deee9: Waiting
aa8207662583: Waiting
b555b5cbc6e7: Pulling fs layer
7993a7002f90: Waiting
00bcd96691ba: Pulling fs layer
b555b5cbc6e7: Waiting
e7d8a4a03644: Pulling fs layer
00bcd96691ba: Waiting
4f4fb700ef54: Pulling fs layer
e7d8a4a03644: Waiting
b84d3b76e0e8: Pulling fs layer
4f4fb700ef54: Waiting
32f29cbbfa56: Pulling fs layer
b84d3b76e0e8: Waiting
d591940d5bfc: Pulling fs layer
32f29cbbfa56: Waiting
a9c4ab92f613: Pulling fs layer
d591940d5bfc: Waiting
c84b77db6559: Pulling fs layer
a9c4ab92f613: Waiting
4a817e492857: Pulling fs layer
8989192c74fe: Pulling fs layer
c84b77db6559: Waiting
0c77f911b4ac: Pulling fs layer
8989192c74fe: Waiting
4a817e492857: Waiting
127679045d22: Pulling fs layer
703641514dec: Pulling fs layer
0c77f911b4ac: Waiting
127679045d22: Waiting
355713e56611: Pulling fs layer
703641514dec: Waiting
b077b32f3467: Pulling fs layer
355713e56611: Waiting
5fac5a53a6e0: Pulling fs layer
135be594b6b0: Pulling fs layer
b077b32f3467: Waiting
5fac5a53a6e0: Waiting
8c4f627de9a8: Pulling fs layer
ddcab00bd8b5: Pulling fs layer
8c4f627de9a8: Waiting
135be594b6b0: Waiting
8cc53bc399b9: Pulling fs layer
ddcab00bd8b5: Waiting
cc314699ebb3: Pulling fs layer
8cc53bc399b9: Waiting
bd70335dd932: Pulling fs layer
cc314699ebb3: Waiting
10a9cbc4ed95: Pulling fs layer
bd70335dd932: Waiting
0793f4c8855c: Pulling fs layer
10a9cbc4ed95: Waiting
50b923fd66a2: Pulling fs layer
0793f4c8855c: Waiting
c563596748bf: Pulling fs layer
846ea7b2e958: Pulling fs layer
50b923fd66a2: Waiting
28a548044636: Pulling fs layer
846ea7b2e958: Waiting
28a548044636: Waiting
7b581e71db22: Verifying Checksum
7b581e71db22: Download complete
64cfa2a65095: Verifying Checksum
64cfa2a65095: Download complete
3658f63fcffa: Download complete
5f00ec28670a: Verifying Checksum
5f00ec28670a: Download complete
357b95083b04: Verifying Checksum
357b95083b04: Download complete
64cfa2a65095: Pull complete
7b581e71db22: Pull complete
d5429ba7ea96: Verifying Checksum
d5429ba7ea96: Download complete
1e2abec3e48a: Verifying Checksum
1e2abec3e48a: Download complete
a459d1a5da3b: Verifying Checksum
a459d1a5da3b: Download complete
2168339905af: Verifying Checksum
2168339905af: Download complete
165752543076: Verifying Checksum
165752543076: Download complete
0d9a5a107b9b: Verifying Checksum
0d9a5a107b9b: Download complete
7a8e0b1e89ad: Verifying Checksum
7a8e0b1e89ad: Download complete
72d1a62a8420: Verifying Checksum
72d1a62a8420: Download complete
f363e37deee9: Verifying Checksum
f363e37deee9: Download complete
aa8207662583: Verifying Checksum
aa8207662583: Download complete
b555b5cbc6e7: Verifying Checksum
b555b5cbc6e7: Download complete
7993a7002f90: Verifying Checksum
7993a7002f90: Download complete
00bcd96691ba: Verifying Checksum
00bcd96691ba: Download complete
e7d8a4a03644: Verifying Checksum
e7d8a4a03644: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
b84d3b76e0e8: Verifying Checksum
b84d3b76e0e8: Download complete
32f29cbbfa56: Verifying Checksum
32f29cbbfa56: Download complete
d591940d5bfc: Download complete
a9c4ab92f613: Verifying Checksum
a9c4ab92f613: Download complete
c84b77db6559: Verifying Checksum
c84b77db6559: Download complete
4a817e492857: Verifying Checksum
4a817e492857: Download complete
8989192c74fe: Verifying Checksum
8989192c74fe: Download complete
0c77f911b4ac: Verifying Checksum
0c77f911b4ac: Download complete
127679045d22: Verifying Checksum
127679045d22: Download complete
703641514dec: Verifying Checksum
703641514dec: Download complete
355713e56611: Verifying Checksum
355713e56611: Download complete
b077b32f3467: Verifying Checksum
b077b32f3467: Download complete
135be594b6b0: Download complete
ddcab00bd8b5: Verifying Checksum
ddcab00bd8b5: Download complete
0d9a5a107b9b: Pull complete
8cc53bc399b9: Verifying Checksum
8cc53bc399b9: Download complete
cc314699ebb3: Download complete
bd70335dd932: Verifying Checksum
bd70335dd932: Download complete
8c4f627de9a8: Verifying Checksum
8c4f627de9a8: Download complete
0793f4c8855c: Verifying Checksum
0793f4c8855c: Download complete
50b923fd66a2: Verifying Checksum
50b923fd66a2: Download complete
c563596748bf: Verifying Checksum
c563596748bf: Download complete
846ea7b2e958: Verifying Checksum
846ea7b2e958: Download complete
28a548044636: Download complete
10a9cbc4ed95: Verifying Checksum
10a9cbc4ed95: Download complete
5fac5a53a6e0: Verifying Checksum
5fac5a53a6e0: Download complete
357b95083b04: Pull complete
3658f63fcffa: Pull complete
5f00ec28670a: Pull complete
d5429ba7ea96: Pull complete
1e2abec3e48a: Pull complete
a459d1a5da3b: Pull complete
2168339905af: Pull complete
165752543076: Pull complete
72d1a62a8420: Pull complete
7a8e0b1e89ad: Pull complete
f363e37deee9: Pull complete
aa8207662583: Pull complete
7993a7002f90: Pull complete
b555b5cbc6e7: Pull complete
00bcd96691ba: Pull complete
e7d8a4a03644: Pull complete
4f4fb700ef54: Pull complete
b84d3b76e0e8: Pull complete
32f29cbbfa56: Pull complete
d591940d5bfc: Pull complete
a9c4ab92f613: Pull complete
c84b77db6559: Pull complete
4a817e492857: Pull complete
8989192c74fe: Pull complete
0c77f911b4ac: Pull complete
127679045d22: Pull complete
703641514dec: Pull complete
355713e56611: Pull complete
b077b32f3467: Pull complete
5fac5a53a6e0: Pull complete
135be594b6b0: Pull complete
8c4f627de9a8: Pull complete
ddcab00bd8b5: Pull complete
8cc53bc399b9: Pull complete
cc314699ebb3: Pull complete
bd70335dd932: Pull complete
10a9cbc4ed95: Pull complete
0793f4c8855c: Pull complete
50b923fd66a2: Pull complete
c563596748bf: Pull complete
846ea7b2e958: Pull complete
28a548044636: Pull complete
Digest: sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d
Status: Downloaded newer image for ocaml/opam@sha256:2a63bf3c9f8ff4299191871fefcd9982b4c89def6f90e84b18808a2e78dba91d
2026-03-23 01:00.15 ---> saved as "a84bee05f589564fb24f9acffdadcc84028641a9678370b03cb69ffcc1a9f2cc"

/: (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 01:00.15 ---> saved as "ec88b90d133de0be1fa13846857b9e9ac739b6ed53f2cfb2986982b3b9eec935"

/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
2026-03-23 01:00.40 ---> saved as "819b83edfe592b8b1ca0691321260f94b68dddfe28cde8030b0c2eb0b9e82468"

/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-leap os-version=16.0
# 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-03-23 01:00.40 ---> saved as "4d67c6ab7e52994330b2727652bc6a877ea1730ad5eef32184aab1683000d5a4"

/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 01:00.49 ---> saved as "a59924c86b73a7a6d3b0b57770801d628d7a393d0687cd9df216d8ac6bec8344"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 01:00.59 ---> saved as "56f6514b41c59e96c85f61a70758a054bcc63c3e9c2e3a16d3298c7eec835dd9"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 01:01.18 ---> saved as "f88eb749d6367c755efc015830509bbafa3445a73f1249b1449d2da2c913d4db"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ...
- .
- ..........
- .......done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-03-23 01:01.30 ---> saved as "12af3c716599f5ef739a483017b3ac2a3a0472963316b8b06d71a06f0acc7e8b"

/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0~beta1 5.4.0~beta1"))
ocaml-compiler is now pinned to version 5.4.0~beta1
2026-03-23 01:01.31 ---> saved as "f5ed0e3adb59c7347181ddac51c922c3da58d7ba3beab0aabbd94d6251b756a8"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall --update-invariant ocaml-compiler.5.4.0~beta1;\
                        \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-16.0\\\"\"; 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.4.0~beta1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ocaml-compiler.5.4.0~beta1 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 1 package
  - downgrade ocaml-compiler      5.4.0 to 5.4.0~beta1 (pinned)
=== recompile 6 packages
  - recompile base-domains        base                          [uses ocaml]
  - recompile base-effects        base                          [uses ocaml]
  - recompile base-nnp            base                          [uses base-domains]
  - recompile ocaml               5.4.0                         [uses ocaml-base-compiler]
  - recompile ocaml-config        3                             [uses ocaml-base-compiler]
  - recompile opam-depext         1.2.3                         [uses ocaml]
=== install 1 package
  - install   ocaml-variants      5.4.0~beta1+options           [required by ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0~beta1  (cached)
-> retrieved ocaml-config.3  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> 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.4.0~beta1
-> installed ocaml-variants.5.4.0~beta1+options
-> installed ocaml-config.3
-> installed ocaml.5.4.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.4.0~beta1+options"}]
       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 01:03.49 ---> saved as "c098de5ad9936c085959b0f3a1914271f4ed5befef4dbe28a463564d927a071c"
Job succeeded
2026-03-23 01:04.00: Job succeeded