- github
- ocaml
- opam-repository
- 982b04
- distributions,alpine-3.23-ocaml-4.14,diffast-langs-python.0.4
(not at the head of any monitored branch or PR)
2026-06-12 13:47.55: New job: build diffast-langs-python.0.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/30013/head (982b04ef93a661d2359626d5ec2c24b5bcd0e02c)
on alpine-3.23-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:alpine-3.23-ocaml-4.14@sha256:4e151f59b74e79c5dc197eab016a8dec26fbffc1ca120947924abe448ab359ae
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-python.0.4 0.4
RUN opam reinstall diffast-langs-python.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 "\"alpine-3.23\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'diffast-langs-python.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:alpine-3.23-ocaml-4.14@sha256:4e151f59b74e79c5dc197eab016a8dec26fbffc1ca120947924abe448ab359ae-diffast-langs-python.0.4-982b04ef93a661d2359626d5ec2c24b5bcd0e02c"
2026-06-12 13:47.55: Using OBuilder spec:
((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:4e151f59b74e79c5dc197eab016a8dec26fbffc1ca120947924abe448ab359ae)
(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-python.0.4 0.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall diffast-langs-python.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 \"\\\"alpine-3.23\\\"\"; 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-python.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:41.37: Waiting for worker…
2026-06-12 18:45.31: 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:alpine-3.23-ocaml-4.14@sha256:4e151f59b74e79c5dc197eab016a8dec26fbffc1ca120947924abe448ab359ae)
Unable to find image 'ocaml/opam:alpine-3.23-ocaml-4.14@sha256:4e151f59b74e79c5dc197eab016a8dec26fbffc1ca120947924abe448ab359ae' locally
docker.io/ocaml/opam@sha256:4e151f59b74e79c5dc197eab016a8dec26fbffc1ca120947924abe448ab359ae: Pulling from ocaml/opam
6a0ac1617861: Pulling fs layer
c7f7861ee488: Pulling fs layer
242907bdbe26: Pulling fs layer
3352270e10b0: Pulling fs layer
47c18f475101: Pulling fs layer
9e65bd6c7317: Pulling fs layer
2801e5e13c88: Pulling fs layer
018ccadd5bf7: Pulling fs layer
2e273f2aabdd: Pulling fs layer
e348a3504fd1: Pulling fs layer
47c18f475101: Waiting
37f6ed8f41db: Pulling fs layer
e4dee05632b5: Pulling fs layer
9e65bd6c7317: Waiting
2801e5e13c88: Waiting
cc7d1e48a817: Pulling fs layer
018ccadd5bf7: Waiting
2e273f2aabdd: Waiting
2afc109d933b: Pulling fs layer
e348a3504fd1: Waiting
3352270e10b0: Waiting
37f6ed8f41db: Waiting
c8b994fd4978: Pulling fs layer
e4dee05632b5: Waiting
cc7d1e48a817: Waiting
2afc109d933b: Waiting
94d6ee139c18: Pulling fs layer
c8b994fd4978: Waiting
33b9b3d1317d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
48061712d8ec: Pulling fs layer
94d6ee139c18: Waiting
9379b5d8c279: Pulling fs layer
33b9b3d1317d: Waiting
4f4fb700ef54: Waiting
da5d751f6c1f: Pulling fs layer
48061712d8ec: Waiting
9379b5d8c279: Waiting
da5d751f6c1f: Waiting
ded3ed35f70f: Pulling fs layer
9d95cd3602ab: Pulling fs layer
ded3ed35f70f: Waiting
e5ec97e88805: Pulling fs layer
9d95cd3602ab: Waiting
8fa9502c7636: Pulling fs layer
e5ec97e88805: Waiting
d2ada6e134f3: Pulling fs layer
de9c4f786308: Pulling fs layer
74907ca98ac8: Pulling fs layer
d97c011a0188: Pulling fs layer
de9c4f786308: Waiting
74907ca98ac8: Waiting
d2ada6e134f3: Waiting
5e3139447bb2: Pulling fs layer
d97c011a0188: Waiting
fbec8d2a271b: Pulling fs layer
5e3139447bb2: Waiting
fbec8d2a271b: Waiting
e58fc531d97c: Pulling fs layer
6c11ea22de37: Pulling fs layer
f5b1b57878a1: Pulling fs layer
e58fc531d97c: Waiting
f5d420467040: Pulling fs layer
f5b1b57878a1: Waiting
19c404674430: Pulling fs layer
f5d420467040: Waiting
8fb8ceefd082: Pulling fs layer
19c404674430: Waiting
11ad50583c59: Pulling fs layer
8fb8ceefd082: Waiting
c07111666ca9: Pulling fs layer
11ad50583c59: Waiting
c07111666ca9: Waiting
dfae0920900e: Pulling fs layer
271790faec89: Pulling fs layer
dfae0920900e: Waiting
271790faec89: Waiting
c7f7861ee488: Verifying Checksum
c7f7861ee488: Download complete
6a0ac1617861: Verifying Checksum
6a0ac1617861: Download complete
242907bdbe26: Verifying Checksum
242907bdbe26: Download complete
47c18f475101: Download complete
6a0ac1617861: Pull complete
c7f7861ee488: Pull complete
242907bdbe26: Pull complete
9e65bd6c7317: Verifying Checksum
9e65bd6c7317: Download complete
2801e5e13c88: Verifying Checksum
2801e5e13c88: Download complete
018ccadd5bf7: Verifying Checksum
018ccadd5bf7: Download complete
e348a3504fd1: Verifying Checksum
e348a3504fd1: Download complete
2e273f2aabdd: Verifying Checksum
2e273f2aabdd: Download complete
e4dee05632b5: Verifying Checksum
e4dee05632b5: Download complete
37f6ed8f41db: Verifying Checksum
37f6ed8f41db: Download complete
2afc109d933b: Verifying Checksum
2afc109d933b: Download complete
c8b994fd4978: Download complete
cc7d1e48a817: Verifying Checksum
cc7d1e48a817: Download complete
94d6ee139c18: Verifying Checksum
94d6ee139c18: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
3352270e10b0: Verifying Checksum
3352270e10b0: Download complete
33b9b3d1317d: Verifying Checksum
33b9b3d1317d: Download complete
48061712d8ec: Verifying Checksum
48061712d8ec: Download complete
9379b5d8c279: Verifying Checksum
9379b5d8c279: Download complete
da5d751f6c1f: Verifying Checksum
da5d751f6c1f: Download complete
ded3ed35f70f: Verifying Checksum
ded3ed35f70f: Download complete
9d95cd3602ab: Verifying Checksum
9d95cd3602ab: Download complete
e5ec97e88805: Download complete
8fa9502c7636: Verifying Checksum
8fa9502c7636: Download complete
d2ada6e134f3: Download complete
de9c4f786308: Download complete
74907ca98ac8: Verifying Checksum
74907ca98ac8: Download complete
d97c011a0188: Verifying Checksum
d97c011a0188: Download complete
5e3139447bb2: Verifying Checksum
5e3139447bb2: Download complete
e58fc531d97c: Verifying Checksum
e58fc531d97c: Download complete
f5b1b57878a1: Download complete
f5d420467040: Download complete
19c404674430: Download complete
6c11ea22de37: Verifying Checksum
6c11ea22de37: Download complete
3352270e10b0: Pull complete
47c18f475101: Pull complete
9e65bd6c7317: Pull complete
2801e5e13c88: Pull complete
018ccadd5bf7: Pull complete
2e273f2aabdd: Pull complete
e348a3504fd1: Pull complete
37f6ed8f41db: Pull complete
e4dee05632b5: Pull complete
cc7d1e48a817: Pull complete
2afc109d933b: Pull complete
c8b994fd4978: Pull complete
94d6ee139c18: Pull complete
33b9b3d1317d: Pull complete
4f4fb700ef54: Pull complete
48061712d8ec: Pull complete
9379b5d8c279: Pull complete
da5d751f6c1f: Pull complete
ded3ed35f70f: Pull complete
9d95cd3602ab: Pull complete
e5ec97e88805: Pull complete
8fa9502c7636: Pull complete
d2ada6e134f3: Pull complete
de9c4f786308: Pull complete
74907ca98ac8: Pull complete
d97c011a0188: Pull complete
5e3139447bb2: Pull complete
8fb8ceefd082: Verifying Checksum
8fb8ceefd082: Download complete
c07111666ca9: Verifying Checksum
c07111666ca9: Download complete
fbec8d2a271b: Verifying Checksum
fbec8d2a271b: Download complete
dfae0920900e: Verifying Checksum
dfae0920900e: Download complete
271790faec89: Download complete
11ad50583c59: Verifying Checksum
11ad50583c59: Download complete
fbec8d2a271b: Pull complete
e58fc531d97c: Pull complete
6c11ea22de37: Pull complete
f5b1b57878a1: Pull complete
f5d420467040: Pull complete
19c404674430: Pull complete
8fb8ceefd082: Pull complete
11ad50583c59: Pull complete
c07111666ca9: Pull complete
dfae0920900e: Pull complete
271790faec89: Pull complete
Digest: sha256:4e151f59b74e79c5dc197eab016a8dec26fbffc1ca120947924abe448ab359ae
Status: Downloaded newer image for ocaml/opam@sha256:4e151f59b74e79c5dc197eab016a8dec26fbffc1ca120947924abe448ab359ae
2026-06-12 18:47.34 ---> saved as "1aa202f9b887c530035dcf8b5e9d56298d8787907543bb1c2369d9168ff8e0d4"
/: (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.35 ---> saved as "23c37e502d8cc31c3a9a25b2cda3e5846a6b12e66e11c9ba6d3e12166f8fbd40"
/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.
Continue? [Y/n] y
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
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.54 ---> saved as "17a7ce23b5d8f6390deef567599238f38c8faa33e9cc65f472c4f4a71337d505"
/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=alpine os-version=3.23.4
# 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.55 ---> saved as "fdb1d07dec60598f39e715efd77f831c21516252baccb13efa8a2719522637ca"
/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:48.08 ---> saved as "d4713e581e49d2425c18687d00be92d45c406d8eb9ed5d261e7176b50f7329c2"
/home/opam: (copy (src .) (dst opam-repository/))
2026-06-12 18:48.17 ---> saved as "97c6ed048f6a47e8780f53cf3c2a85a761750568e815b67664295a4c0a9829e6"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-06-12 18:48.34 ---> saved as "a48d5f5b1a8a2396bf0f5c22e2792a2a5b7ef743a83db9fbdb30ba60ffdce7ff"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- v3.23.4-371-gd85c2ed4b65 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]
- v3.23.4-370-g85dd2ca9e79 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]
- v3.24.0-175-g4e9f5894538 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.24.0-187-gff0670c9d74 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.24.0-181-g5208f61b21a [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 62453 distinct packages available
2026-06-12 18:48.36 ---> saved as "01b82948087b5c021376c33ca5af06fa3be4377e54e4650d5a459ad83d69f7a0"
/home/opam: (run (shell "opam pin add -k version -yn diffast-langs-python.0.4 0.4"))
diffast-langs-python is now pinned to version 0.4
2026-06-12 18:48.37 ---> saved as "29eb5351ba7f2b5b428bffc4c17e483371d5583280b5bf4365f6d2e845470d79"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall diffast-langs-python.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 \"\\\"alpine-3.23\\\"\"; 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-python.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-python.0.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 50 packages
- install base-bytes base [required by csv]
- install base64 3.5.2 [required by diffast-core]
- install bytesrw 0.2.0 [required by diffast-misc]
- install camlp-streams 5.0.1 [required by diffast-core, diffast-langs-python-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 conf-zlib, zarith]
- install conf-zlib 1 [required by bytesrw, cryptokit]
- install cppo 1.8.0 [required by diffast-langs-common]
- install cryptokit 1.21.1 [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.4 [required by diffast-langs-python]
- install diffast-langs-common 0.4 [required by diffast-langs-python-parsing]
- install diffast-langs-python 0.4 (pinned)
- install diffast-langs-python-parsing 0.4 [required by diffast-langs-python]
- install diffast-langs-python-spec 0.4 [required by diffast-langs-python]
- install diffast-misc 0.4 [required by diffast-langs-python]
- install dune 3.23.1 [required by diffast-langs-python]
- install dune-configurator 3.23.1 [required by cryptokit]
- install dune-private-libs 3.23.1 [required by dune-site]
- install dune-site 3.23.1 [required by diffast-langs-python]
- install dyn 3.23.1 [required by dune-private-libs]
- install fs-io 3.23.1 [required by stdune]
- install gen 1.1 [required by sedlex]
- install markup 1.0.3 [required by diffast-misc]
- install menhir 20260209 [required by diffast-core, diffast-langs-python-parsing]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir, diffast-langs-common]
- install menhirSdk 20260209 [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.23.1 [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.38.0 [required by sedlex]
- install sedlex 3.7 [required by diffast-core, diffast-langs-python-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 stdune 3.23.1 [required by dune-private-libs]
- install top-closure 3.23.1 [required by stdune]
- 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-python]
- install zarith 1.14 [required by cryptokit]
The following system packages will first need to be installed:
gmp-dev zlib-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apk to install them (may need root/sudo access)
2. Display the recommended apk 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 "apk" "add" "gmp-dev" "zlib-dev"
- (1/3) Installing libgmpxx (6.3.0-r4)
- (2/3) Installing gmp-dev (6.3.0-r4)
- (3/3) Installing zlib-dev (1.3.2-r0)
- OK: 338.7 MiB in 106 packages
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2 (cached)
-> retrieved bytesrw.0.2.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)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> retrieved csv.2.4 (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved diffast-core.0.4, diffast-langs-common.0.4, diffast-langs-python.0.4, diffast-langs-python-parsing.0.4, diffast-langs-python-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.2.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-python-parsing.0.4
-> installed diffast-core.0.4
-> installed diffast-langs-python-spec.0.4
-> installed diffast-langs-python.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-12 18:53.13 ---> saved as "7d81562198930d4e0af06e15441c729814577db2b88db33071474635884bce15"
Job succeeded
2026-06-12 18:53.19: Job succeeded