(not at the head of any monitored branch or PR)
2024-11-29 15:19.48: New job: build tls-liquidsoap.1, using opam 2.1
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26968/head (bd114b495c51db7a6e19ce75301ed7679f652d12)
                              on debian-12-ocaml-5.2/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/26968/head" && git reset --hard bd114b49
git fetch origin master
git merge --no-edit 0b65c91e7650d82e2c12fe1f64a466d2c6954272
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:e9344e3b179e13bcdf14778ddbf1d0bcde4a761eb8b8bc13ad148b54c2c405b5
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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="1000"
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 tls-liquidsoap.1 1
RUN opam reinstall tls-liquidsoap.1; \
    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" != 'tls-liquidsoap.1' && 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-11-29 15:19.48: Using cache hint "ocaml/opam:debian-12-ocaml-5.2@sha256:e9344e3b179e13bcdf14778ddbf1d0bcde4a761eb8b8bc13ad148b54c2c405b5-tls-liquidsoap.1-bd114b495c51db7a6e19ce75301ed7679f652d12"
2024-11-29 15:19.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:e9344e3b179e13bcdf14778ddbf1d0bcde4a761eb8b8bc13ad148b54c2c405b5)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 1000)
 (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 tls-liquidsoap.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall tls-liquidsoap.1;\
             \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\" != 'tls-liquidsoap.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-11-29 15:19.48: Waiting for resource in pool OCluster
2024-11-29 15:44.09: Waiting for worker…
2024-11-29 15:51.41: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
All commits already cached
Updating files:  78% (25874/32807)
Updating files:  79% (25918/32807)
Updating files:  80% (26246/32807)
Updating files:  81% (26574/32807)
Updating files:  82% (26902/32807)
Updating files:  83% (27230/32807)
Updating files:  84% (27558/32807)
Updating files:  85% (27886/32807)
Updating files:  86% (28215/32807)
Updating files:  87% (28543/32807)
Updating files:  88% (28871/32807)
Updating files:  89% (29199/32807)
Updating files:  90% (29527/32807)
Updating files:  91% (29855/32807)
Updating files:  92% (30183/32807)
Updating files:  93% (30511/32807)
Updating files:  94% (30839/32807)
Updating files:  95% (31167/32807)
Updating files:  96% (31495/32807)
Updating files:  97% (31823/32807)
Updating files:  98% (32151/32807)
Updating files:  99% (32479/32807)
Updating files: 100% (32807/32807)
Updating files: 100% (32807/32807), done.
HEAD is now at 0b65c91e76 Merge pull request #26997 from hannesm/revive-rml
Merge made by the 'ort' strategy.
 .../liquidsoap-core/liquidsoap-core.2.3.0/opam     | 135 +++++++++++++++++++++
 packages/liquidsoap-js/liquidsoap-js.2.3.0/opam    |  43 +++++++
 .../liquidsoap-lang/liquidsoap-lang.2.3.0/opam     |  44 +++++++
 .../liquidsoap-libs-extra.2.3.0/opam               |  38 ++++++
 .../liquidsoap-libs/liquidsoap-libs.2.3.0/opam     |  37 ++++++
 .../liquidsoap-mode/liquidsoap-mode.2.3.0/opam     |  45 +++++++
 packages/liquidsoap/liquidsoap.2.3.0/opam          |  68 +++++++++++
 packages/tls-liquidsoap/tls-liquidsoap.1/opam      |   8 +-
 8 files changed, 415 insertions(+), 3 deletions(-)
 create mode 100644 packages/liquidsoap-core/liquidsoap-core.2.3.0/opam
 create mode 100644 packages/liquidsoap-js/liquidsoap-js.2.3.0/opam
 create mode 100644 packages/liquidsoap-lang/liquidsoap-lang.2.3.0/opam
 create mode 100644 packages/liquidsoap-libs-extra/liquidsoap-libs-extra.2.3.0/opam
 create mode 100644 packages/liquidsoap-libs/liquidsoap-libs.2.3.0/opam
 create mode 100644 packages/liquidsoap-mode/liquidsoap-mode.2.3.0/opam
 create mode 100644 packages/liquidsoap/liquidsoap.2.3.0/opam

(from ocaml/opam:debian-12-ocaml-5.2@sha256:e9344e3b179e13bcdf14778ddbf1d0bcde4a761eb8b8bc13ad148b54c2c405b5)
2024-11-29 15:51.44 ---> using "9848e08157aa894f922c1b3d44d9dd35a1fbf94f875991893443c68f830bae62" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-11-29 15:51.44 ---> using "4f7dff9bf4d2fbcbf78333b80c62cb5d7b9c839806de0fd43f08b9d84abc5b05" 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.1, 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-11-29 15:51.44 ---> using "740a5f3184a3cfd8957ff9a28c66b0721ff604951bd1468c2a37a91aca3af0d5" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 5.2.1
2.1.6
2024-11-29 15:51.44 ---> using "f7a1ebf032695aa4507c0a98275b6116cfcdb3be1dfc2137bfd57870412e49f5" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 1000)

/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-11-29 15:51.44 ---> using "0f9dd50fcc6e50b4d366e3aac820d24670d9822c6c7f341cfca005eb2cc1d49d" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-11-29 15:51.55 ---> saved as "68640937e39d2f0a610d77aa80b61cea12ea05fd84f6591afcad6c6a0ae4213a"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-11-29 15:52.21 ---> saved as "bf4748b8ae96e6c3886ef27898fb6c09d022a74a338d119b962603759bdb46df"

/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 [12.8 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-11-27-1405.46-F-2024-11-27-1405.46.pdiff [435 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-11-27-1405.46-F-2024-11-27-1405.46.pdiff [435 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [206 kB]
- Fetched 322 kB in 0s (1041 kB/s)
- Reading package lists...
- 
2024-11-29 15:52.22 ---> saved as "f203337abde3d00d155b0256a2610d279e39d9693cff5f68d09878a486b37468"

/home/opam: (run (shell "opam pin add -k version -yn tls-liquidsoap.1 1"))
tls-liquidsoap is now pinned to version 1
2024-11-29 15:52.23 ---> saved as "2005b48e02fd81fdf2bb819084e10dc2248d9e4884d44e30c64b89f95f2eae3a"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall tls-liquidsoap.1;\
                        \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\" != 'tls-liquidsoap.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
tls-liquidsoap.1 is not installed. Install it? [Y/n] y
[ERROR] Sorry, resolution of the request timed out.
        Try to specify a more precise request, use a different solver, or increase the allowed time by setting OPAMSOLVERTIMEOUT to a bigger value (currently, it is set to 1000.0 seconds).
"/usr/bin/env" "bash" "-c" "opam reinstall tls-liquidsoap.1;
        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" != 'tls-liquidsoap.1' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 60
2024-11-29 16:09.31: Job failed: Failed: Build failed
2024-11-29 16:09.31: Log analysis:
2024-11-29 16:09.31: >>> 
[ERROR] Sorry, resolution of the request timed out.
 (score = 20)
2024-11-29 16:09.31: Sorry, resolution of the request timed out.