- github
- ocaml
- opam-repository
- bd114b
- compilers,4.10,liquidsoap-core.2.3.0
(not at the head of any monitored branch or PR)
2024-11-29 15:19.47: New job: build liquidsoap-core.2.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/26968/head (bd114b495c51db7a6e19ce75301ed7679f652d12)
on debian-12-ocaml-4.10/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-4.10@sha256:27479a32178801e694eb4c0ad63efc43dd6bba78144d3cd4705bc6aa643eac4e
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="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 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-12\""; 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 .
2024-11-29 15:19.47: Using cache hint "ocaml/opam:debian-12-ocaml-4.10@sha256:27479a32178801e694eb4c0ad63efc43dd6bba78144d3cd4705bc6aa643eac4e-liquidsoap-core.2.3.0-bd114b495c51db7a6e19ce75301ed7679f652d12"
2024-11-29 15:19.47: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.10@sha256:27479a32178801e694eb4c0ad63efc43dd6bba78144d3cd4705bc6aa643eac4e)
(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 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 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-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\" != '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"))
)
2024-11-29 15:19.47: Waiting for resource in pool OCluster
2024-11-29 15:32.55: Waiting for worker…
2024-11-29 15:36.02: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
All commits already cached
Updating files: 91% (29905/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-4.10@sha256:27479a32178801e694eb4c0ad63efc43dd6bba78144d3cd4705bc6aa643eac4e)
2024-11-29 15:36.04 ---> using "198f6ec9d274f5ab9483c92b0f6ac642c24ae8def7a2b1debc442bb50779366d" 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-11-29 15:36.04 ---> using "5d81adcb9eaf83516f76a68d3c5fea0eebec32e6bde0553658f62da73cd9cd2b" 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, 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:36.04 ---> using "ea973d26c1a4e774aca7c8f9221ccc7a3de8831a3580343387ae13c0e93643cc" from cache
/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 4.10.2
2.4.0~alpha1~dev
2024-11-29 15:36.04 ---> using "52f4efd884cda1e12985d65c96829a372d84cee88ae4e39681d0eff924ebb6fb" 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:36.04 ---> using "5eca43629a5f1fe3d8a0af5b57df2437730987560b0d5d639f5ec8b9edf8e1ee" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2024-11-29 15:36.12 ---> saved as "0eebbb00d59958cb601582b09f1263bf53d3afc9be61f249f08aa16ac533e85b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-11-29 15:37.09 ---> saved as "09fb2261394a7f2946b39397973e77e3af13bfd2ec575e9b65fbabcee11a8295"
/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 (1321 kB/s)
- Reading package lists...
2024-11-29 15:37.10 ---> saved as "9eb6056757061b25efa33d2d5700c1ee30cda00df1e3b0ffd980f73c6b9db3a3"
/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
2024-11-29 15:37.11 ---> saved as "8afaa5aeec452e748a28175a1f49e474c60d42ea37f1187e670dbaa983d5dc8b"
/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-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\" != '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
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.10.2
- liquidsoap-core >= 2.3.0 -> ocaml >= 4.14 -> ocaml-variants < 5.4.1~
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- liquidsoap-core >= 2.3.0 -> ocaml >= 4.14 -> ocaml-variants < 4.14.1~ -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- liquidsoap-core >= 2.3.0 -> ocaml >= 4.14 -> ocaml-variants < 5.2.1~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "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-12\""; 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" failed with exit status 20
2024-11-29 15:37.45: Job failed: Failed: Build failed
2024-11-29 15:37.45: Log analysis:
2024-11-29 15:37.45: >>>
No solution found, exiting
(score = 100)
2024-11-29 15:37.45: [SKIP] Package not available