(not at the head of any monitored branch or PR)
2024-04-26 20:10.49: New job: build merlin.4.14-502~preview, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25744/head (9be890d6fb6f087f8c7dc524c7e6ec1a99845dfa)
                              on alpine-3.19-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/25744/head" && git reset --hard 9be890d6
git fetch origin master
git merge --no-edit fe363a90136800f6fbd6e618f7cdb0ccfa213296
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.19-ocaml-4.14@sha256:76cc2253f868638afa3c657902d9493b21d7a5d89c6dbf11107f17a843e0eb33
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.4.14-502~preview 4.14-502~preview
RUN opam reinstall merlin.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 "\"alpine-3.19\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'merlin.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.49: Using cache hint "ocaml/opam:alpine-3.19-ocaml-4.14@sha256:76cc2253f868638afa3c657902d9493b21d7a5d89c6dbf11107f17a843e0eb33-merlin.4.14-502~preview-9be890d6fb6f087f8c7dc524c7e6ec1a99845dfa"
2024-04-26 20:10.49: Using OBuilder spec:
((from ocaml/opam:alpine-3.19-ocaml-4.14@sha256:76cc2253f868638afa3c657902d9493b21d7a5d89c6dbf11107f17a843e0eb33)
 (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.4.14-502~preview 4.14-502~preview"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall merlin.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 \"\\\"alpine-3.19\\\"\"; 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.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.49: Waiting for resource in pool OCluster
2024-04-26 20:10.51: Waiting for worker…
2024-04-26 20:13.54: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  86% (29150/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:alpine-3.19-ocaml-4.14@sha256:76cc2253f868638afa3c657902d9493b21d7a5d89c6dbf11107f17a843e0eb33)
2024-04-26 20:15.52 ---> using "ed55f02ebb99bb6cba0427f6ba7b2a0499dde8f9dff05c11a075d3078d8fc53a" 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:15.52 ---> using "8be09606cf7fdfb5760db80f64a3ded1b99f4b4d806bee4d864823802dd72008" 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 31 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=31 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-26 20:15.52 ---> using "499c276f0fbb49f29e0577348fe4e71f7e30c25f26895a808edc124508e695cf" 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:15.52 ---> using "df94d0929a64a5da3382d426ed746a979d9720bf16d496070729e0b83239dfbf" 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:15.52 ---> using "76a9b1bdb72822bfec212b18d09aef19b0b9fcee48a8867b2bad2ce530388b23" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.19.1-460-gde7dcabe9e9 [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-461-g0674e937874 [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-2555-gffdac24eb64 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-2583-gd37437e43ea [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-2583-gd37437e43ea [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52752 distinct packages available
2024-04-26 20:17.34 ---> saved as "050daf99f4485a0e4f278c204d50681767061f17f809a433dfcbf9ab3f545028"

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall merlin.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 \"\\\"alpine-3.19\\\"\"; 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.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.4.14-502~preview is not installed. Install it? [y/n] y
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - merlin >= 4.14-502~preview -> ocaml >= 5.2 -> ocaml-variants < 5.2.1~
    You can temporarily relax the switch invariant with `--update-invariant'
  * Missing dependency:
    - merlin >= 4.14-502~preview -> ocaml >= 5.2 -> ocaml-variants < 5.2.1~ -> ocaml-beta
    unmet availability conditions: 'enable-ocaml-beta-repository'

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