(not at the head of any monitored branch or PR)
2025-08-12 13:09.14: New job: build dune.3.20.0~alpha4, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28333/head (e2e946ed909ce4d2c3e1e35bbaff78b566760128)
                              on ubuntu-24.04-ocaml-5.3/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/28333/head" && git reset --hard e2e946ed
git fetch origin master
git merge --no-edit 5b99878077ddf3134c09e188d937954bd33cfa58
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:f757581afb44ec75e71ee342eee955fd34c57bcab0cb714426491b4972aed2a6
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 dune.3.20.0~alpha4 3.20.0~alpha4
RUN opam reinstall dune.3.20.0~alpha4; \
    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" != 'dune.3.20.0~alpha4' && 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 .

2025-08-12 13:09.14: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:f757581afb44ec75e71ee342eee955fd34c57bcab0cb714426491b4972aed2a6-dune.3.20.0~alpha4-e2e946ed909ce4d2c3e1e35bbaff78b566760128"
2025-08-12 13:09.14: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:f757581afb44ec75e71ee342eee955fd34c57bcab0cb714426491b4972aed2a6)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 dune.3.20.0~alpha4 3.20.0~alpha4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune.3.20.0~alpha4;\
             \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\" != 'dune.3.20.0~alpha4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-08-12 13:09.14: Waiting for resource in pool OCluster
2025-08-12 13:09.15: Waiting for worker…
2025-08-12 13:37.04: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
All commits already cached
Updating files:  15% (2727/18017)
Updating files:  16% (2883/18017)
Updating files:  17% (3063/18017)
Updating files:  18% (3244/18017)
Updating files:  19% (3424/18017)
Updating files:  20% (3604/18017)
Updating files:  21% (3784/18017)
Updating files:  22% (3964/18017)
Updating files:  23% (4144/18017)
Updating files:  24% (4325/18017)
Updating files:  25% (4505/18017)
Updating files:  26% (4685/18017)
Updating files:  27% (4865/18017)
Updating files:  28% (5045/18017)
Updating files:  29% (5225/18017)
Updating files:  29% (5264/18017)
Updating files:  30% (5406/18017)
Updating files:  31% (5586/18017)
Updating files:  32% (5766/18017)
Updating files:  33% (5946/18017)
Updating files:  34% (6126/18017)
Updating files:  35% (6306/18017)
Updating files:  36% (6487/18017)
Updating files:  37% (6667/18017)
Updating files:  38% (6847/18017)
Updating files:  39% (7027/18017)
Updating files:  40% (7207/18017)
Updating files:  41% (7387/18017)
Updating files:  42% (7568/18017)
Updating files:  43% (7748/18017)
Updating files:  43% (7851/18017)
Updating files:  44% (7928/18017)
Updating files:  45% (8108/18017)
Updating files:  46% (8288/18017)
Updating files:  47% (8468/18017)
Updating files:  48% (8649/18017)
Updating files:  49% (8829/18017)
Updating files:  50% (9009/18017)
Updating files:  51% (9189/18017)
Updating files:  52% (9369/18017)
Updating files:  53% (9550/18017)
Updating files:  54% (9730/18017)
Updating files:  55% (9910/18017)
Updating files:  56% (10090/18017)
Updating files:  56% (10188/18017)
Updating files:  57% (10270/18017)
Updating files:  58% (10450/18017)
Updating files:  59% (10631/18017)
Updating files:  60% (10811/18017)
Updating files:  61% (10991/18017)
Updating files:  62% (11171/18017)
Updating files:  63% (11351/18017)
Updating files:  64% (11531/18017)
Updating files:  65% (11712/18017)
Updating files:  66% (11892/18017)
Updating files:  67% (12072/18017)
Updating files:  68% (12252/18017)
Updating files:  69% (12432/18017)
Updating files:  69% (12532/18017)
Updating files:  70% (12612/18017)
Updating files:  71% (12793/18017)
Updating files:  72% (12973/18017)
Updating files:  73% (13153/18017)
Updating files:  74% (13333/18017)
Updating files:  75% (13513/18017)
Updating files:  76% (13693/18017)
Updating files:  77% (13874/18017)
Updating files:  78% (14054/18017)
Updating files:  79% (14234/18017)
Updating files:  80% (14414/18017)
Updating files:  81% (14594/18017)
Updating files:  82% (14774/18017)
Updating files:  83% (14955/18017)
Updating files:  83% (14982/18017)
Updating files:  84% (15135/18017)
Updating files:  85% (15315/18017)
Updating files:  86% (15495/18017)
Updating files:  87% (15675/18017)
Updating files:  88% (15855/18017)
Updating files:  89% (16036/18017)
Updating files:  90% (16216/18017)
Updating files:  91% (16396/18017)
Updating files:  92% (16576/18017)
Updating files:  93% (16756/18017)
Updating files:  94% (16936/18017)
Updating files:  95% (17117/18017)
Updating files:  96% (17297/18017)
Updating files:  96% (17464/18017)
Updating files:  97% (17477/18017)
Updating files:  98% (17657/18017)
Updating files:  99% (17837/18017)
Updating files: 100% (18017/18017)
Updating files: 100% (18017/18017), done.
HEAD is now at 5b99878077 Merge pull request #28318 from ocamllibs/metaquot-0.6.0
Updating 5b99878077..e2e946ed90
Fast-forward
 .../chrome-trace/chrome-trace.3.20.0~alpha4/opam   | 41 ++++++++++++
 .../dune-action-plugin.3.20.0~alpha4/opam          | 54 ++++++++++++++++
 .../dune-build-info.3.20.0~alpha4/opam             | 47 ++++++++++++++
 .../dune-configurator.3.20.0~alpha4/opam           | 51 +++++++++++++++
 packages/dune-glob/dune-glob.3.20.0~alpha4/opam    | 44 +++++++++++++
 .../dune-private-libs.3.20.0~alpha4/opam           | 52 +++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.20.0~alpha4/opam   | 43 +++++++++++++
 packages/dune-rpc/dune-rpc.3.20.0~alpha4/opam      | 46 ++++++++++++++
 packages/dune-site/dune-site.3.20.0~alpha4/opam    | 39 ++++++++++++
 packages/dune/dune.3.20.0~alpha4/opam              | 74 ++++++++++++++++++++++
 packages/dyn/dyn.3.20.0~alpha4/opam                | 42 ++++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.20.0~alpha4/opam  | 45 +++++++++++++
 packages/ordering/ordering.3.20.0~alpha4/opam      | 40 ++++++++++++
 packages/stdune/stdune.3.20.0~alpha4/opam          | 46 ++++++++++++++
 packages/xdg/xdg.3.20.0~alpha4/opam                | 41 ++++++++++++
 15 files changed, 705 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.20.0~alpha4/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.20.0~alpha4/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.20.0~alpha4/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.20.0~alpha4/opam
 create mode 100644 packages/dune-glob/dune-glob.3.20.0~alpha4/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.20.0~alpha4/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.20.0~alpha4/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.20.0~alpha4/opam
 create mode 100644 packages/dune-site/dune-site.3.20.0~alpha4/opam
 create mode 100644 packages/dune/dune.3.20.0~alpha4/opam
 create mode 100644 packages/dyn/dyn.3.20.0~alpha4/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.20.0~alpha4/opam
 create mode 100644 packages/ordering/ordering.3.20.0~alpha4/opam
 create mode 100644 packages/stdune/stdune.3.20.0~alpha4/opam
 create mode 100644 packages/xdg/xdg.3.20.0~alpha4/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:f757581afb44ec75e71ee342eee955fd34c57bcab0cb714426491b4972aed2a6)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:f757581afb44ec75e71ee342eee955fd34c57bcab0cb714426491b4972aed2a6' locally
docker.io/ocaml/opam@sha256:f757581afb44ec75e71ee342eee955fd34c57bcab0cb714426491b4972aed2a6: Pulling from ocaml/opam
700561effee7: Already exists
fdc7fb96843a: Already exists
27ff3f23688b: Already exists
1962eb533d64: Already exists
9e7a962f4888: Already exists
f5561b7a2127: Already exists
f39673989f07: Already exists
68698baf6d8f: Already exists
d13bdb819dd5: Already exists
e69683f9488c: Already exists
386dc8135f55: Already exists
47c9462ddf94: Already exists
b16de335b9e5: Already exists
768a6fb70d7f: Already exists
dc2633afaa69: Already exists
a2a0c916525b: Already exists
a2a0c916525b: Already exists
be9d76903c4f: Already exists
e3ce15c8a3e5: Already exists
9f5c3e36fca8: Already exists
0d1c9868fc1a: Already exists
4f4fb700ef54: Already exists
3384a06903e5: Already exists
1feef1d2224c: Already exists
6816b2e00771: Already exists
a721f3fc801e: Already exists
db31a40154af: Already exists
b072c42f4833: Already exists
c009df98012a: Already exists
663fb69b3178: Already exists
c88ea081b51a: Already exists
451005f957e0: Already exists
c3a900b2c0f5: Already exists
8d3358f441f9: Already exists
39a75446f7a0: Already exists
924048cff46c: Already exists
757bc14d43ed: Already exists
8cc07ef27ed6: Already exists
eb3df7868799: Already exists
838ddfcbfc98: Already exists
44dfd4ad0bfa: Pulling fs layer
cb1829d47d59: Pulling fs layer
917ff8f67335: Pulling fs layer
e73c1026f95d: Pulling fs layer
3d3172be7d88: Pulling fs layer
fdc4f556ad11: Pulling fs layer
84617e92509c: Pulling fs layer
e73c1026f95d: Waiting
3d3172be7d88: Waiting
fdc4f556ad11: Waiting
84617e92509c: Waiting
cb1829d47d59: Verifying Checksum
cb1829d47d59: Download complete
44dfd4ad0bfa: Verifying Checksum
44dfd4ad0bfa: Download complete
44dfd4ad0bfa: Pull complete
917ff8f67335: Verifying Checksum
917ff8f67335: Download complete
cb1829d47d59: Pull complete
3d3172be7d88: Verifying Checksum
3d3172be7d88: Download complete
fdc4f556ad11: Verifying Checksum
fdc4f556ad11: Download complete
84617e92509c: Verifying Checksum
84617e92509c: Download complete
917ff8f67335: Pull complete
e73c1026f95d: Verifying Checksum
e73c1026f95d: Download complete
e73c1026f95d: Pull complete
3d3172be7d88: Pull complete
fdc4f556ad11: Pull complete
84617e92509c: Pull complete
Digest: sha256:f757581afb44ec75e71ee342eee955fd34c57bcab0cb714426491b4972aed2a6
Status: Downloaded newer image for ocaml/opam@sha256:f757581afb44ec75e71ee342eee955fd34c57bcab0cb714426491b4972aed2a6
2025-08-12 13:37.15 ---> using "7d826b925c7907cf66de9484d3661534cf69e2d97e8f9f2093b6fe33e6c76c8f" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-08-12 13:37.15 ---> using "6d4fe2cb425d7406e66f97806fc62defab49af6e07523650d594126ea374e502" 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 development 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
2025-08-12 13:37.15 ---> using "37ec8f9330477195b276fc9aafa8027b0f302ddb5d59bc79756645e29712e2ee" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# 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.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-08-12 13:37.15 ---> using "981b5040b628e6997db049a7ae30ca6e34a15f3b5bde0a908f9fc97f4476d611" 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/"))
2025-08-12 13:37.15 ---> using "9bd248a40bc8ef2b11bff225fd1e6fba236519f8cdaa9542402ae7006966ce52" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-08-12 13:37.20 ---> using "e4119ae978b1b13bda0f37f9da6ab767bb6adce2c60c2fff856ab16c57363c2e" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-08-12 13:37.20 ---> using "ff1a06f122eac55205c3d28f0e2d3ac056018bdf837c4619d66fa13089d8aea7" 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/main riscv64 Packages [804 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1165 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [873 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [493 kB]
- Fetched 3714 kB in 2s (2035 kB/s)
- Reading package lists...
- 
2025-08-12 13:37.20 ---> using "7aaca45f57d0e07b726c0e3667f7b0e613aaa935f01a07cc3689e1ff49125cab" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune.3.20.0~alpha4 3.20.0~alpha4"))
dune is now pinned to version 3.20.0~alpha4
2025-08-12 13:37.24 ---> saved as "0626dbed00cfe727558fc1a25d26518074988db75f8b635139939358c0c8d6b0"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune.3.20.0~alpha4;\
                        \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\" != 'dune.3.20.0~alpha4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dune.3.20.0~alpha4 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 1 package
  - install dune 3.20.0~alpha4 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.0~alpha4  (cached)
-> installed dune.3.20.0~alpha4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-12 13:41.46 ---> saved as "bb8cb385f87202eda15ca397df9443f92e8ec8b137bcf3533437fec8b81a651e"
Job succeeded
2025-08-12 13:42.18: Job succeeded