(for PR #29582)
2026-03-25 13:14.43: New job: test mpi.1.06 with ocaml-compiler.5.4.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (fa5fb3a6a806e832e4c7791145889a6bbe8b64ef)
on debian-13-ocaml-5.4/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/29582/head" && git reset --hard fa5fb3a6
git fetch origin master
git merge --no-edit 2f93e9d4614d6376ed929fc2cee7c59cb9d5833b
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
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 ocaml-compiler.5.4.0 5.4.0
RUN opam reinstall --update-invariant ocaml-compiler.5.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" != 'ocaml-compiler.5.4.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam reinstall mpi.1.06; \
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" != 'mpi.1.06' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test mpi.1.06) || true
RUN opam reinstall --with-test --verbose mpi.1.06; \
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" != 'mpi.1.06' && 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 .
2026-03-25 13:14.43: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6-ocaml-compiler.5.4.0-mpi.1.06-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 13:14.43: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
(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 ocaml-compiler.5.4.0 5.4.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.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\" != 'ocaml-compiler.5.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"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mpi.1.06;\
\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\" != 'mpi.1.06' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test mpi.1.06) || true"))
(run (shell "opam reinstall --with-test --verbose mpi.1.06;\
\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\" != 'mpi.1.06' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-25 13:14.43: Waiting for resource in pool OCluster
2026-03-25 18:47.27: Waiting for worker…
2026-03-25 18:49.50: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
Updating files: 80% (14894/18520)
Updating files: 81% (15002/18520)
Updating files: 82% (15187/18520)
Updating files: 83% (15372/18520)
Updating files: 84% (15557/18520)
Updating files: 85% (15742/18520)
Updating files: 86% (15928/18520)
Updating files: 87% (16113/18520)
Updating files: 88% (16298/18520)
Updating files: 89% (16483/18520)
Updating files: 90% (16668/18520)
Updating files: 91% (16854/18520)
Updating files: 92% (17039/18520)
Updating files: 93% (17224/18520)
Updating files: 94% (17409/18520)
Updating files: 95% (17594/18520)
Updating files: 96% (17780/18520)
Updating files: 97% (17965/18520)
Updating files: 98% (18150/18520)
Updating files: 99% (18335/18520)
Updating files: 100% (18520/18520)
Updating files: 100% (18520/18520), done.
HEAD is now at 2f93e9d461 Merge pull request #29592 from dinosaure/release-miou-v0.5.5
Merge made by the 'ort' strategy.
packages/ocaml-compiler/ocaml-compiler.5.3.0/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.3/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4.0/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4.1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.5/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.6/opam | 5 ++++-
packages/ocaml-option-llvm/ocaml-option-llvm.1/opam | 18 ++++++++++++++++++
.../ocaml-options-vanilla/ocaml-options-vanilla.1/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam | 2 ++
15 files changed, 69 insertions(+), 12 deletions(-)
create mode 100644 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6' locally
docker.io/ocaml/opam@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6: Pulling from ocaml/opam
866771c43bf5: Already exists
1e49bea09367: Already exists
e793768537e6: Already exists
ed323d3d481a: Already exists
7df34a5cd5f1: Already exists
fd712d3eb935: Already exists
4b9fb8c99118: Already exists
9d9a01948b94: Already exists
0f1514f90b32: Already exists
e1ec5a753447: Already exists
03cc323e2f71: Already exists
c09c08ea9749: Already exists
b36b619f8e6b: Already exists
195344ca5274: Already exists
228ee78582a6: Already exists
504bde1c25b3: Already exists
9d8b1356c89f: Already exists
9d8b1356c89f: Already exists
568fb6dda155: Already exists
c499c9198aea: Already exists
048e5e358118: Already exists
871ca48eb45d: Already exists
4f4fb700ef54: Already exists
a5a2568b9df9: Already exists
068cf3106ac8: Already exists
559f54ec9b29: Already exists
798ffd96fde5: Already exists
e9a891bf80d7: Already exists
d720cfe12674: Already exists
c81c932f4a91: Already exists
79f24fa3bb11: Already exists
8c1debcd8c20: Already exists
1bb2cfea7250: Already exists
2b3d3ca75e4c: Already exists
557cacaf263c: Already exists
d10483022eef: Already exists
7b62a90d8223: Already exists
28ce8ea66e72: Already exists
d975909ea717: Already exists
5c215c69c247: Already exists
e7c082452a54: Already exists
f6cbd774d654: Already exists
b40777a84cca: Already exists
7bb5edb9c889: Already exists
020670bcefab: Already exists
46df05d0db83: Already exists
45bde7b38933: Already exists
b4d63fa01ada: Already exists
Digest: sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
Status: Downloaded newer image for ocaml/opam@sha256:bd342cbd7766c453282fdafbc2e565ae3361320ec344722cf4372b782e4a97f6
2026-03-25 18:50.45 ---> using "41eea30e3f639c18d8cf57c309ec76919ec7b2398036f7e41744cbce59a133d3" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-25 18:50.45 ---> using "4ad7f430d684c40cedc651267e0edf890c044fe4e624255de377c471b4526bac" 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
2026-03-25 18:50.45 ---> using "71fa58e52457bf6a7eac317c6a6ef1e2bdf53e533a1e4fd04b90c9349347e038" 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
# self-upgrade no
# system arch=x86_64 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 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-03-25 18:50.45 ---> using "ed86081cb38ca125a920162bfe6a4bb7b1c27c6973c917551687c83cf44dbfdf" 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/"))
2026-03-25 18:50.45 ---> using "04a48515eea40c32b96da0c71328b4bba0edb66eed83d4f78554b39097cf1f25" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 18:50.46 ---> using "034191995d824300f355cbba1072d6e5fe6d815701f24eb84d82c75009d73829" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 18:50.46 ---> using "8232259ea36ea8848dc29ae49703acf145fd27b40f3ebd8fb785db7f8da1b9d4" from cache
/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 amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]
- Fetched 10.0 MB in 1s (6968 kB/s)
- Reading package lists...
-
2026-03-25 18:50.46 ---> using "a75782a571df4fc8f8933e94c681af881015ee87cdd4c652f8ae9af1d8cfad37" from cache
/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0 5.4.0"))
ocaml-compiler is now pinned to version 5.4.0
2026-03-25 18:50.46 ---> using "60e129f7398974b5fa5afc8f56ec09bd24a9182f5e9834464bfc959db1aa6b14" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.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\" != 'ocaml-compiler.5.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"))
The following actions will be performed:
=== recompile 8 packages
- recompile base-domains base [uses ocaml]
- recompile base-effects base [uses ocaml]
- recompile base-nnp base [uses base-domains]
- recompile ocaml 5.4.0 [uses ocaml-base-compiler]
- recompile ocaml-base-compiler 5.4.0 (pinned) [uses ocaml-compiler]
- recompile ocaml-compiler 5.4.0 (pinned)
- recompile ocaml-config 3 [uses ocaml-base-compiler]
- recompile opam-depext 1.2.3 [uses ocaml]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0 (cached)
-> retrieved ocaml-config.3 (cached)
-> retrieved opam-depext.1.2.3 (cached)
-> removed base-effects.base
-> removed base-nnp.base
-> removed base-domains.base
-> removed opam-depext.1.2.3
-> removed ocaml.5.4.0
-> removed ocaml-config.3
-> removed ocaml-base-compiler.5.4.0
-> removed ocaml-compiler.5.4.0
-> installed ocaml-compiler.5.4.0
-> installed ocaml-base-compiler.5.4.0
-> installed ocaml-config.3
-> installed ocaml.5.4.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
Done.
<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-03-25 18:50.46 ---> using "efbc92fc0c607605c8bb33f9e4c8fe340a48c67e14d2f61592db8a4edc5c0b15" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall mpi.1.06;\
\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\" != 'mpi.1.06' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
mpi.1.06 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
- install conf-mpi 1 [required by mpi]
- install conf-pkg-config 4 [required by conf-mpi]
- install mpi 1.06
- install ocamlfind 1.9.8 [required by mpi]
The following system packages will first need to be installed:
mpi-default-dev pkg-config
<><> 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" "mpi-default-dev" "pkg-config"
- Selecting previously unselected package libmagic-mgc.
- (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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../00-libmagic-mgc_1%3a5.46-5_amd64.deb ...
- Unpacking libmagic-mgc (1:5.46-5) ...
- Selecting previously unselected package libmagic1t64:amd64.
- Preparing to unpack .../01-libmagic1t64_1%3a5.46-5_amd64.deb ...
- Unpacking libmagic1t64:amd64 (1:5.46-5) ...
- Selecting previously unselected package file.
- Preparing to unpack .../02-file_1%3a5.46-5_amd64.deb ...
- Unpacking file (1:5.46-5) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../03-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../04-autoconf_2.72-3.1_all.deb ...
- Unpacking autoconf (2.72-3.1) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../05-autotools-dev_20240727.1_all.deb ...
- Unpacking autotools-dev (20240727.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../06-automake_1%3a1.17-4_all.deb ...
- Unpacking automake (1:1.17-4) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../07-libgfortran5_14.2.0-19_amd64.deb ...
- Unpacking libgfortran5:amd64 (14.2.0-19) ...
- Selecting previously unselected package libgfortran-14-dev:amd64.
- Preparing to unpack .../08-libgfortran-14-dev_14.2.0-19_amd64.deb ...
- Unpacking libgfortran-14-dev:amd64 (14.2.0-19) ...
- Selecting previously unselected package gfortran-14-x86-64-linux-gnu.
- Preparing to unpack .../09-gfortran-14-x86-64-linux-gnu_14.2.0-19_amd64.deb ...
- Unpacking gfortran-14-x86-64-linux-gnu (14.2.0-19) ...
- Selecting previously unselected package gfortran-14.
- Preparing to unpack .../10-gfortran-14_14.2.0-19_amd64.deb ...
- Unpacking gfortran-14 (14.2.0-19) ...
- Selecting previously unselected package gfortran-x86-64-linux-gnu.
- Preparing to unpack .../11-gfortran-x86-64-linux-gnu_4%3a14.2.0-1_amd64.deb ...
- Unpacking gfortran-x86-64-linux-gnu (4:14.2.0-1) ...
- Selecting previously unselected package gfortran.
- Preparing to unpack .../12-gfortran_4%3a14.2.0-1_amd64.deb ...
- Unpacking gfortran (4:14.2.0-1) ...
- Selecting previously unselected package libnl-3-200:amd64.
- Preparing to unpack .../13-libnl-3-200_3.7.0-2_amd64.deb ...
- Unpacking libnl-3-200:amd64 (3.7.0-2) ...
- Selecting previously unselected package libnl-route-3-200:amd64.
- Preparing to unpack .../14-libnl-route-3-200_3.7.0-2_amd64.deb ...
- Unpacking libnl-route-3-200:amd64 (3.7.0-2) ...
- Selecting previously unselected package libibverbs1:amd64.
- Preparing to unpack .../15-libibverbs1_56.1-1_amd64.deb ...
- Unpacking libibverbs1:amd64 (56.1-1) ...
- Selecting previously unselected package ibverbs-providers:amd64.
- Preparing to unpack .../16-ibverbs-providers_56.1-1_amd64.deb ...
- Unpacking ibverbs-providers:amd64 (56.1-1) ...
- Selecting previously unselected package javascript-common.
- Preparing to unpack .../17-javascript-common_12+nmu1_all.deb ...
- Unpacking javascript-common (12+nmu1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../18-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../19-libz3-4_4.13.3-1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.13.3-1) ...
- Selecting previously unselected package libllvm17t64:amd64.
- Preparing to unpack .../20-libllvm17t64_1%3a17.0.6-22+b2_amd64.deb ...
- Unpacking libllvm17t64:amd64 (1:17.0.6-22+b2) ...
- Selecting previously unselected package libamd-comgr2:amd64.
- Preparing to unpack .../21-libamd-comgr2_6.0+git20231212.4510c28+dfsg-3+b2_amd64.deb ...
- Unpacking libamd-comgr2:amd64 (6.0+git20231212.4510c28+dfsg-3+b2) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../22-libdrm-common_2.4.124-2_all.deb ...
- Unpacking libdrm-common (2.4.124-2) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../23-libdrm2_2.4.124-2_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.124-2) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../24-libdrm-amdgpu1_2.4.124-2_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.124-2) ...
- Selecting previously unselected package libelf1t64:amd64.
- Preparing to unpack .../25-libelf1t64_0.192-4_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.192-4) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../26-libnuma1_2.0.19-1_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.19-1) ...
- Selecting previously unselected package libhsakmt1:amd64.
- Preparing to unpack .../27-libhsakmt1_6.2.4+ds-1_amd64.deb ...
- Unpacking libhsakmt1:amd64 (6.2.4+ds-1) ...
- Selecting previously unselected package libhsa-runtime64-1:amd64.
- Preparing to unpack .../28-libhsa-runtime64-1_6.1.2-3_amd64.deb ...
- Unpacking libhsa-runtime64-1:amd64 (6.1.2-3) ...
- Selecting previously unselected package libamdhip64-5:amd64.
- Preparing to unpack .../29-libamdhip64-5_5.7.1-6+deb13u1_amd64.deb ...
- Unpacking libamdhip64-5:amd64 (5.7.1-6+deb13u1) ...
- Selecting previously unselected package libevent-core-2.1-7t64:amd64.
- Preparing to unpack .../30-libevent-core-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...
- Unpacking libevent-core-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libevent-pthreads-2.1-7t64:amd64.
- Preparing to unpack .../31-libevent-pthreads-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...
- Unpacking libevent-pthreads-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libpsm2-2.
- Preparing to unpack .../32-libpsm2-2_11.2.185-2.1_amd64.deb ...
- Unpacking libpsm2-2 (11.2.185-2.1) ...
- Selecting previously unselected package librdmacm1t64:amd64.
- Preparing to unpack .../33-librdmacm1t64_56.1-1_amd64.deb ...
- Unpacking librdmacm1t64:amd64 (56.1-1) ...
- Selecting previously unselected package libfabric1:amd64.
- Preparing to unpack .../34-libfabric1_2.1.0-1.1_amd64.deb ...
- Unpacking libfabric1:amd64 (2.1.0-1.1) ...
- Selecting previously unselected package libhwloc15:amd64.
- Preparing to unpack .../35-libhwloc15_2.12.0-4_amd64.deb ...
- Unpacking libhwloc15:amd64 (2.12.0-4) ...
- Selecting previously unselected package libmunge2:amd64.
- Preparing to unpack .../36-libmunge2_0.5.16-1.1~deb13u1_amd64.deb ...
- Unpacking libmunge2:amd64 (0.5.16-1.1~deb13u1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../37-libpciaccess0_0.17-3+b3_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-3+b3) ...
- Selecting previously unselected package libxnvctrl0:amd64.
- Preparing to unpack .../38-libxnvctrl0_535.171.04-1+b2_amd64.deb ...
- Unpacking libxnvctrl0:amd64 (535.171.04-1+b2) ...
- Selecting previously unselected package libze1:amd64.
- Preparing to unpack .../39-libze1_1.20.6-1_amd64.deb ...
- Unpacking libze1:amd64 (1.20.6-1) ...
- Selecting previously unselected package ocl-icd-libopencl1:amd64.
- Preparing to unpack .../40-ocl-icd-libopencl1_2.3.3-1_amd64.deb ...
- Unpacking ocl-icd-libopencl1:amd64 (2.3.3-1) ...
- Selecting previously unselected package libhwloc-plugins:amd64.
- Preparing to unpack .../41-libhwloc-plugins_2.12.0-4_amd64.deb ...
- Unpacking libhwloc-plugins:amd64 (2.12.0-4) ...
- Selecting previously unselected package libpmix2t64:amd64.
- Preparing to unpack .../42-libpmix2t64_5.0.7-1_amd64.deb ...
- Unpacking libpmix2t64:amd64 (5.0.7-1) ...
- Selecting previously unselected package libfuse3-4:amd64.
- Preparing to unpack .../43-libfuse3-4_3.17.2-3_amd64.deb ...
- Unpacking libfuse3-4:amd64 (3.17.2-3) ...
- Selecting previously unselected package libibumad3:amd64.
- Preparing to unpack .../44-libibumad3_56.1-1_amd64.deb ...
- Unpacking libibumad3:amd64 (56.1-1) ...
- Selecting previously unselected package libibmad5:amd64.
- Preparing to unpack .../45-libibmad5_56.1-1_amd64.deb ...
- Unpacking libibmad5:amd64 (56.1-1) ...
- Selecting previously unselected package libucx0:amd64.
- Preparing to unpack .../46-libucx0_1.18.1+ds-2+b1_amd64.deb ...
- Unpacking libucx0:amd64 (1.18.1+ds-2+b1) ...
- Selecting previously unselected package libopenmpi40:amd64.
- Preparing to unpack .../47-libopenmpi40_5.0.7-1_amd64.deb ...
- Unpacking libopenmpi40:amd64 (5.0.7-1) ...
- Selecting previously unselected package libcaf-openmpi-3t64:amd64.
- Preparing to unpack .../48-libcaf-openmpi-3t64_2.10.2+ds-4_amd64.deb ...
- Unpacking libcaf-openmpi-3t64:amd64 (2.10.2+ds-4) ...
- Selecting previously unselected package libcoarrays-dev:amd64.
- Preparing to unpack .../49-libcoarrays-dev_2.10.2+ds-4_amd64.deb ...
- Unpacking libcoarrays-dev:amd64 (2.10.2+ds-4) ...
- Selecting previously unselected package openmpi-common.
- Preparing to unpack .../50-openmpi-common_5.0.7-1_all.deb ...
- Unpacking openmpi-common (5.0.7-1) ...
- Selecting previously unselected package openmpi-bin.
- Preparing to unpack .../51-openmpi-bin_5.0.7-1_amd64.deb ...
- Unpacking openmpi-bin (5.0.7-1) ...
- Selecting previously unselected package libcoarrays-openmpi-dev:amd64.
- Preparing to unpack .../52-libcoarrays-openmpi-dev_2.10.2+ds-4_amd64.deb ...
- Unpacking libcoarrays-openmpi-dev:amd64 (2.10.2+ds-4) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../53-libevent-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...
- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libevent-extra-2.1-7t64:amd64.
- Preparing to unpack .../54-libevent-extra-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...
- Unpacking libevent-extra-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libevent-openssl-2.1-7t64:amd64.
- Preparing to unpack .../55-libevent-openssl-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...
- Unpacking libevent-openssl-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libevent-dev.
- Preparing to unpack .../56-libevent-dev_2.1.12-stable-10+b1_amd64.deb ...
- Unpacking libevent-dev (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libnuma-dev:amd64.
- Preparing to unpack .../57-libnuma-dev_2.0.19-1_amd64.deb ...
- Unpacking libnuma-dev:amd64 (2.0.19-1) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../58-libltdl7_2.5.4-4_amd64.deb ...
- Unpacking libltdl7:amd64 (2.5.4-4) ...
- Selecting previously unselected package libltdl-dev:amd64.
- Preparing to unpack .../59-libltdl-dev_2.5.4-4_amd64.deb ...
- Unpacking libltdl-dev:amd64 (2.5.4-4) ...
- Selecting previously unselected package libhwloc-dev:amd64.
- Preparing to unpack .../60-libhwloc-dev_2.12.0-4_amd64.deb ...
- Unpacking libhwloc-dev:amd64 (2.12.0-4) ...
- Selecting previously unselected package libnl-3-dev:amd64.
- Preparing to unpack .../61-libnl-3-dev_3.7.0-2_amd64.deb ...
- Unpacking libnl-3-dev:amd64 (3.7.0-2) ...
- Selecting previously unselected package libnl-route-3-dev:amd64.
- Preparing to unpack .../62-libnl-route-3-dev_3.7.0-2_amd64.deb ...
- Unpacking libnl-route-3-dev:amd64 (3.7.0-2) ...
- Selecting previously unselected package libibverbs-dev:amd64.
- Preparing to unpack .../63-libibverbs-dev_56.1-1_amd64.deb ...
- Unpacking libibverbs-dev:amd64 (56.1-1) ...
- Selecting previously unselected package libjs-jquery.
- Preparing to unpack .../64-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
- Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
- Selecting previously unselected package libjs-jquery-ui.
- Preparing to unpack .../65-libjs-jquery-ui_1.13.2+dfsg-1_all.deb ...
- Unpacking libjs-jquery-ui (1.13.2+dfsg-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../66-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libpmix-dev:amd64.
- Preparing to unpack .../67-libpmix-dev_5.0.7-1_amd64.deb ...
- Unpacking libpmix-dev:amd64 (5.0.7-1) ...
- Selecting previously unselected package libopenmpi-dev:amd64.
- Preparing to unpack .../68-libopenmpi-dev_5.0.7-1_amd64.deb ...
- Unpacking libopenmpi-dev:amd64 (5.0.7-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../69-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../70-libtool_2.5.4-4_all.deb ...
- Unpacking libtool (2.5.4-4) ...
- Selecting previously unselected package mpi-default-dev.
- Preparing to unpack .../71-mpi-default-dev_1.18_amd64.deb ...
- Unpacking mpi-default-dev (1.18) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../72-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../73-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../74-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up javascript-common (12+nmu1) ...
- Setting up libpciaccess0:amd64 (0.17-3+b3) ...
- Setting up libmagic-mgc (1:5.46-5) ...
- Setting up libmagic1t64:amd64 (1:5.46-5) ...
- Setting up libibumad3:amd64 (56.1-1) ...
- Setting up m4 (1.4.19-8) ...
- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Setting up libibmad5:amd64 (56.1-1) ...
- Setting up file (1:5.46-5) ...
- Setting up libze1:amd64 (1.20.6-1) ...
- Setting up libelf1t64:amd64 (0.192-4) ...
- Setting up libxnvctrl0:amd64 (535.171.04-1+b2) ...
- Setting up autotools-dev (20240727.1) ...
- Setting up libz3-4:amd64 (4.13.3-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libmunge2:amd64 (0.5.16-1.1~deb13u1) ...
- Setting up libhwloc15:amd64 (2.12.0-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libltdl7:amd64 (2.5.4-4) ...
- Setting up libgfortran5:amd64 (14.2.0-19) ...
- Setting up autoconf (2.72-3.1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libnuma1:amd64 (2.0.19-1) ...
- Setting up ocl-icd-libopencl1:amd64 (2.3.3-1) ...
- Setting up libnl-3-200:amd64 (3.7.0-2) ...
- Setting up libpsm2-2 (11.2.185-2.1) ...
- Setting up openmpi-common (5.0.7-1) ...
- Setting up libevent-core-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
- Setting up libfuse3-4:amd64 (3.17.2-3) ...
- Setting up libdrm-common (2.4.124-2) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up automake (1:1.17-4) ...
- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode
- Setting up libgfortran-14-dev:amd64 (14.2.0-19) ...
- Setting up libtool (2.5.4-4) ...
- Setting up libevent-pthreads-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Setting up libevent-openssl-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Setting up libhwloc-plugins:amd64 (2.12.0-4) ...
- Setting up gfortran-14-x86-64-linux-gnu (14.2.0-19) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libnuma-dev:amd64 (2.0.19-1) ...
- Setting up libnl-route-3-200:amd64 (3.7.0-2) ...
- Setting up libltdl-dev:amd64 (2.5.4-4) ...
- Setting up libjs-jquery-ui (1.13.2+dfsg-1) ...
- Setting up libllvm17t64:amd64 (1:17.0.6-22+b2) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libpmix2t64:amd64 (5.0.7-1) ...
- Setting up libevent-extra-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Setting up libdrm2:amd64 (2.4.124-2) ...
- Setting up libnl-3-dev:amd64 (3.7.0-2) ...
- Setting up libhwloc-dev:amd64 (2.12.0-4) ...
- Setting up libamd-comgr2:amd64 (6.0+git20231212.4510c28+dfsg-3+b2) ...
- Setting up gfortran-14 (14.2.0-19) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.124-2) ...
- Setting up libibverbs1:amd64 (56.1-1) ...
- Setting up ibverbs-providers:amd64 (56.1-1) ...
- Setting up libcoarrays-dev:amd64 (2.10.2+ds-4) ...
- Setting up gfortran-x86-64-linux-gnu (4:14.2.0-1) ...
- Setting up gfortran (4:14.2.0-1) ...
- update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
- update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
- Setting up libnl-route-3-dev:amd64 (3.7.0-2) ...
- Setting up libevent-dev (2.1.12-stable-10+b1) ...
- Setting up librdmacm1t64:amd64 (56.1-1) ...
- Setting up libpmix-dev:amd64 (5.0.7-1) ...
- Setting up libhsakmt1:amd64 (6.2.4+ds-1) ...
- Setting up libfabric1:amd64 (2.1.0-1.1) ...
- Setting up libibverbs-dev:amd64 (56.1-1) ...
- Setting up libhsa-runtime64-1:amd64 (6.1.2-3) ...
- Setting up libamdhip64-5:amd64 (5.7.1-6+deb13u1) ...
- Setting up libucx0:amd64 (1.18.1+ds-2+b1) ...
- Setting up libopenmpi40:amd64 (5.0.7-1) ...
- Setting up libcaf-openmpi-3t64:amd64 (2.10.2+ds-4) ...
- Setting up openmpi-bin (5.0.7-1) ...
- update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/mpiexec.1.gz because associated file /usr/share/man/man1/mpiexec.openmpi.1.gz (of link group mpirun) doesn't exist
- update-alternatives: using /usr/bin/mpicc.openmpi to provide /usr/bin/mpicc (mpi) in auto mode
- Setting up libcoarrays-openmpi-dev:amd64 (2.10.2+ds-4) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/open-coarrays/openmpi/bin/caf to provide /usr/bin/caf.openmpi (caf-openmpi) in auto mode
- update-alternatives: using /usr/bin/caf.openmpi to provide /usr/bin/caf (caf) in auto mode
- Setting up libopenmpi-dev:amd64 (5.0.7-1) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/openmpi/include to provide /usr/include/x86_64-linux-gnu/mpi (mpi-x86_64-linux-gnu) in auto mode
- Setting up mpi-default-dev (1.18) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-mpi.1 (cached)
-> retrieved mpi.1.06 (cached)
-> installed conf-pkg-config.4
-> retrieved ocamlfind.1.9.8 (cached)
-> installed conf-mpi.1
-> installed ocamlfind.1.9.8
-> installed mpi.1.06
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 18:51.18 ---> saved as "a566be3d87ebbac441ae87f6ba2b17747dd215aa501966de811be5f89df2a8de"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test mpi.1.06) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile mpi 1.06
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved mpi.1.06 (https://opam.ocaml.org/cache)
-> removed mpi.1.06
-> installed mpi.1.06
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 18:51.27 ---> saved as "6ba22da57ae37161f0e36bdafb2a46a5eb66e1add1ed70825401e71a43b343c4"
/home/opam: (run (shell "opam reinstall --with-test --verbose mpi.1.06;\
\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\" != 'mpi.1.06' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile mpi 1.06
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [mpi.1.06: extract]
-> retrieved mpi.1.06 (cached)
Processing 2/4: [mpi: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "MPIINCDIR=/usr/lib/x86_64-linux-gnu/openmpi/include" "MPILIBDIR=/usr/lib/x86_64-linux-gnu/openmpi/lib/lib" "MPICC=/usr/lib/x86_64-linux-gnu/openmpi/lib/bin/mpicc" "MPIRUN=/usr/lib/x86_64-linux-gnu/openmpi/lib/bin/mpirun" (CWD=/home/opam/.opam/5.4/.opam-switch/build/mpi.1.06)
- cc -I`ocamlc -where` -I/usr/lib/x86_64-linux-gnu/openmpi/include -O2 -g -Wall -DCAML_NAME_SPACE -c -o init.o init.c
- cc -I`ocamlc -where` -I/usr/lib/x86_64-linux-gnu/openmpi/include -O2 -g -Wall -DCAML_NAME_SPACE -c -o comm.o comm.c
- cc -I`ocamlc -where` -I/usr/lib/x86_64-linux-gnu/openmpi/include -O2 -g -Wall -DCAML_NAME_SPACE -c -o msgs.o msgs.c
- cc -I`ocamlc -where` -I/usr/lib/x86_64-linux-gnu/openmpi/include -O2 -g -Wall -DCAML_NAME_SPACE -c -o collcomm.o collcomm.c
- cc -I`ocamlc -where` -I/usr/lib/x86_64-linux-gnu/openmpi/include -O2 -g -Wall -DCAML_NAME_SPACE -c -o groups.o groups.c
- cc -I`ocamlc -where` -I/usr/lib/x86_64-linux-gnu/openmpi/include -O2 -g -Wall -DCAML_NAME_SPACE -c -o utils.o utils.c
- rm -f libcamlmpi.a
- ar rc libcamlmpi.a init.o comm.o msgs.o collcomm.o groups.o utils.o
- ocamlc -g -bin-annot -c mpi.mli
- ocamlc -g -bin-annot -c mpi.ml
- ocamlc -a -o mpi.cma -custom mpi.cmo -cclib -lcamlmpi -ccopt -L/usr/lib/x86_64-linux-gnu/openmpi/lib/lib -cclib -lmpi
Processing 2/4: [mpi: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" "MPIINCDIR=/usr/lib/x86_64-linux-gnu/openmpi/include" "MPILIBDIR=/usr/lib/x86_64-linux-gnu/openmpi/lib/lib" "MPICC=/usr/lib/x86_64-linux-gnu/openmpi/lib/bin/mpicc" "MPIRUN=/usr/lib/x86_64-linux-gnu/openmpi/lib/bin/mpirun" (CWD=/home/opam/.opam/5.4/.opam-switch/build/mpi.1.06)
- ocamlopt -g -bin-annot -c mpi.ml
- ocamlopt -a -o mpi.cmxa mpi.cmx -cclib -lcamlmpi -ccopt -L/usr/lib/x86_64-linux-gnu/openmpi/lib/lib -cclib -lmpi
-> compiled mpi.1.06
Processing 3/4: [mpi: make uninstall]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "remove" "make" "uninstall" (CWD=/home/opam/.opam/5.4/.opam-switch/remove/mpi.1.06)
- ocamlfind remove mpi
- Removed /home/opam/.opam/5.4/lib/mpi/META
- Removed /home/opam/.opam/5.4/lib/mpi
-> removed mpi.1.06
Processing 4/4: [mpi: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/5.4/.opam-switch/build/mpi.1.06)
- ocamlfind install mpi META mpi.mli mpi.cmi mpi.cmti \
- mpi.cmx mpi.cma mpi.cmxa libcamlmpi.a mpi.a
- Installed /home/opam/.opam/5.4/lib/mpi/mpi.a
- Installed /home/opam/.opam/5.4/lib/mpi/libcamlmpi.a
- Installed /home/opam/.opam/5.4/lib/mpi/mpi.cmxa
- Installed /home/opam/.opam/5.4/lib/mpi/mpi.cma
- Installed /home/opam/.opam/5.4/lib/mpi/mpi.cmx
- Installed /home/opam/.opam/5.4/lib/mpi/mpi.cmti
- Installed /home/opam/.opam/5.4/lib/mpi/mpi.cmi
- Installed /home/opam/.opam/5.4/lib/mpi/mpi.mli
- Installed /home/opam/.opam/5.4/lib/mpi/META
-> installed mpi.1.06
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-25 18:51.39 ---> saved as "126c42ee3ab773a05ad001fca273015bfd3240667abb61e936e1a53fecadc91b"
Job succeeded
2026-03-25 18:51.56: Job succeeded