- github
- ocaml
- opam-repository
- 049abd
- compilers,4.14,rocqide.9.0.0,revdeps
(not at the head of any monitored branch or PR)
2025-03-12 21:53.30: New job: list revdeps of rocqide.9.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27614/head (049abdee9423b192d1da705f43d97ead6e3ad3ad)
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/27614/head" && git reset --hard 049abdee
git fetch origin master
git merge --no-edit a3d20148ad8eaad9a2009721687a788b47e04869
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:a6696fcec2a7196cd06fe5e601406bdcfa34a6483ab7cf7de982ae17ea6a55f0
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 'rocqide.9.0.0' --coinstallable-with 'rocqide.9.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'rocqide.9.0.0' --coinstallable-with 'rocqide.9.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'rocqide.9.0.0' --coinstallable-with 'rocqide.9.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-03-12 21:53.30: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:a6696fcec2a7196cd06fe5e601406bdcfa34a6483ab7cf7de982ae17ea6a55f0-rocqide.9.0.0-049abdee9423b192d1da705f43d97ead6e3ad3ad"
2025-03-12 21:53.30: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:a6696fcec2a7196cd06fe5e601406bdcfa34a6483ab7cf7de982ae17ea6a55f0)
(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 'rocqide.9.0.0' --coinstallable-with 'rocqide.9.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'rocqide.9.0.0' --coinstallable-with 'rocqide.9.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'rocqide.9.0.0' --coinstallable-with 'rocqide.9.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2025-03-12 21:53.30: Waiting for resource in pool OCluster
2025-03-12 22:04.05: Waiting for worker…
2025-03-12 22:08.37: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
Updating files: 91% (20621/22633)
Updating files: 92% (20823/22633)
Updating files: 93% (21049/22633)
Updating files: 94% (21276/22633)
Updating files: 95% (21502/22633)
Updating files: 96% (21728/22633)
Updating files: 97% (21955/22633)
Updating files: 98% (22181/22633)
Updating files: 99% (22407/22633)
Updating files: 100% (22633/22633)
Updating files: 100% (22633/22633), done.
HEAD is now at a3d20148ad Merge pull request #27597 from esope/release-salto-analyzer-0.1
Merge made by the 'ort' strategy.
packages/coq-core/coq-core.9.0.0/opam | 51 ++++++++++++++++++
packages/coq-stdlib/coq-stdlib.9.0.0/opam | 38 +++++++++++++
packages/coq/coq.9.0.0/opam | 51 ++++++++++++++++++
packages/coqide-server/coqide-server.9.0.0/opam | 47 ++++++++++++++++
packages/rocq-core/rocq-core.9.0.0/opam | 56 +++++++++++++++++++
packages/rocq-prover/rocq-prover.9.0.0/opam | 54 +++++++++++++++++++
packages/rocq-runtime/rocq-runtime.9.0.0/opam | 72 +++++++++++++++++++++++++
packages/rocq-stdlib/rocq-stdlib.9.0.0/opam | 53 ++++++++++++++++++
packages/rocqide/rocqide.9.0.0/opam | 50 +++++++++++++++++
9 files changed, 472 insertions(+)
create mode 100644 packages/coq-core/coq-core.9.0.0/opam
create mode 100644 packages/coq-stdlib/coq-stdlib.9.0.0/opam
create mode 100644 packages/coq/coq.9.0.0/opam
create mode 100644 packages/coqide-server/coqide-server.9.0.0/opam
create mode 100644 packages/rocq-core/rocq-core.9.0.0/opam
create mode 100644 packages/rocq-prover/rocq-prover.9.0.0/opam
create mode 100644 packages/rocq-runtime/rocq-runtime.9.0.0/opam
create mode 100644 packages/rocq-stdlib/rocq-stdlib.9.0.0/opam
create mode 100644 packages/rocqide/rocqide.9.0.0/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:a6696fcec2a7196cd06fe5e601406bdcfa34a6483ab7cf7de982ae17ea6a55f0)
2025-03-12 22:08.39 ---> using "80fd7825ce1a116f8797a39876773ae08c12e9665497e2c87a54f899dfa0710c" 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-03-12 22:08.39 ---> using "2f79bcf5e8f633cc179931f47e4478f88e9aac17cfe5e7e859dc3cb46b8830f1" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-12 22:08.39 ---> using "b247a5363e2b7a112eea930be80a14ef0483774222bc0faa32ee684629fac6c3" 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.4.0~alpha1~dev (f1cf50f2711981a605f81a80c68b73774d5841ff)
# 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), 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-03-12 22:08.39 ---> using "738df2896a32e42d0ddd19b6bae8aa0827576b126c1f6655d8ccff0fff105b1f" 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-03-12 22:08.39 ---> using "d13c11b5fb48861869fac18fc65afc4519c0bda8c165f31f60c9096ea7040513" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-12 22:08.41 ---> using "1e2b0e00d19bfbd0ceddc1258fb68f04ef094f57634d916e3617e1bfff053959" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-12 22:08.41 ---> using "66d8f58462f7176477d669eebe14e11da3e861d31b4d145b698adf798e7a72ec" 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 [246 kB]
- Fetched 349 kB in 0s (1365 kB/s)
- Reading package lists...
-
2025-03-12 22:08.41 ---> using "510cc0e6bc100d51f10b33b5ee55befc9ed27c8a2d167378b1d32f6514ed53ed" from cache
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'rocqide.9.0.0' --coinstallable-with 'rocqide.9.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'rocqide.9.0.0' --coinstallable-with 'rocqide.9.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'rocqide.9.0.0' --coinstallable-with 'rocqide.9.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
rocqide.9.0.0
@@@OUTPUT
2025-03-12 22:09.42 ---> saved as "6c7370469027b5208045d59a9e1cfdd35d8e6dc32550ab605e92e2e82d1c774c"
Job succeeded
2025-03-12 22:09.47: Job succeeded