(for PR #27890)
2025-05-22 20:00.24: New job: build conf-povray.1, using opam 2.0 from https://github.com/ocaml/opam-repository.git#refs/pull/27890/head (b37a1abf4af242e5e9aa6a7a880a8151d7822230) on debian-12-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/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@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam RUN opam init --reinit -ni RUN 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 depext -u || true RUN opam pin add -k version -yn conf-povray.1 1 RUN opam depext conf-povray.1 && 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@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453-conf-povray.1-b37a1abf4af242e5e9aa6a7a880a8151d7822230" 2025-05-22 20:00.24: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "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 depext -u || 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 depext conf-povray.1 && 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:00.31: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Updating files: 85% (19853/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@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453) 2025-05-22 20:22.30 ---> using "8fc05cdda16df548920c1f78c4fe559e1928343c0387f98662ad0cea1d69c1c6" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam")) 2025-05-22 20:22.30 ---> using "dcc9e4889d778032f165fece432177f4745f98589800379476d03ae0726901ca" from cache /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) [NOTE] Will configure 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. [WARNING] Recommended dependencies -- most packages rely on these: - m4 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised default (at git+file:///home/opam/opam-repository): [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 2025-05-22 20:22.30 ---> using "9a32d287806066215658566e37e291bdb1e32219cfcaeb6193ee9669b322465b" from cache /home/opam: (run (shell "opam config report")) # opam config report # opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) # self-upgrade no # system arch=x86_64 os=linux os-distribution=debian os-version=12 # solver builtin-mccs+glpk # install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed # upgrade-criteria -removed,-count[version-lag,solution],-new # jobs 39 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 4.14 2025-05-22 20:22.30 ---> using "a234f8ba8b287dec50c80009e012e263a47aa2ef2f1e812aff916d34316d2a9f" 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:22.30 ---> using "af3f598b8fe9caed7e1cde9ff20cd98d964f5692dd718c714c306a32d15fc5a1" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-22 20:22.41 ---> saved as "57c66e45161df5c3a107cc396780757900456c82922a628acba1369c653df54b" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised default (at file:///home/opam/opam-repository): [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 2025-05-22 20:22.57 ---> saved as "08fafa58e315615f4513d54ea5a8e3dbfd45e9ace5c093edfcd4ee046b3c2c13" /home/opam: (run (network host) (shell "opam depext -u || true")) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. # All required OS packages found. The following command needs to be run through "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 (6330 kB/s) Reading package lists... # OS package update successful 2025-05-22 20:23.00 ---> saved as "de0899c3618c173f9db92de7c4afbf28f139e4ceccb45e7fc3e5da4fcfe1037a" /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:23.01 ---> saved as "cb41a41eb48e16670f7140e88494958eb1d33918437310f398e4c8183209e735" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam depext conf-povray.1 && 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")) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # The following system packages are needed: povray The following command needs to be run through "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) ... # OS packages installation successful conf-povray.1 is not installed. Install it? [Y/n] y The following actions will be performed: - install conf-povray 1* <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-povray.1 Done. # Run eval $(opam env) to update the current shell environment 2025-05-22 20:23.17 ---> saved as "7bbb5aeb91e30c579f57a95c9491606e0eba06b51db7db9130cd8885b8fefb67" Job succeeded 2025-05-22 20:23.29: Job succeeded