(not at the head of any monitored branch or PR)
2025-06-20 15:51.58: New job: build ppxlib_jane.v0.17.4, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28055/head (f0799223262c4ef986467fbf254d449d6d1382be)
                              on ubuntu-24.04-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/28055/head" && git reset --hard f0799223
git fetch origin master
git merge --no-edit 2c7fa9dbb65d0f6a3ff5378154183146e08fd36d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498
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 ppxlib_jane.v0.17.4 v0.17.4
RUN opam reinstall ppxlib_jane.v0.17.4; \
    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" != 'ppxlib_jane.v0.17.4' && 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-06-20 15:51.58: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498-ppxlib_jane.v0.17.4-f0799223262c4ef986467fbf254d449d6d1382be"
2025-06-20 15:51.58: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498)
 (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 ppxlib_jane.v0.17.4 v0.17.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppxlib_jane.v0.17.4;\
             \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\" != 'ppxlib_jane.v0.17.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-06-20 15:51.58: Waiting for resource in pool OCluster
2025-06-20 15:51.58: Waiting for worker…
2025-06-20 15:52.32: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 2c7fa9dbb6 Merge pull request #27977 from hannesm/maintenance-intent
Updating 2c7fa9dbb6..f079922326
Fast-forward
 packages/ppxlib_jane/ppxlib_jane.v0.17.4/opam | 29 +++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 packages/ppxlib_jane/ppxlib_jane.v0.17.4/opam

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498)
2025-06-20 15:53.03 ---> saved as "e5afc2ae3625d287ff6ad11e1ee8e8c8b323aef4830c05f394017983edb5ece1"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-20 15:53.03 ---> saved as "e4a01f8c9a63fc5e6cd104400e9ed7045dc77d332e7def5f548e51718898e54c"

/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
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-20 15:53.47 ---> saved as "87845622ef6c05112cd8ad09239e22a7613518c0e3b47410b819a7b1f06f8eb4"

/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.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# 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-06-20 15:53.49 ---> saved as "2a5870de744b8bbb68c47e4e7b0f00c01568196c647837938e273a4c5cb39abf"

/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-06-20 15:54.14 ---> saved as "afe31c0c6459bfc49f5f7c3942d6b80c20cc63f2161883b9c86f20f07ee8409c"

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-20 15:54.39 ---> saved as "86df000ab73f3132cb2487f57a3c1bd9caab3043f0438591b4a6035cd54b385e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-20 15:55.05 ---> saved as "dc2452360083621ac147d0cb4ae83401a04bac0ba2a6534f7c01098c2e497496"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1410 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1554 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1451 kB]
- Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1108 kB]
- Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1496 kB]
- Get:10 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1129 kB]
- Fetched 8526 kB in 1s (7081 kB/s)
- Reading package lists...
- 
2025-06-20 15:55.08 ---> saved as "0a0dff585f017e5d4833b09416367fe803c63f76f09642111adab3a7ff303674"

/home/opam: (run (shell "opam pin add -k version -yn ppxlib_jane.v0.17.4 v0.17.4"))
ppxlib_jane is now pinned to version v0.17.4
2025-06-20 15:55.09 ---> saved as "f384f1d691107413ae5e76c6f19900e5dea6336bace9952379d88a4ecde481e3"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppxlib_jane.v0.17.4;\
                        \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\" != 'ppxlib_jane.v0.17.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ppxlib_jane.v0.17.4 is not installed. Install it? [y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - ppxlib_jane >= v0.17.4 -> ocaml >= 5.3.0 -> ocaml-variants >= 5.3.0~
    You can temporarily relax the switch invariant with `--update-invariant'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ppxlib_jane.v0.17.4;
        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" != 'ppxlib_jane.v0.17.4' && 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-06-20 15:55.28: Job failed: Failed: Build failed
2025-06-20 15:55.28: Log analysis:
2025-06-20 15:55.28: >>> 
No solution found, exiting
 (score = 100)
2025-06-20 15:55.28: [SKIP] Package not available