(for PR #28499)
2025-09-11 12:49.00: New job: build coq-waterproof.3.0.0+8.19, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28499/head (6cfa3b6ff7c640b9670e93e4ebd989ee176b7f67) on debian-11-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/28499/head" && git reset --hard 6cfa3b6f git fetch origin master git merge --no-edit 4ca0361afdd035f6a070a9c6c1c989aff3ddba17 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-11-ocaml-4.14@sha256:f4cbc4f18c9d11fcb90cf85ffe221115465a90676d2e0847b0d39ade78acab0c 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 opam pin add -k version -yn coq-waterproof.3.0.0+8.19 3.0.0+8.19 RUN opam reinstall coq-waterproof.3.0.0+8.19; \ 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 "\"debian-11\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'coq-waterproof.3.0.0+8.19' && 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-09-11 12:49.00: Using cache hint "ocaml/opam:debian-11-ocaml-4.14@sha256:f4cbc4f18c9d11fcb90cf85ffe221115465a90676d2e0847b0d39ade78acab0c-coq-waterproof.3.0.0+8.19-6cfa3b6ff7c640b9670e93e4ebd989ee176b7f67" 2025-09-11 12:49.00: Using OBuilder spec: ((from ocaml/opam:debian-11-ocaml-4.14@sha256:f4cbc4f18c9d11fcb90cf85ffe221115465a90676d2e0847b0d39ade78acab0c) (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 "opam pin add -k version -yn coq-waterproof.3.0.0+8.19 3.0.0+8.19")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall coq-waterproof.3.0.0+8.19;\ \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 \"\\\"debian-11\\\"\"; 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-waterproof.3.0.0+8.19' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-09-11 12:49.00: Waiting for resource in pool OCluster 2025-09-11 12:49.01: Waiting for worker… 2025-09-11 12:49.03: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 4ca0361afd Merge pull request #28494 from mtelvers/bibtex2html-patch Updating 4ca0361afd..6cfa3b6ff7 Fast-forward .../coq-waterproof/coq-waterproof.3.0.0+8.19/opam | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 packages/coq-waterproof/coq-waterproof.3.0.0+8.19/opam (from ocaml/opam:debian-11-ocaml-4.14@sha256:f4cbc4f18c9d11fcb90cf85ffe221115465a90676d2e0847b0d39ade78acab0c) 2025-09-11 12:50.16 ---> saved as "b4fafb5732cd47f0bae67d2a057a7aa622b45f1a7528431ad1266d0b45c8e287" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-09-11 12:50.16 ---> saved as "3491e1b5e18e3441ad57e692aed47634d9c6a2799a848a62cbf5c257ec564252" /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-09-11 12:50.37 ---> saved as "41cda764811dac04b28671ff8a88c76b24482c4f5dec1d794bf991a9e85fa646" /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=11 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 255 # 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-09-11 12:50.38 ---> saved as "bcd88fc3e49ca108780a105c5381abefd795ef0131d2ec7456952746cbf90791" /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-09-11 12:50.47 ---> saved as "6ca97535c11b2448325923001c904a80a995275cec6a09a3d87f4fbeda75c3d8" /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-11 12:50.52 ---> saved as "444c384f1db005775afd4606d7cda69abbe747ed2a71368b29c5a6a814be109f" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-11 12:51.09 ---> saved as "194569263daf2f0c953a3bc44fe4db2c080e620db2b9d9dbd488a722d44a1414" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bullseye InRelease - Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB] - Hit:3 http://deb.debian.org/debian bullseye-updates InRelease - Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [402 kB] - Fetched 429 kB in 0s (1131 kB/s) - Reading package lists... 2025-09-11 12:51.10 ---> saved as "6ed0eebc67ddc26c6b80d056eee14944a6e73ac191bd9844fe819922630d2fed" /home/opam: (run (shell "opam pin add -k version -yn coq-waterproof.3.0.0+8.19 3.0.0+8.19")) coq-waterproof is now pinned to version 3.0.0+8.19 2025-09-11 12:51.10 ---> saved as "bf4dd27d3e3ecc9de8737849455a9c2ba5442b43e41ba83fe6430d79b5ae47e3" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall coq-waterproof.3.0.0+8.19;\ \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 \"\\\"debian-11\\\"\"; 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-waterproof.3.0.0+8.19' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) coq-waterproof.3.0.0+8.19 is not installed. Install it? [y/n] y The following actions will be performed: === install 11 packages - install conf-gmp 5 [required by zarith] - install conf-linux-libc-dev 0 [required by coq-core] - install conf-pkg-config 4 [required by zarith] - install coq 8.19.2 [required by coq-waterproof] - install coq-core 8.19.2 [required by coq] - install coq-stdlib 8.19.2 [required by coq] - install coq-waterproof 3.0.0+8.19 (pinned) - install coqide-server 8.19.2 [required by coq] - install dune 3.20.2 [required by coq-waterproof] - install ocamlfind 1.9.8 [required by coq-core] - install zarith 1.14 [required by coq-core] 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 libglib2.0-0:amd64. - (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 ... 18342 files and directories currently installed.) - Preparing to unpack .../0-libglib2.0-0_2.66.8-1+deb11u6_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../1-libglib2.0-data_2.66.8-1+deb11u6_all.deb ... - Unpacking libglib2.0-data (2.66.8-1+deb11u6) ... - Selecting previously unselected package libgmpxx4ldbl:amd64. - Preparing to unpack .../2-libgmpxx4ldbl_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../3-libgmp-dev_2%3a6.2.1+dfsg-1+deb11u1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ... - Selecting previously unselected package libicu67:amd64. - Preparing to unpack .../4-libicu67_67.1-7+deb11u1_amd64.deb ... - Unpacking libicu67:amd64 (67.1-7+deb11u1) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../5-libxml2_2.9.10+dfsg-6.7+deb11u8_amd64.deb ... - Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u8) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../6-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../7-shared-mime-info_2.0-1_amd64.deb ... - Unpacking shared-mime-info (2.0-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../8-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Setting up libicu67:amd64 (67.1-7+deb11u1) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u6) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.66.8-1+deb11u6) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-1+deb11u1) ... - Setting up pkg-config (0.29.2-1) ... - Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u8) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-1+deb11u1) ... - Setting up shared-mime-info (2.0-1) ... - Processing triggers for libc-bin (2.31-13+deb11u13) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-gmp.5 (cached) -> installed conf-gmp.5 -> installed conf-pkg-config.4 -> installed conf-linux-libc-dev.0 -> retrieved coq.8.19.2, coq-core.8.19.2, coq-stdlib.8.19.2, coqide-server.8.19.2 (cached) -> retrieved coq-waterproof.3.0.0+8.19 (https://github.com/impermeable/coq-waterproof/archive/refs/tags/3.0.0+8.19.1.tar.gz) -> retrieved dune.3.20.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved zarith.1.14 (cached) -> installed ocamlfind.1.9.8 -> installed zarith.1.14 -> installed dune.3.20.2 -> installed coq-core.8.19.2 -> installed coqide-server.8.19.2 -> installed coq-stdlib.8.19.2 -> installed coq.8.19.2 -> installed coq-waterproof.3.0.0+8.19 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-11 12:54.17 ---> saved as "49096917ac08896405838c6718ec2f5f9804de44682d2b8c0e7d1ade664a6b04" Job succeeded 2025-09-11 12:54.21: Job succeeded