- github
- ocaml
- opam-repository
- 91f773
- compilers,5.3,liquidsoap-js.2.3.2,revdeps
(not at the head of any monitored branch or PR)
2025-04-02 06:42.27: New job: list revdeps of liquidsoap-js.2.3.2, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27699/head (91f773e94a88c28342c29f1e86662c39ecfb4071)
on debian-12-ocaml-5.3/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/27699/head" && git reset --hard 91f773e9
git fetch origin master
git merge --no-edit 4d8fa0fb8fce3b6c8b06f29ebcfa844c292d4f3e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:531e94709b66da9b515e50f6d39f1299514fde0dbf4429080784012dd08bb975
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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'liquidsoap-js.2.3.2' --coinstallable-with 'liquidsoap-js.2.3.2' --all-versions --depopts && opam list -s --color=never --depends-on 'liquidsoap-js.2.3.2' --coinstallable-with 'liquidsoap-js.2.3.2' --all-versions --recursive && opam list -s --color=never --depends-on 'liquidsoap-js.2.3.2' --coinstallable-with 'liquidsoap-js.2.3.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-04-02 06:42.27: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:531e94709b66da9b515e50f6d39f1299514fde0dbf4429080784012dd08bb975-liquidsoap-js.2.3.2-91f773e94a88c28342c29f1e86662c39ecfb4071"
2025-04-02 06:42.27: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:531e94709b66da9b515e50f6d39f1299514fde0dbf4429080784012dd08bb975)
(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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'liquidsoap-js.2.3.2' --coinstallable-with 'liquidsoap-js.2.3.2' --all-versions --depopts && opam list -s --color=never --depends-on 'liquidsoap-js.2.3.2' --coinstallable-with 'liquidsoap-js.2.3.2' --all-versions --recursive && opam list -s --color=never --depends-on 'liquidsoap-js.2.3.2' --coinstallable-with 'liquidsoap-js.2.3.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-04-02 06:42.27: Waiting for resource in pool OCluster
2025-04-02 06:43.56: Waiting for worker…
2025-04-02 06:52.05: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
Updating files: 81% (18593/22768)
Updating files: 82% (18670/22768)
Updating files: 83% (18898/22768)
Updating files: 84% (19126/22768)
Updating files: 85% (19353/22768)
Updating files: 86% (19581/22768)
Updating files: 87% (19809/22768)
Updating files: 88% (20036/22768)
Updating files: 89% (20264/22768)
Updating files: 90% (20492/22768)
Updating files: 91% (20719/22768)
Updating files: 92% (20947/22768)
Updating files: 93% (21175/22768)
Updating files: 94% (21402/22768)
Updating files: 95% (21630/22768)
Updating files: 96% (21858/22768)
Updating files: 97% (22085/22768)
Updating files: 98% (22313/22768)
Updating files: 99% (22541/22768)
Updating files: 100% (22768/22768)
Updating files: 100% (22768/22768), done.
HEAD is now at 4d8fa0fb8f Merge pull request #27693 from hhugo/lwt-ppx
Updating 4d8fa0fb8f..91f773e94a
Fast-forward
packages/liquidsoap-js/liquidsoap-js.2.3.2/opam | 45 ++++++
.../liquidsoap-lang/liquidsoap-lang.2.3.2/opam | 46 ++++++
.../liquidsoap-mode/liquidsoap-mode.2.3.2/opam | 47 ++++++
packages/liquidsoap/liquidsoap.2.3.2/opam | 169 +++++++++++++++++++++
4 files changed, 307 insertions(+)
create mode 100644 packages/liquidsoap-js/liquidsoap-js.2.3.2/opam
create mode 100644 packages/liquidsoap-lang/liquidsoap-lang.2.3.2/opam
create mode 100644 packages/liquidsoap-mode/liquidsoap-mode.2.3.2/opam
create mode 100644 packages/liquidsoap/liquidsoap.2.3.2/opam
(from ocaml/opam:debian-12-ocaml-5.3@sha256:531e94709b66da9b515e50f6d39f1299514fde0dbf4429080784012dd08bb975)
2025-04-02 06:52.08 ---> using "b2674d75bd761ae0940cbbcd0e3587e1677ed25681fd5f43c3e5e50c82b8fc4f" from cache
/: (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-02 06:52.08 ---> using "4cb63d68fb63c1bbde5326e607d626f0a4f91588dcadd0b786d2db8fe4ca5e96" 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
2025-04-02 06:52.08 ---> using "2ed71edebc733612ca460d5a4adf3ed363c3d5c807f1529fa6a7ec4eb9fca669" from cache
/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=12
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 39
# repositories 1 (local)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-04-02 06:52.08 ---> using "5c08e3ebd87386b17d34649de7c4734dae89d84934e61e8f0b19f0a376464942" from cache
/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-02 06:52.08 ---> using "1d7d446b65129e18406005492ff597bfdaddc717f29495e0edee5301ab29709a" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-04-02 06:52.10 ---> using "ae5706ac282ca89bb7859fdac9e00361cf9627ec9528a9e993bfcab0d3588c11" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-04-02 06:52.10 ---> using "e85ae05a315899b360357145cb06ed671a3d05f3e4c587a5f1583635712ea6dd" from cache
/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]
- Fetched 103 kB in 0s (409 kB/s)
- Reading package lists...
-
2025-04-02 06:52.10 ---> using "f52c522a90b9544c717f36111b559d17aad88a0c9f72a020906619d62550272b" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'liquidsoap-js.2.3.2' --coinstallable-with 'liquidsoap-js.2.3.2' --all-versions --depopts && opam list -s --color=never --depends-on 'liquidsoap-js.2.3.2' --coinstallable-with 'liquidsoap-js.2.3.2' --all-versions --recursive && opam list -s --color=never --depends-on 'liquidsoap-js.2.3.2' --coinstallable-with 'liquidsoap-js.2.3.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
liquidsoap-js.2.3.2
@@@OUTPUT
2025-04-02 06:52.56 ---> saved as "9f69e0b7831b64f06a4ac3816cd7f5b4237cebd59c9e86fd872bf3515834f6c3"
Job succeeded
2025-04-02 06:53.01: Job succeeded