- github
- ocaml
- opam-repository
- 92e1b8
- distributions,fedora-41-ocaml-5.3,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.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27890/head (92e1b8bba18da3cbba88037f7ff174d78c001f64)
on fedora-41-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 92e1b8bb
git fetch origin master
git merge --no-edit 8c202c62e6543d4457ca34f51b1202cd2f8bacee
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-5.3@sha256:abc80c782e7acbd09ffd49defcb056c2fc402593e57bcb537add09330e2c3992
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 "\"fedora-41\""; 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:fedora-41-ocaml-5.3@sha256:abc80c782e7acbd09ffd49defcb056c2fc402593e57bcb537add09330e2c3992-conf-povray.1-92e1b8bba18da3cbba88037f7ff174d78c001f64"
2025-05-21 18:07.09: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:abc80c782e7acbd09ffd49defcb056c2fc402593e57bcb537add09330e2c3992)
(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 \"\\\"fedora-41\\\"\"; 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:07.46: Waiting for worker…
2025-05-22 05:10.01: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files: 93% (21669/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:fedora-41-ocaml-5.3@sha256:abc80c782e7acbd09ffd49defcb056c2fc402593e57bcb537add09330e2c3992)
2025-05-22 05:11.01 ---> saved as "da0437edefc3074e740b2380711421a58ad6af000252c27345a9c063faf0cc10"
/: (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 05:11.01 ---> saved as "e833ac3457899ccaae15fb853ecba4205a061c03c99d3b56cfc9dca5fdfd41fe"
/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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-22 05:11.32 ---> saved as "5b9378c4368654a1e42c0b58a1b1b855d77697c967ba417f4988054492006ce4"
/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=fedora os-version=41
# 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-05-22 05:11.33 ---> saved as "8c5eb5242251e81437c14d007cf8da5cd6a9ff40f0aedf6a46c93dbaa06635e7"
/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:11.42 ---> saved as "fa4e1a05d14195bedfc69d489958d269fa2e804160a92530b9f0c5df587b19e3"
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-22 05:11.51 ---> saved as "877d912606cb8bb9b810e54ed3d63bed86b468e669ecf0a1d260677341435c9a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-22 05:12.15 ---> saved as "2fad30f061525e64a7e4ea3186caadace9491099383ddbbfe8ce0e3dbc75e732"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 41 - x86_64 100% | 50.8 KiB/s | 25.7 KiB | 00m01s
- Fedora 41 openh264 (From Cisco) - x86_ 100% | 9.3 KiB/s | 989.0 B | 00m00s
- Fedora 41 - x86_64 - Updates 100% | 176.8 KiB/s | 23.5 KiB | 00m00s
- Fedora 41 - x86_64 - Updates 100% | 8.4 MiB/s | 9.5 MiB | 00m01s
- Repositories loaded.
- Metadata cache created.
2025-05-22 05:12.20 ---> saved as "6490a57d2766cb227114a13bcb5f4af34df3f0345b37db31c3d622a6a838cc4a"
/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:12.21 ---> saved as "c0912ddaf7dba2ac19486810a7fe1cb7b9667d5faf414d5bddb9c46da90a4302"
/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 \"\\\"fedora-41\\\"\"; 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 yum to install them (may need root/sudo access)
2. Display the recommended yum 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 "yum" "install" "-y" "povray"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- povray x86_64 3.7.0.10-16.fc41 fedora 16.2 MiB
- Installing dependencies:
- SDL2 x86_64 2.30.11-1.fc41 updates 1.8 MiB
- boost-system x86_64 1.83.0-8.fc41 fedora 16.3 KiB
- boost-thread x86_64 1.83.0-8.fc41 fedora 136.8 KiB
- imath x86_64 3.1.12-1.fc41 fedora 375.8 KiB
- jbigkit-libs x86_64 2.1-30.fc41 fedora 117.6 KiB
- libdeflate x86_64 1.23-1.fc41 updates 117.2 KiB
- libjpeg-turbo x86_64 3.0.2-3.fc41 fedora 776.9 KiB
- liblerc x86_64 4.0.0-8.fc41 updates 607.5 KiB
- libpng x86_64 2:1.6.40-4.fc41 fedora 245.8 KiB
- libtiff x86_64 4.6.0-6.fc41 fedora 606.0 KiB
- libwebp x86_64 1.5.0-1.fc41 updates 814.4 KiB
- openexr-libs x86_64 3.2.4-3.fc41 fedora 6.5 MiB
- sdl12-compat x86_64 1.2.68-3.fc41 fedora 195.6 KiB
-
- Transaction Summary:
- Installing: 14 packages
-
- Total size of inbound packages is 15 MiB. Need to download 15 MiB.
- After this operation, 28 MiB extra will be used (install 28 MiB, remove 0 B).
- [ 1/14] imath-0:3.1.12-1.fc41.x86_64 100% | 601.0 KiB/s | 98.6 KiB | 00m00s
- [ 2/14] boost-thread-0:1.83.0-8.fc41.x8 100% | 355.0 KiB/s | 61.1 KiB | 00m00s
- [ 3/14] libpng-2:1.6.40-4.fc41.x86_64 100% | 1.7 MiB/s | 120.3 KiB | 00m00s
- [ 4/14] libjpeg-turbo-0:3.0.2-3.fc41.x8 100% | 1.9 MiB/s | 227.3 KiB | 00m00s
- [ 5/14] libtiff-0:4.6.0-6.fc41.x86_64 100% | 2.9 MiB/s | 212.0 KiB | 00m00s
- [ 6/14] openexr-libs-0:3.2.4-3.fc41.x86 100% | 8.8 MiB/s | 1.1 MiB | 00m00s
- [ 7/14] sdl12-compat-0:1.2.68-3.fc41.x8 100% | 838.8 KiB/s | 90.6 KiB | 00m00s
- [ 8/14] jbigkit-libs-0:2.1-30.fc41.x86_ 100% | 1.5 MiB/s | 53.3 KiB | 00m00s
- [ 9/14] boost-system-0:1.83.0-8.fc41.x8 100% | 299.8 KiB/s | 14.7 KiB | 00m00s
- [10/14] libdeflate-0:1.23-1.fc41.x86_64 100% | 354.7 KiB/s | 66.7 KiB | 00m00s
- [11/14] liblerc-0:4.0.0-8.fc41.x86_64 100% | 4.4 MiB/s | 209.0 KiB | 00m00s
- [12/14] SDL2-0:2.30.11-1.fc41.x86_64 100% | 2.1 MiB/s | 661.7 KiB | 00m00s
- [13/14] libwebp-0:1.5.0-1.fc41.x86_64 100% | 1.9 MiB/s | 279.6 KiB | 00m00s
- [14/14] povray-0:3.7.0.10-16.fc41.x86_6 100% | 11.9 MiB/s | 12.1 MiB | 00m01s
- --------------------------------------------------------------------------------
- [14/14] Total 100% | 11.9 MiB/s | 15.3 MiB | 00m01s
- Running transaction
- [ 1/16] Verify package files 100% | 269.0 B/s | 14.0 B | 00m00s
- [ 2/16] Prepare transaction 100% | 241.0 B/s | 14.0 B | 00m00s
- [ 3/16] Installing libjpeg-turbo-0:3.0. 100% | 190.1 MiB/s | 778.7 KiB | 00m00s
- [ 4/16] Installing imath-0:3.1.12-1.fc4 100% | 123.0 MiB/s | 378.0 KiB | 00m00s
- [ 5/16] Installing libwebp-0:1.5.0-1.fc 100% | 133.2 MiB/s | 818.6 KiB | 00m00s
- [ 6/16] Installing liblerc-0:4.0.0-8.fc 100% | 198.3 MiB/s | 609.0 KiB | 00m00s
- [ 7/16] Installing libdeflate-0:1.23-1. 100% | 57.9 MiB/s | 118.6 KiB | 00m00s
- [ 8/16] Installing openexr-libs-0:3.2.4 100% | 272.1 MiB/s | 6.5 MiB | 00m00s
- [ 9/16] Installing SDL2-0:2.30.11-1.fc4 100% | 226.0 MiB/s | 1.8 MiB | 00m00s
- [10/16] Installing sdl12-compat-0:1.2.6 100% | 96.4 MiB/s | 197.4 KiB | 00m00s
- [11/16] Installing jbigkit-libs-0:2.1-3 100% | 58.4 MiB/s | 119.6 KiB | 00m00s
- [12/16] Installing libtiff-0:4.6.0-6.fc 100% | 148.5 MiB/s | 608.2 KiB | 00m00s
- [13/16] Installing boost-system-0:1.83. 100% | 16.9 MiB/s | 17.3 KiB | 00m00s
- [14/16] Installing boost-thread-0:1.83. 100% | 67.2 MiB/s | 137.7 KiB | 00m00s
- [15/16] Installing libpng-2:1.6.40-4.fc 100% | 60.3 MiB/s | 247.1 KiB | 00m00s
- [16/16] Installing povray-0:3.7.0.10-16 100% | 167.5 MiB/s | 16.3 MiB | 00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "povray"
- povray-3.7.0.10-16.fc41.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-povray.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-22 05:12.27 ---> saved as "5231e573a0a9bb71ae0c156af3086ffd4e1b11cd84babf78104ad9551527be58"
Job succeeded
2025-05-22 05:12.36: Job succeeded