(for PR #28015)
2025-06-12 09:37.33: New job: list revdeps of z3.4.15.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28015/head (eb1839f6536e00144ff383f35c0878f9cb0c30a2) on debian-12-ocaml-5.3/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/28015/head" && git reset --hard eb1839f6 git fetch origin master git merge --no-edit d23a0933cc802b20b4fc13a237d0689eda64ea6e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e 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 'z3.4.15.1' --coinstallable-with 'z3.4.15.1' --all-versions --depopts && opam list -s --color=never --depends-on 'z3.4.15.1' --coinstallable-with 'z3.4.15.1' --all-versions --recursive && opam list -s --color=never --depends-on 'z3.4.15.1' --coinstallable-with 'z3.4.15.1' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-06-12 09:37.33: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e-z3.4.15.1-eb1839f6536e00144ff383f35c0878f9cb0c30a2" 2025-06-12 09:37.33: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e) (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 'z3.4.15.1' --coinstallable-with 'z3.4.15.1' --all-versions --depopts && opam list -s --color=never --depends-on 'z3.4.15.1' --coinstallable-with 'z3.4.15.1' --all-versions --recursive && opam list -s --color=never --depends-on 'z3.4.15.1' --coinstallable-with 'z3.4.15.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2025-06-12 09:37.33: Waiting for resource in pool OCluster 2025-06-12 10:10.07: Waiting for worker… 2025-06-12 10:13.07: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Updating files: 88% (20677/23263) Updating files: 89% (20705/23263) Updating files: 90% (20937/23263) Updating files: 91% (21170/23263) Updating files: 92% (21402/23263) Updating files: 93% (21635/23263) Updating files: 94% (21868/23263) Updating files: 95% (22100/23263) Updating files: 96% (22333/23263) Updating files: 97% (22566/23263) Updating files: 98% (22798/23263) Updating files: 99% (23031/23263) Updating files: 100% (23263/23263) Updating files: 100% (23263/23263), done. HEAD is now at d23a0933cc Merge pull request #28004 from Alasdair/release-sail-0.19.1 Merge made by the 'ort' strategy. Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. packages/z3/z3.4.15.1/opam | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 packages/z3/z3.4.15.1/opam (from ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e) 2025-06-12 10:18.36 ---> using "96697d8e79983291d560edbf731c893ea129e422e8dda14986eae24c3f7015ce" 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-12 10:18.36 ---> using "e3a18b487bc80c5d46fdcff41f782a076b8a4d608450f2a3ff6f2a93409eb9a3" 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 [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-12 10:18.36 ---> using "d9c94bbceca06b3e6032ad8e53e6b3d8813c03bb73ba5208d29a1d43c75f8516" 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 255 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {= "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 /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0 2025-06-12 10:18.36 ---> using "8603a9eb54f1b33a3bf7930c43df09e3d144466f3cd5c263952d7944e32b7159" 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-12 10:18.36 ---> using "1b895692452f1db712d5d5de9cdfc09bdc7a6afc7fbdcf2accf449998b966ec7" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-06-12 10:18.45 ---> saved as "39d94b36b4c1bf1d1e0a9e4a243b6fbd937a4cf29185181f9e20bdf3ffd5276d" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-06-12 10:19.13 ---> saved as "5a93358f7d42c066e694dd3a9118374a59e534e3224dbe18f2ebc8e68e753c2f" /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 [266 kB] - Fetched 369 kB in 1s (316 kB/s) - Reading package lists... - 2025-06-12 10:19.21 ---> saved as "ba5e842a22a7996a762c8f18494918ae31c7aecf6eae76eb8fd331773e3afabb" /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'z3.4.15.1' --coinstallable-with 'z3.4.15.1' --all-versions --depopts && opam list -s --color=never --depends-on 'z3.4.15.1' --coinstallable-with 'z3.4.15.1' --all-versions --recursive && opam list -s --color=never --depends-on 'z3.4.15.1' --coinstallable-with 'z3.4.15.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT binsec.0.9.1 binsec.0.10.0 catala.0.7.0 catala.0.8.0 goblint.2.2.1 goblint.2.3.0 goblint.2.4.0 goblint.2.5.0 hardcaml-lua.0.0.1 kmt.0.1 opam-solver.2.1.4 opam-solver.2.1.5 opam-solver.2.1.6 opam-solver.2.2.0~alpha opam-solver.2.2.0~alpha2 opam-solver.2.2.0~alpha3 opam-solver.2.2.0~beta1 opam-solver.2.2.0~beta2 opam-solver.2.2.0~beta3 opam-solver.2.2.0~rc1 opam-solver.2.2.0 opam-solver.2.2.1 opam-solver.2.3.0~alpha1 opam-solver.2.3.0~beta1 opam-solver.2.3.0~beta2 opam-solver.2.3.0~rc1 opam-solver.2.3.0 opam-solver.2.4.0~alpha1 opam-solver.2.4.0~alpha2 universo.2.7 hardcaml-lua.0.0.1 kmt.0.1 universo.2.7 z3.4.15.1 binsec.0.9.1 binsec.0.10.0 catala.0.7.0 catala.0.8.0 kmt.0.1 nuscr.2.0.0 nuscr.2.1.0 nuscr.2.1.1 opam-solver.2.1.4 opam-solver.2.1.5 opam-solver.2.1.6 opam-solver.2.2.0~alpha opam-solver.2.2.0~alpha2 opam-solver.2.2.0~alpha3 opam-solver.2.2.0~beta1 opam-solver.2.2.0~beta2 opam-solver.2.2.0~beta3 opam-solver.2.2.0~rc1 opam-solver.2.2.0 opam-solver.2.2.1 opam-solver.2.3.0~alpha1 opam-solver.2.3.0~beta1 opam-solver.2.3.0~beta2 opam-solver.2.3.0~rc1 opam-solver.2.3.0 opam-solver.2.4.0~alpha1 opam-solver.2.4.0~alpha2 universo.2.7 @@@OUTPUT 2025-06-12 10:20.11 ---> saved as "cbfeb4623ff98b653006eda7d1fad3a26d9af144d81277462efeb36d083f5399" Job succeeded 2025-06-12 10:20.49: Job succeeded