2025-05-31 16:20.25: New job: test robur-coop/git-kv https://github.com/robur-coop/git-kv.git#refs/heads/main (eb28173c1ecf97e77071982f668f98af85d50955) (linux-arm64:debian-12-5.3_arm64_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:f3f7c954361569e1f7fd1e1b6ab41b5bd4f00147ee97d71ea399a22764f568d3 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-5.3@sha256:f3f7c954361569e1f7fd1e1b6ab41b5bd4f00147ee97d71ea399a22764f568d3 # debian-12-5.3_arm64_opam-2.3 USER 1000:1000 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 6425acefa6f5d53bc1566a539be6227a2a0fd97f || git fetch origin master) && git reset -q --hard 6425acefa6f5d53bc1566a539be6227a2a0fd97f && 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.4.0.0 asn1-combinators.0.3.2 astring.0.8.5 awa.0.5.2 awa-mirage.0.5.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.108-1 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.10.1.0 dns-client.10.1.0 dns-client-mirage.10.1.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.10 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 hpack.0.13.0 httpun-types.0.2.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 kdf.1.0.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-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 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-sleep.4.0.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.8.0 pecu.0.7 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 tcpip.9.0.1 tls.2.0.1 tls-mirage.2.0.1 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 x509.1.0.6 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.25: Using cache hint "robur-coop/git-kv-ocaml/opam:debian-12-ocaml-5.3@sha256:f3f7c954361569e1f7fd1e1b6ab41b5bd4f00147ee97d71ea399a22764f568d3-debian-12-5.3_arm64_opam-2.3-56876e0654da3397b9bf22b065dac067" 2025-05-31 16:20.25: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:f3f7c954361569e1f7fd1e1b6ab41b5bd4f00147ee97d71ea399a22764f568d3) (comment debian-12-5.3_arm64_opam-2.3) (user (uid 1000) (gid 1000)) (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 6425acefa6f5d53bc1566a539be6227a2a0fd97f || git fetch origin master) && git reset -q --hard 6425acefa6f5d53bc1566a539be6227a2a0fd97f && 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.4.0.0 asn1-combinators.0.3.2 astring.0.8.5 awa.0.5.2 awa-mirage.0.5.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.108-1 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.10.1.0 dns-client.10.1.0 dns-client-mirage.10.1.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.10 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 hpack.0.13.0 httpun-types.0.2.0 hxd.0.3.3 ipaddr.5.6.0 ipaddr-cstruct.5.6.0 kdf.1.0.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-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 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-sleep.4.0.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.8.0 pecu.0.7 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 tcpip.9.0.1 tls.2.0.1 tls-mirage.2.0.1 topkg.1.0.8 uri.4.4.0 uutf.1.0.4 x509.1.0.6 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.25: 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 HEAD is now at fe992e5 Explicit when we got an error while we read the PID file on tests HEAD is now at eb28173 Fix our tests (from ocaml/opam:debian-12-ocaml-5.3@sha256:f3f7c954361569e1f7fd1e1b6ab41b5bd4f00147ee97d71ea399a22764f568d3) 2025-05-31 16:20.26 ---> using "978b9672b52860448462f39ede8f8b4212c220fbb438fba1dfbc6def719b7210" from cache /: (comment debian-12-5.3_arm64_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (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.26 ---> using "496cc35f114b05b801d3e9ee6474864c453fb63d6b47eb13a1549a1750ca635f" 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.26 ---> using "7d05921eabd1fe38008746d72fe6393680f11c689b91eb2d7502bbd1bff3fb98" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-05-31 16:20.26 ---> using "9502e2c4f53b5580308524d5b4c73de1f298163f2699b8bac50471099eae33e6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-31 16:20.26 ---> using "981e6ce16a11cbfdb1466639b83481acca0dd8d5862dfa3fd7af24a690882e61" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6425acefa6f5d53bc1566a539be6227a2a0fd97f || git fetch origin master) && git reset -q --hard 6425acefa6f5d53bc1566a539be6227a2a0fd97f && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 35eb2f107a..f96c4f16cc master -> origin/master error: unable to create file packages/fmlib_js/fmlib_js.0.5.3/opam: No space left on device error: unable to unlink old 'packages/fmlib_js/fmlib_js.0.5.4/opam': No space left on device error: unable to unlink old 'packages/fmlib_js/fmlib_js.0.5.5/opam': No space left on device error: unable to unlink old 'packages/fmlib_js/fmlib_js.0.5.6/opam': No space left on device error: unable to unlink old 'packages/fmlib_js/fmlib_js.0.5.7/opam': No space left on device error: unable to unlink old 'packages/fmlib_js/fmlib_js.0.5.8/opam': No space left on device error: unable to unlink old 'packages/fmlib_js/fmlib_js.0.5.9/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.3.0/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.3.1/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.4.0/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.0/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.1/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.11/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.2/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.3/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.4/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.5/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.6/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.7/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.8/opam': No space left on device error: unable to unlink old 'packages/fmlib_parse/fmlib_parse.0.5.9/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.3.0/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.3.1/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.4.0/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.0/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.1/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.11/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.2/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.3/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.4/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.5/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.6/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.7/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.8/opam': No space left on device error: unable to unlink old 'packages/fmlib_pretty/fmlib_pretty.0.5.9/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.3.0/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.3.1/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.4.0/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.0/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.1/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.11/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.2/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.3/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.4/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.5/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.6/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.7/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.8/opam': No space left on device error: unable to unlink old 'packages/fmlib_std/fmlib_std.0.5.9/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.10.0/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.0/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.1/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.10/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.2/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.3/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.4/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.5/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.6/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.7/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.8/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.8.9/opam': No space left on device error: unable to unlink old 'packages/fmt/fmt.0.9.0/opam': No space left on device error: unable to unlink old 'packages/fontforge-of-ocaml/fontforge-of-ocaml.1.1.0/opam': No space left on device error: unable to unlink old 'packages/forester/forester.2.0/opam': No space left on device error: unable to unlink old 'packages/forester/forester.2.1/opam': No space left on device error: unable to unlink old 'packages/forester/forester.2.2.1/opam': No space left on device error: unable to unlink old 'packages/forester/forester.2.3/opam': No space left on device error: unable to unlink old 'packages/forester/forester.2.4.1/opam': No space left on device error: unable to unlink old 'packages/forester/forester.2.4/opam': No space left on device error: unable to unlink old 'packages/forester/forester.2.5.1/opam': No space left on device error: unable to unlink old 'packages/forester/forester.2.5/opam': No space left on device error: unable to unlink old 'packages/forester/forester.3.0.0/opam': No space left on device error: unable to unlink old 'packages/forester/forester.3.1.0/opam': No space left on device error: unable to unlink old 'packages/forester/forester.4.0.0/opam': No space left on device error: unable to unlink old 'packages/forester/forester.4.0.1/opam': No space left on device error: unable to unlink old 'packages/forester/forester.4.1.0/opam': No space left on device error: unable to unlink old 'packages/forester/forester.4.2.0/opam': No space left on device error: unable to unlink old 'packages/forester/forester.4.3.0/opam': No space left on device error: unable to unlink old 'packages/forester/forester.4.3.1/opam': No space left on device error: unable to unlink old 'packages/format/format.0.1/opam': No space left on device error: unable to unlink old 'packages/fpath-base/fpath-base.0.2.1/opam': No space left on device error: unable to unlink old 'packages/fpath-base/fpath-base.0.2.2/opam': No space left on device fatal: cannot create directory at 'packages/fpath-base/fpath-base.0.3.0': No space left on device "/usr/bin/env" "bash" "-c" "cd ~/opam-repository && (git cat-file -e 6425acefa6f5d53bc1566a539be6227a2a0fd97f || git fetch origin master) && git reset -q --hard 6425acefa6f5d53bc1566a539be6227a2a0fd97f && git log --no-decorate -n1 --oneline && opam update -u" failed with exit status 128 2025-05-31 16:20.30: Job failed: Failed: Build failed