(not at the head of any monitored branch or PR)
2025-01-09 16:44.16: New job: build allegro5.0.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27169/head (da45543bcf6ada03ab09d168b588f94a1c22a7cb)
                              on opensuse-15.6-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/27169/head" && git reset --hard da45543b
git fetch origin master
git merge --no-edit 67e940587b8aca227f511e1943bcd31eabe6b1db
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:573d5e77973522c838daf513c60b27a72476bf604e2ba2a17edf2f9c37157957
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /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 allegro5.0.2 0.2
RUN opam reinstall allegro5.0.2; \
    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 "\"opensuse-15.6\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'allegro5.0.2' && 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-01-09 16:44.16: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:573d5e77973522c838daf513c60b27a72476bf604e2ba2a17edf2f9c37157957-allegro5.0.2-da45543bcf6ada03ab09d168b588f94a1c22a7cb"
2025-01-09 16:44.16: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:573d5e77973522c838daf513c60b27a72476bf604e2ba2a17edf2f9c37157957)
 (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 "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 allegro5.0.2 0.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall allegro5.0.2;\
             \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 \"\\\"opensuse-15.6\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'allegro5.0.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-01-09 16:44.16: Waiting for resource in pool OCluster
2025-01-09 16:44.17: Waiting for worker…
2025-01-09 16:44.18: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files:  74% (21623/28896)
Updating files:  75% (21672/28896)
Updating files:  76% (21961/28896)
Updating files:  77% (22250/28896)
Updating files:  78% (22539/28896)
Updating files:  79% (22828/28896)
Updating files:  80% (23117/28896)
Updating files:  81% (23406/28896)
Updating files:  82% (23695/28896)
Updating files:  83% (23984/28896)
Updating files:  84% (24273/28896)
Updating files:  85% (24562/28896)
Updating files:  86% (24851/28896)
Updating files:  87% (25140/28896)
Updating files:  88% (25429/28896)
Updating files:  89% (25718/28896)
Updating files:  90% (26007/28896)
Updating files:  91% (26296/28896)
Updating files:  92% (26585/28896)
Updating files:  93% (26874/28896)
Updating files:  94% (27163/28896)
Updating files:  95% (27452/28896)
Updating files:  96% (27741/28896)
Updating files:  97% (28030/28896)
Updating files:  98% (28319/28896)
Updating files:  99% (28608/28896)
Updating files: 100% (28896/28896)
Updating files: 100% (28896/28896), done.
HEAD is now at 67e940587b Merge pull request #27236 from kit-ty-kate/opam-publish-mccs.1.1-19
Merge made by the 'ort' strategy.
 packages/allegro5/allegro5.0.2/opam         | 47 +++++++++++++++++++++++++++++
 packages/conf-allegro5/conf-allegro5.1/opam | 44 +++++++++++++++++++++++++++
 2 files changed, 91 insertions(+)
 create mode 100644 packages/allegro5/allegro5.0.2/opam
 create mode 100644 packages/conf-allegro5/conf-allegro5.1/opam

(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:573d5e77973522c838daf513c60b27a72476bf604e2ba2a17edf2f9c37157957)
2025-01-09 16:45.20 ---> using "a44ca9b5f593e938f2c03f3a352f416fd62a8e43da7e7440ec29097c1f15dfac" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-01-09 16:45.20 ---> saved as "0ec7ba408f381980a36832e01bc19b7c8f8e75d719970c917832907b80cd8e48"

/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.

Continue? [Y/n] y
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.

[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
2025-01-09 16:46.32 ---> saved as "d94ec48e614c82a36e2f3ca90fe8ad56df5dd97a96289d2a62123be2fbedfbf6"

/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.4.0~alpha1~dev (26290a42e5a3dd44c3e2f8f743e6b8c391bdc206)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-leap os-version=15.6
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (local)
# 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-01-09 16:46.33 ---> saved as "44835d0429bcc2c9e169b40012265bc721ba3f55a030cf3839dedd7a4b0dea13"

/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-01-09 16:46.44 ---> saved as "473394d2c6a980d02e671e71b76cebd1f9d3b187887857c799f6b4a9fbc2fe12"

/home/opam: (copy (src .) (dst opam-repository/))
2025-01-09 16:46.56 ---> saved as "3b6d8550f9501cd95b81838186a714b1afd8064657bc7abb423a3ace6428384c"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-01-09 16:47.46 ---> saved as "a9cce3b29e18519826e6c98ff8c2459c275fdf90fe620a1b1a75184c5ac5fd35"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.......
- ....done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [....
- .........
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- .........
- ........
- ..........
- ........done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [.....
- ....done]
- Building repository 'Main Update Repository' cache [....done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- All repositories have been refreshed.
2025-01-09 16:48.18 ---> saved as "78ac1e1c8798f5c931fae7ebc423430ea9af31b78f072fc1e44699d3925152ce"

/home/opam: (run (shell "opam pin add -k version -yn allegro5.0.2 0.2"))
allegro5 is now pinned to version 0.2
2025-01-09 16:48.19 ---> saved as "4b6f9deba8be8e69f4703efd3cb8f08599896ad84a7c1a636ae49cf0339149cd"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall allegro5.0.2;\
                        \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 \"\\\"opensuse-15.6\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'allegro5.0.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
allegro5.0.2 is not installed. Install it? [Y/n] y
  * Missing dependency:
    - allegro5 -> conf-allegro5
    depends on the unavailable system package 'allegro'. Use `--no-depexts' to attempt installation anyway, or it is possible that a depext package name in the opam file is incorrect.

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall allegro5.0.2;
        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 "\"opensuse-15.6\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'allegro5.0.2' && 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-01-09 16:48.40: Job failed: Failed: Build failed
2025-01-09 16:48.40: Log analysis:
2025-01-09 16:48.40: >>> 
No solution found, exiting
 (score = 100)
2025-01-09 16:48.40: [SKIP] Package not available