(not at the head of any monitored branch or PR)
2025-08-12 13:09.14: New job: build dyn.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-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/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-4.14@sha256:b14bde9bc1b10e4e04dd07dae673da556469a0f6b473bdae9bbea0ae7f4bc501
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 dyn.3.20.0~alpha4 3.20.0~alpha4
RUN opam reinstall dyn.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" != 'dyn.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-4.14@sha256:b14bde9bc1b10e4e04dd07dae673da556469a0f6b473bdae9bbea0ae7f4bc501-dyn.3.20.0~alpha4-e2e946ed909ce4d2c3e1e35bbaff78b566760128"
2025-08-12 13:09.14: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b14bde9bc1b10e4e04dd07dae673da556469a0f6b473bdae9bbea0ae7f4bc501)
 (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 dyn.3.20.0~alpha4 3.20.0~alpha4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dyn.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\" != 'dyn.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:52.42: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
Updating files:  14% (2664/18017)
Updating files:  15% (2703/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:  28% (5081/18017)
Updating files:  29% (5225/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% (7757/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:  57% (10270/18017)
Updating files:  57% (10377/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:  70% (12612/18017)
Updating files:  70% (12648/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:  82% (14881/18017)
Updating files:  83% (14955/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:  95% (17225/18017)
Updating files:  96% (17297/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-4.14@sha256:b14bde9bc1b10e4e04dd07dae673da556469a0f6b473bdae9bbea0ae7f4bc501)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:b14bde9bc1b10e4e04dd07dae673da556469a0f6b473bdae9bbea0ae7f4bc501' locally
docker.io/ocaml/opam@sha256:b14bde9bc1b10e4e04dd07dae673da556469a0f6b473bdae9bbea0ae7f4bc501: 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
130f4f969ede: Pulling fs layer
ad056deff0b5: Pulling fs layer
d1041dda219b: Pulling fs layer
712501d69618: Pulling fs layer
712501d69618: Waiting
ad056deff0b5: Download complete
d1041dda219b: Verifying Checksum
d1041dda219b: Download complete
712501d69618: Verifying Checksum
712501d69618: Download complete
130f4f969ede: Verifying Checksum
130f4f969ede: Download complete
130f4f969ede: Pull complete
ad056deff0b5: Pull complete
d1041dda219b: Pull complete
712501d69618: Pull complete
Digest: sha256:b14bde9bc1b10e4e04dd07dae673da556469a0f6b473bdae9bbea0ae7f4bc501
Status: Downloaded newer image for ocaml/opam@sha256:b14bde9bc1b10e4e04dd07dae673da556469a0f6b473bdae9bbea0ae7f4bc501
2025-08-12 13:52.54 ---> using "055a44354eca3c612f7cfea62a6f1207d0289d4bd77f93a7f002c07fbc957cd5" 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:52.54 ---> using "ba8d9e5d1a3da80dc6c757fe7ee990dee04a9628ecd66e0ad34c2e2bd1a60f8a" 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:52.54 ---> using "fa8259834808f6d478481479c9374ae3a07d166e1a87e012557cc7fcd5897914" 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-08-12 13:52.54 ---> using "74ba21c27ccb7739882f6e5df71153d62185da776d9598a11a232105f512d516" 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:52.54 ---> using "9f62dbfaa50d3477a37dd35df94695808cec826f3cab460ab50e5f3932300dbc" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-08-12 13:53.19 ---> saved as "78519d4058d647e81efde8b91dd9d09f4ab9035906e65485d76dc2a848581986"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-08-12 13:54.51 ---> saved as "b7fee57edecb616961fa0a61745e54201fcccad4d18f5a18d84c2f9b00c7c878"

/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/universe riscv64 Packages [1165 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [804 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 (1699 kB/s)
- Reading package lists...
- 
2025-08-12 13:54.59 ---> saved as "4df92aabbfd8dfc75782dc2b0d45259ff2976b6196225453a56c04a9915f4e33"

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dyn.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\" != 'dyn.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"))
dyn.3.20.0~alpha4 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 4 packages
  - install dune     3.20.0~alpha4          [required by dyn]
  - install dyn      3.20.0~alpha4 (pinned)
  - install ordering 3.20.0~alpha4          [required by dyn]
  - install pp       2.0.0                  [required by dyn]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.0~alpha4, dyn.3.20.0~alpha4, ordering.3.20.0~alpha4  (cached)
-> retrieved pp.2.0.0  (cached)
-> installed dune.3.20.0~alpha4
-> installed pp.2.0.0
-> installed ordering.3.20.0~alpha4
-> installed dyn.3.20.0~alpha4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-12 13:59.19 ---> saved as "4d4e23794d519914f0ca963d58aa04fc1bfc89af6785476a6ce27b1235e5ca48"
Job succeeded
2025-08-12 13:59.50: Job succeeded