(not at the head of any monitored branch or PR)
2026-03-23 00:44.00: New job: build ocaml-compiler.5.4.0~alpha1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
                              on opensuse-15.6-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-15.6-ocaml-5.4@sha256:46496ca3c3f86bb61799cfbd9185f39cb56f6ecb253ee1909e38bcc4c5f2de2c
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~alpha1 5.4.0~alpha1
RUN opam reinstall --update-invariant ocaml-compiler.5.4.0~alpha1; \
    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-15.6\""; 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~alpha1' && 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-15.6-ocaml-5.4@sha256:46496ca3c3f86bb61799cfbd9185f39cb56f6ecb253ee1909e38bcc4c5f2de2c-ocaml-compiler.5.4.0~alpha1-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.00: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:46496ca3c3f86bb61799cfbd9185f39cb56f6ecb253ee1909e38bcc4c5f2de2c)
 (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~alpha1 5.4.0~alpha1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall --update-invariant ocaml-compiler.5.4.0~alpha1;\
             \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-15.6\\\"\"; 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~alpha1' && 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:53.34: Waiting for worker…
2026-03-23 00:58.30: 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-15.6-ocaml-5.4@sha256:46496ca3c3f86bb61799cfbd9185f39cb56f6ecb253ee1909e38bcc4c5f2de2c)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:46496ca3c3f86bb61799cfbd9185f39cb56f6ecb253ee1909e38bcc4c5f2de2c' locally
docker.io/ocaml/opam@sha256:46496ca3c3f86bb61799cfbd9185f39cb56f6ecb253ee1909e38bcc4c5f2de2c: Pulling from ocaml/opam
392654b0e264: Pulling fs layer
4bd382cee485: Pulling fs layer
382a0bfe3b04: Pulling fs layer
392654b0e264: Waiting
dfc3f49ed4d4: Pulling fs layer
4bd382cee485: Waiting
5b3de6229413: Pulling fs layer
382a0bfe3b04: Waiting
dfc3f49ed4d4: Waiting
6c4133dfab92: Pulling fs layer
5b3de6229413: Waiting
a3fcb32089bb: Pulling fs layer
6c4133dfab92: Waiting
6592d044237d: Pulling fs layer
a3fcb32089bb: Waiting
5c2d8f43cf18: Pulling fs layer
f9e08193a21d: Pulling fs layer
6592d044237d: Waiting
5c2d8f43cf18: Waiting
9105e8ba57ce: Pulling fs layer
f9e08193a21d: Waiting
5cec5459a088: Pulling fs layer
9105e8ba57ce: Waiting
be55681f3223: Pulling fs layer
5071507e8599: Pulling fs layer
5cec5459a088: Waiting
be55681f3223: Waiting
26cf90a26320: Pulling fs layer
5071507e8599: Waiting
6e12c9accd5a: Pulling fs layer
26cf90a26320: Waiting
9a030d2d17ff: Pulling fs layer
968910779b8e: Pulling fs layer
9a030d2d17ff: Waiting
a77b6e39d2f3: Pulling fs layer
968910779b8e: Waiting
4f4fb700ef54: Pulling fs layer
1df42fc2ddb2: Pulling fs layer
a77b6e39d2f3: Waiting
77602c200c21: Pulling fs layer
72f433c57f50: Pulling fs layer
1df42fc2ddb2: Waiting
d5dc1c9a9805: Pulling fs layer
77602c200c21: Waiting
72f433c57f50: Waiting
f6a05d59c6bd: Pulling fs layer
11be80df2eb4: Pulling fs layer
d5dc1c9a9805: Waiting
a0ee284f3973: Pulling fs layer
f6a05d59c6bd: Waiting
11be80df2eb4: Waiting
28f06cb9d92c: Pulling fs layer
a0ee284f3973: Waiting
16dcb67fb968: Pulling fs layer
28f06cb9d92c: Waiting
c7fe483fab92: Pulling fs layer
55710f66ea12: Pulling fs layer
4092255f2cc7: Pulling fs layer
c7fe483fab92: Waiting
55710f66ea12: Waiting
089f6ac70578: Pulling fs layer
4092255f2cc7: Waiting
547317caeef5: Pulling fs layer
089f6ac70578: Waiting
9a6df5f23549: Pulling fs layer
5db74958c1e0: Pulling fs layer
aeb7d736d992: Pulling fs layer
b72eb0407610: Pulling fs layer
1be6f5445725: Pulling fs layer
547317caeef5: Waiting
aeb7d736d992: Waiting
9a6df5f23549: Waiting
5db74958c1e0: Waiting
4522c60f3df8: Pulling fs layer
b72eb0407610: Waiting
7990c05188f8: Pulling fs layer
1be6f5445725: Waiting
e6cff384d931: Pulling fs layer
a08540c2f513: Pulling fs layer
4522c60f3df8: Waiting
7990c05188f8: Waiting
48fbccb260e1: Pulling fs layer
7a32015d1138: Pulling fs layer
e6cff384d931: Waiting
7a32015d1138: Waiting
392654b0e264: Download complete
4bd382cee485: Verifying Checksum
4bd382cee485: Download complete
392654b0e264: Pull complete
4bd382cee485: Pull complete
382a0bfe3b04: Verifying Checksum
382a0bfe3b04: Download complete
dfc3f49ed4d4: Verifying Checksum
dfc3f49ed4d4: Download complete
5b3de6229413: Verifying Checksum
5b3de6229413: Download complete
382a0bfe3b04: Pull complete
6c4133dfab92: Verifying Checksum
6c4133dfab92: Download complete
a3fcb32089bb: Verifying Checksum
a3fcb32089bb: Download complete
6592d044237d: Verifying Checksum
6592d044237d: Download complete
dfc3f49ed4d4: Pull complete
5b3de6229413: Pull complete
6c4133dfab92: Pull complete
a3fcb32089bb: Pull complete
6592d044237d: Pull complete
5c2d8f43cf18: Download complete
5c2d8f43cf18: Pull complete
f9e08193a21d: Verifying Checksum
f9e08193a21d: Download complete
f9e08193a21d: Pull complete
9105e8ba57ce: Verifying Checksum
9105e8ba57ce: Download complete
9105e8ba57ce: Pull complete
5cec5459a088: Verifying Checksum
5cec5459a088: Download complete
5cec5459a088: Pull complete
be55681f3223: Verifying Checksum
be55681f3223: Download complete
be55681f3223: Pull complete
5071507e8599: Verifying Checksum
5071507e8599: Download complete
5071507e8599: Pull complete
26cf90a26320: Verifying Checksum
26cf90a26320: Download complete
6e12c9accd5a: Verifying Checksum
6e12c9accd5a: Download complete
26cf90a26320: Pull complete
6e12c9accd5a: Pull complete
9a030d2d17ff: Download complete
9a030d2d17ff: Pull complete
968910779b8e: Verifying Checksum
968910779b8e: Download complete
968910779b8e: Pull complete
a77b6e39d2f3: Verifying Checksum
a77b6e39d2f3: Download complete
a77b6e39d2f3: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4f4fb700ef54: Pull complete
1df42fc2ddb2: Verifying Checksum
1df42fc2ddb2: Download complete
1df42fc2ddb2: Pull complete
77602c200c21: Verifying Checksum
77602c200c21: Pull complete
72f433c57f50: Verifying Checksum
72f433c57f50: Download complete
72f433c57f50: Pull complete
d5dc1c9a9805: Download complete
d5dc1c9a9805: Pull complete
f6a05d59c6bd: Download complete
11be80df2eb4: Verifying Checksum
11be80df2eb4: Download complete
f6a05d59c6bd: Pull complete
11be80df2eb4: Pull complete
a0ee284f3973: Download complete
a0ee284f3973: Pull complete
28f06cb9d92c: Verifying Checksum
28f06cb9d92c: Download complete
28f06cb9d92c: Pull complete
c7fe483fab92: Download complete
16dcb67fb968: Verifying Checksum
16dcb67fb968: Download complete
16dcb67fb968: Pull complete
c7fe483fab92: Pull complete
4092255f2cc7: Download complete
55710f66ea12: Download complete
55710f66ea12: Pull complete
4092255f2cc7: Pull complete
547317caeef5: Download complete
9a6df5f23549: Verifying Checksum
9a6df5f23549: Download complete
5db74958c1e0: Download complete
089f6ac70578: Verifying Checksum
089f6ac70578: Download complete
aeb7d736d992: Verifying Checksum
aeb7d736d992: Download complete
b72eb0407610: Verifying Checksum
b72eb0407610: Download complete
1be6f5445725: Verifying Checksum
1be6f5445725: Download complete
4522c60f3df8: Download complete
7990c05188f8: Verifying Checksum
7990c05188f8: Download complete
a08540c2f513: Verifying Checksum
a08540c2f513: Download complete
48fbccb260e1: Verifying Checksum
48fbccb260e1: Download complete
7a32015d1138: Download complete
e6cff384d931: Verifying Checksum
e6cff384d931: Download complete
089f6ac70578: Pull complete
547317caeef5: Pull complete
9a6df5f23549: Pull complete
5db74958c1e0: Pull complete
aeb7d736d992: Pull complete
b72eb0407610: Pull complete
1be6f5445725: Pull complete
4522c60f3df8: Pull complete
7990c05188f8: Pull complete
e6cff384d931: Pull complete
a08540c2f513: Pull complete
48fbccb260e1: Pull complete
7a32015d1138: Pull complete
Digest: sha256:46496ca3c3f86bb61799cfbd9185f39cb56f6ecb253ee1909e38bcc4c5f2de2c
Status: Downloaded newer image for ocaml/opam@sha256:46496ca3c3f86bb61799cfbd9185f39cb56f6ecb253ee1909e38bcc4c5f2de2c
2026-03-23 00:58.32 ---> using "89f1345fd13fe67d34b32b45b6cd71a6f37a48e76a002ff4667fe408a5150d1f" from cache

/: (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 00:58.32 ---> using "98a94e32db578747812bf9f6c26422070dbc2c8cf0e04088323980172ff51d6a" 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
2026-03-23 00:58.32 ---> using "1fc4775cc0ca9b3bd5211a8e0da72b51dbe85690f015875e18b65f7847e6e896" 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=opensuse-leap os-version=15.6
# 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 00:58.32 ---> using "132577bd4d8189bb744669f4a66798c1936c251d9d27431a01336105e0b9ebfb" 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/"))
2026-03-23 00:58.32 ---> using "7c926aa4e27f9e85b8a411d941f6c2b53ec3d954ad892fc94f6efd29a6dca18d" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 00:58.33 ---> using "ba42e4669e8af854db3e0e9393fc7d093b29a74a676d0cb37aae0a269f24c2bc" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 00:58.33 ---> using "0210098c75fe19a52f429db188edcec545352ca332e38344881588c4e96132e6" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ...
- .....
- ....
- ....
- ....
- ....
- ...................done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .....
- ....
- ....
- ....
- ....
- ....
- .......
- ............
- ..........
- ..........
- ..........
- .........
- ..........
- ..........done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [..
- 
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- ....
- ..........done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [..
- Looking for gpg keys in repository Update Repository (Non-Oss).
-   gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key
- .
- .....
- ....
- ....
- ....
- ....
- ....
- ............done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-03-23 00:59.30 ---> saved as "fb21a64cf51f33d5e673e35936028df8bb537569b036008933c0f2543d14aa16"

/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0~alpha1 5.4.0~alpha1"))
ocaml-compiler is now pinned to version 5.4.0~alpha1
2026-03-23 00:59.31 ---> saved as "f593de085b65b8ee68003f3675f5f9dabcf0f613d9fc7cd84c93d0dbdf5b27ab"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall --update-invariant ocaml-compiler.5.4.0~alpha1;\
                        \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-15.6\\\"\"; 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~alpha1' && 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~alpha1 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~alpha1 (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~alpha1+options           [required by ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0~alpha1  (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~alpha1
-> installed ocaml-variants.5.4.0~alpha1+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~alpha1+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:01.42 ---> saved as "c9c898f46b32ceb767879d807adde53361ef722a5fe089c0f82e2bfa96b57851"
Job succeeded
2026-03-23 01:02.14: Job succeeded