(not at the head of any monitored branch or PR)
2024-04-26 20:10.50: New job: build merlin-lib.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-nnp/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-nnp@sha256:ecb3c7b29ac3e7882fd382db3b45275ab7fa2a8925905a971d69680cf71092ad
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 merlin-lib.4.14-502~preview 4.14-502~preview
RUN opam reinstall merlin-lib.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" != 'merlin-lib.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-nnp@sha256:ecb3c7b29ac3e7882fd382db3b45275ab7fa2a8925905a971d69680cf71092ad-merlin-lib.4.14-502~preview-9be890d6fb6f087f8c7dc524c7e6ec1a99845dfa"
2024-04-26 20:10.50: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14-nnp@sha256:ecb3c7b29ac3e7882fd382db3b45275ab7fa2a8925905a971d69680cf71092ad)
 (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 merlin-lib.4.14-502~preview 4.14-502~preview"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall merlin-lib.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\" != 'merlin-lib.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:14.54: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  77% (26152/33565)
Updating files:  78% (26181/33565)
Updating files:  79% (26517/33565)
Updating files:  80% (26852/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-nnp@sha256:ecb3c7b29ac3e7882fd382db3b45275ab7fa2a8925905a971d69680cf71092ad)
2024-04-26 20:16.25 ---> using "a00a4ecdf0ecd6f46eb30e1929fd1211502e4b42fa8fb3680945fe6d9a9f1ffd" 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:16.25 ---> using "ba6773e890780c84f6af16c13fa40b6ef057c62d4fbbebdc4b13bf795a5a4129" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-26 20:16.25 ---> using "4f8f96846d9b1c6823fbda23e24bc5d853e2815607370b3cac0765704bdad2b3" from cache

/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:16.25 ---> using "7224b0fed4d1457c707f5cb97081cad183c3937261741864855c800a54cedbb6" 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:16.25 ---> using "cf753170b7338c4eff0add4d5b407daa162f488cb6a7d788dcec5923d3748e35" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-26 20:16.50 ---> saved as "610062cb28ea4de408a31f4257e29f0796e49357fceb2ae973927640b5616ae7"

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

/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 (905 kB/s)
- Reading package lists...
2024-04-26 20:17.37 ---> saved as "0cf7462ff9bf99678ab824908a9542cab636d359c303ec8f1f066211a5d83846"

/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 merlin-lib.4.14-502~preview 4.14-502~preview"))
merlin-lib is now pinned to version 4.14-502~preview
2024-04-26 20:17.38 ---> saved as "92be1e572c9eb46a8627dbe787d5c1ae4c6271c2805d2291715c50a10f815c42"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall merlin-lib.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\" != 'merlin-lib.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"))
merlin-lib.4.14-502~preview is not installed. Install it? [y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-options-only-nnp -> ocaml-option-nnp -> ocaml-variants >= 4.12.0~
    - merlin-lib >= 4.14-502~preview -> ocaml >= 5.2 -> ocaml-base-compiler >= 5.2.0~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - merlin-lib >= 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 merlin-lib.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" != 'merlin-lib.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.01: Job failed: Failed: Build failed
2024-04-26 20:20.01: Log analysis:
2024-04-26 20:20.01: >>> 
No solution found, exiting
 (score = 100)
2024-04-26 20:20.01: [SKIP] Package not available