- github
- ocaml
- opam-repository
- 48fdb7
- compilers,4.14,irmin-pack.3.11.0,revdeps
(not at the head of any monitored branch or PR)
2025-06-22 15:12.54: New job: list revdeps of irmin-pack.3.11.0, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28048/head (48fdb7b54bcc9118691798729e3e6d75987a782e)
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/28048/head" && git reset --hard 48fdb7b5
git fetch origin master
git merge --no-edit 2cd8e78594a8943245b8061dbdabd39e7ca492fb
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:fce20b65df3420e55e551e5e511d6e043f8c2fab25d7bc07171e2995fe38adc1
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 'irmin-pack.3.11.0' --coinstallable-with 'irmin-pack.3.11.0' --all-versions --depopts && opam list -s --color=never --depends-on 'irmin-pack.3.11.0' --coinstallable-with 'irmin-pack.3.11.0' --all-versions --recursive && opam list -s --color=never --depends-on 'irmin-pack.3.11.0' --coinstallable-with 'irmin-pack.3.11.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-06-22 15:12.54: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:fce20b65df3420e55e551e5e511d6e043f8c2fab25d7bc07171e2995fe38adc1-irmin-pack.3.11.0-48fdb7b54bcc9118691798729e3e6d75987a782e"
2025-06-22 15:12.54: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:fce20b65df3420e55e551e5e511d6e043f8c2fab25d7bc07171e2995fe38adc1)
(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 'irmin-pack.3.11.0' --coinstallable-with 'irmin-pack.3.11.0' --all-versions --depopts && opam list -s --color=never --depends-on 'irmin-pack.3.11.0' --coinstallable-with 'irmin-pack.3.11.0' --all-versions --recursive && opam list -s --color=never --depends-on 'irmin-pack.3.11.0' --coinstallable-with 'irmin-pack.3.11.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-06-22 15:12.54: Waiting for resource in pool OCluster
2025-06-22 15:37.10: Waiting for worker…
2025-06-22 15:41.24: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 2cd8e78594 Merge pull request #28046 from valoran-M/master
Merge made by the 'ort' strategy.
packages/irmin-bench/irmin-bench.3.11.0/opam | 60 +++++++++++++++++++
packages/irmin-chunk/irmin-chunk.3.11.0/opam | 36 +++++++++++
packages/irmin-cli/irmin-cli.3.11.0/opam | 70 ++++++++++++++++++++++
packages/irmin-client/irmin-client.3.11.0/opam | 43 +++++++++++++
.../irmin-containers/irmin-containers.3.11.0/opam | 43 +++++++++++++
packages/irmin-fs/irmin-fs.3.11.0/opam | 38 ++++++++++++
packages/irmin-git/irmin-git.3.11.0/opam | 54 +++++++++++++++++
packages/irmin-graphql/irmin-graphql.3.11.0/opam | 46 ++++++++++++++
.../irmin-mirage-git/irmin-mirage-git.3.11.0/opam | 37 ++++++++++++
.../irmin-mirage-graphql.3.11.0/opam | 36 +++++++++++
packages/irmin-mirage/irmin-mirage.3.11.0/opam | 33 ++++++++++
.../irmin-pack-tools/irmin-pack-tools.3.11.0/opam | 50 ++++++++++++++++
packages/irmin-pack/irmin-pack.3.11.0/opam | 45 ++++++++++++++
packages/irmin-server/irmin-server.3.11.0/opam | 46 ++++++++++++++
packages/irmin-test/irmin-test.3.11.0/opam | 51 ++++++++++++++++
packages/irmin-tezos/irmin-tezos.3.11.0/opam | 39 ++++++++++++
packages/irmin/irmin.3.11.0/opam | 65 ++++++++++++++++++++
packages/libirmin/libirmin.3.11.0/opam | 35 +++++++++++
packages/ppx_irmin/ppx_irmin.3.11.0/opam | 35 +++++++++++
19 files changed, 862 insertions(+)
create mode 100644 packages/irmin-bench/irmin-bench.3.11.0/opam
create mode 100644 packages/irmin-chunk/irmin-chunk.3.11.0/opam
create mode 100644 packages/irmin-cli/irmin-cli.3.11.0/opam
create mode 100644 packages/irmin-client/irmin-client.3.11.0/opam
create mode 100644 packages/irmin-containers/irmin-containers.3.11.0/opam
create mode 100644 packages/irmin-fs/irmin-fs.3.11.0/opam
create mode 100644 packages/irmin-git/irmin-git.3.11.0/opam
create mode 100644 packages/irmin-graphql/irmin-graphql.3.11.0/opam
create mode 100644 packages/irmin-mirage-git/irmin-mirage-git.3.11.0/opam
create mode 100644 packages/irmin-mirage-graphql/irmin-mirage-graphql.3.11.0/opam
create mode 100644 packages/irmin-mirage/irmin-mirage.3.11.0/opam
create mode 100644 packages/irmin-pack-tools/irmin-pack-tools.3.11.0/opam
create mode 100644 packages/irmin-pack/irmin-pack.3.11.0/opam
create mode 100644 packages/irmin-server/irmin-server.3.11.0/opam
create mode 100644 packages/irmin-test/irmin-test.3.11.0/opam
create mode 100644 packages/irmin-tezos/irmin-tezos.3.11.0/opam
create mode 100644 packages/irmin/irmin.3.11.0/opam
create mode 100644 packages/libirmin/libirmin.3.11.0/opam
create mode 100644 packages/ppx_irmin/ppx_irmin.3.11.0/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:fce20b65df3420e55e551e5e511d6e043f8c2fab25d7bc07171e2995fe38adc1)
2025-06-22 15:41.26 ---> using "e0b6b42c8d38d9348dfef46f8898d95202a2f66c4a54682abc09332d121e9399" 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-06-22 15:41.26 ---> using "1f2d266db54c81b10772da7c921b1dc12143627acde7e18118e18f3cb02c32cf" 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] Initialised
2025-06-22 15:41.26 ---> using "ae56560f136e12e7714b17e5084806964f1f7cfca3ef4a967744dd979d63e208" 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-06-22 15:41.26 ---> using "3a76c8beaf5f42f5b58c0ceb761997e9c8f8cdc47817e0d26ada0aab073d1af8" 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-06-22 15:41.26 ---> using "d006817659dd7804f17010403a3dbdeb757f927cfa873d219982917969a8d450" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-22 15:41.27 ---> using "2050f274adea3b5aa753fc32d67f4c69711d3101a8dc9afce23a0170f4671d87" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-22 15:41.27 ---> using "1414e2e177b1dc450cd22433cf27ad97fb383761cf5235512e10b2f657c1044c" 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 [268 kB]
- Fetched 371 kB in 0s (873 kB/s)
- Reading package lists...
-
2025-06-22 15:41.27 ---> using "d5bb141fb1978576f739feab1914cfa7e3ca6c0b458cc6a86bda2e2c101447ef" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'irmin-pack.3.11.0' --coinstallable-with 'irmin-pack.3.11.0' --all-versions --depopts && opam list -s --color=never --depends-on 'irmin-pack.3.11.0' --coinstallable-with 'irmin-pack.3.11.0' --all-versions --recursive && opam list -s --color=never --depends-on 'irmin-pack.3.11.0' --coinstallable-with 'irmin-pack.3.11.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
irmin-bench.3.11.0
irmin-cli.3.11.0
irmin-pack-tools.3.11.0
irmin-server.3.11.0
irmin-tezos.3.11.0
irmin-bench.3.11.0
irmin-cli.3.11.0
irmin-client.3.11.0
irmin-pack.3.11.0
irmin-pack-tools.3.11.0
irmin-server.3.11.0
irmin-tezos.3.11.0
libirmin.3.11.0
irmin-bench.3.11.0
irmin-pack-tools.3.11.0
irmin-tezos.3.11.0
@@@OUTPUT
2025-06-22 15:42.16 ---> saved as "bde4a7a8bc19284a08c954f48a622fff28c730eb15de2b232108b60350bbb35a"
Job succeeded
2025-06-22 15:42.39: Job succeeded