(not at the head of any monitored branch or PR)
2026-03-23 00:44.03: New job: build ocaml-options-vanilla.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
                              on ubuntu-24.04-ocaml-5.4/riscv64

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:ubuntu-24.04-ocaml-5.4@sha256:9534e16a075fa4c76ec55a6786e09700cf96d0e0fef84fe362e9bb62bd6fcddd
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-options-vanilla.1 1
RUN opam reinstall ocaml-options-vanilla.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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ocaml-options-vanilla.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-03-23 00:44.03: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9534e16a075fa4c76ec55a6786e09700cf96d0e0fef84fe362e9bb62bd6fcddd-ocaml-options-vanilla.1-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:44.03: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9534e16a075fa4c76ec55a6786e09700cf96d0e0fef84fe362e9bb62bd6fcddd)
 (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-options-vanilla.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ocaml-options-vanilla.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 \"\\\"ubuntu-24.04\\\"\"; 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-options-vanilla.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-03-23 00:44.03: Waiting for resource in pool OCluster
2026-03-23 00:44.06: Waiting for worker…
2026-03-23 01:01.46: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files:  14% (2643/18510)
Updating files:  15% (2777/18510)
Updating files:  16% (2962/18510)
Updating files:  17% (3147/18510)
Updating files:  18% (3332/18510)
Updating files:  19% (3517/18510)
Updating files:  20% (3702/18510)
Updating files:  21% (3888/18510)
Updating files:  22% (4073/18510)
Updating files:  23% (4258/18510)
Updating files:  24% (4443/18510)
Updating files:  25% (4628/18510)
Updating files:  26% (4813/18510)
Updating files:  26% (4922/18510)
Updating files:  27% (4998/18510)
Updating files:  28% (5183/18510)
Updating files:  29% (5368/18510)
Updating files:  30% (5553/18510)
Updating files:  31% (5739/18510)
Updating files:  32% (5924/18510)
Updating files:  33% (6109/18510)
Updating files:  34% (6294/18510)
Updating files:  35% (6479/18510)
Updating files:  36% (6664/18510)
Updating files:  37% (6849/18510)
Updating files:  37% (7021/18510)
Updating files:  38% (7034/18510)
Updating files:  39% (7219/18510)
Updating files:  40% (7404/18510)
Updating files:  41% (7590/18510)
Updating files:  42% (7775/18510)
Updating files:  43% (7960/18510)
Updating files:  44% (8145/18510)
Updating files:  45% (8330/18510)
Updating files:  46% (8515/18510)
Updating files:  47% (8700/18510)
Updating files:  48% (8885/18510)
Updating files:  49% (9070/18510)
Updating files:  49% (9187/18510)
Updating files:  50% (9255/18510)
Updating files:  51% (9441/18510)
Updating files:  52% (9626/18510)
Updating files:  53% (9811/18510)
Updating files:  54% (9996/18510)
Updating files:  55% (10181/18510)
Updating files:  56% (10366/18510)
Updating files:  57% (10551/18510)
Updating files:  58% (10736/18510)
Updating files:  59% (10921/18510)
Updating files:  60% (11106/18510)
Updating files:  61% (11292/18510)
Updating files:  61% (11327/18510)
Updating files:  62% (11477/18510)
Updating files:  63% (11662/18510)
Updating files:  64% (11847/18510)
Updating files:  65% (12032/18510)
Updating files:  66% (12217/18510)
Updating files:  67% (12402/18510)
Updating files:  68% (12587/18510)
Updating files:  69% (12772/18510)
Updating files:  70% (12957/18510)
Updating files:  71% (13143/18510)
Updating files:  72% (13328/18510)
Updating files:  73% (13513/18510)
Updating files:  73% (13597/18510)
Updating files:  74% (13698/18510)
Updating files:  75% (13883/18510)
Updating files:  76% (14068/18510)
Updating files:  77% (14253/18510)
Updating files:  78% (14438/18510)
Updating files:  79% (14623/18510)
Updating files:  80% (14808/18510)
Updating files:  81% (14994/18510)
Updating files:  82% (15179/18510)
Updating files:  83% (15364/18510)
Updating files:  84% (15549/18510)
Updating files:  85% (15734/18510)
Updating files:  86% (15919/18510)
Updating files:  86% (15996/18510)
Updating files:  87% (16104/18510)
Updating files:  88% (16289/18510)
Updating files:  89% (16474/18510)
Updating files:  90% (16659/18510)
Updating files:  91% (16845/18510)
Updating files:  92% (17030/18510)
Updating files:  93% (17215/18510)
Updating files:  94% (17400/18510)
Updating files:  95% (17585/18510)
Updating files:  96% (17770/18510)
Updating files:  97% (17955/18510)
Updating files:  98% (18140/18510)
Updating files:  98% (18273/18510)
Updating files:  99% (18325/18510)
Updating files: 100% (18510/18510)
Updating files: 100% (18510/18510), done.
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:ubuntu-24.04-ocaml-5.4@sha256:9534e16a075fa4c76ec55a6786e09700cf96d0e0fef84fe362e9bb62bd6fcddd)
2026-03-23 01:05.50 ---> saved as "3838290aeb2e77a14b79098bdc4a7e2e5089e4c737e7a54145a0c3c14aeec1a4"

/: (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:05.51 ---> saved as "29ae9153229731288fec61e145d8d1c3044e0c006df483917895146891c7cb70"

/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:07.44 ---> saved as "ce51ccaac95a009bce01ad917125f72011d650a5c75896120abf19d4e3fc790b"

/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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# 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:07.47 ---> saved as "21827d99a93eeed913fa586e2ce56352fb3bde4cb0e7f8a5773bdf30314693c9"

/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:08.25 ---> saved as "597b13c91eae7076a0615c82c46432f5c31883c72375ef32bffba343860fa713"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [951 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1528 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [11.0 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse riscv64 Packages [695 B]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [49.4 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.5 kB]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [974 kB]
- Get:12 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [8714 B]
- Get:13 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [623 kB]
- Fetched 4554 kB in 2s (2145 kB/s)
- Reading package lists...
- 
2026-03-23 01:10.37 ---> saved as "9c3eaeea84c5925b5205ec87cbefa90b442c7e8f031484b7f4f8a6041015bb0c"

/home/opam: (run (shell "opam pin add -k version -yn ocaml-options-vanilla.1 1"))
ocaml-options-vanilla is now pinned to version 1
2026-03-23 01:10.39 ---> saved as "913216f5cebcfefc1008402a9e7020cc8b0d41201a39753f7e78bbabcabaac52"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ocaml-options-vanilla.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 \"\\\"ubuntu-24.04\\\"\"; 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-options-vanilla.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 9 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-base-compiler   5.4.0 (pinned) [uses ocaml-compiler]
  - recompile ocaml-compiler        5.4.0          [upstream or system changes]
  - recompile ocaml-config          3              [uses ocaml-base-compiler]
  - recompile ocaml-options-vanilla 1 (pinned)
  - recompile opam-depext           1.2.3          [uses ocaml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0  (cached)
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed ocaml-options-vanilla.1
-> 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
-> installed ocaml-base-compiler.5.4.0
-> 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
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:27.37 ---> saved as "154aada397a018bd88665d06d49efe9bcb3606ac40f27e4593be8ddb6334f8d3"
Job succeeded
2026-03-23 01:28.09: Job succeeded