(for PR #27890)
2025-05-22 19:27.18: New job: list revdeps of conf-povray.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27890/head (b37a1abf4af242e5e9aa6a7a880a8151d7822230) 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/27890/head" && git reset --hard b37a1abf git fetch origin master git merge --no-edit 2ae65364d6efa805aa110130dcb84781b19fda64 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6 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 'conf-povray.1' --coinstallable-with 'conf-povray.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-povray.1' --coinstallable-with 'conf-povray.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-povray.1' --coinstallable-with 'conf-povray.1' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-05-22 19:27.18: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6-conf-povray.1-b37a1abf4af242e5e9aa6a7a880a8151d7822230" 2025-05-22 19:27.18: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6) (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 'conf-povray.1' --coinstallable-with 'conf-povray.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-povray.1' --coinstallable-with 'conf-povray.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-povray.1' --coinstallable-with 'conf-povray.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2025-05-22 19:27.18: Waiting for resource in pool OCluster 2025-05-22 19:27.18: Waiting for worker… 2025-05-22 19:27.18: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached Updating files: 87% (20101/23072) Updating files: 88% (20304/23072) Updating files: 89% (20535/23072) Updating files: 90% (20765/23072) Updating files: 91% (20996/23072) Updating files: 92% (21227/23072) Updating files: 93% (21457/23072) Updating files: 94% (21688/23072) Updating files: 95% (21919/23072) Updating files: 96% (22150/23072) Updating files: 97% (22380/23072) Updating files: 98% (22611/23072) Updating files: 99% (22842/23072) Updating files: 100% (23072/23072) Updating files: 100% (23072/23072), done. HEAD is now at 2ae65364d6 Merge pull request #27911 from zapashcanon/master Merge made by the 'ort' strategy. packages/conf-povray/conf-povray.1/opam | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packages/conf-povray/conf-povray.1/opam (from ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6) 2025-05-22 19:27.21 ---> using "0585f6b0985f7eb566e20fd068ca8d674792c3b808091294d28083728c5a5ee6" 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-05-22 19:27.21 ---> using "28403ab28c00b5bf906491d7638d4cc488293e798300e8c39869a1f3e4cb5aea" 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 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-22 19:27.21 ---> using "45f22e9c037babe3ec3423bd0a3aa77f0fd0f583e0ce1554d96998fdac3fda8d" 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 71 # 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-05-22 19:27.21 ---> using "5724a76b5e7683a14f612a0b0d3a88cba7c5aad58a05edde44452c275daa1905" 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-05-22 19:27.21 ---> using "5178939fa24c068588b96052b26353945f6cb36ad5c9619e97bda329a82f7649" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-22 19:27.22 ---> using "d01cc3d9001463f7b541643d17afa04bf6f26c17c0a3f02e2c0b7783814439ba" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-22 19:27.22 ---> using "24934033deac25f4fe9f2980a43b4dcfa17927ec5c93824fb9188ee864ec8fbc" from cache /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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 bookworm/main amd64 Packages [8793 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB] - Fetched 9306 kB in 2s (4921 kB/s) - Reading package lists... - 2025-05-22 19:27.22 ---> using "cd2769e761d0898481bc583e2816ab63a6fbb3f65f231f756e2302b48926428b" from cache /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'conf-povray.1' --coinstallable-with 'conf-povray.1' --all-versions --depopts && opam list -s --color=never --depends-on 'conf-povray.1' --coinstallable-with 'conf-povray.1' --all-versions --recursive && opam list -s --color=never --depends-on 'conf-povray.1' --coinstallable-with 'conf-povray.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT conf-povray.1 @@@OUTPUT 2025-05-22 19:27.58 ---> saved as "42a13fb28b1c624075b38b4543087ad9e1508d241dbf8f415fdf6ee58c5fd444" Job succeeded 2025-05-22 19:28.11: Job succeeded