(for PR #27890)
2025-05-22 20:00.24: New job: build conf-povray.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27890/head (b37a1abf4af242e5e9aa6a7a880a8151d7822230) on debian-12-ocaml-4.14-fp/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 2df846cb67d6f96ae4fced111519ff4ae27d19ae cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14-fp@sha256:f54acc8c7351b7a254b15c92388cee18c43ed085aac4591d2932dda3037a490e 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 conf-povray.1 1 RUN opam reinstall conf-povray.1; \ 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-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'conf-povray.1' && 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-05-22 20:00.24: Using cache hint "ocaml/opam:debian-12-ocaml-4.14-fp@sha256:f54acc8c7351b7a254b15c92388cee18c43ed085aac4591d2932dda3037a490e-conf-povray.1-b37a1abf4af242e5e9aa6a7a880a8151d7822230" 2025-05-22 20:00.24: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14-fp@sha256:f54acc8c7351b7a254b15c92388cee18c43ed085aac4591d2932dda3037a490e) (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 conf-povray.1 1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-povray.1;\ \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-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'conf-povray.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-05-22 20:00.24: Waiting for resource in pool OCluster 2025-05-22 20:00.24: Waiting for worker… 2025-05-22 20:01.16: Got resource from pool OCluster Building on x86-bm-c5.sw.ocaml.org All commits already cached Updating files: 72% (16823/23087) Updating files: 73% (16854/23087) Updating files: 74% (17085/23087) Updating files: 75% (17316/23087) Updating files: 76% (17547/23087) Updating files: 77% (17777/23087) Updating files: 78% (18008/23087) Updating files: 79% (18239/23087) Updating files: 80% (18470/23087) Updating files: 81% (18701/23087) Updating files: 82% (18932/23087) Updating files: 83% (19163/23087) Updating files: 84% (19394/23087) Updating files: 85% (19624/23087) Updating files: 86% (19855/23087) Updating files: 87% (20086/23087) Updating files: 88% (20317/23087) Updating files: 89% (20548/23087) Updating files: 90% (20779/23087) Updating files: 91% (21010/23087) Updating files: 92% (21241/23087) Updating files: 93% (21471/23087) Updating files: 94% (21702/23087) Updating files: 95% (21933/23087) Updating files: 96% (22164/23087) Updating files: 97% (22395/23087) Updating files: 98% (22626/23087) Updating files: 99% (22857/23087) Updating files: 100% (23087/23087) Updating files: 100% (23087/23087), done. HEAD is now at 2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.0 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-4.14-fp@sha256:f54acc8c7351b7a254b15c92388cee18c43ed085aac4591d2932dda3037a490e) 2025-05-22 20:01.41 ---> using "289af0969770eb47c1abd371328fda2ff52a144757f564cc8b34bd63302aa514" 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 20:01.41 ---> using "15d28044826db8641f17dde811929351c839903a4b1dc6bcb9de1995ce28d6f0" 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. Continue? [y/n] y 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. [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 20:01.41 ---> using "fddbc5106c4d6c55e4e570876271f550514a7131f18815a30e59efa9e42c60bd" 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 31 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 4.14 # invariant ["ocaml-options-only-fp"] # compiler-packages ocaml-option-fp.1, ocaml-options-only-fp.1, ocaml-variants.4.14.2+options # 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+options+fp 2025-05-22 20:01.41 ---> using "3303199b9c7dfdbbd7bfbc7f797eef0fe93259aa37aadef99d4db60a23652f38" 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 20:01.41 ---> using "47ea8499e7198df4b9cddcd15def6c2fe3907b58f560ca03554d83d9cfb08397" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-22 20:01.50 ---> saved as "24d375f96e804fdcc157822ddcafd6d02c05c3f8e445d499dadd4ad85f76636a" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-22 20:02.16 ---> saved as "8d049b9b059f23075c587151421ab23103ef2feab0b94bc7aeab582a6a95578b" /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 1s (6326 kB/s) - Reading package lists... - 2025-05-22 20:02.19 ---> saved as "1350e3218e9cd2f2b23603651deeb754e38837784a4e72f3af45caa777c7f544" /home/opam: (run (shell "opam pin add -k version -yn conf-povray.1 1")) conf-povray is now pinned to version 1 2025-05-22 20:02.20 ---> saved as "8ac33b17c13a6571b4e650928be32cf4f39deebcbb74a1853dce0d6b9278e08e" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall conf-povray.1;\ \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-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'conf-povray.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) conf-povray.1 is not installed. Install it? [y/n] y The following actions will be performed: === install 1 package - install conf-povray 1 (pinned) The following system packages will first need to be installed: povray <><> 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" "povray" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libdbus-1-3: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 ... 18747 files and directories currently installed.) - Preparing to unpack .../00-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... - Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../01-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus-bin (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-session-bus-common. - Preparing to unpack .../02-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... - Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... - Selecting previously unselected package libapparmor1:amd64. - Preparing to unpack .../03-libapparmor1_3.0.8-3_amd64.deb ... - Unpacking libapparmor1:amd64 (3.0.8-3) ... - Selecting previously unselected package dbus-daemon. - Preparing to unpack .../04-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus-daemon (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-system-bus-common. - Preparing to unpack .../05-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... - Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus. - Preparing to unpack .../06-dbus_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus (1.14.10-1~deb12u1) ... - Selecting previously unselected package alsa-topology-conf. - Preparing to unpack .../07-alsa-topology-conf_1.2.5.1-2_all.deb ... - Unpacking alsa-topology-conf (1.2.5.1-2) ... - Selecting previously unselected package libasound2-data. - Preparing to unpack .../08-libasound2-data_1.2.8-1_all.deb ... - Unpacking libasound2-data (1.2.8-1) ... - Selecting previously unselected package libasound2:amd64. - Preparing to unpack .../09-libasound2_1.2.8-1+b1_amd64.deb ... - Unpacking libasound2:amd64 (1.2.8-1+b1) ... - Selecting previously unselected package alsa-ucm-conf. - Preparing to unpack .../10-alsa-ucm-conf_1.2.8-1_all.deb ... - Unpacking alsa-ucm-conf (1.2.8-1) ... - Selecting previously unselected package fonts-povray. - Preparing to unpack .../11-fonts-povray_1%3a3.7.0.10-2_all.deb ... - Unpacking fonts-povray (1:3.7.0.10-2) ... - Selecting previously unselected package libasyncns0:amd64. - Preparing to unpack .../12-libasyncns0_0.8-6+b3_amd64.deb ... - Unpacking libasyncns0:amd64 (0.8-6+b3) ... - Selecting previously unselected package libboost-thread1.74.0:amd64. - Preparing to unpack .../13-libboost-thread1.74.0_1.74.0+ds1-21_amd64.deb ... - Unpacking libboost-thread1.74.0:amd64 (1.74.0+ds1-21) ... - Selecting previously unselected package libslang2:amd64. - Preparing to unpack .../14-libslang2_2.3.3-3_amd64.deb ... - Unpacking libslang2:amd64 (2.3.3-3) ... - Selecting previously unselected package libcaca0:amd64. - Preparing to unpack .../15-libcaca0_0.99.beta20-3_amd64.deb ... - Unpacking libcaca0:amd64 (0.99.beta20-3) ... - Selecting previously unselected package libogg0:amd64. - Preparing to unpack .../16-libogg0_1.3.5-3_amd64.deb ... - Unpacking libogg0:amd64 (1.3.5-3) ... - Selecting previously unselected package libflac12:amd64. - Preparing to unpack .../17-libflac12_1.4.2+ds-2_amd64.deb ... - Unpacking libflac12:amd64 (1.4.2+ds-2) ... - Selecting previously unselected package libimath-3-1-29:amd64. - Preparing to unpack .../18-libimath-3-1-29_3.1.6-1_amd64.deb ... - Unpacking libimath-3-1-29:amd64 (3.1.6-1) ... - Selecting previously unselected package libmp3lame0:amd64. - Preparing to unpack .../19-libmp3lame0_3.100-6_amd64.deb ... - Unpacking libmp3lame0:amd64 (3.100-6) ... - Selecting previously unselected package libmpg123-0:amd64. - Preparing to unpack .../20-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ... - Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ... - Selecting previously unselected package libopenexr-3-1-30:amd64. - Preparing to unpack .../21-libopenexr-3-1-30_3.1.5-5_amd64.deb ... - Unpacking libopenexr-3-1-30:amd64 (3.1.5-5) ... - Selecting previously unselected package libopus0:amd64. - Preparing to unpack .../22-libopus0_1.3.1-3_amd64.deb ... - Unpacking libopus0:amd64 (1.3.1-3) ... - Selecting previously unselected package libvorbis0a:amd64. - Preparing to unpack .../23-libvorbis0a_1.3.7-1_amd64.deb ... - Unpacking libvorbis0a:amd64 (1.3.7-1) ... - Selecting previously unselected package libvorbisenc2:amd64. - Preparing to unpack .../24-libvorbisenc2_1.3.7-1_amd64.deb ... - Unpacking libvorbisenc2:amd64 (1.3.7-1) ... - Selecting previously unselected package libsndfile1:amd64. - Preparing to unpack .../25-libsndfile1_1.2.0-1_amd64.deb ... - Unpacking libsndfile1:amd64 (1.2.0-1) ... - Selecting previously unselected package libx11-xcb1:amd64. - Preparing to unpack .../26-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ... - Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ... - Selecting previously unselected package libpulse0:amd64. - Preparing to unpack .../27-libpulse0_16.1+dfsg1-2+b1_amd64.deb ... - Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ... - Selecting previously unselected package libsdl1.2debian:amd64. - Preparing to unpack .../28-libsdl1.2debian_1.2.15+dfsg2-8_amd64.deb ... - Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ... - Selecting previously unselected package povray. - Preparing to unpack .../29-povray_1%3a3.7.0.10-2+b2_amd64.deb ... - Unpacking povray (1:3.7.0.10-2+b2) ... - Selecting previously unselected package povray-includes. - Preparing to unpack .../30-povray-includes_1%3a3.7.0.10-2_all.deb ... - Unpacking povray-includes (1:3.7.0.10-2) ... - Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ... - Setting up libapparmor1:amd64 (3.0.8-3) ... - Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ... - Setting up libogg0:amd64 (1.3.5-3) ... - Setting up libimath-3-1-29:amd64 (3.1.6-1) ... - Setting up libasound2-data (1.2.8-1) ... - Setting up libflac12:amd64 (1.4.2+ds-2) ... - Setting up libslang2:amd64 (2.3.3-3) ... - Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... - Setting up libopenexr-3-1-30:amd64 (3.1.5-5) ... - Setting up libopus0:amd64 (1.3.1-3) ... - Setting up libvorbis0a:amd64 (1.3.7-1) ... - Setting up alsa-topology-conf (1.2.5.1-2) ... - Setting up libasyncns0:amd64 (0.8-6+b3) ... - Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... - Setting up libasound2:amd64 (1.2.8-1+b1) ... - Setting up fonts-povray (1:3.7.0.10-2) ... - Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... - Setting up dbus-bin (1.14.10-1~deb12u1) ... - Setting up libmp3lame0:amd64 (3.100-6) ... - Setting up libvorbisenc2:amd64 (1.3.7-1) ... - Setting up libboost-thread1.74.0:amd64 (1.74.0+ds1-21) ... - Setting up libcaca0:amd64 (0.99.beta20-3) ... - Setting up alsa-ucm-conf (1.2.8-1) ... - Setting up dbus-daemon (1.14.10-1~deb12u1) ... - Setting up dbus (1.14.10-1~deb12u1) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up libsndfile1:amd64 (1.2.0-1) ... - Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ... - Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ... - Setting up povray (1:3.7.0.10-2+b2) ... - Setting up povray-includes (1:3.7.0.10-2) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-povray.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-22 20:02.28 ---> saved as "a5f2b6aaea4e76044123bb6820de81cd57b1ca12f0d86d3a8c809c36f2cffcf2" Job succeeded 2025-05-22 20:02.33: Job succeeded