(not at the head of any monitored branch or PR)
2025-07-05 14:23.11: New job: build ppx_expect_nobase.v0.17.2.2, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28134/head (12c50eca1d480bb6bf15b43f47110177dc77adc4)
                              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/28134/head" && git reset --hard 12c50eca
git fetch origin master
git merge --no-edit 6dea2f93908c01ba6c81b048fe926d48d2309cb8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:1246d0d27ebcb847d3bdbfd9a9ec598e015abc03bf22d59df5ac8cb0924290a3
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 ppx_expect_nobase.v0.17.2.2 v0.17.2.2
RUN opam reinstall ppx_expect_nobase.v0.17.2.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" != 'ppx_expect_nobase.v0.17.2.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-07-05 14:23.11: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:1246d0d27ebcb847d3bdbfd9a9ec598e015abc03bf22d59df5ac8cb0924290a3-ppx_expect_nobase.v0.17.2.2-12c50eca1d480bb6bf15b43f47110177dc77adc4"
2025-07-05 14:23.11: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:1246d0d27ebcb847d3bdbfd9a9ec598e015abc03bf22d59df5ac8cb0924290a3)
 (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 ppx_expect_nobase.v0.17.2.2 v0.17.2.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppx_expect_nobase.v0.17.2.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\" != 'ppx_expect_nobase.v0.17.2.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-07-05 14:23.11: Waiting for resource in pool OCluster
2025-07-05 14:23.11: Waiting for worker…
2025-07-05 14:28.02: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
Updating files:  14% (2620/17820)
Updating files:  15% (2673/17820)
Updating files:  16% (2852/17820)
Updating files:  17% (3030/17820)
Updating files:  18% (3208/17820)
Updating files:  19% (3386/17820)
Updating files:  20% (3564/17820)
Updating files:  21% (3743/17820)
Updating files:  22% (3921/17820)
Updating files:  23% (4099/17820)
Updating files:  24% (4277/17820)
Updating files:  25% (4455/17820)
Updating files:  26% (4634/17820)
Updating files:  27% (4812/17820)
Updating files:  28% (4990/17820)
Updating files:  28% (5135/17820)
Updating files:  29% (5168/17820)
Updating files:  30% (5346/17820)
Updating files:  31% (5525/17820)
Updating files:  32% (5703/17820)
Updating files:  33% (5881/17820)
Updating files:  34% (6059/17820)
Updating files:  35% (6237/17820)
Updating files:  36% (6416/17820)
Updating files:  37% (6594/17820)
Updating files:  38% (6772/17820)
Updating files:  39% (6950/17820)
Updating files:  40% (7128/17820)
Updating files:  41% (7307/17820)
Updating files:  42% (7485/17820)
Updating files:  43% (7663/17820)
Updating files:  43% (7758/17820)
Updating files:  44% (7841/17820)
Updating files:  45% (8019/17820)
Updating files:  46% (8198/17820)
Updating files:  47% (8376/17820)
Updating files:  48% (8554/17820)
Updating files:  49% (8732/17820)
Updating files:  50% (8910/17820)
Updating files:  51% (9089/17820)
Updating files:  52% (9267/17820)
Updating files:  53% (9445/17820)
Updating files:  54% (9623/17820)
Updating files:  55% (9801/17820)
Updating files:  56% (9980/17820)
Updating files:  56% (10078/17820)
Updating files:  57% (10158/17820)
Updating files:  58% (10336/17820)
Updating files:  59% (10514/17820)
Updating files:  60% (10692/17820)
Updating files:  61% (10871/17820)
Updating files:  62% (11049/17820)
Updating files:  63% (11227/17820)
Updating files:  64% (11405/17820)
Updating files:  65% (11583/17820)
Updating files:  66% (11762/17820)
Updating files:  67% (11940/17820)
Updating files:  68% (12118/17820)
Updating files:  69% (12296/17820)
Updating files:  69% (12342/17820)
Updating files:  70% (12474/17820)
Updating files:  71% (12653/17820)
Updating files:  72% (12831/17820)
Updating files:  73% (13009/17820)
Updating files:  74% (13187/17820)
Updating files:  75% (13365/17820)
Updating files:  76% (13544/17820)
Updating files:  77% (13722/17820)
Updating files:  78% (13900/17820)
Updating files:  79% (14078/17820)
Updating files:  80% (14256/17820)
Updating files:  81% (14435/17820)
Updating files:  81% (14583/17820)
Updating files:  82% (14613/17820)
Updating files:  83% (14791/17820)
Updating files:  84% (14969/17820)
Updating files:  85% (15147/17820)
Updating files:  86% (15326/17820)
Updating files:  87% (15504/17820)
Updating files:  88% (15682/17820)
Updating files:  89% (15860/17820)
Updating files:  90% (16038/17820)
Updating files:  91% (16217/17820)
Updating files:  92% (16395/17820)
Updating files:  93% (16573/17820)
Updating files:  94% (16751/17820)
Updating files:  95% (16929/17820)
Updating files:  95% (17044/17820)
Updating files:  96% (17108/17820)
Updating files:  97% (17286/17820)
Updating files:  98% (17464/17820)
Updating files:  99% (17642/17820)
Updating files: 100% (17820/17820)
Updating files: 100% (17820/17820), done.
HEAD is now at 6dea2f9390 Merge pull request #28135 from hhugo/release-js_of_ocaml-6.1.0
Merge made by the 'ort' strategy.
 .../opam                                           |  2 +-
 .../ppx_expect_nobase.v0.17.2.2/opam               | 36 ++++++++++++++++++++++
 .../ppx_inline_test_nobase.v0.17.0-2/opam          | 30 ++++++++++++++++++
 3 files changed, 67 insertions(+), 1 deletion(-)
 rename packages/ppx_expect_nobase/{ppx_expect_nobase.v0.17.2 => ppx_expect_nobase.v0.17.2.1}/opam (95%)
 create mode 100644 packages/ppx_expect_nobase/ppx_expect_nobase.v0.17.2.2/opam
 create mode 100644 packages/ppx_inline_test_nobase/ppx_inline_test_nobase.v0.17.0-2/opam

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:1246d0d27ebcb847d3bdbfd9a9ec598e015abc03bf22d59df5ac8cb0924290a3)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:1246d0d27ebcb847d3bdbfd9a9ec598e015abc03bf22d59df5ac8cb0924290a3' locally
docker.io/ocaml/opam@sha256:1246d0d27ebcb847d3bdbfd9a9ec598e015abc03bf22d59df5ac8cb0924290a3: Pulling from ocaml/opam
4ac2db62b9f8: Already exists
bc8e6034dabe: Already exists
f962ea53ee35: Already exists
e1b5f7775e35: Already exists
4f54c0b84cc1: Already exists
00dd83716356: Already exists
aa8aa19e2796: Already exists
a6c5e751608b: Already exists
7e66e5d553df: Already exists
638aa201daa8: Already exists
fac1c3ece30b: Already exists
6db7cf1ac465: Already exists
ebff9662d467: Already exists
218f7d211047: Already exists
dfd182954e1a: Already exists
dfd182954e1a: Already exists
1df3c804253c: Already exists
c697a3fd98fe: Already exists
f3e45ec89531: Already exists
163af8c45358: Already exists
4f4fb700ef54: Already exists
9ba8ca7e7d5a: Already exists
6d603979e95b: Already exists
f9c998961969: Already exists
8d93c8dcbcd1: Already exists
75fb6ab321bb: Already exists
5699c360ee98: Already exists
de384f70bd4d: Already exists
a78cbc43887b: Already exists
cb8f4f78c4b7: Already exists
085dda815fd8: Already exists
ed85ca979829: Already exists
66b94c100386: Already exists
d81a05ac97cd: Already exists
7d4ba53d85a4: Already exists
84e03379cde2: Already exists
d39845ed50d7: Already exists
5ea7a31aa338: Already exists
6a29661f8f38: Already exists
c3ec4ba1cf97: Pulling fs layer
fb83befbb9ac: Pulling fs layer
f6fc2d5a3748: Pulling fs layer
de125f107d3c: Pulling fs layer
de125f107d3c: Waiting
fb83befbb9ac: Verifying Checksum
fb83befbb9ac: Download complete
f6fc2d5a3748: Verifying Checksum
f6fc2d5a3748: Download complete
de125f107d3c: Verifying Checksum
de125f107d3c: Download complete
c3ec4ba1cf97: Verifying Checksum
c3ec4ba1cf97: Download complete
c3ec4ba1cf97: Pull complete
fb83befbb9ac: Pull complete
f6fc2d5a3748: Pull complete
de125f107d3c: Pull complete
Digest: sha256:1246d0d27ebcb847d3bdbfd9a9ec598e015abc03bf22d59df5ac8cb0924290a3
Status: Downloaded newer image for ocaml/opam@sha256:1246d0d27ebcb847d3bdbfd9a9ec598e015abc03bf22d59df5ac8cb0924290a3
2025-07-05 14:28.13 ---> using "2c80192010cafd7ca432f0dccd93a02babd162ea401886eb72aaae898b644b5c" 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-07-05 14:28.13 ---> using "69929cdfc642bb2c295ae31d0fc4a95d324f47505f63a5c769400577ac11efee" 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-07-05 14:28.13 ---> using "1a5d36172f2b18f41a6d8ca3519da10391ab7ca9f1853e27bd0c8fc0d8fd90bd" 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-07-05 14:28.13 ---> using "084d8ed4623ba30367040180c0a764578674303f02fa494ab96d9b57b37d62b5" 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-07-05 14:28.13 ---> using "6c9a557ade5a998a0751082771adcbe5a6e0135aedb9276cc1c5205f670d7d78" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-07-05 14:28.38 ---> saved as "b6d71b64852dc869d1ec71cf28142f30b98a5a3459701fc6b28d05d1b07f955a"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-05 14:30.12 ---> saved as "123f3fb6ac04f6d159b0a662f37f3922455e0319c8a8210fbb872dd27326ee53"

/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 [775 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse riscv64 Packages [3125 B]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1148 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [476 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [866 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [2342 B]
- Fetched 3648 kB in 2s (1978 kB/s)
- Reading package lists...
- 
2025-07-05 14:30.21 ---> saved as "28c373644e980a3d58b3a5b4fa73687dbdb0ce7a5191a08f179ca77500e7f382"

/home/opam: (run (shell "opam pin add -k version -yn ppx_expect_nobase.v0.17.2.2 v0.17.2.2"))
ppx_expect_nobase is now pinned to version v0.17.2.2
2025-07-05 14:30.23 ---> saved as "015cc1ea3027cdfb1075e5e9479d6cd7d9bd920ef1944fc6fabd215ff6f13a41"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppx_expect_nobase.v0.17.2.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\" != 'ppx_expect_nobase.v0.17.2.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ppx_expect_nobase.v0.17.2.2 is not installed. Install it? [y/n] y
  * Missing dependency:
    - ppx_expect_nobase >= v0.17.2.2 -> ppx_inline_test_nobase >= v0.17.0.2
    no matching version

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ppx_expect_nobase.v0.17.2.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" != 'ppx_expect_nobase.v0.17.2.2' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2025-07-05 14:31.27: Job failed: Failed: Build failed
2025-07-05 14:31.27: Log analysis:
2025-07-05 14:31.27: >>> 
No solution found, exiting
 (score = 100)
2025-07-05 14:31.27: [SKIP] Package not available