(not at the head of any monitored branch or PR)
2026-03-18 13:42.24: New job: build elpi.3.6.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29558/head (710097a1b048881d8a70c503fd3a92b6b2b0f887)
                              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/29558/head" && git reset --hard 710097a1
git fetch origin master
git merge --no-edit 74d66d2cf829136a685389bbb8429d662a76164b
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 elpi.3.6.2 3.6.2
RUN opam reinstall elpi.3.6.2; \
    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" != 'elpi.3.6.2' && 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-18 13:42.24: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e-elpi.3.6.2-710097a1b048881d8a70c503fd3a92b6b2b0f887"
2026-03-18 13:42.24: 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 elpi.3.6.2 3.6.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall elpi.3.6.2;\
             \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\" != 'elpi.3.6.2' && 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-18 13:42.24: Waiting for resource in pool OCluster
2026-03-18 13:42.25: Waiting for worker…
2026-03-18 13:52.36: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
Updating files:  14% (2665/18483)
Updating files:  15% (2773/18483)
Updating files:  16% (2958/18483)
Updating files:  17% (3143/18483)
Updating files:  18% (3327/18483)
Updating files:  19% (3512/18483)
Updating files:  20% (3697/18483)
Updating files:  21% (3882/18483)
Updating files:  22% (4067/18483)
Updating files:  23% (4252/18483)
Updating files:  24% (4436/18483)
Updating files:  25% (4621/18483)
Updating files:  26% (4806/18483)
Updating files:  26% (4974/18483)
Updating files:  27% (4991/18483)
Updating files:  28% (5176/18483)
Updating files:  29% (5361/18483)
Updating files:  30% (5545/18483)
Updating files:  31% (5730/18483)
Updating files:  32% (5915/18483)
Updating files:  33% (6100/18483)
Updating files:  34% (6285/18483)
Updating files:  35% (6470/18483)
Updating files:  36% (6654/18483)
Updating files:  37% (6839/18483)
Updating files:  38% (7024/18483)
Updating files:  38% (7135/18483)
Updating files:  39% (7209/18483)
Updating files:  40% (7394/18483)
Updating files:  41% (7579/18483)
Updating files:  42% (7763/18483)
Updating files:  43% (7948/18483)
Updating files:  44% (8133/18483)
Updating files:  45% (8318/18483)
Updating files:  46% (8503/18483)
Updating files:  47% (8688/18483)
Updating files:  48% (8872/18483)
Updating files:  49% (9057/18483)
Updating files:  50% (9242/18483)
Updating files:  50% (9279/18483)
Updating files:  51% (9427/18483)
Updating files:  52% (9612/18483)
Updating files:  53% (9796/18483)
Updating files:  54% (9981/18483)
Updating files:  55% (10166/18483)
Updating files:  56% (10351/18483)
Updating files:  57% (10536/18483)
Updating files:  58% (10721/18483)
Updating files:  59% (10905/18483)
Updating files:  60% (11090/18483)
Updating files:  61% (11275/18483)
Updating files:  62% (11460/18483)
Updating files:  62% (11543/18483)
Updating files:  63% (11645/18483)
Updating files:  64% (11830/18483)
Updating files:  65% (12014/18483)
Updating files:  66% (12199/18483)
Updating files:  67% (12384/18483)
Updating files:  68% (12569/18483)
Updating files:  69% (12754/18483)
Updating files:  70% (12939/18483)
Updating files:  71% (13123/18483)
Updating files:  72% (13308/18483)
Updating files:  73% (13493/18483)
Updating files:  74% (13678/18483)
Updating files:  74% (13837/18483)
Updating files:  75% (13863/18483)
Updating files:  76% (14048/18483)
Updating files:  77% (14232/18483)
Updating files:  78% (14417/18483)
Updating files:  79% (14602/18483)
Updating files:  80% (14787/18483)
Updating files:  81% (14972/18483)
Updating files:  82% (15157/18483)
Updating files:  83% (15341/18483)
Updating files:  84% (15526/18483)
Updating files:  85% (15711/18483)
Updating files:  86% (15896/18483)
Updating files:  86% (16004/18483)
Updating files:  87% (16081/18483)
Updating files:  88% (16266/18483)
Updating files:  89% (16450/18483)
Updating files:  90% (16635/18483)
Updating files:  91% (16820/18483)
Updating files:  92% (17005/18483)
Updating files:  93% (17190/18483)
Updating files:  94% (17375/18483)
Updating files:  95% (17559/18483)
Updating files:  96% (17744/18483)
Updating files:  97% (17929/18483)
Updating files:  98% (18114/18483)
Updating files:  99% (18299/18483)
Updating files:  99% (18312/18483)
Updating files: 100% (18483/18483)
Updating files: 100% (18483/18483), done.
HEAD is now at 54642dceac [new release] jws (0.0.1)
HEAD is now at 74d66d2cf8 Merge pull request #29553 from Julow/release-ocamlformat-0.29.0
Updating 74d66d2cf8..710097a1b0
Fast-forward
 packages/elpi/elpi.3.6.2/opam | 92 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 92 insertions(+)
 create mode 100644 packages/elpi/elpi.3.6.2/opam

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:8d0071c48b623695c81dfcb3cba2ec2d6c693760ec440dd21e8c9840206ffd7e)
2026-03-18 13:53.01 ---> 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-18 13:53.01 ---> 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-18 13:53.01 ---> 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-18 13:53.01 ---> 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-18 13:53.01 ---> using "ba45d311c07b4e21005eba9633c486473005a530f8a9e3b883ad7d6112a67255" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-18 13:53.28 ---> saved as "12b15b5889e538a93df4d130e4f9ba63b8e5620128b78e99f51b8bfad9849273"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-18 13:55.05 ---> saved as "28688b29f57eb07fdff6bfcabb9b23fbc7cb7f5af73bc5524a0caae240aff614"

/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/universe riscv64 Packages [1525 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [945 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/universe riscv64 Packages [29.5 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [49.4 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 [620 kB]
- Fetched 4541 kB in 2s (2083 kB/s)
- Reading package lists...
- 
2026-03-18 13:55.14 ---> saved as "acd906d1afbcc2d058915c0786ff5c2fb5be35a095f0cd8e9700c60a03f819a5"

/home/opam: (run (shell "opam pin add -k version -yn elpi.3.6.2 3.6.2"))
elpi is now pinned to version 3.6.2
2026-03-18 13:55.17 ---> saved as "112c82ba52309a0691b2bdd3085e6176105541e29cd724155719ffbfb123c52a"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall elpi.3.6.2;\
                        \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\" != 'elpi.3.6.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
elpi.3.6.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 30 packages
  - install atd                 4.0.0          [required by atdgen, atdts]
  - install atdgen              4.0.0          [required by elpi]
  - install atdgen-runtime      4.0.0          [required by atdgen]
  - install atdts               4.0.0          [required by elpi]
  - install base                v0.16.4        [required by ppx_optcomp]
  - install biniou              1.2.2          [required by atdgen]
  - install camlp-streams       5.0.1          [required by biniou]
  - install cmdliner            2.1.0          [required by atdts]
  - install cppo                1.8.0          [required by ppx_deriving]
  - install csexp               1.5.2          [required by dune-configurator]
  - install dune                3.21.1         [required by elpi]
  - install dune-configurator   3.21.1         [required by base]
  - install easy-format         1.3.4          [required by atd]
  - install elpi                3.6.2 (pinned)
  - install menhir              20260209       [required by elpi]
  - 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 ppxlib]
  - install ocamlfind           1.9.8          [required by ppx_deriving]
  - install ppx_derivers        1.2.1          [required by ppx_deriving]
  - install ppx_deriving        6.0.3          [required by elpi]
  - install ppx_optcomp         v0.16.0        [required by elpi]
  - install ppxlib              0.35.0         [required by elpi]
  - install re                  1.14.0         [required by elpi]
  - install sexplib0            v0.16.0        [required by ppxlib, base]
  - install stdio               v0.16.0        [required by ppx_optcomp]
  - install stdlib-shims        0.3.0          [required by elpi]
  - install yojson              3.0.0          [required by atdgen]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atd.4.0.0, atdgen.4.0.0, atdgen-runtime.4.0.0, atdts.4.0.0  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved biniou.1.2.2  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved easy-format.1.3.4  (cached)
-> installed cmdliner.2.1.0
-> retrieved elpi.3.6.2  (https://github.com/LPCIC/elpi/releases/download/v3.6.2/elpi-3.6.2.tbz)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed easy-format.1.3.4
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed biniou.1.2.2
-> installed menhirLib.20260209
-> installed dune-configurator.3.21.1
-> installed menhirSdk.20260209
-> installed ppx_derivers.1.2.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.0
-> installed yojson.3.0.0
-> installed menhir.20260209
-> installed base.v0.16.4
-> installed atdgen-runtime.4.0.0
-> installed stdio.v0.16.0
-> installed atd.4.0.0
-> installed atdts.4.0.0
-> installed atdgen.4.0.0
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed elpi.3.6.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-18 14:05.49 ---> saved as "c2d381cc989277d9c0678eed7f9280d5912e2c91f75f1cf60410b0956fea7bd6"
Job succeeded
2026-03-18 14:06.22: Job succeeded