- github
- ocaml
- opam-repository
- 59daf0
- compilers,4.14,ppxlib-bench.0.36.1,revdeps
(not at the head of any monitored branch or PR)
2025-07-10 14:02.06: New job: list revdeps of ppxlib-bench.0.36.1, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28160/head (59daf02f9ccd528dc0bf8b0c2f0fd35b56a81ffb)
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/28160/head" && git reset --hard 59daf02f
git fetch origin master
git merge --no-edit 64169c3d1d6774ef4ce0fcc471269bb09cd215f5
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab
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 'ppxlib-bench.0.36.1' --coinstallable-with 'ppxlib-bench.0.36.1' --all-versions --depopts && opam list -s --color=never --depends-on 'ppxlib-bench.0.36.1' --coinstallable-with 'ppxlib-bench.0.36.1' --all-versions --recursive && opam list -s --color=never --depends-on 'ppxlib-bench.0.36.1' --coinstallable-with 'ppxlib-bench.0.36.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-07-10 14:02.06: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab-ppxlib-bench.0.36.1-59daf02f9ccd528dc0bf8b0c2f0fd35b56a81ffb"
2025-07-10 14:02.06: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab)
(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 'ppxlib-bench.0.36.1' --coinstallable-with 'ppxlib-bench.0.36.1' --all-versions --depopts && opam list -s --color=never --depends-on 'ppxlib-bench.0.36.1' --coinstallable-with 'ppxlib-bench.0.36.1' --all-versions --recursive && opam list -s --color=never --depends-on 'ppxlib-bench.0.36.1' --coinstallable-with 'ppxlib-bench.0.36.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-07-10 14:02.06: Waiting for resource in pool OCluster
2025-07-10 14:02.06: Waiting for worker…
2025-07-10 14:03.39: Got resource from pool OCluster
Building on phoebe
All commits already cached
Updating files: 65% (11677/17828)
Updating files: 66% (11767/17828)
Updating files: 67% (11945/17828)
Updating files: 68% (12124/17828)
Updating files: 69% (12302/17828)
Updating files: 70% (12480/17828)
Updating files: 71% (12658/17828)
Updating files: 72% (12837/17828)
Updating files: 73% (13015/17828)
Updating files: 74% (13193/17828)
Updating files: 75% (13371/17828)
Updating files: 76% (13550/17828)
Updating files: 77% (13728/17828)
Updating files: 78% (13906/17828)
Updating files: 79% (14085/17828)
Updating files: 80% (14263/17828)
Updating files: 81% (14441/17828)
Updating files: 82% (14619/17828)
Updating files: 83% (14798/17828)
Updating files: 84% (14976/17828)
Updating files: 85% (15154/17828)
Updating files: 86% (15333/17828)
Updating files: 87% (15511/17828)
Updating files: 88% (15689/17828)
Updating files: 89% (15867/17828)
Updating files: 90% (16046/17828)
Updating files: 91% (16224/17828)
Updating files: 92% (16402/17828)
Updating files: 93% (16581/17828)
Updating files: 94% (16759/17828)
Updating files: 95% (16937/17828)
Updating files: 96% (17115/17828)
Updating files: 97% (17294/17828)
Updating files: 98% (17472/17828)
Updating files: 99% (17650/17828)
Updating files: 100% (17828/17828)
Updating files: 100% (17828/17828), done.
HEAD is now at 64169c3d1d Merge pull request #28149 from dbuenzli/b0-publish-logs.0.9.0
Updating 64169c3d1d..59daf02f9c
Fast-forward
packages/ppxlib-bench/ppxlib-bench.0.36.1/opam | 44 ++++++++++++++++++
packages/ppxlib-tools/ppxlib-tools.0.36.1/opam | 46 ++++++++++++++++++
packages/ppxlib/ppxlib.0.36.1/opam | 64 ++++++++++++++++++++++++++
3 files changed, 154 insertions(+)
create mode 100644 packages/ppxlib-bench/ppxlib-bench.0.36.1/opam
create mode 100644 packages/ppxlib-tools/ppxlib-tools.0.36.1/opam
create mode 100644 packages/ppxlib/ppxlib.0.36.1/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab' locally
docker.io/ocaml/opam@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab: Pulling from ocaml/opam
a304af663f1a: Already exists
8ed16bb8b84e: Pulling fs layer
335dc0a99bb8: Pulling fs layer
8aac4d9dd913: Pulling fs layer
dd17a8488c63: Pulling fs layer
8aac4d9dd913: Waiting
8ed16bb8b84e: Waiting
dd17a8488c63: Waiting
335dc0a99bb8: Waiting
8ed16bb8b84e: Verifying Checksum
8ed16bb8b84e: Download complete
335dc0a99bb8: Download complete
8aac4d9dd913: Verifying Checksum
8aac4d9dd913: Download complete
dd17a8488c63: Verifying Checksum
dd17a8488c63: Download complete
8ed16bb8b84e: Pull complete
335dc0a99bb8: Pull complete
8aac4d9dd913: Pull complete
dd17a8488c63: Pull complete
Digest: sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab
Status: Downloaded newer image for ocaml/opam@sha256:143576507f5c7de2dab1a2bc4748de0e63d8dc0c9524de1e8ea0b273ddd270ab
2025-07-10 14:03.42 ---> using "cbce109115830ce8e290fcb66720c8f15adbd56f7256c117251ab82bc5715165" 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-10 14:03.42 ---> using "859f467b8f1e0997453778978cb05314781fcf229a7a46a3e2828bd1d8ec2d14" 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-10 14:03.42 ---> using "65b30b61870eb9a225634d1fd8d6da8812c6a382d9e1c357506f34e87afd200b" 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-10 14:03.42 ---> using "7b77f5c2c4be7cc4a239111e315b4dceecb1805f8f7c4dfe948fd7a5daead8a6" 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-10 14:03.42 ---> using "38b75597606ef9e6851c1727ab267ec48baaf3349adaf4a26ef88742d1f9a941" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-07-10 14:03.43 ---> using "fd51bb13e9d6dbbcea1658d9532051ee87bb428601a2a25181327fdadd2850d0" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-10 14:03.43 ---> using "483b3e0640e8b4c17ad011b9c01e5d9bd90947cae9f2ee01c6db47e7a27503db" 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 [272 kB]
- Fetched 375 kB in 1s (481 kB/s)
- Reading package lists...
-
2025-07-10 14:03.43 ---> using "a33f528d791123de076a26507e9532f9146b458f48bb51b0ccfdef67021f5463" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ppxlib-bench.0.36.1' --coinstallable-with 'ppxlib-bench.0.36.1' --all-versions --depopts && opam list -s --color=never --depends-on 'ppxlib-bench.0.36.1' --coinstallable-with 'ppxlib-bench.0.36.1' --all-versions --recursive && opam list -s --color=never --depends-on 'ppxlib-bench.0.36.1' --coinstallable-with 'ppxlib-bench.0.36.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
ppxlib-bench.0.36.1
@@@OUTPUT
2025-07-10 14:04.26 ---> saved as "dd59acc76272de58b9c04d1bc75d3ade3bcb2ea6d95ccaac1db81405108abd26"
Job succeeded
2025-07-10 14:05.28: Job succeeded