(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.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28134/head (12c50eca1d480bb6bf15b43f47110177dc77adc4)
                              on ubuntu-24.10-ocaml-4.14/amd64

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.10-ocaml-4.14@sha256:5fcc0979faf6a87b15a179ed9deff90b672a70232fb9c20dfcd8ff688bc4af88
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.1 v0.17.2.1
RUN opam reinstall ppx_expect_nobase.v0.17.2.1; \
    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.10\""; 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.1' && 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.10-ocaml-4.14@sha256:5fcc0979faf6a87b15a179ed9deff90b672a70232fb9c20dfcd8ff688bc4af88-ppx_expect_nobase.v0.17.2.1-12c50eca1d480bb6bf15b43f47110177dc77adc4"
2025-07-05 14:23.11: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:5fcc0979faf6a87b15a179ed9deff90b672a70232fb9c20dfcd8ff688bc4af88)
 (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.1 v0.17.2.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppx_expect_nobase.v0.17.2.1;\
             \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.10\\\"\"; 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.1' && 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:23.15: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
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.10-ocaml-4.14@sha256:5fcc0979faf6a87b15a179ed9deff90b672a70232fb9c20dfcd8ff688bc4af88)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:5fcc0979faf6a87b15a179ed9deff90b672a70232fb9c20dfcd8ff688bc4af88' locally
docker.io/ocaml/opam@sha256:5fcc0979faf6a87b15a179ed9deff90b672a70232fb9c20dfcd8ff688bc4af88: Pulling from ocaml/opam
ad109e5dce93: Pulling fs layer
dc634e19af86: Pulling fs layer
57e39ec0c348: Pulling fs layer
3a9b654e5a6a: Pulling fs layer
16b687d4f9b5: Pulling fs layer
f9e3dec678aa: Pulling fs layer
0b3c65653668: Pulling fs layer
ad109e5dce93: Waiting
c33b5100c7ff: Pulling fs layer
dc634e19af86: Waiting
b9833b715169: Pulling fs layer
57e39ec0c348: Waiting
f9e3dec678aa: Waiting
4c7bf6f24210: Pulling fs layer
e66c02efebdd: Pulling fs layer
0b3c65653668: Waiting
3a9b654e5a6a: Waiting
c33b5100c7ff: Waiting
b9833b715169: Waiting
cc8744bda9f6: Pulling fs layer
eb3319bc8c08: Pulling fs layer
64a0e2d84d86: Pulling fs layer
a9645f2ca099: Pulling fs layer
64a0e2d84d86: Waiting
8881f6de0b91: Pulling fs layer
a9645f2ca099: Waiting
fef95eead918: Pulling fs layer
6a0c757b2397: Pulling fs layer
27ddab992785: Pulling fs layer
4f4fb700ef54: Pulling fs layer
5e3e813e2bc6: Pulling fs layer
8881f6de0b91: Waiting
a997b2fab69a: Pulling fs layer
127990873912: Pulling fs layer
d49316dfb128: Pulling fs layer
fef95eead918: Waiting
65945e34c4af: Pulling fs layer
1cb314909190: Pulling fs layer
27ddab992785: Waiting
4f4fb700ef54: Waiting
53bd3e47af4f: Pulling fs layer
6a0c757b2397: Waiting
5e3e813e2bc6: Waiting
646fadff7bfb: Pulling fs layer
8b8f49d5757c: Pulling fs layer
cf33ec177158: Pulling fs layer
127990873912: Waiting
9bda142c023d: Pulling fs layer
46ee10b7e072: Pulling fs layer
465fa200122e: Pulling fs layer
b47a2e8f387a: Pulling fs layer
2c247a28874e: Pulling fs layer
65945e34c4af: Waiting
21ca9fe21a24: Pulling fs layer
350b4fb43b0d: Pulling fs layer
1cb314909190: Waiting
89b43fdb6df2: Pulling fs layer
53bd3e47af4f: Waiting
57c4bbb5840b: Pulling fs layer
ad7ee3df8495: Pulling fs layer
6393c6f1a1a2: Pulling fs layer
8b8f49d5757c: Waiting
3a5d525386f2: Pulling fs layer
9bda142c023d: Waiting
cf33ec177158: Waiting
6393c6f1a1a2: Waiting
57c4bbb5840b: Waiting
21ca9fe21a24: Waiting
3a5d525386f2: Waiting
350b4fb43b0d: Waiting
ad7ee3df8495: Waiting
465fa200122e: Waiting
89b43fdb6df2: Waiting
2c247a28874e: Waiting
46ee10b7e072: Waiting
b47a2e8f387a: Waiting
ad109e5dce93: Verifying Checksum
ad109e5dce93: Download complete
dc634e19af86: Verifying Checksum
dc634e19af86: Download complete
57e39ec0c348: Download complete
ad109e5dce93: Pull complete
dc634e19af86: Pull complete
57e39ec0c348: Pull complete
3a9b654e5a6a: Verifying Checksum
3a9b654e5a6a: Download complete
3a9b654e5a6a: Pull complete
16b687d4f9b5: Download complete
16b687d4f9b5: Pull complete
0b3c65653668: Download complete
c33b5100c7ff: Verifying Checksum
c33b5100c7ff: Download complete
b9833b715169: Verifying Checksum
b9833b715169: Download complete
4c7bf6f24210: Verifying Checksum
4c7bf6f24210: Download complete
e66c02efebdd: Verifying Checksum
e66c02efebdd: Download complete
cc8744bda9f6: Download complete
eb3319bc8c08: Verifying Checksum
eb3319bc8c08: Download complete
64a0e2d84d86: Download complete
a9645f2ca099: Download complete
f9e3dec678aa: Download complete
fef95eead918: Verifying Checksum
fef95eead918: Download complete
6a0c757b2397: Verifying Checksum
6a0c757b2397: Download complete
27ddab992785: Verifying Checksum
27ddab992785: Download complete
4f4fb700ef54: Download complete
5e3e813e2bc6: Verifying Checksum
5e3e813e2bc6: Download complete
8881f6de0b91: Verifying Checksum
8881f6de0b91: Download complete
a997b2fab69a: Verifying Checksum
a997b2fab69a: Download complete
127990873912: Verifying Checksum
127990873912: Download complete
d49316dfb128: Download complete
65945e34c4af: Download complete
1cb314909190: Verifying Checksum
1cb314909190: Download complete
53bd3e47af4f: Download complete
646fadff7bfb: Verifying Checksum
8b8f49d5757c: Verifying Checksum
8b8f49d5757c: Download complete
46ee10b7e072: Verifying Checksum
46ee10b7e072: Download complete
9bda142c023d: Verifying Checksum
9bda142c023d: Download complete
cf33ec177158: Verifying Checksum
cf33ec177158: Download complete
b47a2e8f387a: Verifying Checksum
b47a2e8f387a: Download complete
21ca9fe21a24: Download complete
350b4fb43b0d: Verifying Checksum
89b43fdb6df2: Download complete
f9e3dec678aa: Pull complete
0b3c65653668: Pull complete
c33b5100c7ff: Pull complete
b9833b715169: Pull complete
4c7bf6f24210: Pull complete
e66c02efebdd: Pull complete
cc8744bda9f6: Pull complete
eb3319bc8c08: Pull complete
64a0e2d84d86: Pull complete
a9645f2ca099: Pull complete
2c247a28874e: Verifying Checksum
2c247a28874e: Download complete
465fa200122e: Verifying Checksum
465fa200122e: Download complete
ad7ee3df8495: Verifying Checksum
ad7ee3df8495: Download complete
6393c6f1a1a2: Download complete
3a5d525386f2: Verifying Checksum
3a5d525386f2: Download complete
8881f6de0b91: Pull complete
fef95eead918: Pull complete
6a0c757b2397: Pull complete
27ddab992785: Pull complete
4f4fb700ef54: Pull complete
5e3e813e2bc6: Pull complete
a997b2fab69a: Pull complete
127990873912: Pull complete
d49316dfb128: Pull complete
65945e34c4af: Pull complete
1cb314909190: Pull complete
53bd3e47af4f: Pull complete
646fadff7bfb: Pull complete
8b8f49d5757c: Pull complete
cf33ec177158: Pull complete
9bda142c023d: Pull complete
46ee10b7e072: Pull complete
57c4bbb5840b: Verifying Checksum
57c4bbb5840b: Download complete
465fa200122e: Pull complete
b47a2e8f387a: Pull complete
2c247a28874e: Pull complete
21ca9fe21a24: Pull complete
350b4fb43b0d: Pull complete
89b43fdb6df2: Pull complete
57c4bbb5840b: Pull complete
ad7ee3df8495: Pull complete
6393c6f1a1a2: Pull complete
3a5d525386f2: Pull complete
Digest: sha256:5fcc0979faf6a87b15a179ed9deff90b672a70232fb9c20dfcd8ff688bc4af88
Status: Downloaded newer image for ocaml/opam@sha256:5fcc0979faf6a87b15a179ed9deff90b672a70232fb9c20dfcd8ff688bc4af88
2025-07-05 14:25.53 ---> saved as "de5ffee1fc85633177d592a1e2c93ce4aaed5fc98c42ec7a3ee7fb0bf272bff1"

/: (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:25.53 ---> saved as "3ab712bfd5562d299bbdb7dea34a84eb0e35c08a3e63021209204ad41b92b49d"

/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:26.16 ---> saved as "ba21313cdb044d23ccfd5a3efc7eeb73bb18249db327caf56a2520ac09e2017d"

/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=x86_64 os=linux os-distribution=ubuntu os-version=24.10
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# 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:26.17 ---> saved as "3f518af78819555ab6adcb07390f6bab410631904d358745c4a8a5de475e33db"

/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:26.27 ---> saved as "86f01bd32a843ca7976d410e288a5291b0bdeef84b5267ffbd982ac1e4062945"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Get:3 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [389 kB]
- Get:4 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [280 kB]
- Get:5 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]
- Get:6 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [370 kB]
- Get:7 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]
- Get:8 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [521 kB]
- Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [357 kB]
- Get:10 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [381 kB]
- Fetched 2676 kB in 1s (2819 kB/s)
- Reading package lists...
- 
2025-07-05 14:27.15 ---> saved as "1e7a597eee88664dc27138df95bb6229c666cdd7ef6d26fc983d15bd73cf2345"

/home/opam: (run (shell "opam pin add -k version -yn ppx_expect_nobase.v0.17.2.1 v0.17.2.1"))
ppx_expect_nobase is now pinned to version v0.17.2.1
2025-07-05 14:27.15 ---> saved as "96205e693010a0cdb0d9f71c73dd90177c9ce9c7c24856abf3041e7a0dd198c8"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppx_expect_nobase.v0.17.2.1;\
                        \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.10\\\"\"; 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.1' && 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.1 is not installed. Install it? [y/n] y
  * Missing dependency:
    - ppx_expect_nobase < v0.17.2.2 -> ppx_inline_test_nobase >= v0.17.0.1
    no matching version

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ppx_expect_nobase.v0.17.2.1;
        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.10\""; 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.1' && 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:27.32: Job failed: Failed: Build failed
2025-07-05 14:27.32: Log analysis:
2025-07-05 14:27.32: >>> 
No solution found, exiting
 (score = 100)
2025-07-05 14:27.32: [SKIP] Package not available