(not at the head of any monitored branch or PR)
2024-04-26 20:10.50: 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.14-nnpchecker/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.14-nnpchecker@sha256:6daff1f1e40f2f015e186d8230f43d3ee7199e0e1b795f4fddef92169d43e444
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.50: Using cache hint "ocaml/opam:debian-12-ocaml-4.14-nnpchecker@sha256:6daff1f1e40f2f015e186d8230f43d3ee7199e0e1b795f4fddef92169d43e444-dot-merlin-reader.4.14-502~preview-9be890d6fb6f087f8c7dc524c7e6ec1a99845dfa"
2024-04-26 20:10.50: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-nnpchecker@sha256:6daff1f1e40f2f015e186d8230f43d3ee7199e0e1b795f4fddef92169d43e444)
 (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.50: Waiting for resource in pool OCluster
2024-04-26 20:10.53: Waiting for worker…
2024-04-26 20:15.08: Got resource from pool OCluster
Building on x86-bm-c17.sw.ocaml.org
All commits already cached
Updating files:  41% (14019/33565)
Updating files:  42% (14098/33565)
Updating files:  43% (14433/33565)
Updating files:  44% (14769/33565)
Updating files:  45% (15105/33565)
Updating files:  46% (15440/33565)
Updating files:  47% (15776/33565)
Updating files:  48% (16112/33565)
Updating files:  49% (16447/33565)
Updating files:  50% (16783/33565)
Updating files:  51% (17119/33565)
Updating files:  52% (17454/33565)
Updating files:  53% (17790/33565)
Updating files:  54% (18126/33565)
Updating files:  55% (18461/33565)
Updating files:  56% (18797/33565)
Updating files:  57% (19133/33565)
Updating files:  58% (19468/33565)
Updating files:  59% (19804/33565)
Updating files:  60% (20139/33565)
Updating files:  61% (20475/33565)
Updating files:  62% (20811/33565)
Updating files:  63% (21146/33565)
Updating files:  64% (21482/33565)
Updating files:  65% (21818/33565)
Updating files:  66% (22153/33565)
Updating files:  67% (22489/33565)
Updating files:  68% (22825/33565)
Updating files:  69% (23160/33565)
Updating files:  70% (23496/33565)
Updating files:  71% (23832/33565)
Updating files:  72% (24167/33565)
Updating files:  73% (24503/33565)
Updating files:  74% (24839/33565)
Updating files:  75% (25174/33565)
Updating files:  76% (25510/33565)
Updating files:  77% (25846/33565)
Updating files:  78% (26181/33565)
Updating files:  79% (26517/33565)
Updating files:  80% (26852/33565)
Updating files:  80% (27103/33565)
Updating files:  81% (27188/33565)
Updating files:  82% (27524/33565)
Updating files:  83% (27859/33565)
Updating files:  84% (28195/33565)
Updating files:  85% (28531/33565)
Updating files:  86% (28866/33565)
Updating files:  87% (29202/33565)
Updating files:  88% (29538/33565)
Updating files:  89% (29873/33565)
Updating files:  90% (30209/33565)
Updating files:  91% (30545/33565)
Updating files:  92% (30880/33565)
Updating files:  93% (31216/33565)
Updating files:  94% (31552/33565)
Updating files:  95% (31887/33565)
Updating files:  96% (32223/33565)
Updating files:  97% (32559/33565)
Updating files:  98% (32894/33565)
Updating files:  99% (33230/33565)
Updating files: 100% (33565/33565)
Updating files: 100% (33565/33565), done.
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.14-nnpchecker@sha256:6daff1f1e40f2f015e186d8230f43d3ee7199e0e1b795f4fddef92169d43e444)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14-nnpchecker@sha256:6daff1f1e40f2f015e186d8230f43d3ee7199e0e1b795f4fddef92169d43e444' locally
docker.io/ocaml/opam@sha256:6daff1f1e40f2f015e186d8230f43d3ee7199e0e1b795f4fddef92169d43e444: Pulling from ocaml/opam
709419b7bdbd: Pulling fs layer
709419b7bdbd: Verifying Checksum
709419b7bdbd: Download complete
709419b7bdbd: Pull complete
Digest: sha256:6daff1f1e40f2f015e186d8230f43d3ee7199e0e1b795f4fddef92169d43e444
Status: Downloaded newer image for ocaml/opam@sha256:6daff1f1e40f2f015e186d8230f43d3ee7199e0e1b795f4fddef92169d43e444
2024-04-26 20:17.15 ---> saved as "5df8ab75d1a10e27f7082c5740d59654c7346a99b485ed0aa7f349bb5ebf109e"

/: (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:17.16 ---> saved as "f55a6572dccb81082cf7e4f6216bf5f1f1d4c0696a571908c99ea5568673c355"

/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:18.37 ---> saved as "49b8c24e294683cbca37dbcee229efae29c5940d2895e5805f727c6ad3187c8f"

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.2.0~beta3~dev
2024-04-26 20:18.37 ---> saved as "20e51bbe1ad45008684a7514e6649834134224a1c6f8c3f038bf36a4ea7ee4d9"

/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:18.47 ---> saved as "13d64b46d2fcee5ad781eba37ac8239823703c57f929a43d2e81f67e0c7cdd5c"

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-26 20:19.03 ---> saved as "81aa0bd2679aab79496d27e003d4a5b237112ddac3bb331d60e6f1da78f13cf1"

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

/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 (996 kB/s)
- Reading package lists...
2024-04-26 20:20.00 ---> saved as "8130c2a246b27209047cfbd6fc7a407a58c4f01bf41fb0f5c4a9175c683cb14e"

/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:20.01 ---> saved as "b8040a5734014e282d9aaf2da329345627e37aabbaa17d1b6c5b6852398f8bd5"

/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
  * Incompatible packages:
    - (invariant) -> ocaml-options-only-nnpchecker -> ocaml-option-nnpchecker -> ocaml-variants >= 4.12.0~
    - dot-merlin-reader >= 4.14-502~preview -> ocaml >= 5.2 -> ocaml-base-compiler < 5.2.1~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - dot-merlin-reader >= 4.14-502~preview -> ocaml >= 5.2 -> dkml-base-compiler >= 5.3.0~ | ocaml-base-compiler >= 5.3.0 | ocaml-system >= 5.3.0~ | ocaml-variants >= 5.3.0~
    no matching version
    no matching version
    no matching version
    not available because the package is pinned to version 4.14.2+options

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:20.32: Job failed: Failed: Build failed
2024-04-26 20:20.32: Log analysis:
2024-04-26 20:20.32: >>> 
No solution found, exiting
 (score = 100)
2024-04-26 20:20.32: [SKIP] Package not available