- github
- ocaml
- opam-repository
- 982b04
- distributions,archlinux-ocaml-4.14,diffast-langs-java.0.4,tests
(not at the head of any monitored branch or PR)
2026-06-12 13:47.55: New job: test diffast-langs-java.0.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/30013/head (982b04ef93a661d2359626d5ec2c24b5bcd0e02c)
on archlinux-ocaml-4.14/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/30013/head" && git reset --hard 982b04ef
git fetch origin master
git merge --no-edit 41657ef82daca3cc2f3c76fd0c9978b7950071ce
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:a7493eed336c1680996794df2c789c760716a9583adbb161453225685a888bfa
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.0.4 0.4
RUN opam reinstall diffast-langs-java.0.4; \
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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'diffast-langs-java.0.4' && 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-java.0.4) || true
RUN opam reinstall --with-test --verbose diffast-langs-java.0.4; \
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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'diffast-langs-java.0.4' && 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-06-12 13:47.55: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:a7493eed336c1680996794df2c789c760716a9583adbb161453225685a888bfa-diffast-langs-java.0.4-982b04ef93a661d2359626d5ec2c24b5bcd0e02c"
2026-06-12 13:47.55: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:a7493eed336c1680996794df2c789c760716a9583adbb161453225685a888bfa)
(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.0.4 0.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall diffast-langs-java.0.4;\
\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 \"\\\"archlinux\\\"\"; 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.0.4' && 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-java.0.4) || true"))
(run (shell "opam reinstall --with-test --verbose diffast-langs-java.0.4;\
\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 \"\\\"archlinux\\\"\"; 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.0.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-06-12 13:47.55: Waiting for resource in pool OCluster
2026-06-12 18:40.47: Waiting for worker…
2026-06-12 18:45.11: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 41657ef82d Merge pull request #30025 from dinosaure/release-mcrunch-v0.0.3
Merge made by the 'ort' strategy.
packages/diffast-api/diffast-api.0.4/opam | 50 ++++++++++++++++
packages/diffast-cli/diffast-cli.0.4/opam | 52 ++++++++++++++++
packages/diffast-core/diffast-core.0.4/opam | 57 ++++++++++++++++++
packages/diffast-etc/diffast-etc.0.4/opam | 47 +++++++++++++++
packages/diffast-git-cli/diffast-git-cli.0.4/opam | 57 ++++++++++++++++++
packages/diffast-git/diffast-git.0.4/opam | 50 ++++++++++++++++
.../diffast-langs-common.0.4/opam | 52 ++++++++++++++++
.../diffast-langs-cpp-parsing-cli.0.4/opam | 50 ++++++++++++++++
.../diffast-langs-cpp-parsing.0.4/opam | 54 +++++++++++++++++
.../diffast-langs-cpp-spec.0.4/opam | 50 ++++++++++++++++
.../diffast-langs-cpp/diffast-langs-cpp.0.4/opam | 53 ++++++++++++++++
.../diffast-langs-fortran-parsing-cli.0.4/opam | 49 +++++++++++++++
.../diffast-langs-fortran-parsing.0.4/opam | 52 ++++++++++++++++
.../diffast-langs-fortran-spec.0.4/opam | 50 ++++++++++++++++
.../diffast-langs-fortran.0.4/opam | 53 ++++++++++++++++
.../diffast-langs-java-parsing-cli.0.4/opam | 49 +++++++++++++++
.../diffast-langs-java-parsing.0.4/opam | 52 ++++++++++++++++
.../diffast-langs-java-spec.0.4/opam | 50 ++++++++++++++++
.../diffast-langs-java/diffast-langs-java.0.4/opam | 53 ++++++++++++++++
.../diffast-langs-python-parsing-cli.0.4/opam | 49 +++++++++++++++
.../diffast-langs-python-parsing.0.4/opam | 52 ++++++++++++++++
.../diffast-langs-python-spec.0.4/opam | 50 ++++++++++++++++
.../diffast-langs-python.0.4/opam | 53 ++++++++++++++++
.../diffast-langs-verilog-parsing-cli.0.4/opam | 49 +++++++++++++++
.../diffast-langs-verilog-parsing.0.4/opam | 52 ++++++++++++++++
.../diffast-langs-verilog-spec.0.4/opam | 50 ++++++++++++++++
.../diffast-langs-verilog.0.4/opam | 53 ++++++++++++++++
packages/diffast-misc/diffast-misc.0.4/opam | 52 ++++++++++++++++
packages/diffast/diffast.0.4/opam | 70 ++++++++++++++++++++++
29 files changed, 1510 insertions(+)
create mode 100644 packages/diffast-api/diffast-api.0.4/opam
create mode 100644 packages/diffast-cli/diffast-cli.0.4/opam
create mode 100644 packages/diffast-core/diffast-core.0.4/opam
create mode 100644 packages/diffast-etc/diffast-etc.0.4/opam
create mode 100644 packages/diffast-git-cli/diffast-git-cli.0.4/opam
create mode 100644 packages/diffast-git/diffast-git.0.4/opam
create mode 100644 packages/diffast-langs-common/diffast-langs-common.0.4/opam
create mode 100644 packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.4/opam
create mode 100644 packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.4/opam
create mode 100644 packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.4/opam
create mode 100644 packages/diffast-langs-cpp/diffast-langs-cpp.0.4/opam
create mode 100644 packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.4/opam
create mode 100644 packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.4/opam
create mode 100644 packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.4/opam
create mode 100644 packages/diffast-langs-fortran/diffast-langs-fortran.0.4/opam
create mode 100644 packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.4/opam
create mode 100644 packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.4/opam
create mode 100644 packages/diffast-langs-java-spec/diffast-langs-java-spec.0.4/opam
create mode 100644 packages/diffast-langs-java/diffast-langs-java.0.4/opam
create mode 100644 packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.4/opam
create mode 100644 packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.4/opam
create mode 100644 packages/diffast-langs-python-spec/diffast-langs-python-spec.0.4/opam
create mode 100644 packages/diffast-langs-python/diffast-langs-python.0.4/opam
create mode 100644 packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.4/opam
create mode 100644 packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.4/opam
create mode 100644 packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.4/opam
create mode 100644 packages/diffast-langs-verilog/diffast-langs-verilog.0.4/opam
create mode 100644 packages/diffast-misc/diffast-misc.0.4/opam
create mode 100644 packages/diffast/diffast.0.4/opam
(from ocaml/opam:archlinux-ocaml-4.14@sha256:a7493eed336c1680996794df2c789c760716a9583adbb161453225685a888bfa)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:a7493eed336c1680996794df2c789c760716a9583adbb161453225685a888bfa' locally
docker.io/ocaml/opam@sha256:a7493eed336c1680996794df2c789c760716a9583adbb161453225685a888bfa: Pulling from ocaml/opam
d4254956de0f: Pulling fs layer
67503bd63c15: Pulling fs layer
5d561568e48f: Pulling fs layer
1c1616bfd0f3: Pulling fs layer
cb6f551f9462: Pulling fs layer
2bcb650614de: Pulling fs layer
0a49aba78869: Pulling fs layer
cb1783ab02e6: Pulling fs layer
9a4478b2cc06: Pulling fs layer
aac2e5c2b4d6: Pulling fs layer
103cf00e1231: Pulling fs layer
2b30a79664b3: Pulling fs layer
6ec273942ce5: Pulling fs layer
ffab19e66076: Pulling fs layer
4f4fb700ef54: Pulling fs layer
2bcb650614de: Waiting
0a49aba78869: Waiting
7bd9b44d4daa: Pulling fs layer
281d67bc0c42: Pulling fs layer
adfa4fea2c23: Pulling fs layer
cb1783ab02e6: Waiting
9a4478b2cc06: Waiting
45e0c6d40710: Pulling fs layer
aac2e5c2b4d6: Waiting
79898235451d: Pulling fs layer
1c1616bfd0f3: Waiting
103cf00e1231: Waiting
cb6f551f9462: Waiting
468c8b591ccc: Pulling fs layer
834227585230: Pulling fs layer
b63cf45d9488: Pulling fs layer
6d8d8bb4e4e4: Pulling fs layer
175dd50559c6: Pulling fs layer
487500d4ca17: Pulling fs layer
6ec273942ce5: Waiting
ffab19e66076: Waiting
45e0c6d40710: Waiting
63cc648198d6: Pulling fs layer
79898235451d: Waiting
5de000926139: Pulling fs layer
adfa4fea2c23: Waiting
468c8b591ccc: Waiting
834227585230: Waiting
4f4fb700ef54: Waiting
b63cf45d9488: Waiting
a10082e3f821: Pulling fs layer
7bd9b44d4daa: Waiting
24c4102e6a46: Pulling fs layer
487500d4ca17: Waiting
175dd50559c6: Waiting
9b38d5ecdce9: Pulling fs layer
5de000926139: Waiting
24c4102e6a46: Waiting
5c8a4f46857c: Pulling fs layer
a10082e3f821: Waiting
2b7589f4a03b: Pulling fs layer
922945444664: Pulling fs layer
2b7589f4a03b: Waiting
41b70ba4898b: Pulling fs layer
6bbacc3d915b: Pulling fs layer
41b70ba4898b: Waiting
6d8d8bb4e4e4: Waiting
6036e336f6fb: Pulling fs layer
9b38d5ecdce9: Waiting
90c3717cffad: Pulling fs layer
6036e336f6fb: Waiting
90c3717cffad: Waiting
5c8a4f46857c: Waiting
63cc648198d6: Waiting
281d67bc0c42: Waiting
2b30a79664b3: Waiting
67503bd63c15: Verifying Checksum
67503bd63c15: Download complete
1c1616bfd0f3: Verifying Checksum
1c1616bfd0f3: Download complete
cb6f551f9462: Verifying Checksum
cb6f551f9462: Download complete
2bcb650614de: Verifying Checksum
2bcb650614de: Download complete
0a49aba78869: Verifying Checksum
0a49aba78869: Download complete
cb1783ab02e6: Verifying Checksum
cb1783ab02e6: Download complete
d4254956de0f: Download complete
aac2e5c2b4d6: Verifying Checksum
aac2e5c2b4d6: Download complete
9a4478b2cc06: Verifying Checksum
9a4478b2cc06: Download complete
2b30a79664b3: Verifying Checksum
2b30a79664b3: Download complete
6ec273942ce5: Download complete
5d561568e48f: Verifying Checksum
5d561568e48f: Download complete
103cf00e1231: Verifying Checksum
103cf00e1231: Download complete
ffab19e66076: Verifying Checksum
ffab19e66076: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7bd9b44d4daa: Download complete
adfa4fea2c23: Verifying Checksum
adfa4fea2c23: Download complete
281d67bc0c42: Verifying Checksum
281d67bc0c42: Download complete
45e0c6d40710: Download complete
79898235451d: Verifying Checksum
79898235451d: Download complete
468c8b591ccc: Download complete
834227585230: Download complete
b63cf45d9488: Verifying Checksum
b63cf45d9488: Download complete
6d8d8bb4e4e4: Verifying Checksum
6d8d8bb4e4e4: Download complete
175dd50559c6: Verifying Checksum
175dd50559c6: Download complete
63cc648198d6: Verifying Checksum
63cc648198d6: Download complete
487500d4ca17: Verifying Checksum
487500d4ca17: Download complete
a10082e3f821: Verifying Checksum
a10082e3f821: Download complete
9b38d5ecdce9: Verifying Checksum
9b38d5ecdce9: Download complete
5c8a4f46857c: Verifying Checksum
5c8a4f46857c: Download complete
2b7589f4a03b: Download complete
5de000926139: Verifying Checksum
5de000926139: Download complete
41b70ba4898b: Verifying Checksum
41b70ba4898b: Download complete
6bbacc3d915b: Verifying Checksum
6bbacc3d915b: Download complete
d4254956de0f: Pull complete
67503bd63c15: Pull complete
6036e336f6fb: Verifying Checksum
6036e336f6fb: Download complete
90c3717cffad: Verifying Checksum
90c3717cffad: Download complete
922945444664: Verifying Checksum
922945444664: Download complete
24c4102e6a46: Verifying Checksum
24c4102e6a46: Download complete
5d561568e48f: Pull complete
1c1616bfd0f3: Pull complete
cb6f551f9462: Pull complete
2bcb650614de: Pull complete
0a49aba78869: Pull complete
cb1783ab02e6: Pull complete
9a4478b2cc06: Pull complete
aac2e5c2b4d6: Pull complete
103cf00e1231: Pull complete
2b30a79664b3: Pull complete
6ec273942ce5: Pull complete
ffab19e66076: Pull complete
4f4fb700ef54: Pull complete
7bd9b44d4daa: Pull complete
281d67bc0c42: Pull complete
adfa4fea2c23: Pull complete
45e0c6d40710: Pull complete
79898235451d: Pull complete
468c8b591ccc: Pull complete
834227585230: Pull complete
b63cf45d9488: Pull complete
6d8d8bb4e4e4: Pull complete
175dd50559c6: Pull complete
487500d4ca17: Pull complete
63cc648198d6: Pull complete
5de000926139: Pull complete
a10082e3f821: Pull complete
24c4102e6a46: Pull complete
9b38d5ecdce9: Pull complete
5c8a4f46857c: Pull complete
2b7589f4a03b: Pull complete
922945444664: Pull complete
41b70ba4898b: Pull complete
6bbacc3d915b: Pull complete
6036e336f6fb: Pull complete
90c3717cffad: Pull complete
Digest: sha256:a7493eed336c1680996794df2c789c760716a9583adbb161453225685a888bfa
Status: Downloaded newer image for ocaml/opam@sha256:a7493eed336c1680996794df2c789c760716a9583adbb161453225685a888bfa
2026-06-12 18:47.00 ---> saved as "ec782022b5287b6909060a77578527e13930235965ad79e84e764376ec0f288a"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-06-12 18:47.00 ---> saved as "ce3fc062a4511bf0e872a71c56bd7cebba775ea8b2ff960b208f7b2c9d023297"
/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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository
2026-06-12 18:47.13 ---> saved as "3aabf41d5804842131c4e61ff2ef7f832552b8a3b7539847afc3b347916e8600"
/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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=arch os-version=20260531.0.538839
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-06-12 18:47.14 ---> saved as "dff096cc10f63e9afe1c20639dffee510ae76d65ef3440ad8b802876539d2444"
/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-06-12 18:47.21 ---> saved as "aacbf8e5dfd019fdca8eddd08e411a227330aea9742d953b4590c95ea212489f"
/home/opam: (copy (src .) (dst opam-repository/))
2026-06-12 18:47.30 ---> saved as "e556cecf469bdbbee491aad198793fcdfa7fb3353212a6decaa1ad55ab652870"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-06-12 18:47.43 ---> saved as "99be1dbccbb6845b14eac1644bbea0d9d1384913b90ed0523ff9ec5bfdbeef00"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2026-06-12 18:47.44 ---> saved as "8bb18822a0b2273c94d4e2deda9afeb76312a4c34ce7264bf7132b5a373fbb97"
/home/opam: (run (shell "opam pin add -k version -yn diffast-langs-java.0.4 0.4"))
diffast-langs-java is now pinned to version 0.4
2026-06-12 18:47.45 ---> saved as "aaa26cd5f8b38b88b3fc3a37446e3af440543052c4306ed2ac9e419ccef757ab"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall diffast-langs-java.0.4;\
\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 \"\\\"archlinux\\\"\"; 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.0.4' && 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.0.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 50 packages
∗ base-bytes base [required by csv]
∗ base64 3.5.2 [required by diffast-core]
∗ bytesrw 0.3.0 [required by diffast-misc]
∗ camlp-streams 5.0.1 [required by diffast-core, diffast-langs-java-parsing]
∗ conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
∗ conf-gmp-powm-sec 4 [required by cryptokit]
∗ conf-pkg-config 4 [required by bytesrw]
∗ conf-zlib 1 [required by bytesrw, cryptokit]
∗ cppo 1.8.0 [required by diffast-langs-common]
∗ cryptokit 1.21.1 [required by diffast-misc]
∗ csexp 1.5.2 [required by dune-private-libs]
∗ csv 2.4 [required by diffast-core]
∗ diffast-core 0.4 [required by diffast-langs-java]
∗ diffast-langs-common 0.4 [required by diffast-langs-java-parsing]
∗ diffast-langs-java 0.4 (pinned)
∗ diffast-langs-java-parsing 0.4 [required by diffast-langs-java]
∗ diffast-langs-java-spec 0.4 [required by diffast-langs-java]
∗ diffast-misc 0.4 [required by diffast-langs-java]
∗ dune 3.23.1 [required by diffast-langs-java]
∗ dune-configurator 3.23.1 [required by cryptokit]
∗ dune-private-libs 3.23.1 [required by dune-site]
∗ dune-site 3.23.1 [required by diffast-langs-java]
∗ dyn 3.23.1 [required by dune-private-libs]
∗ fs-io 3.23.1 [required by stdune]
∗ gen 1.1 [required by sedlex]
∗ markup 1.0.3 [required by diffast-misc]
∗ menhir 20260209 [required by diffast-core, diffast-langs-java-parsing]
∗ menhirCST 20260209 [required by menhir]
∗ menhirGLR 20260209 [required by menhir]
∗ menhirLib 20260209 [required by menhir, diffast-langs-common]
∗ menhirSdk 20260209 [required by menhir]
∗ ocaml-compiler-libs v0.12.4 [required by ppxlib]
∗ ocamlbuild 0.16.1 [required by uuidm]
∗ ocamlfind 1.9.8 [required by uuidm]
∗ ordering 3.23.1 [required by dyn, stdune]
∗ pp 2.0.0 [required by dune-private-libs]
∗ ppx_derivers 1.2.1 [required by ppxlib]
∗ ppxlib 0.38.0 [required by sedlex]
∗ sedlex 3.7 [required by diffast-core, diffast-langs-java-parsing]
∗ seq base [required by gen]
∗ sexplib0 v0.17.0 [required by ppxlib]
∗ stdlib-shims 0.3.0 [required by ppxlib]
∗ stdune 3.23.1 [required by dune-private-libs]
∗ top-closure 3.23.1 [required by stdune]
∗ topkg 1.1.1 [required by uuidm]
∗ uchar 0.0.2 [required by markup]
∗ uuidm 0.9.10 [required by diffast-core]
∗ uutf 1.0.4 [required by markup]
∗ vlt 0.2.5 [required by diffast-langs-java]
∗ zarith 1.14 [required by cryptokit]
The following system packages will first need to be installed:
pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
-
- Package (6) Old Version New Version Net Change Download Size
-
- core/bash 5.3.12-1 5.3.15-1 0.00 MiB 1.91 MiB
- core/file 5.47-3 5.48-1 0.14 MiB 0.44 MiB
- core/openssl 3.6.2-2 3.6.3-1 0.25 MiB 5.48 MiB
- core/pacman-mirrorlist 20260406-1 20260610-1 0.00 MiB 0.01 MiB
- extra/rsync 3.4.3-1 3.4.4-1 0.00 MiB 0.37 MiB
- core/pkgconf 2.5.1-1 0.20 MiB 0.07 MiB
-
- Total Download Size: 8.28 MiB
- Total Installed Size: 33.29 MiB
- Net Upgrade Size: 0.59 MiB
-
- :: Proceed with installation? [Y/n]
- :: Retrieving packages...
- openssl-3.6.3-1-x86_64 downloading...
- bash-5.3.15-1-x86_64 downloading...
- file-5.48-1-x86_64 downloading...
- rsync-3.4.4-1-x86_64 downloading...
- pkgconf-2.5.1-1-x86_64 downloading...
- pacman-mirrorlist-20260610-1-any downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- installing pkgconf...
- upgrading bash...
- upgrading file...
- upgrading openssl...
- warning: directory permissions differ on /etc/ssl/private/
- filesystem: 755 package: 700
- upgrading pacman-mirrorlist...
- upgrading rsync...
- :: Running post-transaction hooks...
- (1/3) Reloading system manager configuration...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (2/3) Enqueuing marked services...
- Failed to check for chroot() environment: Permission denied
- Skipped: Current root is not booted.
- (3/3) Arming ConditionNeedsUpdate...
<><> 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.21.1 (cached)
⬇ retrieved csexp.1.5.2 (cached)
∗ installed conf-pkg-config.4
∗ installed conf-gmp.5
⬇ retrieved csv.2.4 (cached)
∗ installed conf-zlib.1
∗ installed conf-gmp-powm-sec.4
⬇ retrieved diffast-core.0.4, diffast-langs-common.0.4, diffast-langs-java.0.4, diffast-langs-java-parsing.0.4, diffast-langs-java-spec.0.4, diffast-misc.0.4 (cached)
⬇ retrieved dune.3.23.1, dune-configurator.3.23.1, dune-private-libs.3.23.1, dune-site.3.23.1, dyn.3.23.1, fs-io.3.23.1, ordering.3.23.1, stdune.3.23.1, top-closure.3.23.1 (cached)
⬇ retrieved gen.1.1 (cached)
⬇ retrieved markup.1.0.3 (cached)
⬇ retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (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.38.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 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 ocamlbuild.0.16.1
∗ installed uchar.0.0.2
∗ installed zarith.1.14
∗ installed topkg.1.1.1
∗ installed uuidm.0.9.10
∗ installed uutf.1.0.4
∗ installed bytesrw.0.3.0
∗ installed dune.3.23.1
∗ installed base64.3.5.2
∗ installed camlp-streams.5.0.1
∗ installed cppo.1.8.0
∗ installed csexp.1.5.2
∗ installed csv.2.4
∗ installed fs-io.3.23.1
∗ installed gen.1.1
∗ installed markup.1.0.3
∗ installed menhirCST.20260209
∗ installed menhirGLR.20260209
∗ installed menhirLib.20260209
∗ installed menhirSdk.20260209
∗ installed ocaml-compiler-libs.v0.12.4
∗ installed ordering.3.23.1
∗ installed pp.2.0.0
∗ installed ppx_derivers.1.2.1
∗ installed sexplib0.v0.17.0
∗ installed stdlib-shims.0.3.0
∗ installed top-closure.3.23.1
∗ installed dune-configurator.3.23.1
∗ installed dyn.3.23.1
∗ installed cryptokit.1.21.1
∗ installed stdune.3.23.1
∗ installed menhir.20260209
∗ installed dune-private-libs.3.23.1
∗ installed dune-site.3.23.1
∗ installed ppxlib.0.38.0
∗ installed vlt.0.2.5
∗ installed sedlex.3.7
∗ installed diffast-misc.0.4
∗ installed diffast-langs-common.0.4
∗ installed diffast-langs-java-parsing.0.4
∗ installed diffast-core.0.4
∗ installed diffast-langs-java-spec.0.4
∗ installed diffast-langs-java.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-12 18:52.29 ---> saved as "0ce80b1d088424b62a64722016ddc15b1ea554ab38fe6a5fb56046d6ae9b4d7c"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test diffast-langs-java.0.4) || true"))
The following actions will be performed:
=== recompile 1 package
↻ diffast-langs-java 0.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⊘ removed diffast-langs-java.0.4
∗ installed diffast-langs-java.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-12 18:52.56 ---> saved as "1c6374b28581c78f628f21c23583aeacb7f6d3e90f905d77cac5db5c3b68e1f4"
/home/opam: (run (shell "opam reinstall --with-test --verbose diffast-langs-java.0.4;\
\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 \"\\\"archlinux\\\"\"; 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.0.4' && 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
↻ diffast-langs-java 0.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [diffast-langs-java: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "diffast-langs-java" "-j" "71" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/diffast-langs-java.0.4)
- (cd _build/default/src/api/dev && /usr/sbin/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-java: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "diffast-langs-java" "--create-install-files" "diffast-langs-java" (CWD=/home/opam/.opam/4.14/.opam-switch/build/diffast-langs-java.0.4)
λ compiled diffast-langs-java.0.4
⊘ removed diffast-langs-java.0.4
∗ installed diffast-langs-java.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-12 18:53.20 ---> saved as "079feb3eacecf77249cb57bd9523c9cc62277859f9ea34986564450705fe3ccd"
Job succeeded
2026-06-12 18:53.26: Job succeeded