(not at the head of any monitored branch or PR)
2025-09-04 13:54.58: New job: build dune-site.3.20.2, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28437/head (c56e58d25e43ce7dd35f9942ad32b42e22d608c9)
                              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/28437/head" && git reset --hard c56e58d2
git fetch origin master
git merge --no-edit 119d5aa5727e8401fbd044e77eca7ecb183f073a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d01aebbe1a84ad812e3deea1fc61e1691ece314545c4c5b17489ef2c9e53ae2d
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-site.3.20.2 3.20.2
RUN opam reinstall dune-site.3.20.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" != 'dune-site.3.20.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 .

2025-09-04 13:54.58: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d01aebbe1a84ad812e3deea1fc61e1691ece314545c4c5b17489ef2c9e53ae2d-dune-site.3.20.2-c56e58d25e43ce7dd35f9942ad32b42e22d608c9"
2025-09-04 13:54.58: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d01aebbe1a84ad812e3deea1fc61e1691ece314545c4c5b17489ef2c9e53ae2d)
 (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-site.3.20.2 3.20.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune-site.3.20.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\" != 'dune-site.3.20.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-09-04 13:54.58: Connecting to build cluster…
2025-09-04 13:54.58: Waiting for resource in pool OCluster
2025-09-04 13:55.10: Waiting for worker…
2025-09-04 15:15.35: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
All commits already cached
Updating files:  15% (2737/18196)
Updating files:  16% (2912/18196)
Updating files:  17% (3094/18196)
Updating files:  18% (3276/18196)
Updating files:  19% (3458/18196)
Updating files:  20% (3640/18196)
Updating files:  21% (3822/18196)
Updating files:  22% (4004/18196)
Updating files:  23% (4186/18196)
Updating files:  24% (4368/18196)
Updating files:  25% (4549/18196)
Updating files:  26% (4731/18196)
Updating files:  27% (4913/18196)
Updating files:  28% (5095/18196)
Updating files:  28% (5238/18196)
Updating files:  29% (5277/18196)
Updating files:  30% (5459/18196)
Updating files:  31% (5641/18196)
Updating files:  32% (5823/18196)
Updating files:  33% (6005/18196)
Updating files:  34% (6187/18196)
Updating files:  35% (6369/18196)
Updating files:  36% (6551/18196)
Updating files:  37% (6733/18196)
Updating files:  38% (6915/18196)
Updating files:  39% (7097/18196)
Updating files:  40% (7279/18196)
Updating files:  41% (7461/18196)
Updating files:  41% (7598/18196)
Updating files:  42% (7643/18196)
Updating files:  43% (7825/18196)
Updating files:  44% (8007/18196)
Updating files:  45% (8189/18196)
Updating files:  46% (8371/18196)
Updating files:  47% (8553/18196)
Updating files:  48% (8735/18196)
Updating files:  49% (8917/18196)
Updating files:  50% (9098/18196)
Updating files:  51% (9280/18196)
Updating files:  52% (9462/18196)
Updating files:  53% (9644/18196)
Updating files:  54% (9826/18196)
Updating files:  54% (9857/18196)
Updating files:  55% (10008/18196)
Updating files:  56% (10190/18196)
Updating files:  57% (10372/18196)
Updating files:  58% (10554/18196)
Updating files:  59% (10736/18196)
Updating files:  60% (10918/18196)
Updating files:  61% (11100/18196)
Updating files:  62% (11282/18196)
Updating files:  63% (11464/18196)
Updating files:  64% (11646/18196)
Updating files:  65% (11828/18196)
Updating files:  66% (12010/18196)
Updating files:  66% (12163/18196)
Updating files:  67% (12192/18196)
Updating files:  68% (12374/18196)
Updating files:  69% (12556/18196)
Updating files:  70% (12738/18196)
Updating files:  71% (12920/18196)
Updating files:  72% (13102/18196)
Updating files:  73% (13284/18196)
Updating files:  74% (13466/18196)
Updating files:  75% (13647/18196)
Updating files:  76% (13829/18196)
Updating files:  77% (14011/18196)
Updating files:  78% (14193/18196)
Updating files:  79% (14375/18196)
Updating files:  80% (14557/18196)
Updating files:  80% (14568/18196)
Updating files:  81% (14739/18196)
Updating files:  82% (14921/18196)
Updating files:  83% (15103/18196)
Updating files:  84% (15285/18196)
Updating files:  85% (15467/18196)
Updating files:  86% (15649/18196)
Updating files:  87% (15831/18196)
Updating files:  88% (16013/18196)
Updating files:  89% (16195/18196)
Updating files:  90% (16377/18196)
Updating files:  91% (16559/18196)
Updating files:  92% (16741/18196)
Updating files:  92% (16873/18196)
Updating files:  93% (16923/18196)
Updating files:  94% (17105/18196)
Updating files:  95% (17287/18196)
Updating files:  96% (17469/18196)
Updating files:  97% (17651/18196)
Updating files:  98% (17833/18196)
Updating files:  99% (18015/18196)
Updating files: 100% (18196/18196)
Updating files: 100% (18196/18196), done.
HEAD is now at 119d5aa572 Merge pull request #28429 from toots/opam-publish-liquidsoap.2.4.0
Merge made by the 'ort' strategy.
 packages/chrome-trace/chrome-trace.3.20.2/opam     | 41 ++++++++++++
 .../dune-action-plugin.3.20.2/opam                 | 54 ++++++++++++++++
 .../dune-build-info/dune-build-info.3.20.2/opam    | 47 ++++++++++++++
 .../dune-configurator.3.20.2/opam                  | 51 +++++++++++++++
 packages/dune-glob/dune-glob.3.20.2/opam           | 44 +++++++++++++
 .../dune-private-libs.3.20.2/opam                  | 52 +++++++++++++++
 packages/dune-rpc-lwt/dune-rpc-lwt.3.20.2/opam     | 43 +++++++++++++
 packages/dune-rpc/dune-rpc.3.20.2/opam             | 46 ++++++++++++++
 packages/dune-site/dune-site.3.20.2/opam           | 39 ++++++++++++
 packages/dune/dune.3.20.2/opam                     | 74 ++++++++++++++++++++++
 packages/dyn/dyn.3.20.2/opam                       | 42 ++++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.20.2/opam         | 45 +++++++++++++
 packages/ordering/ordering.3.20.2/opam             | 40 ++++++++++++
 packages/stdune/stdune.3.20.2/opam                 | 46 ++++++++++++++
 packages/xdg/xdg.3.20.2/opam                       | 41 ++++++++++++
 15 files changed, 705 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.20.2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.20.2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.20.2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.20.2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.20.2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.20.2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.20.2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.20.2/opam
 create mode 100644 packages/dune-site/dune-site.3.20.2/opam
 create mode 100644 packages/dune/dune.3.20.2/opam
 create mode 100644 packages/dyn/dyn.3.20.2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.20.2/opam
 create mode 100644 packages/ordering/ordering.3.20.2/opam
 create mode 100644 packages/stdune/stdune.3.20.2/opam
 create mode 100644 packages/xdg/xdg.3.20.2/opam

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d01aebbe1a84ad812e3deea1fc61e1691ece314545c4c5b17489ef2c9e53ae2d)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d01aebbe1a84ad812e3deea1fc61e1691ece314545c4c5b17489ef2c9e53ae2d' locally
docker.io/ocaml/opam@sha256:d01aebbe1a84ad812e3deea1fc61e1691ece314545c4c5b17489ef2c9e53ae2d: Pulling from ocaml/opam
b12e9b070917: Already exists
e019355799b0: Already exists
fc0873c6e74b: Already exists
f5cddfeaa478: Already exists
7462f2e9dd61: Already exists
40f110116789: Already exists
72133b3cf30d: Already exists
d527ffa7800e: Already exists
9743189ba258: Already exists
64463e59c245: Already exists
0335dd6d1a79: Already exists
379d903b741d: Already exists
8ef5bc3f0e0b: Already exists
1d2cdd8fdc4b: Already exists
5bedbe4ebe50: Already exists
beab249035c3: Already exists
beab249035c3: Already exists
fc3490915826: Already exists
a9b0de8d2a94: Already exists
0d7b8f288b2e: Already exists
6b07cff5d49b: Already exists
4f4fb700ef54: Already exists
ddf96873dd33: Already exists
6efef726ce39: Already exists
ecde134ec288: Already exists
a262db3d0076: Already exists
2d3ac99ebad7: Already exists
6a4be62bf711: Already exists
79ec4e4644f4: Already exists
c345e4fc8a16: Already exists
c592d874df72: Already exists
4a56f216f335: Already exists
30528b5b30cd: Already exists
c2b17227ee19: Already exists
e86d5bbe1ffe: Already exists
d50aab0134e4: Already exists
22367fc5dca0: Already exists
55539975e190: Already exists
ceffc5162ea7: Already exists
5325dab6da22: Already exists
690ee5ae0f5b: Pulling fs layer
5360bb7ac951: Pulling fs layer
8325afa55213: Pulling fs layer
d9f4c2b0226d: Pulling fs layer
d9f4c2b0226d: Waiting
5360bb7ac951: Download complete
8325afa55213: Verifying Checksum
8325afa55213: Download complete
d9f4c2b0226d: Verifying Checksum
d9f4c2b0226d: Download complete
690ee5ae0f5b: Verifying Checksum
690ee5ae0f5b: Download complete
690ee5ae0f5b: Pull complete
5360bb7ac951: Pull complete
8325afa55213: Pull complete
d9f4c2b0226d: Pull complete
Digest: sha256:d01aebbe1a84ad812e3deea1fc61e1691ece314545c4c5b17489ef2c9e53ae2d
Status: Downloaded newer image for ocaml/opam@sha256:d01aebbe1a84ad812e3deea1fc61e1691ece314545c4c5b17489ef2c9e53ae2d
2025-09-04 15:15.46 ---> using "f95eb74e743de9880754d64afd132cfa5b4e03551264a171b002f37b901b28d9" 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-09-04 15:15.46 ---> using "3067d070eddde713b192e6da0e710d98ad6302ec7dd496d73f4b7be6418528d9" 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-09-04 15:15.46 ---> using "0503ad08478ccd50a7359372dced2ba17a0f1aa69961163fc08e5a81415ba065" 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       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
2025-09-04 15:15.46 ---> using "0267425b2b36e42b60588b6781033871f4dca7ea4af1a0f4f1436508f7e0a3a3" 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-09-04 15:15.46 ---> using "4972867220dca845a952970adbeae997935861896ee81f6f50a4ef29e7f1c82e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-09-04 15:15.52 ---> using "6cccce4bfada4a0102b9a2d0cca647d4d475585d60a9431490ebee407c00408c" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-09-04 15:15.52 ---> using "97702b449e47bc70331f2317e63f8962133cde2758baaa29697aab2b71a3241e" 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 [827 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1438 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [505 kB]
- Fetched 3149 kB in 2s (1359 kB/s)
- Reading package lists...
- 
2025-09-04 15:15.52 ---> using "632c9bed66b69de66e57a83301c03f7def863b4d9a0aa80f967c7f8df68957cc" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune-site.3.20.2 3.20.2"))
dune-site is now pinned to version 3.20.2
2025-09-04 15:15.55 ---> saved as "5e999d78eaaf6ae79180423b360d74c63cfc05194fca6c0e0c7549492682fad8"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune-site.3.20.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\" != 'dune-site.3.20.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dune-site.3.20.2 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 8 packages
  - install csexp             1.5.2           [required by dune-private-libs]
  - install dune              3.20.2          [required by dune-site]
  - install dune-private-libs 3.20.2          [required by dune-site]
  - install dune-site         3.20.2 (pinned)
  - install dyn               3.20.2          [required by dune-private-libs]
  - install ordering          3.20.2          [required by dyn, stdune]
  - install pp                2.0.0           [required by dune-private-libs]
  - install stdune            3.20.2          [required by dune-private-libs]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (cached)
-> retrieved pp.2.0.0  (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed pp.2.0.0
-> installed ordering.3.20.2
-> installed dyn.3.20.2
-> installed stdune.3.20.2
-> installed dune-private-libs.3.20.2
-> installed dune-site.3.20.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-04 15:22.32 ---> saved as "16162cd5111ab9aa059522cbf0fa4e31f8ab7cacd8630e946c9c9a3ed4acc5b2"
Job succeeded
2025-09-04 15:23.08: Job succeeded