- github
- ocaml
- opam-repository
- fab078
- compilers,4.14,conf-gegl.1,revdeps
(not at the head of any monitored branch or PR)
2025-07-04 02:47.48: New job: list revdeps of conf-gegl.1, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27805/head (fab078f2bbf53e35f5012b98cc09d72c58285b6c)
on debian-12-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/27805/head" && git reset --hard fab078f2
git fetch origin master
git merge --no-edit f7060d5dd1056d18a1e0f07c7958d7529ad9f555
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:da28a197282b28787865cfc8c2de4dbf1aa57fd40408d947af2fe20feeadcadc
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 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-07-04 02:47.48: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:da28a197282b28787865cfc8c2de4dbf1aa57fd40408d947af2fe20feeadcadc-conf-gegl.1-fab078f2bbf53e35f5012b98cc09d72c58285b6c"
2025-07-04 02:47.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:da28a197282b28787865cfc8c2de4dbf1aa57fd40408d947af2fe20feeadcadc)
(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 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-07-04 02:47.48: Waiting for resource in pool OCluster
2025-07-04 02:47.48: Waiting for worker…
2025-07-04 02:47.48: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at f7060d5dd1 Merge pull request #28126 from kit-ty-kate/opam-publish-opam-file-format.2.2.0
Merge made by the 'ort' strategy.
packages/conf-gegl/conf-gegl.1/opam | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 packages/conf-gegl/conf-gegl.1/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:da28a197282b28787865cfc8c2de4dbf1aa57fd40408d947af2fe20feeadcadc)
2025-07-04 02:47.51 ---> using "fb9d720501cac57b9aed1264b32c55490747fe61e7d7de18b7b5a915d75fb605" 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-07-04 02:47.51 ---> using "475ea6c995918c0dfc7613e89c3419ebb2ccd5197fc2bde93b4a275a027d8fca" 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.
Continue? [y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-04 02:47.51 ---> using "910aa9f0f652129d79f9bf98054d763c642467a294a27353cd32225e95436145" 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 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-07-04 02:47.51 ---> using "3cef0f0303cbcdebe8c59e193ff2b0bc048e30b72420a41cd75413565dfe6483" 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-07-04 02:47.51 ---> using "07a3bc9db232723c34934da03a0f6bbca921dcda45fdbb27785460dcd2cf1ef5" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-07-04 02:47.52 ---> using "1e2dc1c2aa7d661e4462ef4f8c739d4ed3acfa5a70d77dbe85341b79d020e130" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-04 02:47.52 ---> using "63636b1a49e27aa7b62af134c84afbf96cafa5b895a95711fa12a272fb972abf" 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]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [270 kB]
- Fetched 374 kB in 0s (1017 kB/s)
- Reading package lists...
2025-07-04 02:47.52 ---> using "8900a1b5def20b57eae20e7d125c74aecf859e90b2da425e1d5ac50a04fcaa42" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-gegl.1' --coinstallable-with 'conf-gegl.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
conf-gegl.1
@@@OUTPUT
2025-07-04 02:48.12 ---> saved as "367b451c14fafba32effa890f9744b6ffed9b02874fa00addb1caac821056182"
Job succeeded
2025-07-04 02:48.26: Job succeeded