- github
- ocaml
- opam-repository
- adc5db
- extras,ppc64-ocaml-4.14,pbrt_services.4.0
(not at the head of any monitored branch or PR)
2025-11-19 19:31.58: New job: build pbrt_services.4.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28902/head (adc5db1552e3f9d4ca0762400bfebd1c1ac398e9)
on debian-13-ocaml-4.14/ppc64le
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28902/head" && git reset --hard adc5db15
git fetch origin master
git merge --no-edit fec8c490c3a00e719b359dce180fbfff342471f7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:8e0fa55c5724522009328de4059d85868cbceec5e2e784cdaff16370058b1ad0
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /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 pbrt_services.4.0 4.0
RUN opam reinstall pbrt_services.4.0; \
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-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'pbrt_services.4.0' && 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-11-19 19:31.58: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:8e0fa55c5724522009328de4059d85868cbceec5e2e784cdaff16370058b1ad0-pbrt_services.4.0-adc5db1552e3f9d4ca0762400bfebd1c1ac398e9"
2025-11-19 19:31.58: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:8e0fa55c5724522009328de4059d85868cbceec5e2e784cdaff16370058b1ad0)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /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 pbrt_services.4.0 4.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall pbrt_services.4.0;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'pbrt_services.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-19 19:31.58: Waiting for resource in pool OCluster
2025-11-19 19:31.59: Waiting for worker…
2025-11-19 19:31.59: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at fec8c490c3 Merge pull request #28851 from jhjourdan/unison_release
Updating fec8c490c3..adc5db1552
Fast-forward
packages/ocaml-protoc/ocaml-protoc.4.0/opam | 42 +++++++++++++++++++++++++++
packages/pbrt/pbrt.4.0/opam | 40 +++++++++++++++++++++++++
packages/pbrt_services/pbrt_services.4.0/opam | 38 ++++++++++++++++++++++++
packages/pbrt_yojson/pbrt_yojson.4.0/opam | 41 ++++++++++++++++++++++++++
4 files changed, 161 insertions(+)
create mode 100644 packages/ocaml-protoc/ocaml-protoc.4.0/opam
create mode 100644 packages/pbrt/pbrt.4.0/opam
create mode 100644 packages/pbrt_services/pbrt_services.4.0/opam
create mode 100644 packages/pbrt_yojson/pbrt_yojson.4.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:8e0fa55c5724522009328de4059d85868cbceec5e2e784cdaff16370058b1ad0)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:8e0fa55c5724522009328de4059d85868cbceec5e2e784cdaff16370058b1ad0' locally
docker.io/ocaml/opam@sha256:8e0fa55c5724522009328de4059d85868cbceec5e2e784cdaff16370058b1ad0: Pulling from ocaml/opam
3c335bb15935: Already exists
44de9d52e949: Already exists
fc95c3146cbf: Already exists
cf3462902ef7: Already exists
d8630d3f9abd: Already exists
34f623e09668: Already exists
3e53c06ff104: Already exists
7faf32784668: Already exists
678ae06c55d1: Already exists
d07d040238c4: Already exists
6a3f46afe36b: Already exists
10a718f4c600: Already exists
fa25f2c546a7: Pulling fs layer
046b9242ddb0: Pulling fs layer
22c19c2d26c0: Pulling fs layer
c8d7e47ef8c3: Pulling fs layer
1c0198e79c79: Pulling fs layer
a4aa8d620b50: Pulling fs layer
a1a7c03f02a8: Pulling fs layer
9223c49b4c3c: Pulling fs layer
0ec886274204: Pulling fs layer
4f4fb700ef54: Pulling fs layer
79709d0700ba: Pulling fs layer
bf91b3d45ae0: Pulling fs layer
9fb4c7e58543: Pulling fs layer
b75885e011f1: Pulling fs layer
0ea9c1c0325e: Pulling fs layer
f7e59fd94625: Pulling fs layer
ff59756cad74: Pulling fs layer
90d2ef79a50d: Pulling fs layer
e10c8b09ddb5: Pulling fs layer
1ae102de17a6: Pulling fs layer
c0c15e6ed693: Pulling fs layer
fe445943cd12: Pulling fs layer
997d4edeca0f: Pulling fs layer
798a132254ab: Pulling fs layer
3ce339f0ffc5: Pulling fs layer
9fdc6046b327: Pulling fs layer
f190ff32aa97: Pulling fs layer
decd9cbb00a6: Pulling fs layer
5c9ea7cefdc6: Pulling fs layer
3294b7db55ea: Pulling fs layer
b3b58723cd91: Pulling fs layer
acf990fa977f: Pulling fs layer
ff59756cad74: Waiting
3ce339f0ffc5: Waiting
9fdc6046b327: Waiting
f190ff32aa97: Waiting
90d2ef79a50d: Waiting
e10c8b09ddb5: Waiting
1ae102de17a6: Waiting
c0c15e6ed693: Waiting
fe445943cd12: Waiting
997d4edeca0f: Waiting
798a132254ab: Waiting
decd9cbb00a6: Waiting
c8d7e47ef8c3: Waiting
1c0198e79c79: Waiting
5c9ea7cefdc6: Waiting
a4aa8d620b50: Waiting
a1a7c03f02a8: Waiting
3294b7db55ea: Waiting
9223c49b4c3c: Waiting
b3b58723cd91: Waiting
0ec886274204: Waiting
acf990fa977f: Waiting
4f4fb700ef54: Waiting
b75885e011f1: Waiting
0ea9c1c0325e: Waiting
bf91b3d45ae0: Waiting
79709d0700ba: Waiting
9fb4c7e58543: Waiting
f7e59fd94625: Waiting
22c19c2d26c0: Verifying Checksum
22c19c2d26c0: Download complete
046b9242ddb0: Verifying Checksum
046b9242ddb0: Download complete
c8d7e47ef8c3: Download complete
fa25f2c546a7: Verifying Checksum
fa25f2c546a7: Download complete
1c0198e79c79: Download complete
fa25f2c546a7: Pull complete
046b9242ddb0: Pull complete
a4aa8d620b50: Verifying Checksum
a4aa8d620b50: Download complete
22c19c2d26c0: Pull complete
a1a7c03f02a8: Verifying Checksum
a1a7c03f02a8: Download complete
c8d7e47ef8c3: Pull complete
9223c49b4c3c: Verifying Checksum
9223c49b4c3c: Download complete
1c0198e79c79: Pull complete
a4aa8d620b50: Pull complete
a1a7c03f02a8: Pull complete
9223c49b4c3c: Pull complete
79709d0700ba: Verifying Checksum
79709d0700ba: Download complete
0ec886274204: Verifying Checksum
0ec886274204: Download complete
0ec886274204: Pull complete
bf91b3d45ae0: Verifying Checksum
bf91b3d45ae0: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
4f4fb700ef54: Pull complete
79709d0700ba: Pull complete
bf91b3d45ae0: Pull complete
9fb4c7e58543: Verifying Checksum
9fb4c7e58543: Download complete
9fb4c7e58543: Pull complete
b75885e011f1: Verifying Checksum
b75885e011f1: Download complete
b75885e011f1: Pull complete
0ea9c1c0325e: Verifying Checksum
0ea9c1c0325e: Download complete
0ea9c1c0325e: Pull complete
ff59756cad74: Verifying Checksum
ff59756cad74: Download complete
f7e59fd94625: Verifying Checksum
f7e59fd94625: Download complete
f7e59fd94625: Pull complete
ff59756cad74: Pull complete
90d2ef79a50d: Verifying Checksum
90d2ef79a50d: Download complete
90d2ef79a50d: Pull complete
1ae102de17a6: Verifying Checksum
1ae102de17a6: Download complete
fe445943cd12: Verifying Checksum
fe445943cd12: Download complete
c0c15e6ed693: Verifying Checksum
c0c15e6ed693: Download complete
e10c8b09ddb5: Verifying Checksum
e10c8b09ddb5: Download complete
e10c8b09ddb5: Pull complete
1ae102de17a6: Pull complete
c0c15e6ed693: Pull complete
fe445943cd12: Pull complete
798a132254ab: Verifying Checksum
798a132254ab: Download complete
9fdc6046b327: Verifying Checksum
9fdc6046b327: Download complete
f190ff32aa97: Download complete
decd9cbb00a6: Verifying Checksum
decd9cbb00a6: Download complete
997d4edeca0f: Verifying Checksum
997d4edeca0f: Download complete
5c9ea7cefdc6: Verifying Checksum
5c9ea7cefdc6: Download complete
3294b7db55ea: Download complete
b3b58723cd91: Download complete
acf990fa977f: Download complete
997d4edeca0f: Pull complete
798a132254ab: Pull complete
3ce339f0ffc5: Verifying Checksum
3ce339f0ffc5: Download complete
3ce339f0ffc5: Pull complete
9fdc6046b327: Pull complete
f190ff32aa97: Pull complete
decd9cbb00a6: Pull complete
5c9ea7cefdc6: Pull complete
3294b7db55ea: Pull complete
b3b58723cd91: Pull complete
acf990fa977f: Pull complete
Digest: sha256:8e0fa55c5724522009328de4059d85868cbceec5e2e784cdaff16370058b1ad0
Status: Downloaded newer image for ocaml/opam@sha256:8e0fa55c5724522009328de4059d85868cbceec5e2e784cdaff16370058b1ad0
2025-11-19 19:32.15 ---> using "1512bb3644b45ff254cda0409dab130b6c2c0c3354f990ada3a9bbf962836822" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-19 19:32.15 ---> using "e02e1ffa10603cfda126b65ff5be9801004174acd5024fb2700094b0cd23d7ac" 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.
This 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-11-19 19:32.15 ---> using "5eb729855606a379ba97a23e1f1b84e0bd5a108fff203b4a4255fad839db2790" 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.5.0~beta1
# self-upgrade no
# system arch=ppc64 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 175
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# 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-11-19 19:32.15 ---> using "ee8ebae6f8340d3d08c0c7214b968def1b318d515fd41dbec2c74ec04abb66a8" 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-11-19 19:32.15 ---> using "9ed3fe2a86a18c42c51adb8dd5ae76161f7bbf7740308fbfb35b55f651e75180" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-19 19:33.27 ---> saved as "59385a4fdb401dc9568e826410533815fddbb89f7953b7a74d574e4a9c48756b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-19 19:33.45 ---> saved as "b94985c257ea0681474dc15dfabfd6528137db47da522b10c6072020c1727b44"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main ppc64el Packages [9508 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [69.3 kB]
- Fetched 9808 kB in 3s (2876 kB/s)
- Reading package lists...
-
2025-11-19 19:33.50 ---> saved as "cdce86171990748699aea27f760b73bd6cdebeef76aacd78421658d001feb1e6"
/home/opam: (run (shell "opam pin add -k version -yn pbrt_services.4.0 4.0"))
pbrt_services is now pinned to version 4.0
2025-11-19 19:33.51 ---> saved as "cf55987771236471fd87a8ec3fbf6cb3946c46b7b09db248e269fbd02ccdbcc8"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall pbrt_services.4.0;\
\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-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'pbrt_services.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
pbrt_services.4.0 is not installed. Install it? [Y/n] y
* Missing dependency:
- pbrt_services >= 4.0 -> pbrt >= 4.0
unmet availability conditions: 'arch != "arm32" & arch != "x86_32" & arch != "ppc32" & arch != "ppc64"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall pbrt_services.4.0;
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-13\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'pbrt_services.4.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2025-11-19 19:34.03: Job failed: Failed: Build failed
2025-11-19 19:34.03: Log analysis:
2025-11-19 19:34.03: >>>
No solution found, exiting
(score = 100)
2025-11-19 19:34.03: [SKIP] Package not available