(not at the head of any monitored branch or PR)
2025-04-23 15:17.17: New job: test liquidsoap-core.2.3.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27800/head (5b6ebfd029cf12f26c671d54d7e22ba99f04b085)
                              on debian-testing-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/27800/head" && git reset --hard 5b6ebfd0
git fetch origin master
git merge --no-edit 8106bcf57fc33218275bbf0d02e725f4e9fcd0f6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:44de1b3f4c8691ff1b2792c89d47bd728039c861a9c704b5152fe2f7623572c4
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 liquidsoap-core.2.3.0 2.3.0
RUN opam reinstall liquidsoap-core.2.3.0; \
    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-testing\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'liquidsoap-core.2.3.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test liquidsoap-core.2.3.0) || true
RUN opam reinstall --with-test --verbose liquidsoap-core.2.3.0; \
    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-testing\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'liquidsoap-core.2.3.0' && 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-04-23 15:17.17: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:44de1b3f4c8691ff1b2792c89d47bd728039c861a9c704b5152fe2f7623572c4-liquidsoap-core.2.3.0-5b6ebfd029cf12f26c671d54d7e22ba99f04b085"
2025-04-23 15:17.17: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:44de1b3f4c8691ff1b2792c89d47bd728039c861a9c704b5152fe2f7623572c4)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 liquidsoap-core.2.3.0 2.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall liquidsoap-core.2.3.0;\
             \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-testing\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'liquidsoap-core.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test liquidsoap-core.2.3.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose liquidsoap-core.2.3.0;\
             \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-testing\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'liquidsoap-core.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-04-23 15:17.17: Waiting for resource in pool OCluster
2025-04-23 15:30.09: Waiting for worker…
2025-04-23 15:34.22: Got resource from pool OCluster
Building on x86-bm-c8.sw.ocaml.org
All commits already cached
HEAD is now at 8106bcf57f Merge pull request #27808 from Octachron/Ocaml_5.4.0_branching
Merge made by the 'ort' strategy.
 .../liquidsoap-core/liquidsoap-core.2.3.0/opam     |  2 +-
 packages/liquidsoap/liquidsoap.2.3.1/opam          |  2 +-
 packages/liquidsoap/liquidsoap.2.3.2/opam          |  2 +-
 packages/posix-bindings/posix-bindings.3/opam      | 44 ++++++++++++++++++++++
 .../posix-socket-unix/posix-socket-unix.3.0.0/opam | 44 ++++++++++++++++++++++
 packages/posix-socket/posix-socket.3.0.0/opam      | 43 +++++++++++++++++++++
 packages/srt/srt.0.2.0/opam                        |  9 +++--
 packages/srt/srt.0.2.1/opam                        |  9 +++--
 packages/srt/srt.0.2.2/opam                        | 10 +++--
 packages/srt/srt.0.3.0/opam                        | 10 +++--
 packages/srt/srt.0.3.1/opam                        |  4 +-
 packages/srt/srt.0.3.2/opam                        |  4 +-
 packages/srt/srt.0.3.3/opam                        |  3 +-
 13 files changed, 166 insertions(+), 20 deletions(-)
 create mode 100644 packages/posix-bindings/posix-bindings.3/opam
 create mode 100644 packages/posix-socket-unix/posix-socket-unix.3.0.0/opam
 create mode 100644 packages/posix-socket/posix-socket.3.0.0/opam

(from ocaml/opam:debian-testing-ocaml-4.14@sha256:44de1b3f4c8691ff1b2792c89d47bd728039c861a9c704b5152fe2f7623572c4)
Unable to find image 'ocaml/opam:debian-testing-ocaml-4.14@sha256:44de1b3f4c8691ff1b2792c89d47bd728039c861a9c704b5152fe2f7623572c4' locally
docker.io/ocaml/opam@sha256:44de1b3f4c8691ff1b2792c89d47bd728039c861a9c704b5152fe2f7623572c4: Pulling from ocaml/opam
5c4cec647338: Pulling fs layer
5c4cec647338: Verifying Checksum
5c4cec647338: Download complete
5c4cec647338: Pull complete
Digest: sha256:44de1b3f4c8691ff1b2792c89d47bd728039c861a9c704b5152fe2f7623572c4
Status: Downloaded newer image for ocaml/opam@sha256:44de1b3f4c8691ff1b2792c89d47bd728039c861a9c704b5152fe2f7623572c4
2025-04-23 15:35.20 ---> saved as "73645d3ae6a61086d1266a6c07f05810e1cc17b489170a30d2de8661ea944054"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-23 15:35.20 ---> saved as "45e1d44fd53b6a5f7ab0d2102959f1d3042a3326349ce118a2cbf33b7499dcb4"

/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, 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] Initialised
2025-04-23 15:35.52 ---> saved as "e22d8c235649539fa3a01963d722ee34eead568311052621531ea6a277051918"

/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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=unknown
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 31
# repositories         1 (version-controlled)
# 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-04-23 15:35.53 ---> saved as "f7fe5e391df83a10d177b2bdfa5a8b22ab5ad69173310bcae4afd76ebd2bdbd3"

/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-04-23 15:35.59 ---> saved as "3a364f76cf43b1f938085e85664179e271bcc27408fbfec18883c91af7da9b6d"

/home/opam: (copy (src .) (dst opam-repository/))
2025-04-23 15:36.06 ---> saved as "40c4df5f1c1a25e0803708d66b78179448ad012b8c18b2f868aeea435d4ee86c"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-23 15:36.28 ---> saved as "6e9b3196e5e5f7809eca9ea069e1738f594502770c2b31f927e0b1c62f504c2f"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [175 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [49.6 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [27.9 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2025-04-20-1405.07.pdiff [10.8 kB]
- Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2025-04-21-0204.26.pdiff [29.9 kB]
- Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2025-04-21-2008.04.pdiff [33 B]
- Get:8 http://deb.debian.org/debian testing/main amd64 Packages 2025-04-22-0206.36.pdiff [24.2 kB]
- Get:9 http://deb.debian.org/debian testing/main amd64 Packages 2025-04-22-1408.18.pdiff [224 B]
- Get:10 http://deb.debian.org/debian testing/main amd64 Packages 2025-04-22-2005.55.pdiff [1512 B]
- Get:11 http://deb.debian.org/debian testing/main amd64 Packages 2025-04-23-0840.47.pdiff [48.3 kB]
- Get:12 http://deb.debian.org/debian testing/main amd64 Packages 2025-04-23-1406.22.pdiff [355 B]
- Get:12 http://deb.debian.org/debian testing/main amd64 Packages 2025-04-23-1406.22.pdiff [355 B]
- Fetched 416 kB in 1s (278 kB/s)
- Reading package lists...
- 
2025-04-23 15:36.31 ---> saved as "a6fa49999ff037c2aa0cb11eb08aa658ca1b89c0ba47b9f641c75d0a42154818"

/home/opam: (run (shell "opam pin add -k version -yn liquidsoap-core.2.3.0 2.3.0"))
liquidsoap-core is now pinned to version 2.3.0
2025-04-23 15:36.32 ---> saved as "b2f5f1e5d7943eb836b5d2f4f319cbe8a11b2ff71d9156618e1230b24d3498cc"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall liquidsoap-core.2.3.0;\
                        \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-testing\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'liquidsoap-core.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
liquidsoap-core.2.3.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 55 packages
  - install angstrom            0.16.1         [required by uri]
  - install base                v0.16.4        [required by ppx_hash, ppx_string]
  - install base-bytes          base           [required by cry]
  - install bigstringaf         0.10.0         [required by angstrom]
  - install camlp-streams       5.0.1          [required by camomile]
  - install camomile            2.0.0          [required by liquidsoap-core]
  - install conf-libcurl        2              [required by ocurl]
  - install cry                 1.0.3          [required by liquidsoap-core]
  - install csexp               1.5.2          [required by dune-private-libs]
  - install domain_shims        0.1.0          [required by saturn_lockfree]
  - install dtools              0.4.6          [required by liquidsoap-core]
  - install dune                3.18.1         [required by liquidsoap-core]
  - install dune-build-info     3.18.1         [required by liquidsoap-core]
  - install dune-configurator   3.18.1         [required by mm]
  - install dune-private-libs   3.18.1         [required by dune-site]
  - install dune-site           3.18.1         [required by camomile, liquidsoap-lang]
  - install duppy               0.9.5          [required by liquidsoap-core]
  - install dyn                 3.18.1         [required by dune-private-libs]
  - install fileutils           0.6.6          [required by liquidsoap-core]
  - install gen                 1.1            [required by sedlex]
  - install liquidsoap-core     2.3.0 (pinned)
  - install liquidsoap-lang     2.3.0          [required by liquidsoap-core]
  - install magic-mime          1.3.1          [required by liquidsoap-core]
  - install mem_usage           0.1.2          [required by liquidsoap-core]
  - install menhir              20240715       [required by liquidsoap-lang]
  - install menhirCST           20240715       [required by menhir]
  - install menhirLib           20240715       [required by liquidsoap-core]
  - install menhirSdk           20240715       [required by menhir]
  - install metadata            0.3.1          [required by liquidsoap-core]
  - install mm                  0.8.6          [required by liquidsoap-core]
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install ocaml-syntax-shims  1.0.0          [required by angstrom]
  - install ocamlfind           1.9.8          [required by ocurl]
  - install ocurl               0.9.2          [required by liquidsoap-core]
  - install ordering            3.18.1         [required by dyn, stdune]
  - install pp                  2.0.0          [required by dune-private-libs]
  - install ppx_base            v0.16.0        [required by ppx_string]
  - install ppx_cold            v0.16.0        [required by ppx_base]
  - install ppx_compare         v0.16.0        [required by ppx_hash]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppx_enumerate       v0.16.0        [required by ppx_base]
  - install ppx_globalize       v0.16.0        [required by ppx_base]
  - install ppx_hash            v0.16.0        [required by liquidsoap-lang]
  - install ppx_sexp_conv       v0.16.0        [required by ppx_hash]
  - install ppx_string          v0.16.0        [required by liquidsoap-core]
  - install ppxlib              0.35.0         [required by ppx_string, ppx_hash, sedlex]
  - install re                  1.12.0         [required by liquidsoap-core]
  - install saturn_lockfree     0.4.1          [required by liquidsoap-lang]
  - install sedlex              3.4            [required by liquidsoap-lang]
  - install seq                 base           [required by re]
  - install sexplib0            v0.16.0        [required by base, ppx_sexp_conv]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install stdune              3.18.1         [required by dune-private-libs]
  - install stringext           1.6.0          [required by uri]
  - install uri                 4.4.0          [required by liquidsoap-core]

The following system packages will first need to be installed:
    libcurl4-gnutls-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev"
- Selecting previously unselected package comerr-dev:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19524 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.2-1+b1_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.2-1+b1) ...
- Selecting previously unselected package libgssrpc4t64:amd64.
- Preparing to unpack .../01-libgssrpc4t64_1.21.3-5_amd64.deb ...
- Unpacking libgssrpc4t64:amd64 (1.21.3-5) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../02-libkadm5clnt-mit12_1.21.3-5_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.21.3-5) ...
- Selecting previously unselected package libkdb5-10t64:amd64.
- Preparing to unpack .../03-libkdb5-10t64_1.21.3-5_amd64.deb ...
- Unpacking libkdb5-10t64:amd64 (1.21.3-5) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../04-libkadm5srv-mit12_1.21.3-5_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.21.3-5) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../05-krb5-multidev_1.21.3-5_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.21.3-5) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../06-libbrotli-dev_1.1.0-2+b7_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.1.0-2+b7) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../07-libevent-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...
- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libunbound8:amd64.
- Preparing to unpack .../08-libunbound8_1.22.0-1+b1_amd64.deb ...
- Unpacking libunbound8:amd64 (1.22.0-1+b1) ...
- Selecting previously unselected package libgnutls-dane0t64:amd64.
- Preparing to unpack .../09-libgnutls-dane0t64_3.8.9-2_amd64.deb ...
- Unpacking libgnutls-dane0t64:amd64 (3.8.9-2) ...
- Selecting previously unselected package libgnutls-openssl27t64:amd64.
- Preparing to unpack .../10-libgnutls-openssl27t64_3.8.9-2_amd64.deb ...
- Unpacking libgnutls-openssl27t64:amd64 (3.8.9-2) ...
- Selecting previously unselected package libidn2-dev:amd64.
- Preparing to unpack .../11-libidn2-dev_2.3.8-2_amd64.deb ...
- Unpacking libidn2-dev:amd64 (2.3.8-2) ...
- Selecting previously unselected package libp11-kit-dev:amd64.
- Preparing to unpack .../12-libp11-kit-dev_0.25.5-3_amd64.deb ...
- Unpacking libp11-kit-dev:amd64 (0.25.5-3) ...
- Selecting previously unselected package libtasn1-6-dev:amd64.
- Preparing to unpack .../13-libtasn1-6-dev_4.20.0-2_amd64.deb ...
- Unpacking libtasn1-6-dev:amd64 (4.20.0-2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../14-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../15-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package nettle-dev:amd64.
- Preparing to unpack .../16-nettle-dev_3.10.1-1_amd64.deb ...
- Unpacking nettle-dev:amd64 (3.10.1-1) ...
- Selecting previously unselected package libgnutls28-dev:amd64.
- Preparing to unpack .../17-libgnutls28-dev_3.8.9-2_amd64.deb ...
- Unpacking libgnutls28-dev:amd64 (3.8.9-2) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../18-libkrb5-dev_1.21.3-5_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.21.3-5) ...
- Selecting previously unselected package libldap-dev:amd64.
- Preparing to unpack .../19-libldap-dev_2.6.9+dfsg-2_amd64.deb ...
- Unpacking libldap-dev:amd64 (2.6.9+dfsg-2) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../20-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../21-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../22-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package libnghttp2-dev:amd64.
- Preparing to unpack .../23-libnghttp2-dev_1.64.0-1_amd64.deb ...
- Unpacking libnghttp2-dev:amd64 (1.64.0-1) ...
- Selecting previously unselected package libnghttp3-dev:amd64.
- Preparing to unpack .../24-libnghttp3-dev_1.8.0-1_amd64.deb ...
- Unpacking libnghttp3-dev:amd64 (1.8.0-1) ...
- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:amd64.
- Preparing to unpack .../25-libngtcp2-crypto-gnutls-dev_1.11.0-1_amd64.deb ...
- Unpacking libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1) ...
- Selecting previously unselected package libngtcp2-dev:amd64.
- Preparing to unpack .../26-libngtcp2-dev_1.11.0-1_amd64.deb ...
- Unpacking libngtcp2-dev:amd64 (1.11.0-1) ...
- Selecting previously unselected package libpsl-dev:amd64.
- Preparing to unpack .../27-libpsl-dev_0.21.2-1.1+b1_amd64.deb ...
- Unpacking libpsl-dev:amd64 (0.21.2-1.1+b1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../28-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package librtmp-dev:amd64.
- Preparing to unpack .../29-librtmp-dev_2.4+20151223.gitfa8646d.1-2+b5_amd64.deb ...
- Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../30-libssl-dev_3.5.0-1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.0-1) ...
- Selecting previously unselected package libssh2-1-dev:amd64.
- Preparing to unpack .../31-libssh2-1-dev_1.11.1-1_amd64.deb ...
- Unpacking libssh2-1-dev:amd64 (1.11.1-1) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../32-libzstd-dev_1.5.7+dfsg-1_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.7+dfsg-1) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../33-libcurl4-gnutls-dev_8.13.0-1_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (8.13.0-1) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../34-libtasn1-doc_4.20.0-2_all.deb ...
- Unpacking libtasn1-doc (4.20.0-2) ...
- Setting up libgnutls-openssl27t64:amd64 (3.8.9-2) ...
- Setting up libzstd-dev:amd64 (1.5.7+dfsg-1) ...
- Setting up libtasn1-doc (4.20.0-2) ...
- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Setting up libngtcp2-crypto-gnutls-dev:amd64 (1.11.0-1) ...
- Setting up libngtcp2-dev:amd64 (1.11.0-1) ...
- Setting up libpsl-dev:amd64 (0.21.2-1.1+b1) ...
- Setting up libunbound8:amd64 (1.22.0-1+b1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgnutls-dane0t64:amd64 (3.8.9-2) ...
- Setting up libgssrpc4t64:amd64 (1.21.3-5) ...
- Setting up libldap-dev:amd64 (2.6.9+dfsg-2) ...
- Setting up comerr-dev:amd64 (2.1-1.47.2-1+b1) ...
- Setting up libssl-dev:amd64 (3.5.0-1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libidn2-dev:amd64 (2.3.8-2) ...
- Setting up libnghttp3-dev:amd64 (1.8.0-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libtasn1-6-dev:amd64 (4.20.0-2) ...
- Setting up libbrotli-dev:amd64 (1.1.0-2+b7) ...
- Setting up libp11-kit-dev:amd64 (0.25.5-3) ...
- Setting up libkadm5clnt-mit12:amd64 (1.21.3-5) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up nettle-dev:amd64 (3.10.1-1) ...
- Setting up libkdb5-10t64:amd64 (1.21.3-5) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libssh2-1-dev:amd64 (1.11.1-1) ...
- Setting up libkadm5srv-mit12:amd64 (1.21.3-5) ...
- Setting up krb5-multidev:amd64 (1.21.3-5) ...
- Setting up libgnutls28-dev:amd64 (3.8.9-2) ...
- Setting up libnghttp2-dev:amd64 (1.64.0-1) ...
- Setting up libkrb5-dev:amd64 (1.21.3-5) ...
- Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.13.0-1) ...
- Processing triggers for libc-bin (2.41-6) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved camomile.2.0.0  (cached)
-> retrieved cry.1.0.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dtools.0.4.6  (cached)
-> installed conf-libcurl.2
-> retrieved dune.3.18.1, dune-build-info.3.18.1, dune-configurator.3.18.1, dune-private-libs.3.18.1, dune-site.3.18.1, dyn.3.18.1, ordering.3.18.1, stdune.3.18.1  (cached)
-> retrieved duppy.0.9.5  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved liquidsoap-core.2.3.0, liquidsoap-lang.2.3.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mem_usage.0.1.2  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved metadata.0.3.1  (cached)
-> retrieved mm.0.8.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_string.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved saturn_lockfree.0.4.1  (cached)
-> retrieved sedlex.3.4  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.18.1
-> installed camlp-streams.5.0.1
-> installed cry.1.0.3
-> installed csexp.1.5.2
-> installed domain_shims.0.1.0
-> installed dtools.0.4.6
-> installed gen.1.1
-> installed magic-mime.1.3.1
-> installed mem_usage.0.1.2
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed metadata.0.3.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.12.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed saturn_lockfree.0.4.1
-> installed fileutils.0.6.6
-> installed duppy.0.9.5
-> installed ordering.3.18.1
-> installed dune-build-info.3.18.1
-> installed dune-configurator.3.18.1
-> installed bigstringaf.0.10.0
-> installed dyn.3.18.1
-> installed ocurl.0.9.2
-> installed angstrom.0.16.1
-> installed mm.0.8.6
-> installed uri.4.4.0
-> installed stdune.3.18.1
-> installed base.v0.16.4
-> installed dune-private-libs.3.18.1
-> installed menhir.20240715
-> installed dune-site.3.18.1
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed camomile.2.0.0
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.4
-> installed ppx_hash.v0.16.0
-> installed ppx_base.v0.16.0
-> installed ppx_string.v0.16.0
-> installed liquidsoap-lang.2.3.0
-> installed liquidsoap-core.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-23 15:38.14 ---> saved as "3c4211e83c055dc18d11eb59fc842c86fab0a24b68312cd878017cd1f8a214bb"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test liquidsoap-core.2.3.0) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile liquidsoap-core 2.3.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   liquidsoap-core.2.3.0
-> installed liquidsoap-core.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-23 15:38.31 ---> saved as "a44175a4b66232846e968a82a0df5afdeadaf0382ecbb2d7d4d89f373eb093b5"

/home/opam: (run (shell  "opam reinstall --with-test --verbose liquidsoap-core.2.3.0;\
                        \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-testing\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'liquidsoap-core.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile liquidsoap-core 2.3.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [liquidsoap-core: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "liquidsoap-core" "-j" "31" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/liquidsoap-core.2.3.0)
Processing  2/4: [liquidsoap-core: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "liquidsoap-core" "--create-install-files" "liquidsoap-core" (CWD=/home/opam/.opam/4.14/.opam-switch/build/liquidsoap-core.2.3.0)
-> compiled  liquidsoap-core.2.3.0
-> removed   liquidsoap-core.2.3.0
-> installed liquidsoap-core.2.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-04-23 15:38.51 ---> saved as "45edb1507fa4da3bb2746c7b1030b4d2f4551c7477b155c8dac404f0c0a0de5d"
Job succeeded
2025-04-23 15:38.55: Job succeeded