2025-05-31 15:42.17: New job: test robur-coop/git-kv https://github.com/robur-coop/git-kv.git#refs/heads/main (fe992e56dbc8ac5a1bbdde5b6c1e8a805b3a7137) (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 fe992e56
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 15:42.17: 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 15:42.17: 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 15:42.17: Waiting for resource in pool OCluster
2025-05-31 15:42.17: Waiting for worker…
2025-05-31 15:42.17: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at fe992e5 Explicit when we got an error while we read the PID file on 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 15:42.18 ---> 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 15:42.18 ---> 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 15:42.18 ---> 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 15:42.18 ---> using "6635db15231ab8d3249eeae60f6c031947eac456c82609d256b98a1fb62d09ac" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-05-31 15:42.18 ---> 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 15:42.18 ---> using "dfebd0dd02a0086023b247efe516608228d02cfef97b2820144fd538055694cf" from cache
/src: (copy (src git-net.opam git-kv.opam) (dst ./))
2025-05-31 15:42.18 ---> saved as "5782d0f53354f003c085ab96b6ac2231335af5662b17321ca047f88edc981f43"
/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 15:42.23 ---> saved as "3ba75ccbb05ea0b757bf9e4916c92ebe7ceb097932b571bd42790e274a793a1d"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-31 15:42.23 ---> saved as "a5f1a83ba4a875a6df45603a9d5e0ddb750c2e1e03d5d7b7217685c259af916d"
/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 15:42.41 ---> saved as "9f71beed1ec1ada175a5b3574b06158d163d06393ed19315afe48820f316c16f"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[carton-git-lwt.dev] synchronised (no changes)
[carton.dev] synchronised (no changes)
[carton-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 ca-certs-nss.3.101 (cached)
-> retrieved carton.dev (no changes)
-> retrieved bstr.0.0.1 (https://github.com/robur-coop/bstr/releases/download/v0.0.1/bstr-0.0.1.tbz)
-> retrieved cachet.0.0.2, cachet-lwt.0.0.2 (https://github.com/robur-coop/cachet/releases/download/v0.0.2/cachet-0.0.2.tbz)
-> 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)
-> installed conf-gmp-powm-sec.4
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0 (cached)
-> retrieved decompress.1.5.3 (cached)
-> retrieved carton-lwt.dev (no changes)
-> 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 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 digestif.1.3.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 hkdf.1.0.4 (cached)
-> retrieved dune.3.19.0, dune-configurator.3.19.0 (cached)
-> retrieved httpaf.0.7.1 (cached)
-> retrieved httpun-types.0.2.0 (cached)
-> retrieved hxd.0.3.3 (cached)
-> retrieved h1.1.0.0 (https://github.com/robur-coop/ocaml-h1/releases/download/v1.0.0/h1-1.0.0.tbz)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.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 lwt.5.9.1 (cached)
-> retrieved metrics.0.4.1 (cached)
-> installed cmdliner.1.3.0
-> retrieved mimic.0.0.9, mimic-happy-eyeballs.0.0.9 (cached)
-> retrieved mirage-clock.4.2.0 (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-random.3.0.0 (cached)
-> retrieved mirage-sleep.4.0.0 (cached)
-> retrieved mirage-time.3.0.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved paf.0.6.0 (cached)
-> retrieved pbkdf.1.2.0 (cached)
-> retrieved pecu.0.7 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved randomconv.0.1.3 (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 re.1.12.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved mirage-ptime.5.0.0 (https://github.com/mirage/mirage-ptime/releases/download/v5.0.0/mirage-ptime-5.0.0.tbz)
-> retrieved rresult.0.7.0 (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 tls.0.17.5, tls-mirage.0.17.5 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved zarith.1.14 (cached)
-> retrieved x509.0.16.5 (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 fmt.0.10.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.19.0
[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 lwt-dllist.1.1.0 failed at "dune build -p lwt-dllist -j 79".
[ERROR] The compilation of csexp.1.5.2 failed at "dune build -p csexp -j 79 @install".
[ERROR] The compilation of ke.0.6 failed at "dune build -p ke -j 79".
[ERROR] The compilation of domain-name.0.4.1 failed at "dune build -p domain-name -j 79".
[ERROR] The compilation of metrics.0.4.1 failed at "dune build -p metrics -j 79".
[ERROR] The compilation of mirage-clock.4.2.0 failed at "dune build -p mirage-clock -j 79".
[ERROR] The compilation of optint.0.3.0 failed at "dune build -p optint -j 79".
[ERROR] The compilation of mirage-mtime.5.0.0 failed at "dune build -p mirage-mtime -j 79".
[ERROR] The compilation of duff.0.5 failed at "dune build -p duff -j 79".
[ERROR] The compilation of ohex.0.2.0 failed at "dune build -p ohex -j 79".
[ERROR] The compilation of mirage-ptime.5.0.0 failed at "dune build -p mirage-ptime -j 79".
[ERROR] The compilation of macaddr.5.6.0 failed at "dune build -p macaddr -j 79".
[ERROR] The compilation of cppo.1.8.0 failed at "dune build -p cppo -j 79 @install".
[ERROR] The compilation of psq.0.2.1 failed at "dune build -p psq -j 79".
[ERROR] The compilation of pecu.0.7 failed at "dune build -p pecu -j 79".
[ERROR] The compilation of cstruct.6.2.0 failed at "dune build -p cstruct -j 79".
[ERROR] The compilation of re.1.12.0 failed at "dune build -p re -j 79".
[ERROR] The compilation of result.1.5 failed at "dune build -p result -j 79".
[ERROR] The compilation of sexplib0.v0.17.0 failed at "dune build -p sexplib0 -j 79".
[ERROR] The compilation of stdlib-shims.0.3.0 failed at "dune build -p stdlib-shims -j 79".
[ERROR] The compilation of stringext.1.6.0 failed at "dune build -p stringext -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] The compilation of cachet.0.0.2 failed at "dune build -p cachet -j 79".
[ERROR] The compilation of ocaml-syntax-shims.1.0.0 failed at "dune build -p ocaml-syntax-shims -j 79 @install".
#=== 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 1
# env-file ~/.opam/log/stringext-7-923e6e.env
# output-file ~/.opam/log/stringext-7-923e6e.out
### output ###
# Error: mkdir(_build): No space left on device
#=== 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-1f1148.env
# output-file ~/.opam/log/stdlib-shims-7-1f1148.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 1
# env-file ~/.opam/log/sexplib0-7-38bc06.env
# output-file ~/.opam/log/sexplib0-7-38bc06.out
### output ###
# Error: mkdir(_build): No space left on device
#=== 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-cf608f.env
# output-file ~/.opam/log/result-7-cf608f.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 1
# env-file ~/.opam/log/re-7-436699.env
# output-file ~/.opam/log/re-7-436699.out
### output ###
# Error: mkdir(_build): No space left on device
#=== 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-7b267c.env
# output-file ~/.opam/log/psq-7-7b267c.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-11d401.env
# output-file ~/.opam/log/pecu-7-11d401.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-db639c.env
# output-file ~/.opam/log/optint-7-db639c.out
### output ###
# Error: mkdir(_build): 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-b1f78c.env
# output-file ~/.opam/log/ohex-7-b1f78c.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-6d4b64.env
# output-file ~/.opam/log/ocaml-syntax-shims-7-6d4b64.out
### output ###
# Error: mkdir(_build/default/src): No space left on device
# -> required by _build/default/src/.merlin-conf/exe-pp
# -> required by _build/default/src/pp.exe
# -> required by _build/install/default/bin/ocaml-syntax-shims
# -> required by _build/default/ocaml-syntax-shims.install
# -> required by alias install
#=== 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-81ded9.env
# output-file ~/.opam/log/mirage-ptime-7-81ded9.out
### output ###
# Error: mkdir(_build/default): 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 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 2
# env-file ~/.opam/log/mirage-mtime-7-adff8b.env
# output-file ~/.opam/log/mirage-mtime-7-adff8b.out
### output ###
# Error: _build/default/.dune/configurator.v2: No space left on device
# -> required by _build/default/.dune/configurator.v2
# Error: mkdir(_build/install): No space left on device
# -> required by _build/install/default/doc/mirage-mtime/CHANGES.md
# -> required by _build/default/mirage-mtime.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-mtime/LICENSE.md
# -> required by _build/default/mirage-mtime.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-mtime/README.md
# -> required by _build/default/mirage-mtime.install
# -> required by alias install
# Error: _build/default/META.mirage-mtime: No space left on device
# -> required by _build/default/META.mirage-mtime
# -> required by _build/install/default/lib/mirage-mtime/META
# -> required by _build/default/mirage-mtime.install
# -> required by alias install
# Error: open(_build/default/mirage-mtime.opam): No space left on device
# -> required by _build/default/mirage-mtime.opam
# -> required by _build/install/default/lib/mirage-mtime/opam
# -> required by _build/default/mirage-mtime.install
# -> required by alias install
# Error: _build/default/mirage-mtime.dune-package: No space left on device
# -> required by _build/default/mirage-mtime.dune-package
# -> required by _build/install/default/lib/mirage-mtime/dune-package
# -> required by _build/default/mirage-mtime.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-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 2
# env-file ~/.opam/log/mirage-clock-7-b2a68d.env
# output-file ~/.opam/log/mirage-clock-7-b2a68d.out
### output ###
# Error: _build/default/.dune/configurator: No space left on device
# -> required by _build/default/.dune/configurator
# Error: _build/default/.dune/configurator.v2: No space left on device
# -> required by _build/default/.dune/configurator.v2
# 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 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-ebb4ee.env
# output-file ~/.opam/log/metrics-7-ebb4ee.out
### output ###
# Error: _build/default/.dune/configurator: No space left on device
# -> required by _build/default/.dune/configurator
# Error: _build/default/.dune/configurator.v2: No space left on device
# -> required by _build/default/.dune/configurator.v2
# Error: _build/default/META.metrics: No space left on device
# -> required by _build/default/META.metrics
# -> required by _build/install/default/lib/metrics/META
# -> required by _build/default/metrics.install
# -> required by alias install
# Error: open(_build/default/metrics.opam): No space left on device
# -> required by _build/default/metrics.opam
# -> required by _build/install/default/lib/metrics/opam
# -> required by _build/default/metrics.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/metrics/CHANGES.md
# -> required by _build/default/metrics.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/metrics/LICENSE.md
# -> required by _build/default/metrics.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/metrics/README.md
# -> required by _build/default/metrics.install
# -> required by alias install
# Error: _build/default/metrics.dune-package: No space left on device
# -> required by _build/default/metrics.dune-package
# -> required by _build/install/default/lib/metrics/dune-package
# -> required by _build/default/metrics.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 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 2
# env-file ~/.opam/log/macaddr-7-865ee4.env
# output-file ~/.opam/log/macaddr-7-865ee4.out
### output ###
# Error: _build/default/lib/.merlin-conf/lib-macaddr.top: No space left on
# device
# -> required by _build/default/lib/.merlin-conf/lib-macaddr.top
# -> required by _build/default/lib/macaddr_top.a
# -> required by _build/install/default/lib/macaddr/top/macaddr_top.a
# -> required by _build/default/macaddr.install
# -> required by alias install
# Error: _build/default/lib/.merlin-conf/lib-macaddr: No space left on device
# -> required by _build/default/lib/.merlin-conf/lib-macaddr
# -> required by _build/default/lib/macaddr.a
# -> required by _build/install/default/lib/macaddr/macaddr.a
# -> required by _build/default/macaddr.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 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 2
# env-file ~/.opam/log/lwt-dllist-7-ab5ceb.env
# output-file ~/.opam/log/lwt-dllist-7-ab5ceb.out
### output ###
# Error: _build/default/.dune/configurator: No space left on device
# -> required by _build/default/.dune/configurator
# Error: _build/default/.dune/configurator.v2: No space left on device
# -> required by _build/default/.dune/configurator.v2
# Error: _build/default/META.lwt-dllist: No space left on device
# -> required by _build/default/META.lwt-dllist
# -> required by _build/install/default/lib/lwt-dllist/META
# -> required by _build/default/lwt-dllist.install
# -> required by alias install
# Error: open(_build/default/lwt-dllist.opam): No space left on device
# -> required by _build/default/lwt-dllist.opam
# -> required by _build/install/default/lib/lwt-dllist/opam
# -> required by _build/default/lwt-dllist.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/lwt-dllist/CHANGES.md
# -> required by _build/default/lwt-dllist.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/lwt-dllist/LICENSE.md
# -> required by _build/default/lwt-dllist.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/lwt-dllist/README.md
# -> required by _build/default/lwt-dllist.install
# -> required by alias install
# Error: _build/default/lwt-dllist.dune-package: No space left on device
# -> required by _build/default/lwt-dllist.dune-package
# -> required by _build/install/default/lib/lwt-dllist/dune-package
# -> required by _build/default/lwt-dllist.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 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 2
# env-file ~/.opam/log/ke-7-7a956e.env
# output-file ~/.opam/log/ke-7-7a956e.out
### output ###
# Error: _build/default/.dune/configurator: No space left on device
# -> required by _build/default/.dune/configurator
# Error: _build/default/.dune/configurator.v2: No space left on device
# -> required by _build/default/.dune/configurator.v2
# Error: _build/default/META.ke: No space left on device
# -> required by _build/default/META.ke
# -> required by _build/install/default/lib/ke/META
# -> required by _build/default/ke.install
# -> required by alias install
# Error: open(_build/default/ke.opam): No space left on device
# -> required by _build/default/ke.opam
# -> required by _build/install/default/lib/ke/opam
# -> required by _build/default/ke.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/ke/CHANGES.md
# -> required by _build/default/ke.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/ke/LICENSE.md
# -> required by _build/default/ke.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/ke/README.md
# -> required by _build/default/ke.install
# -> required by alias install
# Error: _build/default/ke.dune-package: No space left on device
# -> required by _build/default/ke.dune-package
# -> required by _build/install/default/lib/ke/dune-package
# -> required by _build/default/ke.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 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 2
# env-file ~/.opam/log/gmap-7-a70488.env
# output-file ~/.opam/log/gmap-7-a70488.out
### output ###
# Error: _build/default/.dune/configurator.v2: No space left on device
# -> required by _build/default/.dune/configurator.v2
# 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 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 2
# env-file ~/.opam/log/duration-7-48e980.env
# output-file ~/.opam/log/duration-7-48e980.out
### output ###
# Error: _build/default/.dune/configurator: No space left on device
# -> required by _build/default/.dune/configurator
# Error: _build/default/.dune/configurator.v2: No space left on device
# -> required by _build/default/.dune/configurator.v2
# 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 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-463603.env
# output-file ~/.opam/log/duff-7-463603.out
### output ###
# Error: _build/default/.dune/configurator: No space left on device
# -> required by _build/default/.dune/configurator
# Error: _build/default/.dune/configurator.v2: No space left on device
# -> required by _build/default/.dune/configurator.v2
# Error: mkdir(_build/install/default): No space left on device
# -> 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/.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 2
# env-file ~/.opam/log/domain-name-7-83ad10.env
# output-file ~/.opam/log/domain-name-7-83ad10.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
# 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 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 2
# env-file ~/.opam/log/cstruct-7-02a5fd.env
# output-file ~/.opam/log/cstruct-7-02a5fd.out
### output ###
# Error: open(_build/default/lib/cstruct_stubs.c): No space left on device
# -> required by _build/default/lib/cstruct_stubs.c
# -> required by _build/default/lib/cstruct_stubs.o
# -> 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: 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
# 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 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 2
# env-file ~/.opam/log/csexp-7-336c21.env
# output-file ~/.opam/log/csexp-7-336c21.out
### output ###
# Error: _build/default/src/.merlin-conf/lib-csexp: No space left on device
# -> required by _build/default/src/.merlin-conf/lib-csexp
# -> required by _build/default/src/csexp.a
# -> required by _build/install/default/lib/csexp/csexp.a
# -> required by _build/default/csexp.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 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 2
# env-file ~/.opam/log/cppo-7-10605f.env
# output-file ~/.opam/log/cppo-7-10605f.out
### output ###
# Error: mkdir(_build/default/src): No space left on device
# -> required by _build/default/src/.merlin-conf/exe-cppo_main
# -> 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: open(_build/default/src/cppo_main.ml): No space left on device
# -> required by _build/default/src/cppo_main.ml
# -> required by
# _build/default/src/.cppo_main.eobjs/dune__exe__Cppo_main.impl.d
# -> 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
# 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 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-8ed000.env
# output-file ~/.opam/log/cachet-7-8ed000.out
### output ###
# Error: open(/tmp/dune_dc86ab_stderr): No space left on device
# -> required by _build/default/lib/hash_byte.o
# -> required by _build/default/lib/dllcachet_stubs_byte.so
# -> required by _build/install/default/lib/stublibs/dllcachet_stubs_byte.so
# -> required by _build/default/cachet.install
# -> required by alias install
# Error: open(/tmp/dune_018092_stdout): No space left on device
# -> required by _build/default/lib/stub_native.o
# -> required by _build/default/lib/libcachet_stubs_native.a
# -> required by _build/install/default/lib/cachet/libcachet_stubs_native.a
# -> required by _build/default/cachet.install
# -> required by alias install
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.cachet.objs/byte -no-alias-deps -o lib/.cachet.objs/byte/cachet.cmi -c -intf lib/cachet.mli)
# File "lib/cachet.mli", line 1:
# Error: I/O error: lib/.cachet.objs/byte/cachet.cmi32cee0.tmp: 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 2
# env-file ~/.opam/log/bstr-7-5a7221.env
# output-file ~/.opam/log/bstr-7-5a7221.out
### output ###
# Error: open(/tmp/dune_21df7f_stderr): No space left on device
# -> required by _build/default/lib/bstr.o
# -> required by _build/default/lib/dllbstr_stubs.so
# -> required by _build/install/default/lib/stublibs/dllbstr_stubs.so
# -> required by _build/default/bstr.install
# -> required by alias install
# Error: open(/tmp/dune_e97f9f_stdout): No space left on device
# -> required by _build/default/lib/.bstr.objs/native/bstr.cmx
# -> required by _build/install/default/lib/bstr/bstr.cmx
# -> required by _build/default/bstr.install
# -> required by alias install
# Error: open(/tmp/dune_07aa4e_stdout): No space left on device
# -> required by _build/default/lib/.bstr.objs/byte/bstr.cmt
# -> required by _build/install/default/lib/bstr/bstr.cmt
# -> required by _build/default/bstr.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 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-d03831.env
# output-file ~/.opam/log/base64-7-d03831.out
### output ###
# Error: open(/tmp/dune_6b6aee_stderr): No space left on device
# -> required by _build/default/src/.base64.objs/base64.impl.d
# -> required by _build/default/src/.base64.objs/base64.impl.all-deps
# -> required by _build/default/src/.base64.objs/native/base64.cmx
# -> required by _build/install/default/lib/base64/base64.cmx
# -> required by _build/default/base64.install
# -> required by alias install
# Error: open(/tmp/dune_c4ba22_stderr): No space left on device
# -> required by _build/default/src/.base64.objs/base64.intf.d
# -> required by _build/default/src/.base64.objs/base64.intf.all-deps
# -> required by _build/default/src/.base64.objs/byte/base64.cmi
# -> required by _build/install/default/lib/base64/base64.cmi
# -> required by _build/default/base64.install
# -> required by alias install
# Error: mkdir(_build/default/config): No space left on device
# -> required by _build/default/config/.merlin-conf/exe-config
# -> 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/ocamlc.opt -w -40 -w -49 -nopervasives -nostdlib -g -bin-annot -I src/.base64.objs/byte -no-alias-deps -o src/.base64.objs/byte/base64__.cmo -c -impl src/base64__.ml-gen)
# File "src/base64__.ml-gen", line 1:
# Error: I/O error: src/.base64.objs/byte/base64__.cmt22561c.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 -no-alias-deps -o src/.base64_rfc2045.objs/byte/base64_rfc2045.cmi -c -intf src/base64_rfc2045.mli)
# File "src/base64_rfc2045.mli", line 1:
# Error: I/O error: src/.base64_rfc2045.objs/byte/base64_rfc2045.cmid2a3fa.tmp: 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-20250531154242.export"
"/usr/bin/linux32" "/bin/sh" "-c" "opam install $DEPS" failed with exit status 31
2025-05-31 15:43.33: Job failed: Failed: Build failed