2026-01-09 21:48.44: New job: test ocurrent/ocaml-ci https://github.com/ocurrent/ocaml-ci.git#refs/heads/master (88e52089895ab4d08e6961d6ac3270fa2093ea81) (linux-x86_64:(lint-fmt))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44ocamlformat version: version 0.25.1 (from opam)To reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-ci.git" -b "master" && cd "ocaml-ci" && git reset --hard 88e52089cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44USER 1000:1000RUN 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 -uRUN opam depext -i duneWORKDIR /srcRUN opam depext -i ocamlformat=0.25.1COPY --chown=1000:1000 . /src/RUN opam exec -- dune build @fmt --ignore-promoted-rules || (echo "dune build @fmt failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-09 21:48.44: Using cache hint "ocurrent/ocaml-ci-ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44-debian-13-4.08_opam-2.5-ocamlformat-c65fcb116531ae66ad3316b265e233443ef25044"2026-01-09 21:48.44: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44)(user (uid 1000) (gid 1000))(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"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam depext -i dune"))(workdir /src)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam depext -i ocamlformat=0.25.1"))(copy (src .) (dst /src/))(run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)")))2026-01-09 21:48.44: Waiting for resource in pool OCluster2026-01-10 00:16.17: Waiting for worker…2026-01-10 00:17.31: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedfatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/ocaml-dockerfile/.git' for writing: No space left on deviceFailed to clone 'ocaml-dockerfile'. Retry scheduledfatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/ocaml-version/.git' for writing: No space left on deviceFailed to clone 'ocaml-version'. Retry scheduledfatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/ocluster/.git' for writing: No space left on deviceFailed to clone 'ocluster'. Retry scheduledfatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/ocurrent/.git' for writing: No space left on deviceFailed to clone 'ocurrent'. Retry scheduledfatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/solver-service/.git' for writing: No space left on deviceFailed to clone 'solver-service'. Retry scheduledfatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/ocaml-dockerfile/.git' for writing: No space left on deviceFailed to clone 'ocaml-dockerfile' a second time, abortinggit-submodule-update failed with exit-code 12026-01-10 00:17.31: Job failed: Failed: Build failed