(for PR #28911)
2025-11-18 11:07.04: New job: build diffast-langs-java-spec.0.3.6, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28911/head (d4d65ae1fe7675999e28f9992146e67a61d912dc)
on ubuntu-24.04-ocaml-4.14/riscv64
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:ubuntu-24.04-ocaml-4.14@sha256:1154a0fc92a8ed02898d568a7c3ae554c723e70c9e088ad863d93b4a8fd6d6ca
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-java-spec.0.3.6 0.3.6
RUN opam reinstall diffast-langs-java-spec.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 "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'diffast-langs-java-spec.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.04: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:1154a0fc92a8ed02898d568a7c3ae554c723e70c9e088ad863d93b4a8fd6d6ca-diffast-langs-java-spec.0.3.6-d4d65ae1fe7675999e28f9992146e67a61d912dc"
2025-11-18 11:07.04: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:1154a0fc92a8ed02898d568a7c3ae554c723e70c9e088ad863d93b4a8fd6d6ca)
(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-java-spec.0.3.6 0.3.6"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall diffast-langs-java-spec.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 \"\\\"ubuntu-24.04\\\"\"; 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-java-spec.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.04: Waiting for resource in pool OCluster
2025-11-18 11:07.05: Waiting for worker…
2025-11-18 14:42.55: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
All commits already cached
Updating files: 14% (2686/18797)
Updating files: 15% (2820/18797)
Updating files: 16% (3008/18797)
Updating files: 17% (3196/18797)
Updating files: 18% (3384/18797)
Updating files: 19% (3572/18797)
Updating files: 20% (3760/18797)
Updating files: 21% (3948/18797)
Updating files: 22% (4136/18797)
Updating files: 23% (4324/18797)
Updating files: 24% (4512/18797)
Updating files: 25% (4700/18797)
Updating files: 26% (4888/18797)
Updating files: 27% (5076/18797)
Updating files: 27% (5230/18797)
Updating files: 28% (5264/18797)
Updating files: 29% (5452/18797)
Updating files: 30% (5640/18797)
Updating files: 31% (5828/18797)
Updating files: 32% (6016/18797)
Updating files: 33% (6204/18797)
Updating files: 34% (6391/18797)
Updating files: 35% (6579/18797)
Updating files: 36% (6767/18797)
Updating files: 37% (6955/18797)
Updating files: 38% (7143/18797)
Updating files: 39% (7331/18797)
Updating files: 40% (7519/18797)
Updating files: 41% (7707/18797)
Updating files: 41% (7883/18797)
Updating files: 42% (7895/18797)
Updating files: 43% (8083/18797)
Updating files: 44% (8271/18797)
Updating files: 45% (8459/18797)
Updating files: 46% (8647/18797)
Updating files: 47% (8835/18797)
Updating files: 48% (9023/18797)
Updating files: 49% (9211/18797)
Updating files: 50% (9399/18797)
Updating files: 51% (9587/18797)
Updating files: 52% (9775/18797)
Updating files: 53% (9963/18797)
Updating files: 54% (10151/18797)
Updating files: 55% (10339/18797)
Updating files: 55% (10369/18797)
Updating files: 56% (10527/18797)
Updating files: 57% (10715/18797)
Updating files: 58% (10903/18797)
Updating files: 59% (11091/18797)
Updating files: 60% (11279/18797)
Updating files: 61% (11467/18797)
Updating files: 62% (11655/18797)
Updating files: 63% (11843/18797)
Updating files: 64% (12031/18797)
Updating files: 65% (12219/18797)
Updating files: 66% (12407/18797)
Updating files: 67% (12594/18797)
Updating files: 67% (12744/18797)
Updating files: 68% (12782/18797)
Updating files: 69% (12970/18797)
Updating files: 70% (13158/18797)
Updating files: 71% (13346/18797)
Updating files: 72% (13534/18797)
Updating files: 73% (13722/18797)
Updating files: 74% (13910/18797)
Updating files: 75% (14098/18797)
Updating files: 76% (14286/18797)
Updating files: 77% (14474/18797)
Updating files: 78% (14662/18797)
Updating files: 79% (14850/18797)
Updating files: 80% (15038/18797)
Updating files: 80% (15090/18797)
Updating files: 81% (15226/18797)
Updating files: 82% (15414/18797)
Updating files: 83% (15602/18797)
Updating files: 84% (15790/18797)
Updating files: 85% (15978/18797)
Updating files: 86% (16166/18797)
Updating files: 87% (16354/18797)
Updating files: 88% (16542/18797)
Updating files: 89% (16730/18797)
Updating files: 90% (16918/18797)
Updating files: 91% (17106/18797)
Updating files: 92% (17294/18797)
Updating files: 92% (17460/18797)
Updating files: 93% (17482/18797)
Updating files: 94% (17670/18797)
Updating files: 95% (17858/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:ubuntu-24.04-ocaml-4.14@sha256:1154a0fc92a8ed02898d568a7c3ae554c723e70c9e088ad863d93b4a8fd6d6ca)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:1154a0fc92a8ed02898d568a7c3ae554c723e70c9e088ad863d93b4a8fd6d6ca' locally
docker.io/ocaml/opam@sha256:1154a0fc92a8ed02898d568a7c3ae554c723e70c9e088ad863d93b4a8fd6d6ca: Pulling from ocaml/opam
4f36e1b0a2cc: Pulling fs layer
2363a19ce062: Pulling fs layer
4053207ddf81: Pulling fs layer
bbfb0969b291: Pulling fs layer
d2396c248fac: Pulling fs layer
7deb097bc610: Pulling fs layer
b09f380f219a: Pulling fs layer
172583578fc3: Pulling fs layer
e6d5737ba3e7: Pulling fs layer
713587ce5790: Pulling fs layer
6e300197872d: Pulling fs layer
4bc553bdc712: Pulling fs layer
ee93345f9cf5: Pulling fs layer
4be61386dfb2: Pulling fs layer
8507bfdd0e9d: Pulling fs layer
3e28e60730ad: Pulling fs layer
bf970414565b: Pulling fs layer
2a6619580c01: Pulling fs layer
34419bc7c574: Pulling fs layer
d992b12f808c: Pulling fs layer
4f4fb700ef54: Pulling fs layer
5e33de69cc8a: Pulling fs layer
69f1da1e22ae: Pulling fs layer
580926f0eead: Pulling fs layer
90d0c8b321f1: Pulling fs layer
e46fa634fda6: Pulling fs layer
de681cfd7094: Pulling fs layer
f9ad9c5ee8f3: Pulling fs layer
520296fe98c7: Pulling fs layer
f6d67f841e66: Pulling fs layer
0dfad1c118ca: Pulling fs layer
7313eb41ab2a: Pulling fs layer
a817fccb9c78: Pulling fs layer
a98011bc0a8c: Pulling fs layer
af6a85716aa9: Pulling fs layer
84ca010415d5: Pulling fs layer
d3aa6bba7d0e: Pulling fs layer
d11dac4641d2: Pulling fs layer
bbfb0969b291: Waiting
b975f0076eea: Pulling fs layer
d2396c248fac: Waiting
7deb097bc610: Waiting
50a24455dd34: Pulling fs layer
e5ebe515e09f: Pulling fs layer
b09f380f219a: Waiting
8a37326d61df: Pulling fs layer
172583578fc3: Waiting
e6d5737ba3e7: Waiting
b5f67327c7e4: Pulling fs layer
713587ce5790: Waiting
6e300197872d: Waiting
4bc553bdc712: Waiting
520296fe98c7: Waiting
f6d67f841e66: Waiting
ee93345f9cf5: Waiting
d11dac4641d2: Waiting
0dfad1c118ca: Waiting
4be61386dfb2: Waiting
7313eb41ab2a: Waiting
b975f0076eea: Waiting
8507bfdd0e9d: Waiting
a817fccb9c78: Waiting
50a24455dd34: Waiting
3e28e60730ad: Waiting
a98011bc0a8c: Waiting
e5ebe515e09f: Waiting
af6a85716aa9: Waiting
8a37326d61df: Waiting
bf970414565b: Waiting
2a6619580c01: Waiting
b5f67327c7e4: Waiting
34419bc7c574: Waiting
d992b12f808c: Waiting
d3aa6bba7d0e: Waiting
4f4fb700ef54: Waiting
5e33de69cc8a: Waiting
69f1da1e22ae: Waiting
84ca010415d5: Waiting
580926f0eead: Waiting
f9ad9c5ee8f3: Waiting
90d0c8b321f1: Waiting
de681cfd7094: Waiting
e46fa634fda6: Waiting
2363a19ce062: Verifying Checksum
2363a19ce062: Download complete
4053207ddf81: Verifying Checksum
4053207ddf81: Download complete
d2396c248fac: Verifying Checksum
d2396c248fac: Download complete
4f36e1b0a2cc: Verifying Checksum
4f36e1b0a2cc: Download complete
b09f380f219a: Verifying Checksum
b09f380f219a: Download complete
bbfb0969b291: Verifying Checksum
bbfb0969b291: Download complete
172583578fc3: Verifying Checksum
172583578fc3: Download complete
713587ce5790: Verifying Checksum
713587ce5790: Download complete
e6d5737ba3e7: Verifying Checksum
e6d5737ba3e7: Download complete
6e300197872d: Verifying Checksum
6e300197872d: Download complete
4bc553bdc712: Verifying Checksum
4bc553bdc712: Download complete
4be61386dfb2: Verifying Checksum
4be61386dfb2: Download complete
ee93345f9cf5: Verifying Checksum
ee93345f9cf5: Download complete
4f36e1b0a2cc: Pull complete
2363a19ce062: Pull complete
8507bfdd0e9d: Verifying Checksum
8507bfdd0e9d: Download complete
4053207ddf81: Pull complete
3e28e60730ad: Verifying Checksum
3e28e60730ad: Download complete
bf970414565b: Download complete
2a6619580c01: Verifying Checksum
2a6619580c01: Download complete
34419bc7c574: Verifying Checksum
34419bc7c574: Download complete
d992b12f808c: Verifying Checksum
d992b12f808c: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
5e33de69cc8a: Verifying Checksum
5e33de69cc8a: Download complete
69f1da1e22ae: Verifying Checksum
69f1da1e22ae: Download complete
580926f0eead: Download complete
90d0c8b321f1: Verifying Checksum
90d0c8b321f1: Download complete
e46fa634fda6: Verifying Checksum
e46fa634fda6: Download complete
de681cfd7094: Verifying Checksum
de681cfd7094: Download complete
f9ad9c5ee8f3: Verifying Checksum
f9ad9c5ee8f3: Download complete
520296fe98c7: Download complete
f6d67f841e66: Verifying Checksum
f6d67f841e66: Download complete
0dfad1c118ca: Download complete
7313eb41ab2a: Verifying Checksum
7313eb41ab2a: Download complete
a817fccb9c78: Verifying Checksum
a817fccb9c78: Download complete
bbfb0969b291: Pull complete
d2396c248fac: Pull complete
af6a85716aa9: Verifying Checksum
af6a85716aa9: Download complete
7deb097bc610: Download complete
d3aa6bba7d0e: Verifying Checksum
d3aa6bba7d0e: Download complete
d11dac4641d2: Verifying Checksum
d11dac4641d2: Download complete
b975f0076eea: Download complete
a98011bc0a8c: Verifying Checksum
a98011bc0a8c: Download complete
e5ebe515e09f: Verifying Checksum
e5ebe515e09f: Download complete
8a37326d61df: Verifying Checksum
8a37326d61df: Download complete
b5f67327c7e4: Verifying Checksum
b5f67327c7e4: Download complete
84ca010415d5: Download complete
7deb097bc610: Pull complete
b09f380f219a: Pull complete
172583578fc3: Pull complete
50a24455dd34: Verifying Checksum
50a24455dd34: Download complete
e6d5737ba3e7: Pull complete
713587ce5790: Pull complete
6e300197872d: Pull complete
4bc553bdc712: Pull complete
ee93345f9cf5: Pull complete
4be61386dfb2: Pull complete
8507bfdd0e9d: Pull complete
3e28e60730ad: Pull complete
bf970414565b: Pull complete
2a6619580c01: Pull complete
34419bc7c574: Pull complete
d992b12f808c: Pull complete
4f4fb700ef54: Pull complete
5e33de69cc8a: Pull complete
69f1da1e22ae: Pull complete
580926f0eead: Pull complete
90d0c8b321f1: Pull complete
e46fa634fda6: Pull complete
de681cfd7094: Pull complete
f9ad9c5ee8f3: Pull complete
520296fe98c7: Pull complete
f6d67f841e66: Pull complete
0dfad1c118ca: Pull complete
7313eb41ab2a: Pull complete
a817fccb9c78: Pull complete
a98011bc0a8c: Pull complete
af6a85716aa9: Pull complete
84ca010415d5: Pull complete
d3aa6bba7d0e: Pull complete
d11dac4641d2: Pull complete
b975f0076eea: Pull complete
50a24455dd34: Pull complete
e5ebe515e09f: Pull complete
8a37326d61df: Pull complete
b5f67327c7e4: Pull complete
Digest: sha256:1154a0fc92a8ed02898d568a7c3ae554c723e70c9e088ad863d93b4a8fd6d6ca
Status: Downloaded newer image for ocaml/opam@sha256:1154a0fc92a8ed02898d568a7c3ae554c723e70c9e088ad863d93b4a8fd6d6ca
2025-11-18 14:43.07 ---> using "764a9c65af4a636e0cc63c48ff5d73654da93ce20810411fbfb3f0ea9d25b0bc" 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 14:43.07 ---> using "7fa859d0060c7c7de2697e765748d221a00d2ab7d2198cfc520f226f5890cb9f" 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 14:43.07 ---> using "36e1c05f92e3076e923d41bdaabf8d61428f126b086b70c4efa63946d19082f2" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# 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 14:43.07 ---> using "289abb81986e83e2340d854b8167a6011a6dd781d24c0ae6fb9025a2ebd87b4c" 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 14:43.07 ---> using "eb6230ac1d05514b1a53db10ed46d176f57763c5de2519cedb98a1b6eb637a5f" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 14:43.13 ---> using "481c48b6e23638792e38d39db555fbf05d88ca034245f6414e2ce0bb602c450c" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-18 14:43.13 ---> using "33f3e0f4a16c823b279da9cff1aad6a2c94b263c95f555b6f0bf88ed19f1e0d9" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1459 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [872 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [912 kB]
- Fetched 3622 kB in 2s (1590 kB/s)
- Reading package lists...
-
2025-11-18 14:43.13 ---> using "c85334fe1a0eb824e186159e8e0da08966bc9e1a016634c6345314a3db7e5070" from cache
/home/opam: (run (shell "opam pin add -k version -yn diffast-langs-java-spec.0.3.6 0.3.6"))
diffast-langs-java-spec is now pinned to version 0.3.6
2025-11-18 14:43.16 ---> saved as "21c100349cadbd058312c4c6c921a70b7b1b7bf3d5f14e9d8aa467d236c2f06c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall diffast-langs-java-spec.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 \"\\\"ubuntu-24.04\\\"\"; 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-java-spec.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-java-spec.0.3.6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 44 packages
- install base-bytes base [required by csv]
- install base64 3.5.2 [required by diffast-core]
- install bytesrw 0.3.0 [required by diffast-misc]
- install camlp-streams 5.0.1 [required by diffast-core]
- 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 vlt]
- install cryptokit 1.20 [required by diffast-misc]
- install csexp 1.5.2 [required by dune-private-libs]
- install csv 2.4 [required by diffast-core]
- install diffast-core 0.3.6 [required by diffast-langs-java-spec]
- install diffast-langs-java-spec 0.3.6 (pinned)
- install diffast-misc 0.3.6 [required by diffast-core]
- install dune 3.20.2 [required by diffast-langs-java-spec]
- install dune-configurator 3.20.2 [required by cryptokit]
- install dune-private-libs 3.20.2 [required by dune-site]
- install dune-site 3.20.2 [required by diffast-langs-java-spec]
- install dyn 3.20.2 [required by dune-private-libs]
- install gen 1.1 [required by sedlex]
- install markup 1.0.3 [required by diffast-misc]
- install menhir 20250912 [required by diffast-core]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by uuidm]
- install ocamlfind 1.9.8 [required by uuidm]
- install ordering 3.20.2 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by sedlex]
- install sedlex 3.7 [required by diffast-core]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stdune 3.20.2 [required by dune-private-libs]
- install topkg 1.1.1 [required by uuidm]
- install uchar 0.0.2 [required by markup]
- install uuidm 0.9.10 [required by diffast-core]
- install uutf 1.0.4 [required by markup]
- install vlt 0.2.5 [required by diffast-langs-java-spec]
- 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"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:riscv64.
- (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 ... 16249 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libgmp-dev:riscv64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ...
- Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-2build1_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-2build1) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../4-pkgconf_1.8.1-2build1_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../5-pkg-config_1.8.1-2build1_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-2build1) ...
- Selecting previously unselected package zlib1g-dev:riscv64.
- Preparing to unpack .../6-zlib1g-dev_1%3a1.3.dfsg-3.1ubuntu2.1_riscv64.deb ...
- Unpacking zlib1g-dev:riscv64 (1:1.3.dfsg-3.1ubuntu2.1) ...
- Setting up libpkgconf3:riscv64 (1.8.1-2build1) ...
- Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf-bin (1.8.1-2build1) ...
- Setting up zlib1g-dev:riscv64 (1:1.3.dfsg-3.1ubuntu2.1) ...
- Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ...
- Setting up pkgconf:riscv64 (1.8.1-2build1) ...
- Setting up pkg-config:riscv64 (1.8.1-2build1) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
<><> 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)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved cryptokit.1.20 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved csv.2.4 (cached)
-> retrieved diffast-core.0.3.6, diffast-langs-java-spec.0.3.6, diffast-misc.0.3.6 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.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 pp.2.0.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> 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 uuidm.0.9.10 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved vlt.0.2.5 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed uchar.0.0.2
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> 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 csv.2.4
-> installed cppo.1.8.0
-> installed gen.1.1
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed dune-configurator.3.20.2
-> installed menhirSdk.20250912
-> installed markup.1.0.3
-> installed ocaml-compiler-libs.v0.12.4
-> installed ordering.3.20.2
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed cryptokit.1.20
-> installed dyn.3.20.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed stdune.3.20.2
-> installed dune-private-libs.3.20.2
-> installed dune-site.3.20.2
-> 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-core.0.3.6
-> installed diffast-langs-java-spec.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 15:05.53 ---> saved as "2048cb71eba18557a279725184ae372859db653d82cc8190ae3543dc7b0357cb"
Job succeeded
2025-11-18 15:06.25: Job succeeded