(not at the head of any monitored branch or PR)
2024-04-26 20:10.48: New job: build dot-merlin-reader.4.14-502~preview, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25744/head (9be890d6fb6f087f8c7dc524c7e6ec1a99845dfa)
                              on debian-12-ocaml-4.02/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/25744/head" && git reset --hard 9be890d6
git fetch origin master
git merge --no-edit fe363a90136800f6fbd6e618f7cdb0ccfa213296
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.02@sha256:22f7b8415d711ad192fbd29f0362078a5ea4f4e4be020ebb8f3990c8cdb91253
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
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
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN opam pin add -k version -yn dot-merlin-reader.4.14-502~preview 4.14-502~preview
RUN opam reinstall dot-merlin-reader.4.14-502~preview; \
    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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dot-merlin-reader.4.14-502~preview' && 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 .

2024-04-26 20:10.48: Using cache hint "ocaml/opam:debian-12-ocaml-4.02@sha256:22f7b8415d711ad192fbd29f0362078a5ea4f4e4be020ebb8f3990c8cdb91253-dot-merlin-reader.4.14-502~preview-9be890d6fb6f087f8c7dc524c7e6ec1a99845dfa"
2024-04-26 20:10.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.02@sha256:22f7b8415d711ad192fbd29f0362078a5ea4f4e4be020ebb8f3990c8cdb91253)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (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"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (shell "opam pin add -k version -yn dot-merlin-reader.4.14-502~preview 4.14-502~preview"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dot-merlin-reader.4.14-502~preview;\
             \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 \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dot-merlin-reader.4.14-502~preview' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-04-26 20:10.48: Waiting for resource in pool OCluster
2024-04-26 20:10.50: Waiting for worker…
2024-04-26 20:10.50: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
Updating files:  54% (18329/33567)
Updating files:  55% (18462/33567)
Updating files:  56% (18798/33567)
Updating files:  57% (19134/33567)
Updating files:  58% (19469/33567)
Updating files:  59% (19805/33567)
Updating files:  60% (20141/33567)
Updating files:  61% (20476/33567)
Updating files:  62% (20812/33567)
Updating files:  63% (21148/33567)
Updating files:  64% (21483/33567)
Updating files:  65% (21819/33567)
Updating files:  66% (22155/33567)
Updating files:  67% (22490/33567)
Updating files:  68% (22826/33567)
Updating files:  69% (23162/33567)
Updating files:  70% (23497/33567)
Updating files:  71% (23833/33567)
Updating files:  72% (24169/33567)
Updating files:  73% (24504/33567)
Updating files:  74% (24840/33567)
Updating files:  75% (25176/33567)
Updating files:  76% (25511/33567)
Updating files:  77% (25847/33567)
Updating files:  78% (26183/33567)
Updating files:  79% (26518/33567)
Updating files:  80% (26854/33567)
Updating files:  81% (27190/33567)
Updating files:  82% (27525/33567)
Updating files:  83% (27861/33567)
Updating files:  84% (28197/33567)
Updating files:  85% (28532/33567)
Updating files:  86% (28868/33567)
Updating files:  87% (29204/33567)
Updating files:  88% (29539/33567)
Updating files:  89% (29875/33567)
Updating files:  90% (30211/33567)
Updating files:  91% (30546/33567)
Updating files:  92% (30882/33567)
Updating files:  93% (31218/33567)
Updating files:  94% (31553/33567)
Updating files:  95% (31889/33567)
Updating files:  96% (32225/33567)
Updating files:  97% (32560/33567)
Updating files:  98% (32896/33567)
Updating files:  99% (33232/33567)
Updating files: 100% (33567/33567)
Updating files: 100% (33567/33567), done.
HEAD is now at caf4478cf4 Merge commit '8e3c3734cf35524be7019b0fdd0141067cb37f80'
HEAD is now at fe363a9013 Merge pull request #25751 from ocaml/mseri-patch-5
Merge made by the 'ort' strategy.
 .../dot-merlin-reader/dot-merlin-reader.4.14-502~preview/opam     | 6 +++---
 packages/merlin-lib/merlin-lib.4.14-502~preview/opam              | 6 +++---
 packages/merlin/merlin.4.14-502~preview/opam                      | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

(from ocaml/opam:debian-12-ocaml-4.02@sha256:22f7b8415d711ad192fbd29f0362078a5ea4f4e4be020ebb8f3990c8cdb91253)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.02@sha256:22f7b8415d711ad192fbd29f0362078a5ea4f4e4be020ebb8f3990c8cdb91253' locally
docker.io/ocaml/opam@sha256:22f7b8415d711ad192fbd29f0362078a5ea4f4e4be020ebb8f3990c8cdb91253: Pulling from ocaml/opam
549e30c073c8: Pulling fs layer
549e30c073c8: Verifying Checksum
549e30c073c8: Download complete
549e30c073c8: Pull complete
Digest: sha256:22f7b8415d711ad192fbd29f0362078a5ea4f4e4be020ebb8f3990c8cdb91253
Status: Downloaded newer image for ocaml/opam@sha256:22f7b8415d711ad192fbd29f0362078a5ea4f4e4be020ebb8f3990c8cdb91253
2024-04-26 20:10.56 ---> using "46a43916a518efc1b73a3a71b79a6bbfaf39781c6f80ad625e2de827c71bfe3d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-04-26 20:10.56 ---> using "c1aca0b4f3d7ad01f4380374e12da1ef211b096176b1fe4c4072756f21b7b016" 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~alpha, 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] synchronised from file:///home/opam/opam-repository
2024-04-26 20:10.56 ---> using "376823d2b7942dc904f029683f1f3134f1dfc8649a2a7b5148dfd4fd32be4a71" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.02.3
2.2.0~beta3~dev
2024-04-26 20:10.56 ---> using "3a02e8077db8e4ad457e8d5cedf5f2351ca431a62025d4d7e35424d62dab4195" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/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/"))
2024-04-26 20:10.56 ---> using "1c2fdfc4087c500a5f0c4b30ba0aff8754bd5b0062ac2de0169fa51e7877d2c7" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-26 20:11.07 ---> saved as "9d778d03fe8a3b0427fa9316cbf16de09b798205ec343d479647624667e72eb4"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-26 20:11.59 ---> saved as "1a8ed443a4a9324ca9412b687a7cb124cc4ce9429190fa24c20f6d159f091a8a"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (1156 kB/s)
- Reading package lists...
- 
2024-04-26 20:12.00 ---> saved as "dad613dfe4b7023f75a5f832289c35160340455b83f586f01d2a820e4f81f79e"

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (shell "opam pin add -k version -yn dot-merlin-reader.4.14-502~preview 4.14-502~preview"))
dot-merlin-reader is now pinned to version 4.14-502~preview
2024-04-26 20:12.01 ---> saved as "a7c836ec9b7af9635400390300cb025536d2b9618f2daeb3f2cb50744b9fad88"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dot-merlin-reader.4.14-502~preview;\
                        \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 \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dot-merlin-reader.4.14-502~preview' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dot-merlin-reader.4.14-502~preview is not installed. Install it? [y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.02.3 -> ocaml = 4.02.3
    - dot-merlin-reader >= 4.14-502~preview -> ocaml >= 5.2
    You can temporarily relax the switch invariant with `--update-invariant'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall dot-merlin-reader.4.14-502~preview;
        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 "\"debian-12\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'dot-merlin-reader.4.14-502~preview' && 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
2024-04-26 20:12.17: Job failed: Failed: Build failed
2024-04-26 20:12.17: Log analysis:
2024-04-26 20:12.17: >>> 
No solution found, exiting
 (score = 100)
2024-04-26 20:12.17: [SKIP] Package not available