(for PR #28911)
2025-11-18 11:07.03: New job: test diffast-langs-fortran-parsing.0.3.6, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28911/head (d4d65ae1fe7675999e28f9992146e67a61d912dc)
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/28911/head" && git reset --hard d4d65ae1
git fetch origin master
git merge --no-edit 1c92c86556d4b9c73229d94763be9715317321bc
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 diffast-langs-fortran-parsing.0.3.6 0.3.6
RUN opam reinstall diffast-langs-fortran-parsing.0.3.6; \
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" != 'diffast-langs-fortran-parsing.0.3.6' && 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 diffast-langs-fortran-parsing.0.3.6) || true
RUN opam reinstall --with-test --verbose diffast-langs-fortran-parsing.0.3.6; \
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" != 'diffast-langs-fortran-parsing.0.3.6' && 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-18 11:07.03: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:8e0fa55c5724522009328de4059d85868cbceec5e2e784cdaff16370058b1ad0-diffast-langs-fortran-parsing.0.3.6-d4d65ae1fe7675999e28f9992146e67a61d912dc"
2025-11-18 11:07.03: 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 diffast-langs-fortran-parsing.0.3.6 0.3.6"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall diffast-langs-fortran-parsing.0.3.6;\
\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\" != 'diffast-langs-fortran-parsing.0.3.6' && 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 diffast-langs-fortran-parsing.0.3.6) || true"))
(run (shell "opam reinstall --with-test --verbose diffast-langs-fortran-parsing.0.3.6;\
\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\" != 'diffast-langs-fortran-parsing.0.3.6' && 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-18 11:07.03: Waiting for resource in pool OCluster
2025-11-18 11:07.05: Waiting for worker…
2025-11-18 11:14.51: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
Updating files: 95% (17951/18797)
Updating files: 96% (18046/18797)
Updating files: 97% (18234/18797)
Updating files: 98% (18422/18797)
Updating files: 99% (18610/18797)
Updating files: 100% (18797/18797)
Updating files: 100% (18797/18797), done.
HEAD is now at 1c92c86556 Merge pull request #28847 from nikochiko/opam-publish-raga.0.1.0
Updating 1c92c86556..d4d65ae1fe
Fast-forward
packages/diffast-api/diffast-api.0.3.6/opam | 50 ++++++++++++++++
packages/diffast-cli/diffast-cli.0.3.6/opam | 52 ++++++++++++++++
packages/diffast-core/diffast-core.0.3.6/opam | 57 ++++++++++++++++++
packages/diffast-etc/diffast-etc.0.3.6/opam | 47 +++++++++++++++
.../diffast-git-cli/diffast-git-cli.0.3.6/opam | 57 ++++++++++++++++++
packages/diffast-git/diffast-git.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-common.0.3.6/opam | 52 ++++++++++++++++
.../diffast-langs-cpp-parsing-cli.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-cpp-parsing.0.3.6/opam | 54 +++++++++++++++++
.../diffast-langs-cpp-spec.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-cpp/diffast-langs-cpp.0.3.6/opam | 53 ++++++++++++++++
.../diffast-langs-fortran-parsing-cli.0.3.6/opam | 49 +++++++++++++++
.../diffast-langs-fortran-parsing.0.3.6/opam | 52 ++++++++++++++++
.../diffast-langs-fortran-spec.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-fortran.0.3.6/opam | 53 ++++++++++++++++
.../diffast-langs-java-parsing-cli.0.3.6/opam | 49 +++++++++++++++
.../diffast-langs-java-parsing.0.3.6/opam | 52 ++++++++++++++++
.../diffast-langs-java-spec.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-java.0.3.6/opam | 53 ++++++++++++++++
.../diffast-langs-python-parsing-cli.0.3.6/opam | 49 +++++++++++++++
.../diffast-langs-python-parsing.0.3.6/opam | 52 ++++++++++++++++
.../diffast-langs-python-spec.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-python.0.3.6/opam | 53 ++++++++++++++++
.../diffast-langs-verilog-parsing-cli.0.3.6/opam | 49 +++++++++++++++
.../diffast-langs-verilog-parsing.0.3.6/opam | 52 ++++++++++++++++
.../diffast-langs-verilog-spec.0.3.6/opam | 50 ++++++++++++++++
.../diffast-langs-verilog.0.3.6/opam | 53 ++++++++++++++++
packages/diffast-misc/diffast-misc.0.3.6/opam | 52 ++++++++++++++++
packages/diffast/diffast.0.3.6/opam | 70 ++++++++++++++++++++++
29 files changed, 1510 insertions(+)
create mode 100644 packages/diffast-api/diffast-api.0.3.6/opam
create mode 100644 packages/diffast-cli/diffast-cli.0.3.6/opam
create mode 100644 packages/diffast-core/diffast-core.0.3.6/opam
create mode 100644 packages/diffast-etc/diffast-etc.0.3.6/opam
create mode 100644 packages/diffast-git-cli/diffast-git-cli.0.3.6/opam
create mode 100644 packages/diffast-git/diffast-git.0.3.6/opam
create mode 100644 packages/diffast-langs-common/diffast-langs-common.0.3.6/opam
create mode 100644 packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.3.6/opam
create mode 100644 packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.3.6/opam
create mode 100644 packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.3.6/opam
create mode 100644 packages/diffast-langs-cpp/diffast-langs-cpp.0.3.6/opam
create mode 100644 packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.3.6/opam
create mode 100644 packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.3.6/opam
create mode 100644 packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.3.6/opam
create mode 100644 packages/diffast-langs-fortran/diffast-langs-fortran.0.3.6/opam
create mode 100644 packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.3.6/opam
create mode 100644 packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.3.6/opam
create mode 100644 packages/diffast-langs-java-spec/diffast-langs-java-spec.0.3.6/opam
create mode 100644 packages/diffast-langs-java/diffast-langs-java.0.3.6/opam
create mode 100644 packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.3.6/opam
create mode 100644 packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.3.6/opam
create mode 100644 packages/diffast-langs-python-spec/diffast-langs-python-spec.0.3.6/opam
create mode 100644 packages/diffast-langs-python/diffast-langs-python.0.3.6/opam
create mode 100644 packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.3.6/opam
create mode 100644 packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.3.6/opam
create mode 100644 packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.3.6/opam
create mode 100644 packages/diffast-langs-verilog/diffast-langs-verilog.0.3.6/opam
create mode 100644 packages/diffast-misc/diffast-misc.0.3.6/opam
create mode 100644 packages/diffast/diffast.0.3.6/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-18 11:14.54 ---> 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-18 11:14.54 ---> 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-18 11:14.54 ---> 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-18 11:14.54 ---> 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-18 11:14.54 ---> using "9ed3fe2a86a18c42c51adb8dd5ae76161f7bbf7740308fbfb35b55f651e75180" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 11:14.55 ---> using "3c32e01e33f9cd5c37789563fae99e7d75b5ec3a267aabb22ac909b9b134719c" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-18 11:14.55 ---> using "259909a443a332e5b4fe09c8bc161a41e422b3b989e8a83ee57fd83ca6c1223c" 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 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 (4542 kB/s)
- Reading package lists...
2025-11-18 11:14.55 ---> using "8a2ff37e7381d2ac64fdcf75b37cdbf51c3fccf8a2cdd53da800bed18c81231a" from cache
/home/opam: (run (shell "opam pin add -k version -yn diffast-langs-fortran-parsing.0.3.6 0.3.6"))
diffast-langs-fortran-parsing is now pinned to version 0.3.6
2025-11-18 11:14.55 ---> using "8cfe109ad49c24d7ce866baa4b607221edf275624b1408a2e3784ecba694efdb" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall diffast-langs-fortran-parsing.0.3.6;\
\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\" != 'diffast-langs-fortran-parsing.0.3.6' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
diffast-langs-fortran-parsing.0.3.6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 35 packages
- install base64 3.5.2 [required by diffast-misc]
- install bytesrw 0.3.0 [required by diffast-misc]
- install camlp-streams 5.0.1 [required by diffast-langs-fortran-parsing]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by cryptokit]
- install conf-pkg-config 4 [required by bytesrw]
- install conf-zlib 1 [required by bytesrw, cryptokit]
- install cppo 1.8.0 [required by diffast-langs-common]
- install cryptokit 1.20 [required by diffast-misc]
- install csexp 1.5.2 [required by dune-configurator]
- install diffast-langs-common 0.3.6 [required by diffast-langs-fortran-parsing]
- install diffast-langs-fortran-parsing 0.3.6 (pinned)
- install diffast-misc 0.3.6 [required by diffast-langs-common]
- install dune 3.20.2 [required by diffast-langs-fortran-parsing]
- install dune-configurator 3.20.2 [required by cryptokit]
- install gen 1.1 [required by sedlex]
- install markup 1.0.3 [required by diffast-misc]
- install menhir 20250912 [required by diffast-langs-fortran-parsing]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by diffast-langs-common, menhir]
- install menhirSdk 20250912 [required by menhir]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by bytesrw]
- install ocamlfind 1.9.8 [required by bytesrw]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by sedlex]
- install sedlex 3.7 [required by diffast-langs-fortran-parsing]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by bytesrw]
- install uchar 0.0.2 [required by markup]
- install uutf 1.0.4 [required by markup]
- install vlt 0.2.5 [required by diffast-langs-fortran-parsing]
- install zarith 1.14 [required by cryptokit]
The following system packages will first need to be installed:
libgmp-dev pkg-config zlib1g-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" "libgmp-dev" "pkg-config" "zlib1g-dev"
- Selecting previously unselected package libgmpxx4ldbl: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 .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_ppc64el.deb ...
- Unpacking libgmpxx4ldbl:ppc64el (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:ppc64el.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_ppc64el.deb ...
- Unpacking libgmp-dev:ppc64el (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:ppc64el.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_ppc64el.deb ...
- Unpacking libpkgconf3:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:ppc64el.
- Preparing to unpack .../4-pkgconf_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkg-config:ppc64el.
- Preparing to unpack .../5-pkg-config_1.8.1-4_ppc64el.deb ...
- Unpacking pkg-config:ppc64el (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:ppc64el.
- Preparing to unpack .../6-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_ppc64el.deb ...
- Unpacking zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libpkgconf3:ppc64el (1.8.1-4) ...
- Setting up libgmpxx4ldbl:ppc64el (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libgmp-dev:ppc64el (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:ppc64el (1.8.1-4) ...
- Setting up pkg-config:ppc64el (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2 (cached)
-> retrieved bytesrw.0.3.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved cryptokit.1.20 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved diffast-langs-common.0.3.6, diffast-langs-fortran-parsing.0.3.6, diffast-misc.0.3.6 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved markup.1.0.3 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uchar.0.0.2 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved vlt.0.2.5 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed bytesrw.0.3.0
-> installed dune.3.20.2
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed gen.1.1
-> installed markup.1.0.3
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.20.2
-> installed cryptokit.1.20
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed vlt.0.2.5
-> installed sedlex.3.7
-> installed diffast-misc.0.3.6
-> installed diffast-langs-common.0.3.6
-> installed diffast-langs-fortran-parsing.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 11:16.44 ---> saved as "93b09e219e3acf72fbddfa5a5345085c253ec8e0a61ca01b651d09bb509f5d23"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test diffast-langs-fortran-parsing.0.3.6) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile diffast-langs-fortran-parsing 0.3.6 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed diffast-langs-fortran-parsing.0.3.6
-> installed diffast-langs-fortran-parsing.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 11:17.17 ---> saved as "8ac1aa771472b04f65b5ec57958855f3dcb6065db74757d9cc52bea815969f52"
/home/opam: (run (shell "opam reinstall --with-test --verbose diffast-langs-fortran-parsing.0.3.6;\
\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\" != 'diffast-langs-fortran-parsing.0.3.6' && 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 diffast-langs-fortran-parsing 0.3.6 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [diffast-langs-fortran-parsing: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "diffast-langs-fortran-parsing" "-j" "175" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/diffast-langs-fortran-parsing.0.3.6)
- (cd _build/default/src/api/dev && /usr/bin/git describe --always --dirty) > _build/default/src/api/dev/v
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Processing 2/4: [diffast-langs-fortran-parsing: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "diffast-langs-fortran-parsing" "--create-install-files" "diffast-langs-fortran-parsing" (CWD=/home/opam/.opam/4.14/.opam-switch/build/diffast-langs-fortran-parsing.0.3.6)
-> compiled diffast-langs-fortran-parsing.0.3.6
-> removed diffast-langs-fortran-parsing.0.3.6
-> installed diffast-langs-fortran-parsing.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 11:17.46 ---> saved as "fee855f54f91a9e0d1efb241a7a8704c23487cbb8066ef3c0ef70b3ae4c383e5"
Job succeeded
2025-11-18 11:17.53: Job succeeded