Organisationsocurrentocaml-ci88e520 (master)(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

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:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44
ocamlformat 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 88e52089
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44
USER 1000:1000
RUN 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 opam depext -i dune
WORKDIR /src
RUN opam depext -i ocamlformat=0.25.1
COPY --chown=1000:1000 . /src/
RUN opam exec -- dune build @fmt --ignore-promoted-rules || (echo "dune build @fmt failed"; exit 2)


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-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 OCluster
2026-01-10 00:16.17: Waiting for worker…
2026-01-10 00:17.31: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
fatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/ocaml-dockerfile/.git' for writing: No space left on device
Failed to clone 'ocaml-dockerfile'. Retry scheduled
fatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/ocaml-version/.git' for writing: No space left on device
Failed to clone 'ocaml-version'. Retry scheduled
fatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/ocluster/.git' for writing: No space left on device
Failed to clone 'ocluster'. Retry scheduled
fatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/ocurrent/.git' for writing: No space left on device
Failed to clone 'ocurrent'. Retry scheduled
fatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/solver-service/.git' for writing: No space left on device
Failed to clone 'solver-service'. Retry scheduled
fatal: could not open '/var/cache/obuilder/ocluster/git/ocaml-ci.git-20dbb8639860499ad626ae7f7dfff30911583618/ocaml-dockerfile/.git' for writing: No space left on device
Failed to clone 'ocaml-dockerfile' a second time, aborting
git-submodule-update failed with exit-code 1
2026-01-10 00:17.31: Job failed: Failed: Build failed