- github
- ocaml
- opam-repository
- 92e1b8
- extras,opam-2.1-ocaml-4.14,conf-povray.1
(not at the head of any monitored branch or PR)
2025-05-21 18:07.09: New job: build conf-povray.1, using opam 2.1
from https://github.com/ocaml/opam-repository.git#refs/pull/27890/head (92e1b8bba18da3cbba88037f7ff174d78c001f64)
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 92e1b8bb
git fetch origin master
git merge --no-edit 8c202c62e6543d4457ca34f51b1202cd2f8bacee
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.1 /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-21 18:07.09: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453-conf-povray.1-92e1b8bba18da3cbba88037f7ff174d78c001f64"
2025-05-21 18:07.09: 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.1 /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-21 18:07.09: Waiting for resource in pool OCluster
2025-05-22 05:08.39: Waiting for worker…
2025-05-22 05:10.30: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 77% (17814/23059)
Updating files: 78% (17987/23059)
Updating files: 79% (18217/23059)
Updating files: 80% (18448/23059)
Updating files: 81% (18678/23059)
Updating files: 82% (18909/23059)
Updating files: 83% (19139/23059)
Updating files: 84% (19370/23059)
Updating files: 85% (19601/23059)
Updating files: 86% (19831/23059)
Updating files: 87% (20062/23059)
Updating files: 88% (20292/23059)
Updating files: 89% (20523/23059)
Updating files: 90% (20754/23059)
Updating files: 91% (20984/23059)
Updating files: 92% (21215/23059)
Updating files: 93% (21445/23059)
Updating files: 94% (21676/23059)
Updating files: 95% (21907/23059)
Updating files: 96% (22137/23059)
Updating files: 97% (22368/23059)
Updating files: 98% (22598/23059)
Updating files: 99% (22829/23059)
Updating files: 100% (23059/23059)
Updating files: 100% (23059/23059), done.
HEAD is now at 8c202c62e6 Merge pull request #27906 from backtracking/opam-publish-bdd.0.5
Merge made by the 'ort' strategy.
packages/conf-povray/conf-povray.1/opam | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 packages/conf-povray/conf-povray.1/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:3244bdc5a8a334bd7c4f552ea00747039a9cec8c46437471b45bca4791eef453)
2025-05-22 05:10.37 ---> using "8fc05cdda16df548920c1f78c4fe559e1928343c0387f98662ad0cea1d69c1c6" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2025-05-22 05:10.37 ---> saved as "1503f092aa5ace56ce22be566bd192929c973227ec7611f94351fe8138ce9f30"
/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.1, 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-05-22 05:12.09 ---> saved as "9b43b29e1a3a45212663c0c80c0d035f5270dcdd09fbdaaf75f9b43dcc45e952"
/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.1.6 (263921263e1f745613e2882745114b7b08f3608b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=12
# solver builtin-0install
# install-criteria
# upgrade-criteria
# jobs 39
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# 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-05-22 05:12.12 ---> saved as "79c16850973881764dcbaa9f45e8c90db6f040bcd8159ec9850e62411aa5ab8b"
/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 05:12.22 ---> saved as "d4332c311b07f7c58de71b3897f7d118e13a87be59a93c74748935b37d6a242c"
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-22 05:12.41 ---> saved as "0b6440036eab2beba12d4ac77d0c51a64230b9a5db01fb44154c35af4c46ae9e"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-22 05:12.58 ---> saved as "a767aee74a35c9dfec0f0143cb60c362bdb2b8601a7c6594a303675a52c4d1be"
/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 (5649 kB/s)
- Reading package lists...
-
2025-05-22 05:13.03 ---> saved as "455c752c708cc66660f06856e51316b8d3ba5a4bbc09352ebc9df8a83f754418"
/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 05:13.04 ---> saved as "53be7fe4cadd6f5d958c68630eb636053616d01b832fff684a5daf3a8a7eb650"
/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 conf-povray 1*
The following system packages will first need to be installed:
povray
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /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.
# Run eval $(opam env) to update the current shell environment
2025-05-22 05:13.20 ---> saved as "64bb6a2c8e89c120e4ad04b132fb327a7581b53957075d4f52e8caaab46ac8cc"
Job succeeded
2025-05-22 05:13.32: Job succeeded