(for PR #28925)
2025-11-19 10:23.30: New job: build conf-openblas.0.2.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28925/head (9f711b098b3a42a7f4e18dc318705d9846d1f7cb)
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/28925/head" && git reset --hard 9f711b09
git fetch origin master
git merge --no-edit 24dbb725dce5c26764f028224175df3cfbe7dafd
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 conf-openblas.0.2.3 0.2.3
RUN opam reinstall conf-openblas.0.2.3; \
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" != 'conf-openblas.0.2.3' && 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 10:23.30: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:8e0fa55c5724522009328de4059d85868cbceec5e2e784cdaff16370058b1ad0-conf-openblas.0.2.3-9f711b098b3a42a7f4e18dc318705d9846d1f7cb"
2025-11-19 10:23.30: 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 conf-openblas.0.2.3 0.2.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-openblas.0.2.3;\
\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\" != 'conf-openblas.0.2.3' && 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 10:23.30: Waiting for resource in pool OCluster
2025-11-19 10:23.30: Waiting for worker…
2025-11-19 10:23.30: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
HEAD is now at e3c35547c4 [new release] ca-certs-nss (3.118)
HEAD is now at 24dbb725dc Merge pull request #28918 from dra27/msys2-lablgtk3
Updating 24dbb725dc..9f711b098b
Fast-forward
packages/conf-openblas/conf-openblas.0.2.3/opam | 55 +++++++++++++++++++++++++
1 file changed, 55 insertions(+)
create mode 100644 packages/conf-openblas/conf-openblas.0.2.3/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 10:23.36 ---> 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 10:23.36 ---> 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 10:23.36 ---> 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 10:23.36 ---> 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 10:23.36 ---> using "9ed3fe2a86a18c42c51adb8dd5ae76161f7bbf7740308fbfb35b55f651e75180" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-19 10:26.32 ---> saved as "725d83a03f4cc5c1b3dc8d00c65b46a1cf9c6140bd14852f6d76e038ce360213"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-19 10:26.50 ---> saved as "c16059aecabb238d169ab12b46c801fcd2824d195644c3dfb50aba6f12f311af"
/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.4 kB]
- Fetched 9808 kB in 2s (4464 kB/s)
- Reading package lists...
2025-11-19 10:26.54 ---> saved as "e5a33898b838d2e48943f49b5c53b0e030c40f972b21a42b4511719db5494470"
/home/opam: (run (shell "opam pin add -k version -yn conf-openblas.0.2.3 0.2.3"))
conf-openblas is now pinned to version 0.2.3
2025-11-19 10:26.54 ---> saved as "58cab974b51d81977209e61d47551b6fd04c668b0a8a3759b9172492ab7f1e2e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-openblas.0.2.3;\
\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\" != 'conf-openblas.0.2.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-openblas.0.2.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install conf-openblas 0.2.3 (pinned)
The following system packages will first need to be installed:
liblapacke-dev libopenblas-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "liblapacke-dev" "libopenblas-dev"
- Selecting previously unselected package libblas3:ppc64el.
- (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 ... 20597 files and directories currently installed.)
- Preparing to unpack .../00-libblas3_3.12.1-6_ppc64el.deb ...
- Unpacking libblas3:ppc64el (3.12.1-6) ...
- Selecting previously unselected package libblas-dev:ppc64el.
- Preparing to unpack .../01-libblas-dev_3.12.1-6_ppc64el.deb ...
- Unpacking libblas-dev:ppc64el (3.12.1-6) ...
- Selecting previously unselected package libgfortran5:ppc64el.
- Preparing to unpack .../02-libgfortran5_14.2.0-19_ppc64el.deb ...
- Unpacking libgfortran5:ppc64el (14.2.0-19) ...
- Selecting previously unselected package libopenblas0-pthread:ppc64el.
- Preparing to unpack .../03-libopenblas0-pthread_0.3.29+ds-3_ppc64el.deb ...
- Unpacking libopenblas0-pthread:ppc64el (0.3.29+ds-3) ...
- Selecting previously unselected package liblapack3:ppc64el.
- Preparing to unpack .../04-liblapack3_3.12.1-6_ppc64el.deb ...
- Unpacking liblapack3:ppc64el (3.12.1-6) ...
- Selecting previously unselected package libopenblas-pthread-dev:ppc64el.
- Preparing to unpack .../05-libopenblas-pthread-dev_0.3.29+ds-3_ppc64el.deb ...
- Unpacking libopenblas-pthread-dev:ppc64el (0.3.29+ds-3) ...
- Selecting previously unselected package liblapack-dev:ppc64el.
- Preparing to unpack .../06-liblapack-dev_3.12.1-6_ppc64el.deb ...
- Unpacking liblapack-dev:ppc64el (3.12.1-6) ...
- Selecting previously unselected package libtmglib3:ppc64el.
- Preparing to unpack .../07-libtmglib3_3.12.1-6_ppc64el.deb ...
- Unpacking libtmglib3:ppc64el (3.12.1-6) ...
- Selecting previously unselected package liblapacke:ppc64el.
- Preparing to unpack .../08-liblapacke_3.12.1-6_ppc64el.deb ...
- Unpacking liblapacke:ppc64el (3.12.1-6) ...
- Selecting previously unselected package libtmglib-dev:ppc64el.
- Preparing to unpack .../09-libtmglib-dev_3.12.1-6_ppc64el.deb ...
- Unpacking libtmglib-dev:ppc64el (3.12.1-6) ...
- Selecting previously unselected package liblapacke-dev:ppc64el.
- Preparing to unpack .../10-liblapacke-dev_3.12.1-6_ppc64el.deb ...
- Unpacking liblapacke-dev:ppc64el (3.12.1-6) ...
- Selecting previously unselected package libopenblas0:ppc64el.
- Preparing to unpack .../11-libopenblas0_0.3.29+ds-3_ppc64el.deb ...
- Unpacking libopenblas0:ppc64el (0.3.29+ds-3) ...
- Selecting previously unselected package libopenblas-dev:ppc64el.
- Preparing to unpack .../12-libopenblas-dev_0.3.29+ds-3_ppc64el.deb ...
- Unpacking libopenblas-dev:ppc64el (0.3.29+ds-3) ...
- Setting up libblas3:ppc64el (3.12.1-6) ...
- update-alternatives: using /usr/lib/powerpc64le-linux-gnu/blas/libblas.so.3 to provide /usr/lib/powerpc64le-linux-gnu/libblas.so.3 (libblas.so.3-powerpc64le-linux-gnu) in auto mode
- Setting up libgfortran5:ppc64el (14.2.0-19) ...
- Setting up libblas-dev:ppc64el (3.12.1-6) ...
- update-alternatives: using /usr/lib/powerpc64le-linux-gnu/blas/libblas.so to provide /usr/lib/powerpc64le-linux-gnu/libblas.so (libblas.so-powerpc64le-linux-gnu) in auto mode
- Setting up liblapack3:ppc64el (3.12.1-6) ...
- update-alternatives: using /usr/lib/powerpc64le-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/powerpc64le-linux-gnu/liblapack.so.3 (liblapack.so.3-powerpc64le-linux-gnu) in auto mode
- Setting up libopenblas0-pthread:ppc64el (0.3.29+ds-3) ...
- update-alternatives: using /usr/lib/powerpc64le-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/powerpc64le-linux-gnu/libblas.so.3 (libblas.so.3-powerpc64le-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/powerpc64le-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/powerpc64le-linux-gnu/liblapack.so.3 (liblapack.so.3-powerpc64le-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/powerpc64le-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/powerpc64le-linux-gnu/libopenblas.so.0 (libopenblas.so.0-powerpc64le-linux-gnu) in auto mode
- Setting up libtmglib3:ppc64el (3.12.1-6) ...
- Setting up liblapack-dev:ppc64el (3.12.1-6) ...
- update-alternatives: using /usr/lib/powerpc64le-linux-gnu/lapack/liblapack.so to provide /usr/lib/powerpc64le-linux-gnu/liblapack.so (liblapack.so-powerpc64le-linux-gnu) in auto mode
- Setting up libopenblas0:ppc64el (0.3.29+ds-3) ...
- Setting up liblapacke:ppc64el (3.12.1-6) ...
- Setting up libtmglib-dev:ppc64el (3.12.1-6) ...
- Setting up libopenblas-pthread-dev:ppc64el (0.3.29+ds-3) ...
- update-alternatives: using /usr/lib/powerpc64le-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/powerpc64le-linux-gnu/libblas.so (libblas.so-powerpc64le-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/powerpc64le-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/powerpc64le-linux-gnu/liblapack.so (liblapack.so-powerpc64le-linux-gnu) in auto mode
- update-alternatives: using /usr/lib/powerpc64le-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/powerpc64le-linux-gnu/libopenblas.so (libopenblas.so-powerpc64le-linux-gnu) in auto mode
- Setting up liblapacke-dev:ppc64el (3.12.1-6) ...
- Setting up libopenblas-dev:ppc64el (0.3.29+ds-3) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-openblas.0.2.3 (cached)
-> installed conf-openblas.0.2.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-19 10:27.03 ---> saved as "e625cbaff11bfde95568b686d431765df5025bbb2fef6fe8492066be52c3a571"
Job succeeded
2025-11-19 10:27.16: Job succeeded