(not at the head of any monitored branch or PR)
2026-03-23 00:44.01: 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 fedora-43-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/29582/head" && git reset --hard 9346fc96
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36
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 "\"fedora-43\""; 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.01: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36-ocaml-compiler.5.4.0~beta1-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.01: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36)
 (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 \"\\\"fedora-43\\\"\"; 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.01: Waiting for resource in pool OCluster
2026-03-23 01:05.33: Waiting for worker…
2026-03-23 01:10.03: 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:fedora-43-ocaml-4.14@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36' locally
docker.io/ocaml/opam@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36: Pulling from ocaml/opam
5bc90b3315da: Pulling fs layer
132ed1c875b9: Pulling fs layer
709f19a93d7b: Pulling fs layer
600672ca084e: Pulling fs layer
e14c24140cbe: Pulling fs layer
2db09da454e1: Pulling fs layer
0e05a03dbf5c: Pulling fs layer
d9bf0b27ee73: Pulling fs layer
d22999d561d9: Pulling fs layer
600672ca084e: Waiting
9748e0447729: Pulling fs layer
e14c24140cbe: Waiting
2db09da454e1: Waiting
b221b944dee6: Pulling fs layer
0e05a03dbf5c: Waiting
d9bf0b27ee73: Waiting
d22999d561d9: Waiting
9748e0447729: Waiting
9103b02722d1: Pulling fs layer
4ad003f04196: Pulling fs layer
b221b944dee6: Waiting
9103b02722d1: Waiting
530b789336ee: Pulling fs layer
4ad003f04196: Waiting
7dc6ed995942: Pulling fs layer
530b789336ee: Waiting
26e0665eb0ef: Pulling fs layer
ec3e95305314: Pulling fs layer
7dc6ed995942: Waiting
26e0665eb0ef: Waiting
e3efd041cf4c: Pulling fs layer
ec3e95305314: Waiting
93818fe36d44: Pulling fs layer
e3efd041cf4c: Waiting
ddeea98533ac: Pulling fs layer
93818fe36d44: Waiting
d782acfda9e2: Pulling fs layer
ddeea98533ac: Waiting
4f4fb700ef54: Pulling fs layer
d782acfda9e2: Waiting
4ac33b5f01d6: Pulling fs layer
4f4fb700ef54: Waiting
d4dbe3c6c8b2: Pulling fs layer
4ac33b5f01d6: Waiting
81507c45bdf3: Pulling fs layer
d4dbe3c6c8b2: Waiting
2a6e58484e29: Pulling fs layer
81507c45bdf3: Waiting
dc9846762449: Pulling fs layer
2a6e58484e29: Waiting
c73cd3a4d77c: Pulling fs layer
dc9846762449: Waiting
4655acdcba9f: Pulling fs layer
c73cd3a4d77c: Waiting
ea076df8754b: Pulling fs layer
2ea208952bef: Pulling fs layer
4655acdcba9f: Waiting
2ea825907a64: Pulling fs layer
61247173b8a6: Pulling fs layer
2ea825907a64: Waiting
2ea208952bef: Waiting
09632a095133: Pulling fs layer
724c34c015ab: Pulling fs layer
61247173b8a6: Waiting
135cb0ab9a1d: Pulling fs layer
b9e130e952db: Pulling fs layer
724c34c015ab: Waiting
d30c115b82bd: Pulling fs layer
f46f55c5b90c: Pulling fs layer
135cb0ab9a1d: Waiting
c8ed89f90e3f: Pulling fs layer
db717e7985ca: Pulling fs layer
b9e130e952db: Waiting
d30c115b82bd: Waiting
e01a46ea7428: Pulling fs layer
f46f55c5b90c: Waiting
c8ed89f90e3f: Waiting
db717e7985ca: Waiting
72da6401e35e: Pulling fs layer
e01a46ea7428: Waiting
78ec2f95f570: Pulling fs layer
72da6401e35e: Waiting
78ec2f95f570: Waiting
132ed1c875b9: Verifying Checksum
132ed1c875b9: Download complete
5bc90b3315da: Verifying Checksum
5bc90b3315da: Download complete
709f19a93d7b: Verifying Checksum
709f19a93d7b: Download complete
e14c24140cbe: Verifying Checksum
e14c24140cbe: Download complete
0e05a03dbf5c: Verifying Checksum
0e05a03dbf5c: Download complete
2db09da454e1: Verifying Checksum
2db09da454e1: Download complete
d9bf0b27ee73: Verifying Checksum
d9bf0b27ee73: Download complete
d22999d561d9: Verifying Checksum
d22999d561d9: Download complete
9748e0447729: Verifying Checksum
9748e0447729: Download complete
b221b944dee6: Verifying Checksum
b221b944dee6: Download complete
9103b02722d1: Verifying Checksum
9103b02722d1: Download complete
4ad003f04196: Verifying Checksum
4ad003f04196: Download complete
530b789336ee: Verifying Checksum
530b789336ee: Download complete
26e0665eb0ef: Verifying Checksum
26e0665eb0ef: Download complete
7dc6ed995942: Download complete
ec3e95305314: Download complete
e3efd041cf4c: Verifying Checksum
e3efd041cf4c: Download complete
600672ca084e: Verifying Checksum
600672ca084e: Download complete
93818fe36d44: Download complete
ddeea98533ac: Verifying Checksum
ddeea98533ac: Download complete
5bc90b3315da: Pull complete
132ed1c875b9: Pull complete
d782acfda9e2: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4ac33b5f01d6: Verifying Checksum
4ac33b5f01d6: Download complete
d4dbe3c6c8b2: Verifying Checksum
d4dbe3c6c8b2: Download complete
81507c45bdf3: Verifying Checksum
81507c45bdf3: Download complete
dc9846762449: Verifying Checksum
dc9846762449: Download complete
c73cd3a4d77c: Verifying Checksum
c73cd3a4d77c: Download complete
2a6e58484e29: Verifying Checksum
2a6e58484e29: Download complete
4655acdcba9f: Verifying Checksum
4655acdcba9f: Download complete
ea076df8754b: Verifying Checksum
ea076df8754b: Download complete
2ea208952bef: Verifying Checksum
2ea208952bef: Download complete
61247173b8a6: Verifying Checksum
61247173b8a6: Download complete
09632a095133: Verifying Checksum
09632a095133: Download complete
2ea825907a64: Verifying Checksum
2ea825907a64: Download complete
709f19a93d7b: Pull complete
135cb0ab9a1d: Verifying Checksum
135cb0ab9a1d: Download complete
d30c115b82bd: Download complete
f46f55c5b90c: Verifying Checksum
f46f55c5b90c: Download complete
c8ed89f90e3f: Verifying Checksum
c8ed89f90e3f: Download complete
b9e130e952db: Verifying Checksum
b9e130e952db: Download complete
e01a46ea7428: Verifying Checksum
e01a46ea7428: Download complete
72da6401e35e: Verifying Checksum
72da6401e35e: Download complete
78ec2f95f570: Verifying Checksum
78ec2f95f570: Download complete
724c34c015ab: Verifying Checksum
724c34c015ab: Download complete
db717e7985ca: Verifying Checksum
db717e7985ca: Download complete
600672ca084e: Pull complete
e14c24140cbe: Pull complete
2db09da454e1: Pull complete
0e05a03dbf5c: Pull complete
d9bf0b27ee73: Pull complete
d22999d561d9: Pull complete
9748e0447729: Pull complete
b221b944dee6: Pull complete
9103b02722d1: Pull complete
4ad003f04196: Pull complete
530b789336ee: Pull complete
7dc6ed995942: Pull complete
26e0665eb0ef: Pull complete
ec3e95305314: Pull complete
e3efd041cf4c: Pull complete
93818fe36d44: Pull complete
ddeea98533ac: Pull complete
d782acfda9e2: Pull complete
4f4fb700ef54: Pull complete
4ac33b5f01d6: Pull complete
d4dbe3c6c8b2: Pull complete
81507c45bdf3: Pull complete
2a6e58484e29: Pull complete
dc9846762449: Pull complete
c73cd3a4d77c: Pull complete
4655acdcba9f: Pull complete
ea076df8754b: Pull complete
2ea208952bef: Pull complete
2ea825907a64: Pull complete
61247173b8a6: Pull complete
09632a095133: Pull complete
724c34c015ab: Pull complete
135cb0ab9a1d: Pull complete
b9e130e952db: Pull complete
d30c115b82bd: Pull complete
f46f55c5b90c: Pull complete
c8ed89f90e3f: Pull complete
db717e7985ca: Pull complete
e01a46ea7428: Pull complete
72da6401e35e: Pull complete
78ec2f95f570: Pull complete
Digest: sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36
Status: Downloaded newer image for ocaml/opam@sha256:5e41a553cdc17cdaf8d41504e7f5e3f9984c4e8286912b61d655a7b1021f4e36
2026-03-23 01:11.58 ---> saved as "3884e3e896ded403567ac77f2e5e2905f6d6bf57a6c589d816e8485067db09fa"

/: (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:11.59 ---> saved as "676c1c4d1f08290abc7fb12e5f3c58677a8aad6ed78d454b4de6e95157ef1128"

/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-03-23 01:12.27 ---> saved as "b0613f11496eaa4360b32b2c46db38e24a87c5b22684b3d612963528ae2e897f"

/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=fedora os-version=43
# 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       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
2026-03-23 01:12.28 ---> saved as "83426772abcb03b6c3bfca5325d56a14da150be2813933d74fc3cfea38c17caa"

/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:12.40 ---> saved as "a02d89194f551b938d741567656ed4dc20ff35ad80167ba821ac061ca989a676"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 01:12.48 ---> saved as "2ba12bceda99735107bacd6bb39643fe23714b3eb9f9561ee455df06f9aa48ce"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 - x86_64                     100% |   9.4 KiB/s |  23.3 KiB |  00m02s
-  Fedora 43 openh264 (From Cisco) - x86_ 100% | 453.0   B/s | 986.0   B |  00m02s
-  Fedora 43 - x86_64 - Updates           100% |  10.6 KiB/s |  16.0 KiB |  00m02s
- Repositories loaded.
- Metadata cache created.
2026-03-23 01:13.16 ---> saved as "59bcdec3f80ab641de2b7fbb62602e7f710287c56ac16fd9d24d5d0b147a2f77"

/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:13.23 ---> saved as "56a20ab9ac7ccf4bd90212a42881ca54bc748649947da75552ccca1a554eaeaa"

/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 \"\\\"fedora-43\\\"\"; 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 4.14.2 (pinned)      [conflicts with ocaml-variants]
=== recompile 1 package
  - recompile opam-depext         1.2.3                [uses ocaml]
=== upgrade 2 packages
  - upgrade   ocaml               4.14.2 to 5.4.0      [uses ocaml-config]
  - upgrade   ocaml-config        2 to 3
=== install 5 packages
  - install   base-domains        base
  - install   base-effects        base
  - install   base-nnp            base
  - install   ocaml-compiler      5.4.0~beta1 (pinned)
  - install   ocaml-variants      5.4.0~beta1+options  [required by ocaml-config]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0~beta1  (cached)
-> retrieved ocaml-config.3  (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.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:15.43 ---> saved as "51309d0cc09016f4be8140db59e4adf74475c2b2cbfdf9b91bb301ced7d32b05"
Job succeeded
2026-03-23 01:15.57: Job succeeded