(not at the head of any monitored branch or PR)
2026-03-23 13:43.04: New job: build ortac-dune.0.8.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29564/head (8afc60ff3217de99b86954a6affb39ff08ce4c60)
                              on ubuntu-24.04-ocaml-4.14/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/29564/head" && git reset --hard 8afc60ff
git fetch origin master
git merge --no-edit f10dd68af36754d13dd44222c34887e52d0ffe7e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e
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 ortac-dune.0.8.0 0.8.0
RUN opam reinstall ortac-dune.0.8.0; \
    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" != 'ortac-dune.0.8.0' && 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 13:43.04: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e-ortac-dune.0.8.0-8afc60ff3217de99b86954a6affb39ff08ce4c60"
2026-03-23 13:43.04: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e)
 (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 ortac-dune.0.8.0 0.8.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ortac-dune.0.8.0;\
             \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\" != 'ortac-dune.0.8.0' && 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 13:43.04: Waiting for resource in pool OCluster
2026-03-23 13:43.04: Waiting for worker…
2026-03-23 14:09.42: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files:  13% (2581/18521)
Updating files:  14% (2593/18521)
Updating files:  15% (2779/18521)
Updating files:  16% (2964/18521)
Updating files:  17% (3149/18521)
Updating files:  18% (3334/18521)
Updating files:  19% (3519/18521)
Updating files:  20% (3705/18521)
Updating files:  21% (3890/18521)
Updating files:  22% (4075/18521)
Updating files:  23% (4260/18521)
Updating files:  24% (4446/18521)
Updating files:  25% (4631/18521)
Updating files:  25% (4686/18521)
Updating files:  26% (4816/18521)
Updating files:  27% (5001/18521)
Updating files:  28% (5186/18521)
Updating files:  29% (5372/18521)
Updating files:  30% (5557/18521)
Updating files:  31% (5742/18521)
Updating files:  32% (5927/18521)
Updating files:  33% (6112/18521)
Updating files:  34% (6298/18521)
Updating files:  35% (6483/18521)
Updating files:  36% (6668/18521)
Updating files:  37% (6853/18521)
Updating files:  37% (6864/18521)
Updating files:  38% (7038/18521)
Updating files:  39% (7224/18521)
Updating files:  40% (7409/18521)
Updating files:  41% (7594/18521)
Updating files:  42% (7779/18521)
Updating files:  43% (7965/18521)
Updating files:  44% (8150/18521)
Updating files:  45% (8335/18521)
Updating files:  46% (8520/18521)
Updating files:  47% (8705/18521)
Updating files:  48% (8891/18521)
Updating files:  48% (9051/18521)
Updating files:  49% (9076/18521)
Updating files:  50% (9261/18521)
Updating files:  51% (9446/18521)
Updating files:  52% (9631/18521)
Updating files:  53% (9817/18521)
Updating files:  54% (10002/18521)
Updating files:  55% (10187/18521)
Updating files:  56% (10372/18521)
Updating files:  57% (10557/18521)
Updating files:  58% (10743/18521)
Updating files:  59% (10928/18521)
Updating files:  60% (11113/18521)
Updating files:  61% (11298/18521)
Updating files:  61% (11342/18521)
Updating files:  62% (11484/18521)
Updating files:  63% (11669/18521)
Updating files:  64% (11854/18521)
Updating files:  65% (12039/18521)
Updating files:  66% (12224/18521)
Updating files:  67% (12410/18521)
Updating files:  68% (12595/18521)
Updating files:  69% (12780/18521)
Updating files:  70% (12965/18521)
Updating files:  71% (13150/18521)
Updating files:  72% (13336/18521)
Updating files:  73% (13521/18521)
Updating files:  73% (13614/18521)
Updating files:  74% (13706/18521)
Updating files:  75% (13891/18521)
Updating files:  76% (14076/18521)
Updating files:  77% (14262/18521)
Updating files:  78% (14447/18521)
Updating files:  79% (14632/18521)
Updating files:  80% (14817/18521)
Updating files:  81% (15003/18521)
Updating files:  82% (15188/18521)
Updating files:  83% (15373/18521)
Updating files:  84% (15558/18521)
Updating files:  85% (15743/18521)
Updating files:  85% (15784/18521)
Updating files:  86% (15929/18521)
Updating files:  87% (16114/18521)
Updating files:  88% (16299/18521)
Updating files:  89% (16484/18521)
Updating files:  90% (16669/18521)
Updating files:  91% (16855/18521)
Updating files:  92% (17040/18521)
Updating files:  93% (17225/18521)
Updating files:  94% (17410/18521)
Updating files:  95% (17595/18521)
Updating files:  96% (17781/18521)
Updating files:  97% (17966/18521)
Updating files:  97% (18148/18521)
Updating files:  98% (18151/18521)
Updating files:  99% (18336/18521)
Updating files: 100% (18521/18521)
Updating files: 100% (18521/18521), done.
HEAD is now at f10dd68af3 Merge pull request #29565 from voodoos/release-lsp-1.26.0-5.5_preview
Merge made by the 'ort' strategy.
 packages/ortac-core/ortac-core.0.8.0/opam          | 65 ++++++++++++++++++++++
 packages/ortac-dune/ortac-dune.0.8.0/opam          | 47 ++++++++++++++++
 .../ortac-qcheck-stm/ortac-qcheck-stm.0.8.0/opam   | 64 +++++++++++++++++++++
 .../ortac-runtime-qcheck-stm.0.8.0/opam            | 51 +++++++++++++++++
 packages/ortac-runtime/ortac-runtime.0.8.0/opam    | 52 +++++++++++++++++
 packages/ortac-wrapper/ortac-wrapper.0.8.0/opam    | 57 +++++++++++++++++++
 6 files changed, 336 insertions(+)
 create mode 100644 packages/ortac-core/ortac-core.0.8.0/opam
 create mode 100644 packages/ortac-dune/ortac-dune.0.8.0/opam
 create mode 100644 packages/ortac-qcheck-stm/ortac-qcheck-stm.0.8.0/opam
 create mode 100644 packages/ortac-runtime-qcheck-stm/ortac-runtime-qcheck-stm.0.8.0/opam
 create mode 100644 packages/ortac-runtime/ortac-runtime.0.8.0/opam
 create mode 100644 packages/ortac-wrapper/ortac-wrapper.0.8.0/opam

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e)
2026-03-23 14:09.04 ---> using "ea217873466a32995897219deecbfb415f5b65e57327eb6d6896918b841e3329" 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 14:09.04 ---> using "1d9d8bb73c574e4bf8c49f0e16cd2d73a709eb545df83e8ec4216b08e7dd779d" 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 14:09.04 ---> using "e4aaa80b431300b138a1ad34bb1021bcb96de2357df7d00318313658f7b87b41" 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=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       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 14:09.04 ---> using "984c3ad735e69406573e706cd6e5591fcd2dd04d05210e93bab09f234173355c" 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 14:09.04 ---> using "ba45d311c07b4e21005eba9633c486473005a530f8a9e3b883ad7d6112a67255" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 14:09.10 ---> using "73986089cf2d3bf2418a577402f38b11778bd90e43dcb7d3612684c4d7a0ac8e" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 14:09.10 ---> using "03e674ee5e530375c6ebd4b8e926bd928cb47ec452be00925f389f50eb76d636" from cache

/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/restricted riscv64 Packages [11.0 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [951 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1528 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [49.4 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse riscv64 Packages [695 B]
- 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/main riscv64 Packages [623 kB]
- Get:13 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [8714 B]
- Fetched 4554 kB in 2s (2063 kB/s)
- Reading package lists...
- 
2026-03-23 14:09.10 ---> using "d8afd735c70d3a70d535b115608b21f5645f6596daa5febbddf4c461b8c11da7" from cache

/home/opam: (run (shell "opam pin add -k version -yn ortac-dune.0.8.0 0.8.0"))
ortac-dune is now pinned to version 0.8.0
2026-03-23 14:09.10 ---> using "a0414224f3555f277e4283d1a14966550f6c1eeeed27a337922ffa98ff3ac621" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ortac-dune.0.8.0;\
                        \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\" != 'ortac-dune.0.8.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ortac-dune.0.8.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 32 packages
  - install cmdliner            2.1.0          [required by ortac-dune]
  - install cppo                1.8.0          [required by ppx_deriving]
  - install csexp               1.5.2          [required by dune-private-libs]
  - install dune                3.22.0         [required by ortac-dune]
  - install dune-build-info     3.22.0         [required by ortac-core]
  - install dune-private-libs   3.22.0         [required by dune-site]
  - install dune-site           3.22.0         [required by ortac-core]
  - install dyn                 3.22.0         [required by dune-private-libs]
  - install fmt                 0.11.0         [required by ortac-dune]
  - install fs-io               3.22.0         [required by stdune]
  - install gospel              0.3.1          [required by ortac-core]
  - install menhir              20260209       [required by gospel]
  - install menhirCST           20260209       [required by menhir]
  - install menhirGLR           20260209       [required by menhir]
  - install menhirLib           20260209       [required by menhir]
  - install menhirSdk           20260209       [required by menhir]
  - install ocaml-compiler-libs v0.12.4        [required by gospel]
  - install ocamlbuild          0.16.1         [required by fmt]
  - install ocamlfind           1.9.8          [required by fmt]
  - install ordering            3.22.0         [required by dyn, stdune]
  - install ortac-core          0.8.0          [required by ortac-dune]
  - install ortac-dune          0.8.0 (pinned)
  - install pp                  2.0.0          [required by dune-private-libs]
  - install pp_loc              2.1.0          [required by gospel]
  - install ppx_derivers        1.2.1          [required by ppx_deriving]
  - install ppx_deriving        6.1.1          [required by gospel]
  - install ppxlib              0.37.0         [required by ortac-core]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install stdune              3.22.0         [required by dune-private-libs]
  - install top-closure         3.22.0         [required by stdune]
  - install topkg               1.1.1          [required by fmt]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.22.0, dune-build-info.3.22.0, dune-private-libs.3.22.0, dune-site.3.22.0, dyn.3.22.0, fs-io.3.22.0, ordering.3.22.0, stdune.3.22.0, top-closure.3.22.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gospel.0.3.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ortac-core.0.8.0, ortac-dune.0.8.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.22.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed dune-build-info.3.22.0
-> installed menhirCST.20260209
-> installed fs-io.3.22.0
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed pp.2.0.0
-> installed pp_loc.2.1.0
-> installed ordering.3.22.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dyn.3.22.0
-> installed top-closure.3.22.0
-> installed menhir.20260209
-> installed stdune.3.22.0
-> installed dune-private-libs.3.22.0
-> installed dune-site.3.22.0
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed gospel.0.3.1
-> installed ortac-core.0.8.0
-> installed ortac-dune.0.8.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 14:09.10 ---> using "c125f6bb5395a896bfd87363ca5426bbd3d5b9e9bad2d9e6055952b6d85d4003" from cache
Job succeeded
2026-03-23 14:13.28: Job succeeded