- github
- ocaml
- opam-repository
- 92e1b8
- distributions,fedora-40-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-40-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-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf
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-40\""; 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-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf-conf-povray.1-92e1b8bba18da3cbba88037f7ff174d78c001f64"
2025-05-21 18:07.09: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf)
(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-40\\\"\"; 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.47: 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: 96% (22244/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-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf)
2025-05-22 05:24.56 ---> saved as "878a7c4d63982f7560a9e447087a87f31bea1ca792235ab887a02391aaed4d11"
/: (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:24.56 ---> saved as "1bf680bb851a835c583718fdea08c3e7205a93fdc9bf6403ca96fc875b040779"
/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 05:25.24 ---> saved as "c16e429d4943914663966fa3b1b341d791e66fff43037583ac73160a5434dcd7"
/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=40
# 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:25.24 ---> saved as "8087769ed35fd551287df468bee8380c3447a8e25ea3bd0f91311cc47210051a"
/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:25.32 ---> saved as "e8c21ce74367a9d74ed9dfce1ce355d22fae9dd84bea840476db301b182ff598"
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-22 05:25.40 ---> saved as "bd8c40a847d2a90c3a0dd4f4ded45760487fa376a6b328d08c7eb295225c0439"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-22 05:26.02 ---> saved as "3f36b92ddbb1fea619f4bc253896a9d8e30f7bfb67df4933138f4e8f302a707c"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64 111 kB/s | 26 kB 00:00
- Fedora 40 openh264 (From Cisco) - x86_64 10 kB/s | 989 B 00:00
- Fedora 40 - x86_64 - Updates 185 kB/s | 23 kB 00:00
- Fedora 40 - x86_64 - Updates 8.1 MB/s | 6.3 MB 00:00
- Metadata cache created.
2025-05-22 05:26.08 ---> saved as "90dd4d71fbf3ccf4e975c72e16cf1d8d4e338ff6898bea9d47b8f9c241e17c9e"
/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:26.08 ---> saved as "998ad5b4d8a20708e02faa840e4bf8bc3176379be2361111db6342a383f2133e"
/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-40\\\"\"; 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"
- Last metadata expiration check: 0:00:08 ago on Thu May 22 05:26:04 2025.
- Dependencies resolved.
- ================================================================================
- Package Architecture Version Repository Size
- ================================================================================
- Installing:
- povray x86_64 3.7.0.10-14.fc40 fedora 12 M
- Installing dependencies:
- SDL2 x86_64 2.30.11-1.fc40 updates 700 k
- boost-system x86_64 1.83.0-5.fc40 updates 15 k
- boost-thread x86_64 1.83.0-5.fc40 updates 61 k
- imath x86_64 3.1.12-1.fc40 updates 99 k
- jbigkit-libs x86_64 2.1-29.fc40 fedora 53 k
- libjpeg-turbo x86_64 3.0.2-1.fc40 fedora 227 k
- liblerc x86_64 4.0.0-6.fc40 fedora 210 k
- libpng x86_64 2:1.6.40-3.fc40 fedora 120 k
- libtiff x86_64 4.6.0-5.fc40.1 updates 339 k
- libwebp x86_64 1.5.0-1.fc40 updates 297 k
- openexr-libs x86_64 3.1.13-1.fc40 updates 1.1 M
- sdl12-compat x86_64 1.2.68-2.fc40 fedora 90 k
-
- Transaction Summary
- ================================================================================
- Install 13 Packages
-
- Total download size: 15 M
- Installed size: 29 M
- Downloading Packages:
- (1/13): jbigkit-libs-2.1-29.fc40.x86_64.rpm 810 kB/s | 53 kB 00:00
- (2/13): liblerc-4.0.0-6.fc40.x86_64.rpm 2.2 MB/s | 210 kB 00:00
- (3/13): libpng-1.6.40-3.fc40.x86_64.rpm 2.7 MB/s | 120 kB 00:00
- (4/13): libjpeg-turbo-3.0.2-1.fc40.x86_64.rpm 2.0 MB/s | 227 kB 00:00
- (5/13): SDL2-2.30.11-1.fc40.x86_64.rpm 7.0 MB/s | 700 kB 00:00
- (6/13): boost-system-1.83.0-5.fc40.x86_64.rpm 514 kB/s | 15 kB 00:00
- (7/13): sdl12-compat-1.2.68-2.fc40.x86_64.rpm 664 kB/s | 90 kB 00:00
- (8/13): boost-thread-1.83.0-5.fc40.x86_64.rpm 2.0 MB/s | 61 kB 00:00
- (9/13): imath-3.1.12-1.fc40.x86_64.rpm 1.2 MB/s | 99 kB 00:00
- (10/13): libtiff-4.6.0-5.fc40.1.x86_64.rpm 2.8 MB/s | 339 kB 00:00
- (11/13): libwebp-1.5.0-1.fc40.x86_64.rpm 4.2 MB/s | 297 kB 00:00
- (12/13): openexr-libs-3.1.13-1.fc40.x86_64.rpm 4.7 MB/s | 1.1 MB 00:00
- (13/13): povray-3.7.0.10-14.fc40.x86_64.rpm 10 MB/s | 12 MB 00:01
- --------------------------------------------------------------------------------
- Total 9.9 MB/s | 15 MB 00:01
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : imath-3.1.12-1.fc40.x86_64 1/13
- Installing : libjpeg-turbo-3.0.2-1.fc40.x86_64 2/13
- Installing : openexr-libs-3.1.13-1.fc40.x86_64 3/13
- Installing : libwebp-1.5.0-1.fc40.x86_64 4/13
- Installing : boost-system-1.83.0-5.fc40.x86_64 5/13
- Installing : boost-thread-1.83.0-5.fc40.x86_64 6/13
- Installing : SDL2-2.30.11-1.fc40.x86_64 7/13
- Installing : sdl12-compat-1.2.68-2.fc40.x86_64 8/13
- Installing : libpng-2:1.6.40-3.fc40.x86_64 9/13
- Installing : liblerc-4.0.0-6.fc40.x86_64 10/13
- Installing : jbigkit-libs-2.1-29.fc40.x86_64 11/13
- Installing : libtiff-4.6.0-5.fc40.1.x86_64 12/13
- Installing : povray-3.7.0.10-14.fc40.x86_64 13/13
- Running scriptlet: povray-3.7.0.10-14.fc40.x86_64 13/13
-
- Installed:
- SDL2-2.30.11-1.fc40.x86_64 boost-system-1.83.0-5.fc40.x86_64
- boost-thread-1.83.0-5.fc40.x86_64 imath-3.1.12-1.fc40.x86_64
- jbigkit-libs-2.1-29.fc40.x86_64 libjpeg-turbo-3.0.2-1.fc40.x86_64
- liblerc-4.0.0-6.fc40.x86_64 libpng-2:1.6.40-3.fc40.x86_64
- libtiff-4.6.0-5.fc40.1.x86_64 libwebp-1.5.0-1.fc40.x86_64
- openexr-libs-3.1.13-1.fc40.x86_64 povray-3.7.0.10-14.fc40.x86_64
- sdl12-compat-1.2.68-2.fc40.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "povray"
- povray-3.7.0.10-14.fc40.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-povray.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-22 05:26.15 ---> saved as "24a9d6874f1b4a0b576dbb861ebd3ad08d6b76ba8ac8537fbde21cd655c79118"
Job succeeded
2025-05-22 05:26.22: Job succeeded