(for PR #28275)
2025-07-30 12:38.04: New job: build rocq-core.9.1+rc1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28275/head (66e60293e0f8ab4582472efcfcea76dc9977ca83) on macos-homebrew-ocaml-5.3/arm64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28275/head" && git reset --hard 66e60293 git fetch origin master git merge --no-edit f6368c68f94811eb2e5f105c731f2494a6e6fe04 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.3 USER 1000:1000 RUN ln -f ~/local/bin/opam-2.3 ~/local/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 -k local --strict default opam-repository/ RUN opam update --depexts || true RUN opam pin add -k version -yn rocq-core.9.1+rc1 9.1+rc1 RUN opam reinstall rocq-core.9.1+rc1; \ 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 "\"macos-homebrew\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'rocq-core.9.1+rc1' && 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-07-30 12:38.04: Using cache hint "macos-homebrew-ocaml-5.3-rocq-core.9.1+rc1-66e60293e0f8ab4582472efcfcea76dc9977ca83" 2025-07-30 12:38.04: Using OBuilder spec: ((from macos-homebrew-ocaml-5.3) (user (uid 1000) (gid 1000)) (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) (run (network host) (shell "opam init --reinit -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 -k local --strict default opam-repository/")) (run (network host) (shell "opam update --depexts || true")) (run (shell "opam pin add -k version -yn rocq-core.9.1+rc1 9.1+rc1")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam reinstall rocq-core.9.1+rc1;\ \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 \"\\\"macos-homebrew\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'rocq-core.9.1+rc1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-07-30 12:38.04: Waiting for resource in pool OCluster 2025-07-30 12:38.05: Waiting for worker… 2025-07-30 12:38.05: Got resource from pool OCluster Building on m1-worker-04 Updating files: 70% (12587/17943) Updating files: 71% (12740/17943) Updating files: 72% (12919/17943) Updating files: 73% (13099/17943) Updating files: 74% (13278/17943) Updating files: 75% (13458/17943) Updating files: 76% (13637/17943) Updating files: 77% (13817/17943) Updating files: 78% (13996/17943) Updating files: 79% (14175/17943) Updating files: 80% (14355/17943) Updating files: 81% (14534/17943) Updating files: 82% (14714/17943) Updating files: 83% (14893/17943) Updating files: 84% (15073/17943) Updating files: 85% (15252/17943) Updating files: 86% (15431/17943) Updating files: 87% (15611/17943) Updating files: 88% (15790/17943) Updating files: 89% (15970/17943) Updating files: 90% (16149/17943) Updating files: 91% (16329/17943) Updating files: 92% (16508/17943) Updating files: 93% (16687/17943) Updating files: 94% (16867/17943) Updating files: 95% (17046/17943) Updating files: 96% (17226/17943) Updating files: 97% (17405/17943) Updating files: 98% (17585/17943) Updating files: 99% (17764/17943) Updating files: 100% (17943/17943) Updating files: 100% (17943/17943), done. HEAD is now at 3ca877de44 Add Rocq 9.1+rc1 HEAD is now at f6368c68f9 Merge pull request #28271 from jmid/qcheck-lin-ocaml-bound Updating f6368c68f9..66e60293e0 Fast-forward packages/coq-core/coq-core.9.1+rc1/opam | 50 +++++++++++++++++ packages/coq-lsp/coq-lsp.0.2.3+9.0/opam | 3 +- packages/coq/coq.9.1+rc1/opam | 14 +++++ packages/coqide-server/coqide-server.9.1+rc1/opam | 42 ++++++++++++++ packages/rocq-core/rocq-core.9.1+rc1/opam | 51 +++++++++++++++++ packages/rocq-devtools/rocq-devtools.9.1+rc1/opam | 48 ++++++++++++++++ packages/rocq-runtime/rocq-runtime.9.1+rc1/opam | 67 +++++++++++++++++++++++ packages/rocqide/rocqide.9.1+rc1/opam | 45 +++++++++++++++ 8 files changed, 319 insertions(+), 1 deletion(-) create mode 100644 packages/coq-core/coq-core.9.1+rc1/opam create mode 100644 packages/coq/coq.9.1+rc1/opam create mode 100644 packages/coqide-server/coqide-server.9.1+rc1/opam create mode 100644 packages/rocq-core/rocq-core.9.1+rc1/opam create mode 100644 packages/rocq-devtools/rocq-devtools.9.1+rc1/opam create mode 100644 packages/rocq-runtime/rocq-runtime.9.1+rc1/opam create mode 100644 packages/rocqide/rocqide.9.1+rc1/opam (from macos-homebrew-ocaml-5.3) 2025-07-30 12:38.25 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache /: (user (uid 1000) (gid 1000)) /: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) 2025-07-30 12:38.25 ---> using "92705670bd1f6c37fa31d9a6dfa42537267d9f8e4fd7c2ec00237f6a7d22e661" from cache /: (run (network host) (shell "opam init --reinit -ni")) No configuration file found, using 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 version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2025-07-30 12:38.25 ---> using "8bd5d340faa8ad1722e010203f7a4caea560522985969db275c7542dbb56b072" from cache /: (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 # self-upgrade no # system arch=arm64 os=macos os-distribution=homebrew os-version=15.5 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 7 # repositories 1 (version-controlled) # pinned 0 # current-switch 5.3.0 # invariant ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /Users/mac1000/.opam/5.3.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.3.0/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0 2025-07-30 12:38.25 ---> using "401f61792e35006b8b67fb65b6928feb197e69b5582a54739bb4533b10bc0056" from cache /: (env OPAMDOWNLOADJOBS 1) /: (env OPAMERRLOGLEN 0) /: (env OPAMPRECISETRACKING 1) /: (env CI true) /: (env OPAM_REPO_CI true) /: (run (shell "rm -rf opam-repository/")) 2025-07-30 12:38.26 ---> using "30332a7c2ac1a8ef60b47b6542aab2c86d16592008aab0760c9c2da8824ae6fb" from cache /: (copy (src .) (dst opam-repository/)) 2025-07-30 12:38.30 ---> saved as "95f1170ec04b1aa0ed7cfd7f205c8ac1d5cd7d87bbb5047d8160d4872c3b9221" /: (run (shell "opam repository set-url -k local --strict default opam-repository/")) [default] Initialised 2025-07-30 12:38.39 ---> saved as "5518f8bff49e4a6f016bdbe0f0a8014f02c0ac7188a769fce8873bd8d6625c15" /: (run (network host) (shell "opam update --depexts || true")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - ==> Homebrew collects anonymous analytics. - Read the analytics documentation (and how to opt-out) here: - https://docs.brew.sh/Analytics - No analytics have been recorded yet (nor will be during this `brew` run). - - ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: - https://github.com/Homebrew/brew#donations - - Already up-to-date. 2025-07-30 12:39.09 ---> saved as "58a669cd0838ec0414b0f8a354bf501e48ac606c34a4ab564bf034f8743924de" /: (run (shell "opam pin add -k version -yn rocq-core.9.1+rc1 9.1+rc1")) rocq-core is now pinned to version 9.1+rc1 2025-07-30 12:39.11 ---> saved as "40f521a60f0a3e49bc136e76ce875f4c396adc532ac78680c93215d4bff40e03" /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam reinstall rocq-core.9.1+rc1;\ \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 \"\\\"macos-homebrew\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'rocq-core.9.1+rc1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) rocq-core.9.1+rc1 is not installed. Install it? [y/n] y The following actions will be performed: === install 7 packages - install conf-gmp 5 [required by zarith] - install conf-pkg-config 4 [required by zarith] - install dune 3.19.1 [required by rocq-core] - install ocamlfind 1.9.8 [required by rocq-runtime] - install rocq-core 9.1+rc1 (pinned) - install rocq-runtime 9.1+rc1 [required by rocq-core] - install zarith 1.14 [required by rocq-runtime] The following system packages will first need to be installed: gmp pkgconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run brew to install them (may need root/sudo access) 2. Display the recommended brew 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 + /opt/homebrew/bin/brew "install" "gmp" "pkgconf" - ==> Fetching downloads for: gmp and pkgconf - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json - ==> Fetching gmp - ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:6683d73d6677d28e1e8d1b92d6ebfbc068c1d33e19b79114a22a648a99ba5991 - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a0c4a56cc56ffac0cb3f0aa5deb1b3a614002dabf65a81e14d87129c89eb7bde--gmp--6.3.0.arm64_sequoia.bottle.tar.gz - ==> Fetching pkgconf - ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:6fabdc3d0a656e2d505aec4e39b2f8e354601ee141469554fa71eabc3386e18f - Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a24d1ad02d9375a2488968c81e160cf6edbbb0709cc51dbeeb5c7f9c5e473b0--pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz - ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.3MB - ==> Running `brew cleanup gmp`... - Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. - Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). - ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz - 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 518.6KB - ==> Running `brew cleanup pkgconf`... - ==> No outdated dependents to upgrade! <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-gmp.5 (cached) -> installed conf-pkg-config.4 -> installed conf-gmp.5 -> retrieved dune.3.19.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved rocq-core.9.1+rc1, rocq-runtime.9.1+rc1 (cached) -> retrieved zarith.1.14 (cached) -> installed ocamlfind.1.9.8 -> installed zarith.1.14 -> installed dune.3.19.1 -> installed rocq-runtime.9.1+rc1 -> installed rocq-core.9.1+rc1 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-30 12:40.32 ---> saved as "a86a9456e5331b9f9bf1ef960284e29c7728c04496e570229ba8363f4002a927" Job succeeded 2025-07-30 12:40.38: Job succeeded