2026-01-09 21:48.16: New job: test mirage/digestif https://github.com/mirage/digestif.git#refs/heads/main (46968733c813b53271f9dc091c3bf06c12d16814) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/digestif.git" -b "main" && cd "digestif" && git reset --hard 46968733cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44# debian-13-4.08_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 digestif.opam ./RUN opam pin add -yn digestif.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="afl-persistent.1.1 alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.4 cmdliner.1.0.4 conf-m4.1 conf-which.1 cppo.1.6.1 crowbar.0.1 dune.2.6.1 eqaf.0.1 fmt.0.8.8 fpath.0.7.1 jbuilder.1.0+beta20.1 logs.0.7.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 re.1.7.2 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y digestif.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-09 21:48.16: Using cache hint "mirage/digestif-ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44-debian-13-4.08_opam-2.5-cc3c455ae3d9059ca99fd9c963cc1c03"2026-01-09 21:48.16: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44)(comment debian-13-4.08_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src digestif.opam) (dst ./))(run (network host)(shell "opam pin add -yn digestif.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.1 alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.4 cmdliner.1.0.4 conf-m4.1 conf-which.1 cppo.1.6.1 crowbar.0.1 dune.2.6.1 eqaf.0.1 fmt.0.8.8 fpath.0.7.1 jbuilder.1.0+beta20.1 logs.0.7.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 re.1.7.2 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7")(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.5 --depext-only -y digestif.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")))2026-01-09 21:48.16: Waiting for resource in pool OCluster2026-01-10 00:15.43: Waiting for worker…2026-01-10 00:15.59: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioUncaught exception: Unix.Unix_error(Unix.ENOSPC, "mkdir", "/var/cache/obuilder/ocluster/tmp/build-context-ce7be2")2026-01-10 00:16.00: Job failed: Failed: Internal error