- github
- ocaml
- opam-repository
- 049abd
- extras,riscv64-ocaml-4.14,coq-stdlib.9.0.0
(not at the head of any monitored branch or PR)
2025-03-14 08:12.07: New job: build coq-stdlib.9.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27614/head (049abdee9423b192d1da705f43d97ead6e3ad3ad)
on ubuntu-24.04-ocaml-4.14/riscv64
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 2d9cf904f2ab8cc344cf7936aa8cc111ccd2169f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:30dc085968cb0625b2b27aeddf18321016d36aeb3cfe21c5a669a17c33911864
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 opam pin add -k version -yn coq-stdlib.9.0.0 9.0.0
RUN opam reinstall coq-stdlib.9.0.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'coq-stdlib.9.0.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-03-14 08:12.07: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:30dc085968cb0625b2b27aeddf18321016d36aeb3cfe21c5a669a17c33911864-coq-stdlib.9.0.0-049abdee9423b192d1da705f43d97ead6e3ad3ad"
2025-03-14 08:12.07: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:30dc085968cb0625b2b27aeddf18321016d36aeb3cfe21c5a669a17c33911864)
(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 "opam pin add -k version -yn coq-stdlib.9.0.0 9.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall coq-stdlib.9.0.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'coq-stdlib.9.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-03-14 08:12.07: Waiting for resource in pool OCluster
2025-03-14 08:12.08: Waiting for worker…
2025-03-14 13:27.52: Got resource from pool OCluster
Building on riscv-bm-a3.sw.ocaml.org
All commits already cached
Updating files: 12% (2893/22656)
Updating files: 13% (2946/22656)
Updating files: 14% (3172/22656)
Updating files: 15% (3399/22656)
Updating files: 16% (3625/22656)
Updating files: 17% (3852/22656)
Updating files: 18% (4079/22656)
Updating files: 19% (4305/22656)
Updating files: 20% (4532/22656)
Updating files: 21% (4758/22656)
Updating files: 22% (4985/22656)
Updating files: 23% (5211/22656)
Updating files: 23% (5266/22656)
Updating files: 24% (5438/22656)
Updating files: 25% (5664/22656)
Updating files: 26% (5891/22656)
Updating files: 27% (6118/22656)
Updating files: 28% (6344/22656)
Updating files: 29% (6571/22656)
Updating files: 30% (6797/22656)
Updating files: 31% (7024/22656)
Updating files: 32% (7250/22656)
Updating files: 33% (7477/22656)
Updating files: 34% (7704/22656)
Updating files: 35% (7930/22656)
Updating files: 35% (8119/22656)
Updating files: 36% (8157/22656)
Updating files: 37% (8383/22656)
Updating files: 38% (8610/22656)
Updating files: 39% (8836/22656)
Updating files: 40% (9063/22656)
Updating files: 41% (9289/22656)
Updating files: 42% (9516/22656)
Updating files: 43% (9743/22656)
Updating files: 44% (9969/22656)
Updating files: 45% (10196/22656)
Updating files: 46% (10422/22656)
Updating files: 47% (10649/22656)
Updating files: 47% (10666/22656)
Updating files: 48% (10875/22656)
Updating files: 49% (11102/22656)
Updating files: 50% (11328/22656)
Updating files: 51% (11555/22656)
Updating files: 52% (11782/22656)
Updating files: 53% (12008/22656)
Updating files: 54% (12235/22656)
Updating files: 55% (12461/22656)
Updating files: 56% (12688/22656)
Updating files: 57% (12914/22656)
Updating files: 58% (13141/22656)
Updating files: 58% (13173/22656)
Updating files: 59% (13368/22656)
Updating files: 60% (13594/22656)
Updating files: 61% (13821/22656)
Updating files: 62% (14047/22656)
Updating files: 63% (14274/22656)
Updating files: 64% (14500/22656)
Updating files: 65% (14727/22656)
Updating files: 66% (14953/22656)
Updating files: 67% (15180/22656)
Updating files: 68% (15407/22656)
Updating files: 68% (15628/22656)
Updating files: 69% (15633/22656)
Updating files: 70% (15860/22656)
Updating files: 71% (16086/22656)
Updating files: 72% (16313/22656)
Updating files: 73% (16539/22656)
Updating files: 74% (16766/22656)
Updating files: 75% (16992/22656)
Updating files: 76% (17219/22656)
Updating files: 77% (17446/22656)
Updating files: 78% (17672/22656)
Updating files: 79% (17899/22656)
Updating files: 79% (18044/22656)
Updating files: 80% (18125/22656)
Updating files: 81% (18352/22656)
Updating files: 82% (18578/22656)
Updating files: 83% (18805/22656)
Updating files: 84% (19032/22656)
Updating files: 85% (19258/22656)
Updating files: 86% (19485/22656)
Updating files: 87% (19711/22656)
Updating files: 88% (19938/22656)
Updating files: 89% (20164/22656)
Updating files: 90% (20391/22656)
Updating files: 91% (20617/22656)
Updating files: 91% (20647/22656)
Updating files: 92% (20844/22656)
Updating files: 93% (21071/22656)
Updating files: 94% (21297/22656)
Updating files: 95% (21524/22656)
Updating files: 96% (21750/22656)
Updating files: 97% (21977/22656)
Updating files: 98% (22203/22656)
Updating files: 99% (22430/22656)
Updating files: 100% (22656/22656)
Updating files: 100% (22656/22656), done.
HEAD is now at 2d9cf904f2 Set upper bound for fmt in the current ACGtk release (it seems the dependency to fmt is now explicitly required, fmt.tty is not enough). Also set the x-maintenance-intent status (#27605)
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:ubuntu-24.04-ocaml-4.14@sha256:30dc085968cb0625b2b27aeddf18321016d36aeb3cfe21c5a669a17c33911864)
2025-03-14 13:28.05 ---> using "a9f45c06dfdbfc095ce7a6b65ba080f190b4bcfb086e24de9fdc4746f665b061" 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-14 13:28.05 ---> using "ccdd995550e94aeb313616430c2a3e38ae221daff1133b9f3dce9d4214f899a7" 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-14 13:28.05 ---> using "0fc8520d2d0122de73ed778dbec3765cbe10b27274a44958e6c97ac72932c4c7" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# 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-14 13:28.05 ---> using "f43fe21d33599daea932b846d3c10387726654a652701ccf72b44343294baf46" 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-14 13:28.05 ---> using "050d6a6bb0c4167f1f49bf7e7437af49e9e4fb3f90fa6c42e75e7c4ceedefcae" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-03-14 13:28.12 ---> using "f5f4633a5d4a534ebf3328f8086c865550248fcdb3a9275f8df498025ba3b642" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-14 13:28.12 ---> using "7ef2d3c56857911ddca105e3cee99f795622794b064891c58f638222a49a3110" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [689 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1076 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [814 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [386 kB]
- Fetched 3343 kB in 2s (1943 kB/s)
- Reading package lists...
-
2025-03-14 13:28.12 ---> using "89b7bf09c6d85408bb46a650f7195ff26284febf5eb3b2cf17188e9ea2850124" from cache
/home/opam: (run (shell "opam pin add -k version -yn coq-stdlib.9.0.0 9.0.0"))
coq-stdlib is now pinned to version 9.0.0
2025-03-14 13:28.17 ---> saved as "d0659d766fd6fc4fe7252107975163e1f05a36bae773c2e5d1f0d42a38c3961b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall coq-stdlib.9.0.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'coq-stdlib.9.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
coq-stdlib.9.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
- install conf-gmp 4 [required by zarith]
- install conf-linux-libc-dev 0 [required by rocq-runtime]
- install conf-pkg-config 4 [required by zarith]
- install coq-core 9.0.0 [required by coq-stdlib]
- install coq-stdlib 9.0.0 (pinned)
- install dune 3.13.1 [required by coq-stdlib]
- install ocamlfind 1.9.8 [required by rocq-runtime]
- install rocq-core 9.0.0 [required by rocq-stdlib]
- install rocq-runtime 9.0.0 [required by coq-core, rocq-stdlib]
- install rocq-stdlib 9.0.0 [required by coq-stdlib]
- install zarith 1.14 [required by rocq-runtime]
The following system packages will first need to be installed:
libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:riscv64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16249 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libgmp-dev:riscv64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-2build1_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../4-pkgconf_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../5-pkg-config_1.8.1-2build1_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-2build1) ...
- Setting up libpkgconf3:riscv64 (1.8.1-2build1) ...
- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf:riscv64 (1.8.1-2build1) ...
- Setting up pkg-config:riscv64 (1.8.1-2build1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.4 (cached)
-> retrieved coq-core.9.0.0, rocq-core.9.0.0, rocq-runtime.9.0.0 (cached)
-> installed conf-gmp.4
-> installed conf-pkg-config.4
-> installed conf-linux-libc-dev.0
-> retrieved coq-stdlib.9.0.0, rocq-stdlib.9.0.0 (cached)
-> retrieved dune.3.13.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.13.1
-> installed rocq-runtime.9.0.0
-> installed coq-core.9.0.0
-> installed rocq-core.9.0.0
-> installed rocq-stdlib.9.0.0
-> installed coq-stdlib.9.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-14 13:58.28 ---> saved as "6a88c79dadb7be9cc7e633bdde4740b93000d55484944dca50d65cb4a5362e80"
Job succeeded
2025-03-14 13:59.05: Job succeeded