- github
- ocaml
- opam-repository
- 1ad1c6
- compilers,4.14,ffmpeg-av.1.2.7,revdeps
(not at the head of any monitored branch or PR)
2025-10-31 18:57.17: New job: list revdeps of ffmpeg-av.1.2.7, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28810/head (1ad1c6b061983bdeb27a2757dca4d07fcd0c892a)
on debian-13-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/28810/head" && git reset --hard 1ad1c6b0
git fetch origin master
git merge --no-edit 8a528d6bb48e4be260fb670a1754df39a1192147
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:74183b2f8cd7c2c75a8ecb254f588871e134b04a7a8668b6a27367f393c727da
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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ffmpeg-av.1.2.7' --coinstallable-with 'ffmpeg-av.1.2.7' --all-versions --depopts && opam list -s --color=never --depends-on 'ffmpeg-av.1.2.7' --coinstallable-with 'ffmpeg-av.1.2.7' --all-versions --recursive && opam list -s --color=never --depends-on 'ffmpeg-av.1.2.7' --coinstallable-with 'ffmpeg-av.1.2.7' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-10-31 18:57.17: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:74183b2f8cd7c2c75a8ecb254f588871e134b04a7a8668b6a27367f393c727da-ffmpeg-av.1.2.7-1ad1c6b061983bdeb27a2757dca4d07fcd0c892a"
2025-10-31 18:57.17: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:74183b2f8cd7c2c75a8ecb254f588871e134b04a7a8668b6a27367f393c727da)
(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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ffmpeg-av.1.2.7' --coinstallable-with 'ffmpeg-av.1.2.7' --all-versions --depopts && opam list -s --color=never --depends-on 'ffmpeg-av.1.2.7' --coinstallable-with 'ffmpeg-av.1.2.7' --all-versions --recursive && opam list -s --color=never --depends-on 'ffmpeg-av.1.2.7' --coinstallable-with 'ffmpeg-av.1.2.7' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-10-31 18:57.17: Waiting for resource in pool OCluster
2025-10-31 19:39.13: Waiting for worker…
2025-10-31 19:51.33: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 8a528d6bb4 Merge pull request #28792 from dbuenzli/odig
Updating 8a528d6bb4..1ad1c6b061
Fast-forward
packages/ffmpeg-av/ffmpeg-av.1.2.7/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam | 50 +++++++++++++++++++++
.../ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam | 50 +++++++++++++++++++++
.../ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam | 50 +++++++++++++++++++++
packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam | 50 +++++++++++++++++++++
.../ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam | 50 +++++++++++++++++++++
packages/ffmpeg/ffmpeg.1.2.7/opam | 43 ++++++++++++++++++
8 files changed, 395 insertions(+)
create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.2.7/opam
create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam
create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam
create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam
create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam
create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam
create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam
create mode 100644 packages/ffmpeg/ffmpeg.1.2.7/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:74183b2f8cd7c2c75a8ecb254f588871e134b04a7a8668b6a27367f393c727da)
2025-10-31 19:55.10 ---> using "7876ca106155aa40b27ca3e4505fb9f6eee073e0d92a8e5f08e57b7b7cce7dc7" 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-10-31 19:55.13 ---> using "d3913b27626e9c5c7a0f500e2aa1f18179570b871c6fa996428a91a133740f92" 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 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] Initialised
2025-10-31 19:55.14 ---> using "0b0adf65fe627aae0e1efaef74813200ac7673f56bdb564d0ef1445e8beaeec2" 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.5.0~alpha1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# 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-10-31 19:55.18 ---> using "44b32bc19aa8e00fa756c7a16f05e01307fd2cdbf1970b37ee7352117b0a87d8" 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-10-31 19:55.21 ---> using "89fe519a9202af657c22cfe3fffe8e1bfd6c651256885fa61a690ec770e945fc" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-10-31 19:55.27 ---> using "f6850b0ae47152adc8834083c0b26ee5fa7abd6dbcd26a5c797ee545bfe2466f" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-10-31 19:55.28 ---> using "37ea34166790798a35dfdfa28efebb5a84a7642951d03b761cb76b5de087f0fa" 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 trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [69.0 kB]
- Fetched 160 kB in 0s (1071 kB/s)
- Reading package lists...
2025-10-31 19:55.30 ---> using "90ee245ce5a352b29d2efef5843d5b219bcc9e0f35055b271c96e7c538f69440" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ffmpeg-av.1.2.7' --coinstallable-with 'ffmpeg-av.1.2.7' --all-versions --depopts && opam list -s --color=never --depends-on 'ffmpeg-av.1.2.7' --coinstallable-with 'ffmpeg-av.1.2.7' --all-versions --recursive && opam list -s --color=never --depends-on 'ffmpeg-av.1.2.7' --coinstallable-with 'ffmpeg-av.1.2.7' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
ffmpeg.1.2.7
ffmpeg-avdevice.1.2.7
mastodon-archive-viewer.0.4.0
ffmpeg.1.2.7
ffmpeg-av.1.2.7
ffmpeg-avdevice.1.2.7
mastodon-archive-viewer.0.4.0
ffmpeg.1.2.7
ffmpeg-avdevice.1.2.7
mastodon-archive-viewer.0.4.0
@@@OUTPUT
2025-10-31 19:56.04 ---> saved as "8ab793682b84d92f3557f60a70111475f085a9455c44db66c8913192d893eb26"
Job succeeded
2025-10-31 19:57.17: Job succeeded