2025-05-31 16:20.26: New job: test robur-coop/git-kv https://github.com/robur-coop/git-kv.git#refs/heads/main (eb28173c1ecf97e77071982f668f98af85d50955) (linux-arm64:debian-12-4.14_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/robur-coop/git-kv.git" -b "main" && cd "git-kv" && git reset --hard eb28173c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b
# debian-12-4.14_arm32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e dace5e43b1aa5e4580841f3e0fc1dd94d8c0c5d3 || git fetch origin master) && git reset -q --hard dace5e43b1aa5e4580841f3e0fc1dd94d8c0c5d3 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 git-net.opam git-kv.opam ./
RUN opam pin add -yn git-net.dev './' && \
opam pin add -yn git-kv.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 angstrom.0.16.1 arp.3.1.1 asn1-combinators.0.2.6 astring.0.8.5 awa.0.3.1 awa-mirage.0.3.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.1 ca-certs-nss.3.101 cachet.0.0.2 cachet-lwt.0.0.2 carton.dev carton-git-lwt.dev carton-lwt.dev checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 decompress.1.5.3 digestif.1.3.0 dns.8.0.0 dns-client.8.0.0 dns-client-mirage.8.0.0 domain-name.0.4.1 duff.0.5 dune.3.19.0 dune-configurator.3.19.0 duration.0.2.1 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 faraday.0.8.2 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 h1.1.0.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-mirage.2.0.1 hkdf.1.0.4 hpack.0.13.0 httpaf.0.7.1 httpun-types.0.2.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.9 mimic-happy-eyeballs.0.0.9 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-ptime.5.0.0 mirage-random.3.0.0 mirage-sleep.4.0.0 mirage-time.3.0.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 paf.0.6.0 pbkdf.1.2.0 pecu.0.7 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 re.1.12.0 result.1.5 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tcpip.8.1.0 tls.0.17.5 tls-mirage.0.17.5 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 x509.0.16.5 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y git-net.dev git-kv.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-05-31 16:20.26: Using cache hint "robur-coop/git-kv-ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b-debian-12-4.14_arm32_opam-2.3-e0ab980cf34d807295ea9ebbb4a7804c"
2025-05-31 16:20.26: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b)
(comment debian-12-4.14_arm32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e dace5e43b1aa5e4580841f3e0fc1dd94d8c0c5d3 || git fetch origin master) && git reset -q --hard dace5e43b1aa5e4580841f3e0fc1dd94d8c0c5d3 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src git-net.opam git-kv.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn git-net.dev './' && \
\nopam pin add -yn git-kv.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 angstrom.0.16.1 arp.3.1.1 asn1-combinators.0.2.6 astring.0.8.5 awa.0.3.1 awa-mirage.0.3.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.1 ca-certs-nss.3.101 cachet.0.0.2 cachet-lwt.0.0.2 carton.dev carton-git-lwt.dev carton-lwt.dev checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 decompress.1.5.3 digestif.1.3.0 dns.8.0.0 dns-client.8.0.0 dns-client-mirage.8.0.0 domain-name.0.4.1 duff.0.5 dune.3.19.0 dune-configurator.3.19.0 duration.0.2.1 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 faraday.0.8.2 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 h1.1.0.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-mirage.2.0.1 hkdf.1.0.4 hpack.0.13.0 httpaf.0.7.1 httpun-types.0.2.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.9 mimic-happy-eyeballs.0.0.9 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-ptime.5.0.0 mirage-random.3.0.0 mirage-sleep.4.0.0 mirage-time.3.0.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 paf.0.6.0 pbkdf.1.2.0 pecu.0.7 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 re.1.12.0 result.1.5 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tcpip.8.1.0 tls.0.17.5 tls-mirage.0.17.5 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 x509.0.16.5 zarith.1.14")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y git-net.dev git-kv.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-05-31 16:20.26: Waiting for resource in pool OCluster
2025-05-31 16:20.26: Waiting for worker…
2025-05-31 16:20.26: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at eb28173 Fix our tests
(from ocaml/opam:debian-12-ocaml-4.14@sha256:9df74c8c6f53ce83389297048432f019fb17fc96c28f27ca700eb3c2c9e01b3b)
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-05-31 16:20.27 ---> using "fbe3507ddfb49174807fb3b5ec2c92e2ca5df35a1a8d51ef85d3c3a7b9384458" from cache
/: (comment debian-12-4.14_arm32_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-31 16:20.27 ---> using "ae4dd88ea2ca0788dc5bb2f6931cb371f1b60ad5339a93b10dddb4bfef7b2759" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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-05-31 16:20.27 ---> using "b583ae389992b18bccc9a56bde4d5cdbbb09ed2ee10a121d14d0436740f10599" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-05-31 16:20.27 ---> using "6635db15231ab8d3249eeae60f6c031947eac456c82609d256b98a1fb62d09ac" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-05-31 16:20.27 ---> using "293ada7600339663cf2d7244bc3f71ecc18e47e08e94c3d56db50b0fb310c6c1" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e dace5e43b1aa5e4580841f3e0fc1dd94d8c0c5d3 || git fetch origin master) && git reset -q --hard dace5e43b1aa5e4580841f3e0fc1dd94d8c0c5d3 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
0d013e603b..6ef11c3f34 master -> origin/master
dace5e43b1 Merge pull request #27571 from hannesm/cohttp-uri
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-05-31 16:20.27 ---> using "dfebd0dd02a0086023b247efe516608228d02cfef97b2820144fd538055694cf" from cache
/src: (copy (src git-net.opam git-kv.opam) (dst ./))
2025-05-31 16:20.27 ---> using "5782d0f53354f003c085ab96b6ac2231335af5662b17321ca047f88edc981f43" from cache
/src: (run (network host)
(shell "opam pin add -yn git-net.dev './' && \
\nopam pin add -yn git-kv.dev './'"))
Package git-net does not exist, create as a NEW package? [y/n] y
[git-net.dev] synchronised (file:///src)
git-net is now pinned to file:///src (version dev)
[git-kv.dev] synchronised (file:///src)
The following additional pinnings are required by git-kv.dev:
- carton.dev at git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b
- carton-lwt.dev at git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b
- carton-git-lwt.dev at git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b
Pin and install them? [y/n] y
[carton.dev] synchronised (no changes)
carton is now pinned to git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b (version dev)
[carton-lwt.dev] synchronised (no changes)
carton-lwt is now pinned to git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b (version dev)
[carton-git-lwt.dev] synchronised (no changes)
carton-git-lwt is now pinned to git+https://github.com/robur-coop/carton.git#f98fa095c3ebe4b6d7e43b9cc9f620f06dd0431b (version dev)
git-kv is now pinned to file:///src (version dev)
2025-05-31 16:20.27 ---> using "3ba75ccbb05ea0b757bf9e4916c92ebe7ceb097932b571bd42790e274a793a1d" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-31 16:20.27 ---> using "a5f1a83ba4a875a6df45603a9d5e0ddb750c2e1e03d5d7b7217685c259af916d" from cache
/src: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 arp.3.1.1 asn1-combinators.0.2.6 astring.0.8.5 awa.0.3.1 awa-mirage.0.3.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.1 ca-certs-nss.3.101 cachet.0.0.2 cachet-lwt.0.0.2 carton.dev carton-git-lwt.dev carton-lwt.dev checkseum.0.5.2 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-unix.6.2.0 decompress.1.5.3 digestif.1.3.0 dns.8.0.0 dns-client.8.0.0 dns-client-mirage.8.0.0 domain-name.0.4.1 duff.0.5 dune.3.19.0 dune-configurator.3.19.0 duration.0.2.1 emile.1.1 encore.0.8.1 eqaf.0.9 ethernet.3.2.0 faraday.0.8.2 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 h1.1.0.0 h2.0.13.0 happy-eyeballs.2.0.1 happy-eyeballs-lwt.2.0.1 happy-eyeballs-mirage.2.0.1 hkdf.1.0.4 hpack.0.13.0 httpaf.0.7.1 httpun-types.0.2.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 lwt-dllist.1.1.0 macaddr.5.6.0 macaddr-cstruct.5.6.0 metrics.0.4.1 mimic.0.0.9 mimic-happy-eyeballs.0.0.9 mirage-clock.4.2.0 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 mirage-flow.5.0.0 mirage-kv.6.1.1 mirage-mtime.5.0.0 mirage-net.4.0.0 mirage-ptime.5.0.0 mirage-random.3.0.0 mirage-sleep.4.0.0 mirage-time.3.0.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 optint.0.3.0 paf.0.6.0 pbkdf.1.2.0 pecu.0.7 psq.0.2.1 ptime.1.2.0 randomconv.0.1.3 re.1.12.0 result.1.5 rresult.0.7.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tcpip.8.1.0 tls.0.17.5 tls-mirage.0.17.5 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 x509.0.16.5 zarith.1.14")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y git-net.dev git-kv.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8508 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [246 kB]
- Fetched 9009 kB in 3s (3243 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[carton-lwt.dev] synchronised (no changes)
[carton-git-lwt.dev] synchronised (no changes)
[carton.dev] synchronised (no changes)
[git-kv.dev] synchronised (file:///src)
[git-net.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:armhf.
- (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 ... 18475 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
- Unpacking libgmpxx4ldbl:armhf (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:armhf.
- Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_armhf.deb ...
- Unpacking libgmp-dev:armhf (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:armhf.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_armhf.deb ...
- Unpacking libpkgconf3:armhf (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_armhf.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:armhf.
- Preparing to unpack .../4-pkgconf_1.8.1-1_armhf.deb ...
- Unpacking pkgconf:armhf (1.8.1-1) ...
- Selecting previously unselected package pkg-config:armhf.
- Preparing to unpack .../5-pkg-config_1.8.1-1_armhf.deb ...
- Unpacking pkg-config:armhf (1.8.1-1) ...
- Setting up libpkgconf3:armhf (1.8.1-1) ...
- Setting up libgmpxx4ldbl:armhf (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgmp-dev:armhf (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:armhf (1.8.1-1) ...
- Setting up pkg-config:armhf (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-05-31 16:20.27 ---> using "9f71beed1ec1ada175a5b3574b06158d163d06393ed19315afe48820f316c16f" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[carton.dev] synchronised (no changes)
[carton-lwt.dev] synchronised (no changes)
[carton-git-lwt.dev] synchronised (no changes)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 109 packages
- install alcotest 1.9.0
- install angstrom 0.16.1
- install arp 3.1.1
- install asn1-combinators 0.2.6
- install astring 0.8.5
- install awa 0.3.1
- install awa-mirage 0.3.1
- install base-bytes base
- install base64 3.5.1
- install bigstringaf 0.10.0
- install bos 0.2.1
- install bstr 0.0.1
- install ca-certs-nss 3.101
- install cachet 0.0.2
- install cachet-lwt 0.0.2
- install carton dev (pinned)
- install carton-git-lwt dev (pinned)
- install carton-lwt dev (pinned)
- install checkseum 0.5.2
- install cmdliner 1.3.0
- install conf-gmp 5
- install conf-gmp-powm-sec 4
- install conf-pkg-config 4
- install cppo 1.8.0
- install csexp 1.5.2
- install cstruct 6.2.0
- install cstruct-lwt 6.2.0
- install cstruct-unix 6.2.0
- install decompress 1.5.3
- install digestif 1.3.0
- install dns 8.0.0
- install dns-client 8.0.0
- install dns-client-mirage 8.0.0
- install domain-name 0.4.1
- install duff 0.5
- install dune 3.19.0
- install dune-configurator 3.19.0
- install duration 0.2.1
- install emile 1.1
- install encore 0.8.1
- install eqaf 0.9
- install ethernet 3.2.0
- install faraday 0.8.2
- install fmt 0.10.0
- install fpath 0.7.3
- install gmap 0.3.0
- install h1 1.0.0
- install h2 0.13.0
- install happy-eyeballs 2.0.1
- install happy-eyeballs-lwt 2.0.1
- install happy-eyeballs-mirage 2.0.1
- install hkdf 1.0.4 (deprecated)
- install hpack 0.13.0
- install httpaf 0.7.1
- install httpun-types 0.2.0
- install hxd 0.3.3
- install ipaddr 5.6.0
- install ipaddr-cstruct 5.6.0
- install ke 0.6
- install logs 0.8.0
- install lru 0.3.1
- install lwt 5.9.1
- install lwt-dllist 1.1.0
- install macaddr 5.6.0
- install macaddr-cstruct 5.6.0
- install metrics 0.4.1
- install mimic 0.0.9
- install mimic-happy-eyeballs 0.0.9
- install mirage-clock 4.2.0
- install mirage-crypto 0.11.3
- install mirage-crypto-ec 0.11.3
- install mirage-crypto-pk 0.11.3
- install mirage-crypto-rng 0.11.3
- install mirage-flow 5.0.0
- install mirage-kv 6.1.1
- install mirage-mtime 5.0.0
- install mirage-net 4.0.0
- install mirage-ptime 5.0.0
- install mirage-random 3.0.0 (deprecated)
- install mirage-sleep 4.0.0
- install mirage-time 3.0.0
- install mtime 2.1.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ocplib-endian 1.2
- install ohex 0.2.0
- install optint 0.3.0
- install paf 0.6.0
- install pbkdf 1.2.0
- install pecu 0.7
- install psq 0.2.1
- install ptime 1.2.0
- install randomconv 0.1.3
- install re 1.12.0
- install result 1.5
- install rresult 0.7.0
- install seq base
- install sexplib0 v0.17.0
- install stdlib-shims 0.3.0
- install stringext 1.6.0
- install tcpip 8.1.0
- install tls 0.17.5
- install tls-mirage 0.17.5
- install topkg 1.0.8
- install uri 4.4.0
- install uutf 1.0.4
- install x509 0.16.5
- install zarith 1.14
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arp.3.1.1 (cached)
-> retrieved angstrom.0.16.1 (cached)
-> retrieved alcotest.1.9.0 (cached)
-> retrieved asn1-combinators.0.2.6 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved awa.0.3.1, awa-mirage.0.3.1 (cached)
-> retrieved base64.3.5.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved bstr.0.0.1 (cached)
-> retrieved cachet.0.0.2, cachet-lwt.0.0.2 (cached)
-> retrieved ca-certs-nss.3.101 (cached)
-> retrieved carton-lwt.dev (no changes)
-> retrieved carton-git-lwt.dev (no changes)
-> retrieved checkseum.0.5.2 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> retrieved carton.dev (no changes)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0 (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved decompress.1.5.3 (cached)
-> retrieved domain-name.0.4.1 (cached)
-> retrieved duff.0.5 (cached)
-> retrieved dns.8.0.0, dns-client.8.0.0, dns-client-mirage.8.0.0 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved emile.1.1 (cached)
-> retrieved encore.0.8.1 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved eqaf.0.9 (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 gmap.0.3.0 (cached)
-> retrieved h1.1.0.0 (cached)
-> retrieved happy-eyeballs.2.0.1, happy-eyeballs-lwt.2.0.1, happy-eyeballs-mirage.2.0.1 (cached)
-> retrieved h2.0.13.0, hpack.0.13.0 (cached)
-> retrieved hkdf.1.0.4 (cached)
-> retrieved httpaf.0.7.1 (cached)
-> retrieved hxd.0.3.3 (cached)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0 (cached)
-> retrieved dune.3.19.0, dune-configurator.3.19.0 (cached)
-> retrieved httpun-types.0.2.0 (cached)
-> retrieved ke.0.6 (cached)
-> retrieved logs.0.8.0 (cached)
-> retrieved lru.0.3.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved metrics.0.4.1 (cached)
-> retrieved lwt.5.9.1 (cached)
-> retrieved mimic.0.0.9, mimic-happy-eyeballs.0.0.9 (cached)
-> retrieved mirage-clock.4.2.0 (cached)
-> installed cmdliner.1.3.0
-> 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-random.3.0.0 (cached)
-> retrieved mirage-ptime.5.0.0 (cached)
-> retrieved mirage-sleep.4.0.0 (cached)
-> retrieved mirage-time.3.0.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved pbkdf.1.2.0 (cached)
-> retrieved paf.0.6.0 (cached)
-> retrieved pecu.0.7 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved randomconv.0.1.3 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved re.1.12.0 (cached)
-> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved tcpip.8.1.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved tls.0.17.5, tls-mirage.0.17.5 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved x509.0.16.5 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.19.0
[ERROR] The compilation of metrics.0.4.1 failed at "dune build -p metrics -j 79".
[ERROR] The compilation of duration.0.2.1 failed at "dune build -p duration -j 79".
[ERROR] The compilation of gmap.0.3.0 failed at "dune build -p gmap -j 79".
[ERROR] The compilation of mirage-mtime.5.0.0 failed at "dune build -p mirage-mtime -j 79".
[ERROR] The compilation of optint.0.3.0 failed at "dune build -p optint -j 79".
[ERROR] The compilation of pecu.0.7 failed at "dune build -p pecu -j 79".
[ERROR] The compilation of domain-name.0.4.1 failed at "dune build -p domain-name -j 79".
[ERROR] The compilation of ke.0.6 failed at "dune build -p ke -j 79".
[ERROR] The compilation of psq.0.2.1 failed at "dune build -p psq -j 79".
[ERROR] The compilation of lwt-dllist.1.1.0 failed at "dune build -p lwt-dllist -j 79".
[ERROR] The compilation of macaddr.5.6.0 failed at "dune build -p macaddr -j 79".
[ERROR] The compilation of result.1.5 failed at "dune build -p result -j 79".
[ERROR] The compilation of mirage-clock.4.2.0 failed at "dune build -p mirage-clock -j 79".
[ERROR] The compilation of csexp.1.5.2 failed at "dune build -p csexp -j 79 @install".
[ERROR] The compilation of cstruct.6.2.0 failed at "dune build -p cstruct -j 79".
[ERROR] The compilation of ocaml-syntax-shims.1.0.0 failed at "dune build -p ocaml-syntax-shims -j 79 @install".
[ERROR] The compilation of ohex.0.2.0 failed at "dune build -p ohex -j 79".
[ERROR] The compilation of stdlib-shims.0.3.0 failed at "dune build -p stdlib-shims -j 79".
[ERROR] The compilation of cppo.1.8.0 failed at "dune build -p cppo -j 79 @install".
[ERROR] The compilation of duff.0.5 failed at "dune build -p duff -j 79".
[ERROR] The compilation of re.1.12.0 failed at "dune build -p re -j 79".
[ERROR] The compilation of stringext.1.6.0 failed at "dune build -p stringext -j 79".
[ERROR] The compilation of sexplib0.v0.17.0 failed at "dune build -p sexplib0 -j 79".
[ERROR] The compilation of mirage-ptime.5.0.0 failed at "dune build -p mirage-ptime -j 79".
[ERROR] The compilation of cachet.0.0.2 failed at "dune build -p cachet -j 79".
[ERROR] The compilation of base64.3.5.1 failed at "dune build -p base64 -j 79".
[ERROR] The compilation of bstr.0.0.1 failed at "dune build -p bstr -j 79".
#=== ERROR while compiling stringext.1.6.0 ====================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/stringext.1.6.0
# command ~/.opam/4.14/bin/dune build -p stringext -j 79
# exit-code 2
# env-file ~/.opam/log/stringext-7-fce81d.env
# output-file ~/.opam/log/stringext-7-fce81d.out
### output ###
# Error: _build/default/.dune/configurator.v2: No space left on device
# -> required by _build/default/.dune/configurator.v2
# Error: _build/default/META.stringext: No space left on device
# -> required by _build/default/META.stringext
# -> required by _build/install/default/lib/stringext/META
# -> required by _build/default/stringext.install
# -> required by alias install
# Error: open(_build/default/stringext.opam): No space left on device
# -> required by _build/default/stringext.opam
# -> required by _build/install/default/lib/stringext/opam
# -> required by _build/default/stringext.install
# -> required by alias install
# Error: open(_build/default/CHANGES.md): No space left on device
# -> required by _build/default/CHANGES.md
# -> required by _build/install/default/doc/stringext/CHANGES.md
# -> required by _build/default/stringext.install
# -> required by alias install
# Error: open(_build/default/LICENSE.md): No space left on device
# -> required by _build/default/LICENSE.md
# -> required by _build/install/default/doc/stringext/LICENSE.md
# -> required by _build/default/stringext.install
# -> required by alias install
# Error: open(_build/default/README.md): No space left on device
# -> required by _build/default/README.md
# -> required by _build/install/default/doc/stringext/README.md
# -> required by _build/default/stringext.install
# -> required by alias install
# Error: mkdir(_build/install): No space left on device
# -> required by _build/install/default/lib/stringext/dune-package
# -> required by _build/default/stringext.install
# -> required by alias install
# Fatal error: exception Sys_error("_build/.db: No space left on device")
# Raised by primitive operation at Stdlib.open_out_gen in file "stdlib.ml", line 331, characters 29-55
# Called from Stdune__Io.Make.with_file_out in file "otherlibs/stdune/src/io.ml", line 256, characters 17-43
# Called from Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 10, characters 8-11
# Re-raised at Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 16, characters 4-11
# Called from Stdlib.at_exit.new_exit in file "stdlib.ml", line 560, characters 59-63
# Called from Stdlib.do_at_exit in file "stdlib.ml" (inlined), line 566, characters 20-61
# Called from Stdlib.exit in file "stdlib.ml", line 569, characters 2-15
# Called from Main in file "bin/main.ml", line 116, characters 4-24
#=== ERROR while compiling stdlib-shims.0.3.0 =================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/stdlib-shims.0.3.0
# command ~/.opam/4.14/bin/dune build -p stdlib-shims -j 79
# exit-code 1
# env-file ~/.opam/log/stdlib-shims-7-04765b.env
# output-file ~/.opam/log/stdlib-shims-7-04765b.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling sexplib0.v0.17.0 ===================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/sexplib0.v0.17.0
# command ~/.opam/4.14/bin/dune build -p sexplib0 -j 79
# exit-code 2
# env-file ~/.opam/log/sexplib0-7-82a56b.env
# output-file ~/.opam/log/sexplib0-7-82a56b.out
### output ###
# Error: mkdir(_build/default/.dune): No space left on device
# -> required by _build/default/.dune/configurator
# Error: _build/default/META.sexplib0: No space left on device
# -> required by _build/default/META.sexplib0
# -> required by _build/install/default/lib/sexplib0/META
# -> required by _build/default/sexplib0.install
# -> required by alias install
# Error: open(_build/default/sexplib0.opam): No space left on device
# -> required by _build/default/sexplib0.opam
# -> required by _build/install/default/lib/sexplib0/opam
# -> required by _build/default/sexplib0.install
# -> required by alias install
# Error: open(_build/default/CHANGES.md): No space left on device
# -> required by _build/default/CHANGES.md
# -> required by _build/install/default/doc/sexplib0/CHANGES.md
# -> required by _build/default/sexplib0.install
# -> required by alias install
# Error: open(_build/default/LICENSE.md): No space left on device
# -> required by _build/default/LICENSE.md
# -> required by _build/install/default/doc/sexplib0/LICENSE.md
# -> required by _build/default/sexplib0.install
# -> required by alias install
# Error: open(_build/default/README.md): No space left on device
# -> required by _build/default/README.md
# -> required by _build/install/default/doc/sexplib0/README.md
# -> required by _build/default/sexplib0.install
# -> required by alias install
# Error: _build/default/sexplib0.dune-package: No space left on device
# -> required by _build/default/sexplib0.dune-package
# -> required by _build/install/default/lib/sexplib0/dune-package
# -> required by _build/default/sexplib0.install
# -> required by alias install
# Fatal error: exception Sys_error("_build/.digest-db: No space left on device")
# Raised by primitive operation at Stdlib.open_out_gen in file "stdlib.ml", line 331, characters 29-55
# Called from Stdune__Io.Make.with_file_out in file "otherlibs/stdune/src/io.ml", line 256, characters 17-43
# Called from Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 10, characters 8-11
# Re-raised at Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 16, characters 4-11
# Called from Stdlib.at_exit.new_exit in file "stdlib.ml", line 560, characters 59-63
# Called from Stdlib.do_at_exit in file "stdlib.ml" (inlined), line 566, characters 20-61
# Called from Stdlib.exit in file "stdlib.ml", line 569, characters 2-15
# Called from Main in file "bin/main.ml", line 116, characters 4-24
#=== ERROR while compiling result.1.5 =========================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/result.1.5
# command ~/.opam/4.14/bin/dune build -p result -j 79
# exit-code 1
# env-file ~/.opam/log/result-7-f5abbc.env
# output-file ~/.opam/log/result-7-f5abbc.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling re.1.12.0 ==========================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/re.1.12.0
# command ~/.opam/4.14/bin/dune build -p re -j 79
# exit-code 2
# env-file ~/.opam/log/re-7-79ff60.env
# output-file ~/.opam/log/re-7-79ff60.out
### output ###
# Error: mkdir(_build/default/.dune): No space left on device
# -> required by _build/default/.dune/configurator
# Fatal error: exception Sys_error("_build/.digest-db: No space left on device")
# Raised by primitive operation at Stdlib.open_out_gen in file "stdlib.ml", line 331, characters 29-55
# Called from Stdune__Io.Make.with_file_out in file "otherlibs/stdune/src/io.ml", line 256, characters 17-43
# Called from Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 10, characters 8-11
# Re-raised at Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 16, characters 4-11
# Called from Stdlib.at_exit.new_exit in file "stdlib.ml", line 560, characters 59-63
# Called from Stdlib.do_at_exit in file "stdlib.ml" (inlined), line 566, characters 20-61
# Called from Stdlib.exit in file "stdlib.ml", line 569, characters 2-15
# Called from Main in file "bin/main.ml", line 116, characters 4-24
#=== ERROR while compiling psq.0.2.1 ==========================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/psq.0.2.1
# command ~/.opam/4.14/bin/dune build -p psq -j 79
# exit-code 1
# env-file ~/.opam/log/psq-7-ef9c69.env
# output-file ~/.opam/log/psq-7-ef9c69.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling pecu.0.7 ===========================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/pecu.0.7
# command ~/.opam/4.14/bin/dune build -p pecu -j 79
# exit-code 1
# env-file ~/.opam/log/pecu-7-352fad.env
# output-file ~/.opam/log/pecu-7-352fad.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling optint.0.3.0 =======================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/optint.0.3.0
# command ~/.opam/4.14/bin/dune build -p optint -j 79
# exit-code 1
# env-file ~/.opam/log/optint-7-c24f36.env
# output-file ~/.opam/log/optint-7-c24f36.out
### output ###
# Error: open(_build/.lock): No space left on device
#=== ERROR while compiling ohex.0.2.0 =========================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/ohex.0.2.0
# command ~/.opam/4.14/bin/dune build -p ohex -j 79
# exit-code 1
# env-file ~/.opam/log/ohex-7-5d5e88.env
# output-file ~/.opam/log/ohex-7-5d5e88.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling ocaml-syntax-shims.1.0.0 ===========================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/ocaml-syntax-shims.1.0.0
# command ~/.opam/4.14/bin/dune build -p ocaml-syntax-shims -j 79 @install
# exit-code 1
# env-file ~/.opam/log/ocaml-syntax-shims-7-a2d2e8.env
# output-file ~/.opam/log/ocaml-syntax-shims-7-a2d2e8.out
### output ###
# Error: open(_build/.lock): No space left on device
#=== ERROR while compiling mirage-ptime.5.0.0 =================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/mirage-ptime.5.0.0
# command ~/.opam/4.14/bin/dune build -p mirage-ptime -j 79
# exit-code 2
# env-file ~/.opam/log/mirage-ptime-7-955910.env
# output-file ~/.opam/log/mirage-ptime-7-955910.out
### output ###
# Error: mkdir(_build/default/.dune): No space left on device
# -> required by _build/default/.dune/configurator
# Error: mkdir(_build/install): No space left on device
# -> required by _build/install/default/doc/mirage-ptime/CHANGES.md
# -> required by _build/default/mirage-ptime.install
# -> required by alias install
# Error: open(_build/default/LICENSE.md): No space left on device
# -> required by _build/default/LICENSE.md
# -> required by _build/install/default/doc/mirage-ptime/LICENSE.md
# -> required by _build/default/mirage-ptime.install
# -> required by alias install
# Error: open(_build/default/README.md): No space left on device
# -> required by _build/default/README.md
# -> required by _build/install/default/doc/mirage-ptime/README.md
# -> required by _build/default/mirage-ptime.install
# -> required by alias install
# Error: _build/default/META.mirage-ptime: No space left on device
# -> required by _build/default/META.mirage-ptime
# -> required by _build/install/default/lib/mirage-ptime/META
# -> required by _build/default/mirage-ptime.install
# -> required by alias install
# Error: open(_build/default/mirage-ptime.opam): No space left on device
# -> required by _build/default/mirage-ptime.opam
# -> required by _build/install/default/lib/mirage-ptime/opam
# -> required by _build/default/mirage-ptime.install
# -> required by alias install
# Fatal error: exception Sys_error("_build/.db: No space left on device")
# Raised by primitive operation at Stdlib.open_out_gen in file "stdlib.ml", line 331, characters 29-55
# Called from Stdune__Io.Make.with_file_out in file "otherlibs/stdune/src/io.ml", line 256, characters 17-43
# Called from Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 10, characters 8-11
# Re-raised at Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 16, characters 4-11
# Called from Stdlib.at_exit.new_exit in file "stdlib.ml", line 560, characters 59-63
# Called from Stdlib.do_at_exit in file "stdlib.ml" (inlined), line 566, characters 20-61
# Called from Stdlib.exit in file "stdlib.ml", line 569, characters 2-15
# Called from Main in file "bin/main.ml", line 116, characters 4-24
#=== ERROR while compiling mirage-mtime.5.0.0 =================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/mirage-mtime.5.0.0
# command ~/.opam/4.14/bin/dune build -p mirage-mtime -j 79
# exit-code 1
# env-file ~/.opam/log/mirage-mtime-7-b8af27.env
# output-file ~/.opam/log/mirage-mtime-7-b8af27.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling mirage-clock.4.2.0 =================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/mirage-clock.4.2.0
# command ~/.opam/4.14/bin/dune build -p mirage-clock -j 79
# exit-code 1
# env-file ~/.opam/log/mirage-clock-7-12506e.env
# output-file ~/.opam/log/mirage-clock-7-12506e.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling metrics.0.4.1 ======================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/metrics.0.4.1
# command ~/.opam/4.14/bin/dune build -p metrics -j 79
# exit-code 2
# env-file ~/.opam/log/metrics-7-548945.env
# output-file ~/.opam/log/metrics-7-548945.out
### output ###
# Error: open(/tmp/dune_543b05_output): No space left on device
# -> required by loading the OCaml compiler for context "default"
# Fatal error: exception Sys_error("_build/.digest-db: No space left on device")
# Raised by primitive operation at Stdlib.open_out_gen in file "stdlib.ml", line 331, characters 29-55
# Called from Stdune__Io.Make.with_file_out in file "otherlibs/stdune/src/io.ml", line 256, characters 17-43
# Called from Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 10, characters 8-11
# Re-raised at Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 16, characters 4-11
# Called from Stdlib.at_exit.new_exit in file "stdlib.ml", line 560, characters 59-63
# Called from Stdlib.do_at_exit in file "stdlib.ml" (inlined), line 566, characters 20-61
# Called from Stdlib.exit in file "stdlib.ml", line 569, characters 2-15
# Called from Main in file "bin/main.ml", line 116, characters 4-24
#=== ERROR while compiling macaddr.5.6.0 ======================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/macaddr.5.6.0
# command ~/.opam/4.14/bin/dune build -p macaddr -j 79
# exit-code 1
# env-file ~/.opam/log/macaddr-7-dc0749.env
# output-file ~/.opam/log/macaddr-7-dc0749.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling lwt-dllist.1.1.0 ===================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/lwt-dllist.1.1.0
# command ~/.opam/4.14/bin/dune build -p lwt-dllist -j 79
# exit-code 1
# env-file ~/.opam/log/lwt-dllist-7-290bd9.env
# output-file ~/.opam/log/lwt-dllist-7-290bd9.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling ke.0.6 =============================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/ke.0.6
# command ~/.opam/4.14/bin/dune build -p ke -j 79
# exit-code 1
# env-file ~/.opam/log/ke-7-825a44.env
# output-file ~/.opam/log/ke-7-825a44.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling gmap.0.3.0 =========================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/gmap.0.3.0
# command ~/.opam/4.14/bin/dune build -p gmap -j 79
# exit-code 1
# env-file ~/.opam/log/gmap-7-5640f6.env
# output-file ~/.opam/log/gmap-7-5640f6.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling duration.0.2.1 =====================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/duration.0.2.1
# command ~/.opam/4.14/bin/dune build -p duration -j 79
# exit-code 1
# env-file ~/.opam/log/duration-7-b5a3f0.env
# output-file ~/.opam/log/duration-7-b5a3f0.out
### output ###
# Error: mkdir(_build): No space left on device
#=== ERROR while compiling duff.0.5 ===========================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/duff.0.5
# command ~/.opam/4.14/bin/dune build -p duff -j 79
# exit-code 2
# env-file ~/.opam/log/duff-7-195e6d.env
# output-file ~/.opam/log/duff-7-195e6d.out
### output ###
# Error: mkdir(_build/default/.dune): No space left on device
# -> required by _build/default/.dune/configurator
# Error: _build/default/META.duff: No space left on device
# -> required by _build/default/META.duff
# -> required by _build/install/default/lib/duff/META
# -> required by _build/default/duff.install
# -> required by alias install
# Error: open(_build/default/duff.opam): No space left on device
# -> required by _build/default/duff.opam
# -> required by _build/install/default/lib/duff/opam
# -> required by _build/default/duff.install
# -> required by alias install
# Error: open(_build/default/CHANGES.md): No space left on device
# -> required by _build/default/CHANGES.md
# -> required by _build/install/default/doc/duff/CHANGES.md
# -> required by _build/default/duff.install
# -> required by alias install
# Error: open(_build/default/LICENSE.md): No space left on device
# -> required by _build/default/LICENSE.md
# -> required by _build/install/default/doc/duff/LICENSE.md
# -> required by _build/default/duff.install
# -> required by alias install
# Error: open(_build/default/README.md): No space left on device
# -> required by _build/default/README.md
# -> required by _build/install/default/doc/duff/README.md
# -> required by _build/default/duff.install
# -> required by alias install
# Error: _build/default/duff.dune-package: No space left on device
# -> required by _build/default/duff.dune-package
# -> required by _build/install/default/lib/duff/dune-package
# -> required by _build/default/duff.install
# -> required by alias install
# Fatal error: exception Sys_error("_build/.digest-db: No space left on device")
# Raised by primitive operation at Stdlib.open_out_gen in file "stdlib.ml", line 331, characters 29-55
# Called from Stdune__Io.Make.with_file_out in file "otherlibs/stdune/src/io.ml", line 256, characters 17-43
# Called from Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 10, characters 8-11
# Re-raised at Stdune__Exn.protectx in file "otherlibs/stdune/src/exn.ml", line 16, characters 4-11
# Called from Stdlib.at_exit.new_exit in file "stdlib.ml", line 560, characters 59-63
# Called from Stdlib.do_at_exit in file "stdlib.ml" (inlined), line 566, characters 20-61
# Called from Stdlib.exit in file "stdlib.ml", line 569, characters 2-15
# Called from Main in file "bin/main.ml", line 116, characters 4-24
#=== ERROR while compiling domain-name.0.4.1 ==================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/domain-name.0.4.1
# command ~/.opam/4.14/bin/dune build -p domain-name -j 79
# exit-code 1
# env-file ~/.opam/log/domain-name-7-e0e675.env
# output-file ~/.opam/log/domain-name-7-e0e675.out
### output ###
# Error: mkdir(_build/default/.merlin-conf): No space left on device
# -> required by _build/default/.merlin-conf/lib-domain-name
# -> required by _build/default/domain_name.a
# -> required by _build/install/default/lib/domain-name/domain_name.a
# -> required by _build/default/domain-name.install
# -> required by alias install
#=== ERROR while compiling cstruct.6.2.0 ======================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/cstruct.6.2.0
# command ~/.opam/4.14/bin/dune build -p cstruct -j 79
# exit-code 1
# env-file ~/.opam/log/cstruct-7-cdac3a.env
# output-file ~/.opam/log/cstruct-7-cdac3a.out
### output ###
# Error: mkdir(_build/default/lib/.merlin-conf): No space left on device
# -> required by _build/default/lib/.merlin-conf/lib-cstruct
# -> required by _build/default/lib/dllcstruct_stubs.so
# -> required by _build/install/default/lib/stublibs/dllcstruct_stubs.so
# -> required by _build/default/cstruct.install
# -> required by alias install
#=== ERROR while compiling csexp.1.5.2 ========================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/csexp.1.5.2
# command ~/.opam/4.14/bin/dune build -p csexp -j 79 @install
# exit-code 1
# env-file ~/.opam/log/csexp-7-cd38c7.env
# output-file ~/.opam/log/csexp-7-cd38c7.out
### output ###
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.csexp.objs/byte -no-alias-deps -o src/.csexp.objs/byte/csexp.cmi -c -intf src/csexp.mli)
# File "src/csexp.mli", line 1:
# Error: I/O error: src/.csexp.objs/byte/csexp.cmia11dce.tmp: No space left on device
#=== ERROR while compiling cppo.1.8.0 =========================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/cppo.1.8.0
# command ~/.opam/4.14/bin/dune build -p cppo -j 79 @install
# exit-code 1
# env-file ~/.opam/log/cppo-7-45db35.env
# output-file ~/.opam/log/cppo-7-45db35.out
### output ###
# Error:
# _build/default/src/.cppo_main.eobjs/dune__exe__Cppo_types.intf.all-deps: No
# space left on device
# -> required by
# _build/default/src/.cppo_main.eobjs/dune__exe__Cppo_types.intf.all-deps
# -> required by
# _build/default/src/.cppo_main.eobjs/dune__exe__Cppo_main.impl.all-deps
# -> required by _build/default/src/cppo_main.exe
# -> required by _build/install/default/bin/cppo
# -> required by _build/default/cppo.install
# -> required by alias install
#=== ERROR while compiling cachet.0.0.2 =======================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/cachet.0.0.2
# command ~/.opam/4.14/bin/dune build -p cachet -j 79
# exit-code 1
# env-file ~/.opam/log/cachet-7-2d3e78.env
# output-file ~/.opam/log/cachet-7-2d3e78.out
### output ###
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.cachet.objs/byte -intf-suffix .ml -no-alias-deps -o lib/.cachet.objs/byte/cachet.cmo -c -impl lib/cachet.ml)
# File "lib/cachet.ml", line 1:
# Error: I/O error: lib/.cachet.objs/byte/cachet.cmo: No space left on device
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I lib/.cachet.objs/byte -I lib/.cachet.objs/native -intf-suffix .ml -no-alias-deps -o lib/.cachet.objs/native/cachet.cmx -c -impl lib/cachet.ml)
# File "lib/cachet.ml", line 1:
# Error: I/O error: /tmp/build_e6f9f7_dune/camlasmaf3a4e.s: No space left on device
#=== ERROR while compiling bstr.0.0.1 =========================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/bstr.0.0.1
# command ~/.opam/4.14/bin/dune build -p bstr -j 79
# exit-code 1
# env-file ~/.opam/log/bstr-7-e6a05e.env
# output-file ~/.opam/log/bstr-7-e6a05e.out
### output ###
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.bstr.objs/byte -intf-suffix .ml -no-alias-deps -o lib/.bstr.objs/byte/bstr.cmo -c -impl lib/bstr.ml)
# File "lib/bstr.ml", line 1:
# Error: I/O error: lib/.bstr.objs/byte/bstr.cmo: No space left on device
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -a -o lib/bstr.cmxa -cclib -lbstr_stubs lib/.bstr.objs/native/bstr.cmx)
# File "_none_", line 1:
# Error: I/O error: lib/bstr.cmxa: No space left on device
#=== ERROR while compiling base64.3.5.1 =======================================#
# context 2.3.0 | linux/arm32 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/base64.3.5.1
# command ~/.opam/4.14/bin/dune build -p base64 -j 79
# exit-code 1
# env-file ~/.opam/log/base64-7-3089fe.env
# output-file ~/.opam/log/base64-7-3089fe.out
### output ###
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base64.objs/byte -no-alias-deps -open Base64__ -o src/.base64.objs/byte/base64.cmi -c -intf src/base64.mli)
# File "src/base64.mli", line 1:
# Error: I/O error: src/.base64.objs/byte/base64.cmie6b3dd.tmp: No space left on device
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.base64_rfc2045.objs/byte -intf-suffix .ml -no-alias-deps -o src/.base64_rfc2045.objs/byte/base64_rfc2045.cmo -c -impl src/base64_rfc2045.ml)
# File "src/base64_rfc2045.ml", line 1:
# Error: I/O error: src/.base64_rfc2045.objs/byte/base64_rfc2045.cmt1dddf3.tmp: No space left on device
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w -49 -nopervasives -nostdlib -g -I src/.base64.objs/byte -I src/.base64.objs/native -intf-suffix .ml-gen -no-alias-deps -o src/.base64.objs/native/base64__.cmx -c -impl src/base64__.ml-gen)
# File "src/base64__.ml-gen", line 1:
# Error: I/O error: /tmp/build_6ae87d_dune/camlasmf7a1d0.s: No space left on device
# Error: open(/tmp/dune_cc3d58_stdout): No space left on device
# -> required by _build/default/config/config.exe
# -> required by _build/default/config/which-unsafe-file
# -> required by %{read:../config/which-unsafe-file} at src/dune:7
# -> required by _build/default/src/unsafe.ml
# -> required by _build/install/default/lib/base64/unsafe.ml
# -> required by _build/default/base64.install
# -> required by alias install
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -a -o src/base64_rfc2045.cmxa src/.base64_rfc2045.objs/native/base64_rfc2045.cmx)
# File "_none_", line 1:
# Error: I/O error: src/base64_rfc2045.cmxa: No space left on device
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build base64 3.5.1
| - build bstr 0.0.1
| - build cachet 0.0.2
| - build cppo 1.8.0
| - build csexp 1.5.2
| - build cstruct 6.2.0
| - build domain-name 0.4.1
| - build duff 0.5
| - build duration 0.2.1
| - build gmap 0.3.0
| - build ke 0.6
| - build lwt-dllist 1.1.0
| - build macaddr 5.6.0
| - build metrics 0.4.1
| - build mirage-clock 4.2.0
| - build mirage-mtime 5.0.0
| - build mirage-ptime 5.0.0
| - build ocaml-syntax-shims 1.0.0
| - build ohex 0.2.0
| - build optint 0.3.0
| - build pecu 0.7
| - build psq 0.2.1
| - build re 1.12.0
| - build result 1.5
| - build sexplib0 v0.17.0
| - build stdlib-shims 0.3.0
| - build stringext 1.6.0
+-
+- The following changes have been performed (the rest was aborted)
| - install astring 0.8.5
| - install base-bytes base
| - install cmdliner 1.3.0
| - install conf-gmp 5
| - install conf-gmp-powm-sec 4
| - install conf-pkg-config 4
| - install dune 3.19.0
| - install fmt 0.10.0
| - install fpath 0.7.3
| - install mtime 2.1.0
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ptime 1.2.0
| - install rresult 0.7.0
| - install seq base
| - install topkg 1.0.8
| - install uutf 1.0.4
| - install zarith 1.14
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20250531162027.export"
"/usr/bin/linux32" "/bin/sh" "-c" "opam install $DEPS" failed with exit status 31
2025-05-31 16:21.19: Job failed: Failed: Build failed