- github
- ocaml
- opam-repository
- 48fdb7
- extras,riscv64-ocaml-5.3,irmin-client.3.11.0
(not at the head of any monitored branch or PR)
2025-06-22 15:08.56: New job: build irmin-client.3.11.0, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/28048/head (48fdb7b54bcc9118691798729e3e6d75987a782e)
on ubuntu-24.04-ocaml-5.3/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/28048/head" && git reset --hard 48fdb7b5
git fetch origin master
git merge --no-edit 2cd8e78594a8943245b8061dbdabd39e7ca492fb
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:32c6774c32d38403000735d94a814ec48160c3990c66b20f8bf8e45a32662005
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 irmin-client.3.11.0 3.11.0
RUN opam reinstall irmin-client.3.11.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'irmin-client.3.11.0' && 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-06-22 15:08.56: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:32c6774c32d38403000735d94a814ec48160c3990c66b20f8bf8e45a32662005-irmin-client.3.11.0-48fdb7b54bcc9118691798729e3e6d75987a782e"
2025-06-22 15:08.56: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:32c6774c32d38403000735d94a814ec48160c3990c66b20f8bf8e45a32662005)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 irmin-client.3.11.0 3.11.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall irmin-client.3.11.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'irmin-client.3.11.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-06-22 15:08.56: Waiting for resource in pool OCluster
2025-06-22 15:08.58: Waiting for worker…
2025-06-22 16:18.02: Got resource from pool OCluster
Building on riscv-bm-03.sw.ci.dev
All commits already cached
Updating files: 15% (2721/17661)
Updating files: 16% (2826/17661)
Updating files: 17% (3003/17661)
Updating files: 18% (3179/17661)
Updating files: 19% (3356/17661)
Updating files: 20% (3533/17661)
Updating files: 21% (3709/17661)
Updating files: 22% (3886/17661)
Updating files: 23% (4063/17661)
Updating files: 24% (4239/17661)
Updating files: 25% (4416/17661)
Updating files: 26% (4592/17661)
Updating files: 27% (4769/17661)
Updating files: 28% (4946/17661)
Updating files: 29% (5122/17661)
Updating files: 29% (5263/17661)
Updating files: 30% (5299/17661)
Updating files: 31% (5475/17661)
Updating files: 32% (5652/17661)
Updating files: 33% (5829/17661)
Updating files: 34% (6005/17661)
Updating files: 35% (6182/17661)
Updating files: 36% (6358/17661)
Updating files: 37% (6535/17661)
Updating files: 38% (6712/17661)
Updating files: 39% (6888/17661)
Updating files: 40% (7065/17661)
Updating files: 41% (7242/17661)
Updating files: 42% (7418/17661)
Updating files: 43% (7595/17661)
Updating files: 44% (7771/17661)
Updating files: 44% (7875/17661)
Updating files: 45% (7948/17661)
Updating files: 46% (8125/17661)
Updating files: 47% (8301/17661)
Updating files: 48% (8478/17661)
Updating files: 49% (8654/17661)
Updating files: 50% (8831/17661)
Updating files: 51% (9008/17661)
Updating files: 52% (9184/17661)
Updating files: 53% (9361/17661)
Updating files: 54% (9537/17661)
Updating files: 55% (9714/17661)
Updating files: 56% (9891/17661)
Updating files: 57% (10067/17661)
Updating files: 58% (10244/17661)
Updating files: 59% (10420/17661)
Updating files: 59% (10458/17661)
Updating files: 60% (10597/17661)
Updating files: 61% (10774/17661)
Updating files: 62% (10950/17661)
Updating files: 63% (11127/17661)
Updating files: 64% (11304/17661)
Updating files: 65% (11480/17661)
Updating files: 66% (11657/17661)
Updating files: 67% (11833/17661)
Updating files: 68% (12010/17661)
Updating files: 69% (12187/17661)
Updating files: 70% (12363/17661)
Updating files: 71% (12540/17661)
Updating files: 72% (12716/17661)
Updating files: 72% (12763/17661)
Updating files: 73% (12893/17661)
Updating files: 74% (13070/17661)
Updating files: 75% (13246/17661)
Updating files: 76% (13423/17661)
Updating files: 77% (13599/17661)
Updating files: 78% (13776/17661)
Updating files: 79% (13953/17661)
Updating files: 80% (14129/17661)
Updating files: 81% (14306/17661)
Updating files: 82% (14483/17661)
Updating files: 83% (14659/17661)
Updating files: 84% (14836/17661)
Updating files: 85% (15012/17661)
Updating files: 85% (15109/17661)
Updating files: 86% (15189/17661)
Updating files: 87% (15366/17661)
Updating files: 88% (15542/17661)
Updating files: 89% (15719/17661)
Updating files: 90% (15895/17661)
Updating files: 91% (16072/17661)
Updating files: 92% (16249/17661)
Updating files: 93% (16425/17661)
Updating files: 94% (16602/17661)
Updating files: 95% (16778/17661)
Updating files: 96% (16955/17661)
Updating files: 97% (17132/17661)
Updating files: 98% (17308/17661)
Updating files: 98% (17484/17661)
Updating files: 99% (17485/17661)
Updating files: 100% (17661/17661)
Updating files: 100% (17661/17661), done.
HEAD is now at 2cd8e78594 Merge pull request #28046 from valoran-M/master
Merge made by the 'ort' strategy.
packages/irmin-bench/irmin-bench.3.11.0/opam | 60 +++++++++++++++++++
packages/irmin-chunk/irmin-chunk.3.11.0/opam | 36 +++++++++++
packages/irmin-cli/irmin-cli.3.11.0/opam | 70 ++++++++++++++++++++++
packages/irmin-client/irmin-client.3.11.0/opam | 43 +++++++++++++
.../irmin-containers/irmin-containers.3.11.0/opam | 43 +++++++++++++
packages/irmin-fs/irmin-fs.3.11.0/opam | 38 ++++++++++++
packages/irmin-git/irmin-git.3.11.0/opam | 54 +++++++++++++++++
packages/irmin-graphql/irmin-graphql.3.11.0/opam | 46 ++++++++++++++
.../irmin-mirage-git/irmin-mirage-git.3.11.0/opam | 37 ++++++++++++
.../irmin-mirage-graphql.3.11.0/opam | 36 +++++++++++
packages/irmin-mirage/irmin-mirage.3.11.0/opam | 33 ++++++++++
.../irmin-pack-tools/irmin-pack-tools.3.11.0/opam | 50 ++++++++++++++++
packages/irmin-pack/irmin-pack.3.11.0/opam | 45 ++++++++++++++
packages/irmin-server/irmin-server.3.11.0/opam | 46 ++++++++++++++
packages/irmin-test/irmin-test.3.11.0/opam | 51 ++++++++++++++++
packages/irmin-tezos/irmin-tezos.3.11.0/opam | 39 ++++++++++++
packages/irmin/irmin.3.11.0/opam | 65 ++++++++++++++++++++
packages/libirmin/libirmin.3.11.0/opam | 35 +++++++++++
packages/ppx_irmin/ppx_irmin.3.11.0/opam | 35 +++++++++++
19 files changed, 862 insertions(+)
create mode 100644 packages/irmin-bench/irmin-bench.3.11.0/opam
create mode 100644 packages/irmin-chunk/irmin-chunk.3.11.0/opam
create mode 100644 packages/irmin-cli/irmin-cli.3.11.0/opam
create mode 100644 packages/irmin-client/irmin-client.3.11.0/opam
create mode 100644 packages/irmin-containers/irmin-containers.3.11.0/opam
create mode 100644 packages/irmin-fs/irmin-fs.3.11.0/opam
create mode 100644 packages/irmin-git/irmin-git.3.11.0/opam
create mode 100644 packages/irmin-graphql/irmin-graphql.3.11.0/opam
create mode 100644 packages/irmin-mirage-git/irmin-mirage-git.3.11.0/opam
create mode 100644 packages/irmin-mirage-graphql/irmin-mirage-graphql.3.11.0/opam
create mode 100644 packages/irmin-mirage/irmin-mirage.3.11.0/opam
create mode 100644 packages/irmin-pack-tools/irmin-pack-tools.3.11.0/opam
create mode 100644 packages/irmin-pack/irmin-pack.3.11.0/opam
create mode 100644 packages/irmin-server/irmin-server.3.11.0/opam
create mode 100644 packages/irmin-test/irmin-test.3.11.0/opam
create mode 100644 packages/irmin-tezos/irmin-tezos.3.11.0/opam
create mode 100644 packages/irmin/irmin.3.11.0/opam
create mode 100644 packages/libirmin/libirmin.3.11.0/opam
create mode 100644 packages/ppx_irmin/ppx_irmin.3.11.0/opam
(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:32c6774c32d38403000735d94a814ec48160c3990c66b20f8bf8e45a32662005)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:32c6774c32d38403000735d94a814ec48160c3990c66b20f8bf8e45a32662005' locally
docker.io/ocaml/opam@sha256:32c6774c32d38403000735d94a814ec48160c3990c66b20f8bf8e45a32662005: Pulling from ocaml/opam
4ac2db62b9f8: Pulling fs layer
b9ee46ae4ae0: Pulling fs layer
fbdb72b776c8: Pulling fs layer
28ef53269cc3: Pulling fs layer
ff9c89d8a812: Pulling fs layer
e9737cd0d6eb: Pulling fs layer
621f7e944f70: Pulling fs layer
f59bfe8cdaa8: Pulling fs layer
cc47d5eae396: Pulling fs layer
43363c902afe: Pulling fs layer
067372ae5826: Pulling fs layer
23c0977dbbe0: Pulling fs layer
cbff9217640d: Pulling fs layer
9b5c001f59bd: Pulling fs layer
dff66bb092aa: Pulling fs layer
ef3b04dff481: Pulling fs layer
ff0a101f83c5: Pulling fs layer
926b8f9e6e42: Pulling fs layer
9c2c4ca9f40d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
5aa5e9627347: Pulling fs layer
0c6959e4e176: Pulling fs layer
0e3a4a9603e1: Pulling fs layer
3d6126860658: Pulling fs layer
bc35ac5eb1fe: Pulling fs layer
28ef53269cc3: Waiting
7e42788d21ac: Pulling fs layer
ff9c89d8a812: Waiting
43363c902afe: Waiting
7d1a3933f4c6: Pulling fs layer
bd652b10152f: Pulling fs layer
e9737cd0d6eb: Waiting
067372ae5826: Waiting
621f7e944f70: Waiting
727992588493: Pulling fs layer
f59bfe8cdaa8: Waiting
cc47d5eae396: Waiting
23c0977dbbe0: Waiting
b188ac72dcca: Pulling fs layer
cbff9217640d: Waiting
bed6ec1794e7: Pulling fs layer
9b5c001f59bd: Waiting
0c6959e4e176: Waiting
5fae3fd9e7e5: Pulling fs layer
dff66bb092aa: Waiting
0e3a4a9603e1: Waiting
202621fe6a64: Pulling fs layer
3d6126860658: Waiting
bc35ac5eb1fe: Waiting
1f629e6849d2: Pulling fs layer
7e42788d21ac: Waiting
7d1a3933f4c6: Waiting
97c493783180: Pulling fs layer
1e4c01e51124: Pulling fs layer
bd652b10152f: Waiting
4bb6b7ebbe15: Pulling fs layer
727992588493: Waiting
ef3b04dff481: Waiting
e272373e2b13: Pulling fs layer
ff0a101f83c5: Waiting
926b8f9e6e42: Waiting
b4ec3d66d704: Pulling fs layer
b188ac72dcca: Waiting
02495a022a49: Pulling fs layer
bed6ec1794e7: Waiting
5fae3fd9e7e5: Waiting
202621fe6a64: Waiting
d6c58158b8c0: Pulling fs layer
7752f9f7e154: Pulling fs layer
9c2c4ca9f40d: Waiting
f576eca4b7c4: Pulling fs layer
1f629e6849d2: Waiting
97c493783180: Waiting
8bc98416acf7: Pulling fs layer
1e4c01e51124: Waiting
4bb6b7ebbe15: Waiting
e272373e2b13: Waiting
56b7b613db6f: Pulling fs layer
b4ec3d66d704: Waiting
02495a022a49: Waiting
d6c58158b8c0: Waiting
7752f9f7e154: Waiting
f576eca4b7c4: Waiting
8bc98416acf7: Waiting
56b7b613db6f: Waiting
4f4fb700ef54: Waiting
5aa5e9627347: Waiting
b9ee46ae4ae0: Verifying Checksum
b9ee46ae4ae0: Download complete
fbdb72b776c8: Verifying Checksum
fbdb72b776c8: Download complete
4ac2db62b9f8: Verifying Checksum
4ac2db62b9f8: Download complete
28ef53269cc3: Verifying Checksum
28ef53269cc3: Download complete
ff9c89d8a812: Verifying Checksum
ff9c89d8a812: Download complete
621f7e944f70: Verifying Checksum
621f7e944f70: Download complete
f59bfe8cdaa8: Verifying Checksum
f59bfe8cdaa8: Download complete
cc47d5eae396: Verifying Checksum
cc47d5eae396: Download complete
4ac2db62b9f8: Pull complete
b9ee46ae4ae0: Pull complete
fbdb72b776c8: Pull complete
067372ae5826: Verifying Checksum
067372ae5826: Download complete
23c0977dbbe0: Verifying Checksum
23c0977dbbe0: Download complete
cbff9217640d: Download complete
9b5c001f59bd: Verifying Checksum
9b5c001f59bd: Download complete
28ef53269cc3: Pull complete
ff9c89d8a812: Pull complete
e9737cd0d6eb: Verifying Checksum
e9737cd0d6eb: Download complete
ef3b04dff481: Verifying Checksum
ef3b04dff481: Download complete
dff66bb092aa: Verifying Checksum
dff66bb092aa: Download complete
926b8f9e6e42: Verifying Checksum
926b8f9e6e42: Download complete
ff0a101f83c5: Download complete
9c2c4ca9f40d: Verifying Checksum
9c2c4ca9f40d: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
5aa5e9627347: Verifying Checksum
5aa5e9627347: Download complete
0c6959e4e176: Verifying Checksum
0c6959e4e176: Download complete
43363c902afe: Verifying Checksum
43363c902afe: Download complete
0e3a4a9603e1: Verifying Checksum
0e3a4a9603e1: Download complete
3d6126860658: Verifying Checksum
3d6126860658: Download complete
bc35ac5eb1fe: Verifying Checksum
bc35ac5eb1fe: Download complete
7e42788d21ac: Verifying Checksum
7e42788d21ac: Download complete
7d1a3933f4c6: Verifying Checksum
7d1a3933f4c6: Download complete
bd652b10152f: Verifying Checksum
bd652b10152f: Download complete
727992588493: Verifying Checksum
727992588493: Download complete
b188ac72dcca: Download complete
bed6ec1794e7: Verifying Checksum
bed6ec1794e7: Download complete
5fae3fd9e7e5: Verifying Checksum
5fae3fd9e7e5: Download complete
1f629e6849d2: Verifying Checksum
1f629e6849d2: Download complete
1e4c01e51124: Verifying Checksum
1e4c01e51124: Download complete
4bb6b7ebbe15: Verifying Checksum
4bb6b7ebbe15: Download complete
e272373e2b13: Verifying Checksum
e272373e2b13: Download complete
b4ec3d66d704: Verifying Checksum
b4ec3d66d704: Download complete
02495a022a49: Verifying Checksum
02495a022a49: Download complete
d6c58158b8c0: Verifying Checksum
d6c58158b8c0: Download complete
97c493783180: Verifying Checksum
97c493783180: Download complete
e9737cd0d6eb: Pull complete
f576eca4b7c4: Verifying Checksum
f576eca4b7c4: Download complete
8bc98416acf7: Verifying Checksum
8bc98416acf7: Download complete
621f7e944f70: Pull complete
56b7b613db6f: Verifying Checksum
56b7b613db6f: Download complete
f59bfe8cdaa8: Pull complete
cc47d5eae396: Pull complete
202621fe6a64: Verifying Checksum
202621fe6a64: Download complete
43363c902afe: Pull complete
067372ae5826: Pull complete
7752f9f7e154: Verifying Checksum
7752f9f7e154: Download complete
23c0977dbbe0: Pull complete
cbff9217640d: Pull complete
9b5c001f59bd: Pull complete
dff66bb092aa: Pull complete
ef3b04dff481: Pull complete
ff0a101f83c5: Pull complete
926b8f9e6e42: Pull complete
9c2c4ca9f40d: Pull complete
4f4fb700ef54: Pull complete
5aa5e9627347: Pull complete
0c6959e4e176: Pull complete
0e3a4a9603e1: Pull complete
3d6126860658: Pull complete
bc35ac5eb1fe: Pull complete
7e42788d21ac: Pull complete
7d1a3933f4c6: Pull complete
bd652b10152f: Pull complete
727992588493: Pull complete
b188ac72dcca: Pull complete
bed6ec1794e7: Pull complete
5fae3fd9e7e5: Pull complete
202621fe6a64: Pull complete
1f629e6849d2: Pull complete
97c493783180: Pull complete
1e4c01e51124: Pull complete
4bb6b7ebbe15: Pull complete
e272373e2b13: Pull complete
b4ec3d66d704: Pull complete
02495a022a49: Pull complete
d6c58158b8c0: Pull complete
7752f9f7e154: Pull complete
f576eca4b7c4: Pull complete
8bc98416acf7: Pull complete
56b7b613db6f: Pull complete
Digest: sha256:32c6774c32d38403000735d94a814ec48160c3990c66b20f8bf8e45a32662005
Status: Downloaded newer image for ocaml/opam@sha256:32c6774c32d38403000735d94a814ec48160c3990c66b20f8bf8e45a32662005
2025-06-22 16:18.13 ---> using "4f0f6ff29c5ae46428ab9e669a1b2cbd6299a6e8f5845d4dc21713e88d97dfde" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-22 16:18.13 ---> using "03526b46945e7239a8c3f7aab9d8cedfda371239ec5ee831cebba33894960639" 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 development 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-06-22 16:18.13 ---> using "49f3ecd652bd976677ec1bd9994c402f4d0f73c2548527cff681d6e09ec70c9b" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# 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 5.3
# invariant ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2025-06-22 16:18.13 ---> using "946d8128695ad8b132172f8507abf4bac2e49c6a41707e7cd3e2b87e81222f27" 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-06-22 16:18.13 ---> using "d76675b0480fd0d68429e0657b2724ce57acf37dc9bb905e341d9cd3c84c02ef" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-06-22 16:18.19 ---> using "c1992142d1886739d6a5341738d6a805d78d9a1ef46338c6c78f7143af9da309" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-22 16:18.19 ---> using "d8c7bfee4ea14e88f865c269cbd6523a1587dcab3c6abff5dfe7432a428fb44c" 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/main riscv64 Packages [759 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1130 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [465 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [855 kB]
- Fetched 3588 kB in 2s (2021 kB/s)
- Reading package lists...
-
2025-06-22 16:18.19 ---> using "0f38dc452caefd0b6c6ea6223e8292084751a0bedc88e9faf7b5ce2a8d3ffc0f" from cache
/home/opam: (run (shell "opam pin add -k version -yn irmin-client.3.11.0 3.11.0"))
irmin-client is now pinned to version 3.11.0
2025-06-22 16:18.22 ---> saved as "ffcb8f1d5b3c992f98f9d907012bb1ffe5de1c0bf4c57a2b13f775303fecd11b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall irmin-client.3.11.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'irmin-client.3.11.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
irmin-client.3.11.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 182 packages
- install angstrom 0.16.1 [required by git]
- install arp 4.0.0 [required by tcpip]
- install asn1-combinators 0.3.2 [required by x509]
- install astring 0.8.5 [required by irmin-cli]
- install awa 0.5.2 [required by git-mirage]
- install awa-mirage 0.5.2 [required by git-mirage]
- install base v0.17.3 [required by ppx_sexp_conv]
- install base-bytes base [required by cohttp]
- install base64 3.5.1 [required by cohttp, git]
- install bheap 2.0.0 [required by irmin]
- install bigarray-compat 1.1.0 [required by ctypes]
- install bigstringaf 0.10.0 [required by git-unix, git, irmin]
- install bos 0.2.1 [required by git-unix, ca-certs, yaml]
- install brr 0.0.7 [required by irmin-client]
- install ca-certs 1.0.1 [required by conduit-lwt-unix]
- install ca-certs-nss 3.108-1 [required by git-mirage]
- install carton 0.7.2 [required by git, git-unix]
- install carton-git 0.7.2 [required by git]
- install carton-lwt 0.7.2 [required by git]
- install cf 0.5.0 [required by cf-lwt]
- install cf-lwt 0.5.0 [required by irmin-watcher]
- install checkseum 0.5.2 [required by git, irmin-pack]
- install cmdliner 1.3.0 [required by irmin-cli]
- install cohttp 5.3.1 [required by irmin-cli]
- install cohttp-lwt 5.3.0 [required by irmin-cli]
- install cohttp-lwt-unix 5.3.0 [required by irmin-cli]
- install conduit 7.0.0 [required by irmin-cli]
- install conduit-lwt 7.0.0 [required by conduit-lwt-unix, irmin-cli]
- install conduit-lwt-unix 7.0.0 [required by irmin-client]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
- install conf-libffi 2.0.0 [required by ctypes-foreign]
- install conf-pkg-config 4 [required by zarith]
- install cppo 1.8.0 [required by lwt, ppx_deriving]
- install crunch 4.0.0 [required by graphql-cohttp]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by git-unix, git, irmin-git]
- install cstruct-lwt 6.2.0 [required by tcpip]
- install cstruct-unix 6.2.0 [required by awa]
- install ctypes 0.23.0 [required by yaml]
- install ctypes-foreign 0.23.0 [required by cf]
- install decompress 1.5.3 [required by git, git-unix]
- install digestif 1.3.0 [required by irmin-cli]
- install dns 10.1.0 [required by happy-eyeballs-lwt]
- install dns-client 10.1.0 [required by dns-client-mirage]
- install dns-client-mirage 10.1.0 [required by mimic-happy-eyeballs]
- install domain-name 0.4.1 [required by git, git-unix]
- install duff 0.5 [required by carton]
- install dune 3.19.1 [required by irmin-client]
- install dune-configurator 3.19.1 [required by yaml]
- install duration 0.2.1 [required by happy-eyeballs-lwt]
- install either 1.0.0 [required by repr]
- install emile 1.1 [required by git]
- install encore 0.8.1 [required by git]
- install eqaf 0.10 [required by digestif, mirage-crypto]
- install ethernet 3.2.0 [required by tcpip]
- install faraday 0.8.2 [required by h1, paf]
- install fmt 0.10.0 [required by irmin-client]
- install fpath 0.7.3 [required by git-unix, ca-certs, git, irmin-git]
- install fsevents 0.3.0 [required by fsevents-lwt]
- install fsevents-lwt 0.3.0 [required by irmin-watcher]
- install gen 1.1 [required by sedlex]
- install git 3.18.0 [required by irmin-cli]
- install git-mirage 3.18.0 [required by git-unix]
- install git-paf 3.18.0 [required by git-mirage]
- install git-unix 3.18.0 [required by irmin-cli]
- install gmap 0.3.0 [required by x509]
- install graphql 0.14.0 [required by irmin-graphql]
- install graphql-cohttp 0.14.0 [required by irmin-graphql]
- install graphql-lwt 0.14.0 [required by irmin-graphql]
- install graphql_parser 0.14.0 [required by irmin-graphql]
- install h1 1.0.0 [required by git-paf]
- install h2 0.13.0 [required by paf]
- install happy-eyeballs 2.0.1 [required by git-mirage, happy-eyeballs-lwt]
- install happy-eyeballs-lwt 2.0.1 [required by irmin-cli]
- install happy-eyeballs-mirage 2.0.1 [required by git-mirage]
- install hpack 0.13.0 [required by h2]
- install httpun-types 0.2.0 [required by h1]
- install hxd 0.3.4 [required by git]
- install index 1.6.2 [required by irmin-pack]
- install inotify 2.6 [required by irmin-watcher]
- install integers 0.7.0 [required by ctypes]
- install ipaddr 5.6.0 [required by irmin-client]
- install ipaddr-cstruct 5.6.0 [required by tcpip]
- install ipaddr-sexp 5.6.0 [required by conduit-lwt-unix]
- install irmin 3.11.0 [required by irmin-cli]
- install irmin-cli 3.11.0 [required by irmin-client]
- install irmin-client 3.11.0 (pinned)
- install irmin-fs 3.11.0 [required by irmin-cli]
- install irmin-git 3.11.0 [required by irmin-cli]
- install irmin-graphql 3.11.0 [required by irmin-cli]
- install irmin-pack 3.11.0 [required by irmin-cli]
- install irmin-server 3.11.0 [required by irmin-client]
- install irmin-tezos 3.11.0 [required by irmin-cli]
- install irmin-watcher 0.5.0 [required by irmin-cli]
- install js_of_ocaml 6.0.1 [required by js_of_ocaml-lwt]
- install js_of_ocaml-compiler 6.0.1 [required by brr]
- install js_of_ocaml-lwt 6.0.1 [required by irmin-client]
- install js_of_ocaml-ppx 6.0.1 [required by js_of_ocaml-lwt]
- install js_of_ocaml-toplevel 6.0.1 [required by brr]
- install jsonm 1.0.2 [required by cohttp, irmin]
- install kdf 1.0.0 [required by x509]
- install ke 0.6 [required by git]
- install logs 0.7.0 [required by irmin-client]
- install lru 0.3.1 [required by index]
- install lwt 5.9.1 [required by irmin-client]
- install lwt-dllist 1.1.0 [required by irmin-client]
- install lwt_log 1.1.2 [required by js_of_ocaml-lwt]
- install macaddr 5.6.0 [required by ipaddr]
- install macaddr-cstruct 5.6.0 [required by tcpip]
- install magic-mime 1.3.1 [required by cohttp-lwt-unix]
- install menhir 20240715 [required by js_of_ocaml-compiler]
- install menhirCST 20240715 [required by menhir]
- install menhirLib 20240715 [required by js_of_ocaml-compiler]
- install menhirSdk 20240715 [required by js_of_ocaml-compiler]
- install metrics 0.5.0 [required by tcpip]
- install mimic 0.0.9 [required by git-unix, git, irmin-git]
- install mimic-happy-eyeballs 0.0.9 [required by git-mirage]
- install mirage-crypto 2.0.1 [required by ca-certs]
- install mirage-crypto-ec 2.0.1 [required by x509]
- install mirage-crypto-pk 2.0.1 [required by x509]
- install mirage-crypto-rng 2.0.1 [required by x509]
- install mirage-flow 5.0.0 [required by git, git-unix]
- install mirage-kv 6.1.1 [required by tls-mirage]
- install mirage-mtime 5.0.0 [required by awa-mirage, awa, happy-eyeballs-mirage]
- install mirage-net 4.0.0 [required by tcpip]
- install mirage-ptime 5.0.0 [required by git-mirage]
- install mirage-sleep 4.0.0 [required by git-mirage]
- install mtime 2.1.0 [required by irmin, git-unix, irmin-pack]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by brr]
- install ocamlfind 1.9.8 [required by brr]
- install ocamlgraph 2.2.0 [required by git, irmin]
- install ocplib-endian 1.2 [required by graphql-cohttp]
- install ohex 0.2.0 [required by ca-certs]
- install optint 0.3.0 [required by irmin-pack, git, irmin-server]
- install paf 0.8.0 [required by git-paf]
- install parsexp v0.17.0 [required by sexplib]
- install pecu 0.7 [required by emile]
- install ppx_blob 0.9.0 [required by irmin-cli]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_deriving 6.0.3 [required by ppx_repr]
- install ppx_irmin 3.11.0 [required by irmin-server, irmin-git, irmin, etc.]
- install ppx_repr 0.7.0 [required by ppx_irmin, index]
- install ppx_sexp_conv v0.17.0 [required by conduit-lwt-unix]
- install ppxlib 0.35.0 [required by js_of_ocaml-toplevel, js_of_ocaml-compiler, js_of_ocaml-ppx]
- install ppxlib_jane v0.17.2 [required by ppx_sexp_conv]
- install progress 0.4.0 [required by index]
- install psq 0.2.1 [required by git]
- install ptime 1.2.0 [required by ca-certs]
- install randomconv 0.2.0 [required by tcpip, dns-client]
- install re 1.12.0 [required by cohttp]
- install repr 0.7.0 [required by irmin]
- install rresult 0.7.0 [required by git, git-unix]
- install rusage 1.0.0 [required by irmin-pack]
- install sedlex 3.6 [required by js_of_ocaml-compiler]
- install semaphore-compat 1.0.2 [required by index]
- install seq base [required by re, graphql]
- install sexplib v0.17.0 [required by websocket-lwt-unix]
- install sexplib0 v0.17.0 [required by cohttp, conduit-lwt, cohttp-lwt]
- install stdlib-shims 0.3.0 [required by ppxlib, index]
- install stringext 1.6.0 [required by cohttp]
- install tcpip 9.0.1 [required by git-unix]
- install terminal 0.4.0 [required by progress]
- install tezos-base58 1.0.0 [required by irmin-tezos]
- install tls 2.0.1 [required by git-unix]
- install tls-mirage 2.0.1 [required by git-mirage]
- install topkg 1.0.8 [required by brr]
- install uri 4.4.0 [required by conduit-lwt-unix, irmin-cli]
- install uri-sexp 4.4.0 [required by cohttp]
- install uucp 16.0.0 [required by progress]
- install uutf 1.0.4 [required by irmin]
- install vector 1.0.0 [required by progress]
- install websocket 2.17 [required by websocket-lwt-unix]
- install websocket-lwt-unix 2.17 [required by irmin-client]
- install x509 1.0.6 [required by ca-certs]
- install yaml 3.2.0 [required by irmin-cli]
- install yojson 3.0.0 [required by js_of_ocaml-compiler, irmin-tezos]
- install zarith 1.14 [required by tezos-base58]
The following system packages will first need to be installed:
libffi-dev libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libgmp-dev" "pkg-config"
- 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 ... 16279 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 libffi-dev:riscv64.
- Preparing to unpack .../6-libffi-dev_3.4.6-1build1_riscv64.deb ...
- Unpacking libffi-dev:riscv64 (3.4.6-1build1) ...
- Setting up libffi-dev:riscv64 (3.4.6-1build1) ...
- 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 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.4) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved arp.4.0.0 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved awa.0.5.2, awa-mirage.0.5.2 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved base64.3.5.1 (cached)
-> retrieved bheap.2.0.0 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved brr.0.0.7 (cached)
-> retrieved ca-certs.1.0.1 (cached)
-> retrieved ca-certs-nss.3.108-1 (cached)
-> retrieved carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2 (cached)
-> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)
-> retrieved checkseum.0.5.2 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cohttp.5.3.1 (cached)
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0 (cached)
-> retrieved conduit.7.0.0, conduit-lwt.7.0.0, conduit-lwt-unix.7.0.0 (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 crunch.4.0.0 (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-libffi.2.0.0
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0 (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
-> retrieved decompress.1.5.3 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved dns.10.1.0, dns-client.10.1.0, dns-client-mirage.10.1.0 (cached)
-> retrieved domain-name.0.4.1 (cached)
-> retrieved duff.0.5 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved either.1.0.0 (cached)
-> retrieved emile.1.1 (cached)
-> retrieved encore.0.8.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved ethernet.3.2.0 (cached)
-> retrieved faraday.0.8.2 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached)
-> installed cmdliner.1.3.0
-> retrieved gen.1.1 (cached)
-> retrieved git.3.18.0, git-mirage.3.18.0, git-paf.3.18.0, git-unix.3.18.0 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved graphql.0.14.0, graphql-cohttp.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0 (cached)
-> retrieved h1.1.0.0 (cached)
-> retrieved h2.0.13.0, hpack.0.13.0 (cached)
-> retrieved happy-eyeballs.2.0.1, happy-eyeballs-lwt.2.0.1, happy-eyeballs-mirage.2.0.1 (cached)
-> retrieved httpun-types.0.2.0 (cached)
-> retrieved hxd.0.3.4 (cached)
-> retrieved index.1.6.2 (cached)
-> retrieved inotify.2.6 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0 (cached)
-> retrieved irmin.3.11.0, irmin-cli.3.11.0, irmin-client.3.11.0, irmin-fs.3.11.0, irmin-git.3.11.0, irmin-graphql.3.11.0, irmin-pack.3.11.0, irmin-server.3.11.0, irmin-tezos.3.11.0, ppx_irmin.3.11.0 (cached)
-> retrieved irmin-watcher.0.5.0 (cached)
-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-lwt.6.0.1, js_of_ocaml-ppx.6.0.1, js_of_ocaml-toplevel.6.0.1 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved ke.0.6 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt.5.9.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved lwt_log.1.1.2 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved metrics.0.5.0 (cached)
-> retrieved mimic.0.0.9, mimic-happy-eyeballs.0.0.9 (cached)
-> retrieved mirage-crypto.2.0.1, mirage-crypto-ec.2.0.1, mirage-crypto-pk.2.0.1, mirage-crypto-rng.2.0.1 (cached)
-> retrieved mirage-flow.5.0.0 (cached)
-> retrieved mirage-kv.6.1.1 (cached)
-> retrieved mirage-mtime.5.0.0 (cached)
-> retrieved mirage-net.4.0.0 (cached)
-> retrieved mirage-ptime.5.0.0 (cached)
-> retrieved mirage-sleep.4.0.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved paf.0.8.0 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved pecu.0.7 (cached)
-> retrieved ppx_blob.0.9.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_repr.0.7.0, repr.0.7.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved ppxlib_jane.v0.17.2 (cached)
-> retrieved progress.0.4.0, terminal.0.4.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved randomconv.0.2.0 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved rusage.1.0.0 (cached)
-> retrieved sedlex.3.6 (cached)
-> retrieved semaphore-compat.1.0.2 (cached)
-> retrieved seq.base (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved tcpip.9.0.1 (cached)
-> retrieved tezos-base58.1.0.0 (cached)
-> retrieved tls.2.0.1, tls-mirage.2.0.1 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uucp.16.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved vector.1.0.0 (cached)
-> retrieved websocket.2.17, websocket-lwt-unix.2.17 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved yaml.3.2.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed seq.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.0.8
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed fpath.0.7.3
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed jsonm.1.0.2
-> installed dune.3.19.1
-> installed base64.3.5.1
-> installed asn1-combinators.0.3.2
-> installed bheap.2.0.0
-> installed bigarray-compat.1.1.0
-> installed crunch.4.0.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed domain-name.0.4.1
-> installed cstruct.6.2.0
-> installed duff.0.5
-> installed cstruct-unix.6.2.0
-> installed duration.0.2.1
-> installed either.1.0.0
-> installed eqaf.0.10
-> installed dune-configurator.3.19.1
-> installed gen.1.1
-> installed bigstringaf.0.10.0
-> installed gmap.0.3.0
-> installed faraday.0.8.2
-> installed ke.0.6
-> installed httpun-types.0.2.0
-> installed digestif.1.3.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.0
-> installed menhirCST.20240715
-> installed ipaddr.5.6.0
-> installed magic-mime.1.3.1
-> installed macaddr-cstruct.5.6.0
-> installed ipaddr-cstruct.5.6.0
-> installed menhirSdk.20240715
-> installed menhirLib.20240715
-> installed metrics.0.5.0
-> installed mirage-crypto.2.0.1
-> installed mirage-mtime.5.0.0
-> installed kdf.1.0.0
-> installed mirage-ptime.5.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed uucp.16.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed angstrom.0.16.1
-> installed ocamlgraph.2.2.0
-> installed encore.0.8.1
-> installed h1.1.0.0
-> installed hpack.0.13.0
-> installed ohex.0.2.0
-> installed optint.0.3.0
-> installed pecu.0.7
-> installed checkseum.0.5.2
-> installed lwt.5.9.1
-> installed emile.1.1
-> installed cstruct-lwt.6.2.0
-> installed decompress.1.5.3
-> installed inotify.2.6
-> installed hxd.0.3.4
-> installed lwt_log.1.1.2
-> installed mirage-flow.5.0.0
-> installed mirage-kv.6.1.1
-> installed mirage-net.4.0.0
-> installed ppx_derivers.1.2.1
-> installed mirage-sleep.4.0.0
-> installed randomconv.0.2.0
-> installed psq.0.2.1
-> installed menhir.20240715
-> installed re.1.12.0
-> installed repr.0.7.0
-> installed lru.0.3.1
-> installed rusage.1.0.0
-> installed semaphore-compat.1.0.2
-> installed h2.0.13.0
-> installed graphql_parser.0.14.0
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed tezos-base58.1.0.0
-> installed sexplib0.v0.17.0
-> installed terminal.0.4.0
-> installed integers.0.7.0
-> installed uri.4.4.0
-> installed parsexp.v0.17.0
-> installed ctypes.0.23.0
-> installed sexplib.v0.17.0
-> installed ctypes-foreign.0.23.0
-> installed vector.1.0.0
-> installed cf.0.5.0
-> installed base.v0.17.3
-> installed cf-lwt.0.5.0
-> installed fsevents.0.3.0
-> installed fsevents-lwt.0.3.0
-> installed yojson.3.0.0
-> installed graphql.0.14.0
-> installed graphql-lwt.0.14.0
-> installed ppxlib.0.35.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_blob.0.9.0
-> installed ppx_deriving.6.0.3
-> installed sedlex.3.6
-> installed ppx_sexp_conv.v0.17.0
-> installed ppx_repr.0.7.0
-> installed ipaddr-sexp.5.6.0
-> installed uri-sexp.4.4.0
-> installed cohttp.5.3.1
-> installed graphql-cohttp.0.14.0
-> installed js_of_ocaml-compiler.6.0.1
-> installed js_of_ocaml-toplevel.6.0.1
-> installed brr.0.0.7
-> installed js_of_ocaml.6.0.1
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed cohttp-lwt.5.3.0
-> installed carton.0.7.2
-> installed js_of_ocaml-ppx.6.0.1
-> installed carton-lwt.0.7.2
-> installed ethernet.3.2.0
-> installed carton-git.0.7.2
-> installed conduit.7.0.0
-> installed arp.4.0.0
-> installed happy-eyeballs.2.0.1
-> installed irmin-watcher.0.5.0
-> installed dns.10.1.0
-> installed mimic.0.0.9
-> installed conduit-lwt.7.0.0
-> installed happy-eyeballs-lwt.2.0.1
-> installed mirage-crypto-rng.2.0.1
-> installed git.3.18.0
-> installed dns-client.10.1.0
-> installed ppx_irmin.3.11.0
-> installed mirage-crypto-pk.2.0.1
-> installed js_of_ocaml-lwt.6.0.1
-> installed progress.0.4.0
-> installed tcpip.9.0.1
-> installed mirage-crypto-ec.2.0.1
-> installed happy-eyeballs-mirage.2.0.1
-> installed websocket.2.17
-> installed x509.1.0.6
-> installed index.1.6.2
-> installed awa.0.5.2
-> installed irmin.3.11.0
-> installed ca-certs.1.0.1
-> installed awa-mirage.0.5.2
-> installed yaml.3.2.0
-> installed ca-certs-nss.3.108-1
-> installed conduit-lwt-unix.7.0.0
-> installed irmin-fs.3.11.0
-> installed tls.2.0.1
-> installed tls-mirage.2.0.1
-> installed dns-client-mirage.10.1.0
-> installed paf.0.8.0
-> installed mimic-happy-eyeballs.0.0.9
-> installed git-paf.3.18.0
-> installed git-mirage.3.18.0
-> installed cohttp-lwt-unix.5.3.0
-> installed websocket-lwt-unix.2.17
-> installed git-unix.3.18.0
-> installed irmin-graphql.3.11.0
-> installed irmin-pack.3.11.0
-> installed irmin-tezos.3.11.0
-> installed irmin-git.3.11.0
-> installed irmin-server.3.11.0
-> installed irmin-cli.3.11.0
-> installed irmin-client.3.11.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-22 16:48.09 ---> saved as "d131c4768a923864a1ee8a90026627c93e0aa23e7fd1b614000fe71c44d2277f"
Job succeeded
2025-06-22 16:48.42: Job succeeded