2025-06-07 07:18.23: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (38893e1587287dd910198c98cf54d4177f74a3a6) (linux-x86_64:(lint-opam)) Base: ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2 Opam files lint To reproduce locally: git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 38893e15 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2 # debian-12-5.0_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 b88c10520f4204454fd8006d926771d0053dc19b || git fetch origin master) && git reset -q --hard b88c10520f4204454fd8006d926771d0053dc19b && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam ./ RUN opam pin add -yn dunolint.dev './' && \ opam pin add -yn dunolint-tests.dev './' && \ opam pin add -yn dunolint-lib.dev './' && \ opam pin add -yn dunolint-dev.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base.v0.16.4 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 dyn.3.19.0 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 jsonm.1.0.2 logs.0.8.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.19.0 parsexp.v0.16.0 pp.2.0.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.3.0 stdlib-shims.0.3.0 stdune.3.19.0 swhid_core.0.1 topkg.1.0.8 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y deps_for_opam_dune_lint.opam dunolint-lib.dev $DEPS RUN opam install $DEPS ENV CI="true" ENV OCAMLCI="true" WORKDIR /src COPY --chown=1000:1000 . /src/ RUN opam lint RUN opam exec -- opam-dune-lint END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-06-07 07:18.23: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2-debian-12-5.0_opam-2.3-34baf53ab861d827b1ec2fca70968a27" 2025-06-07 07:18.23: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2) (comment debian-12-5.0_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.2 /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 b88c10520f4204454fd8006d926771d0053dc19b || git fetch origin master) && git reset -q --hard b88c10520f4204454fd8006d926771d0053dc19b && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-dev.opam) (dst ./)) (run (network host) (shell "opam pin add -yn dunolint.dev './' && \ \nopam pin add -yn dunolint-tests.dev './' && \ \nopam pin add -yn dunolint-lib.dev './' && \ \nopam pin add -yn dunolint-dev.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base.v0.16.4 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 dyn.3.19.0 fmt.0.10.0 fpath.0.7.3 fpath-sexp0.0.3.1 jsonm.1.0.2 logs.0.8.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 ordering.3.19.0 parsexp.v0.16.0 pp.2.0.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.12.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 spdx_licenses.1.3.0 stdlib-shims.0.3.0 stdune.3.19.0 swhid_core.0.1 topkg.1.0.8 uutf.1.0.4") (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.2 --depext-only -y deps_for_opam_dune_lint.opam dunolint-lib.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (env CI true) (env OCAMLCI true) (workdir /src) (copy (src .) (dst /src/)) (run (shell "opam lint")) (run (shell "opam exec -- opam-dune-lint")) ) 2025-06-07 07:18.23: Waiting for resource in pool OCluster 2025-06-07 07:18.24: Waiting for worker… 2025-06-07 07:18.24: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 38893e1 Update dependencies (from ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2) Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2' locally docker.io/ocaml/opam@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2: Pulling from ocaml/opam e7a24471f2a5: Pulling fs layer e7a24471f2a5: Verifying Checksum e7a24471f2a5: Download complete e7a24471f2a5: Pull complete Digest: sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2 Status: Downloaded newer image for ocaml/opam@sha256:cd0305ecaf93de75b33ad7c2e1e3ad4535e57936fa04ddb25cb6f5cf783780d2 2025-06-07 07:18.24 ---> using "5af8eba661485d8b55ca3adf65ef3a5b152a4795e625b08333f1793dcf76b6ee" from cache /: (comment debian-12-5.0_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.2 /usr/bin/opam")) 2025-06-07 07:18.24 ---> using "234ab27d8cdae0a728983bdb063952997c875007010dc3c726983078155341ec" 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 [NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-07 07:18.24 ---> using "4b8d98f3fd559dba119bc3c872001418676663ca9679cc51956451c3e28194e7" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 5.0.0 2.2.1 2025-06-07 07:18.24 ---> using "ae6c04ab5c212d37be5549cdb48fe297d3cafabe7f9c38c22904f09509f0b62c" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-07 07:18.24 ---> using "10f3169a2d039403e12dd988fd10423ba1a6f422ba878eaaae5aee97e9d88590" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b88c10520f4204454fd8006d926771d0053dc19b || git fetch origin master) && git reset -q --hard b88c10520f4204454fd8006d926771d0053dc19b && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 0d013e603b..bc726805e3 master -> origin/master error: unable to create file packages/gitlab/gitlab.0.1.6/opam: No space left on device error: unable to unlink old 'packages/gitlab/gitlab.0.1.7/opam': No space left on device error: unable to unlink old 'packages/gitlab/gitlab.0.1.8/opam': No space left on device error: unable to unlink old 'packages/gitlab_pipeline_notifier/gitlab_pipeline_notifier.0.1/opam': No space left on device error: unable to unlink old 'packages/glMLite/glMLite.0.03.53/opam': No space left on device error: unable to unlink old 'packages/gles3/gles3.20160307.alpha/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.2.1-1/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.2.1-2/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.2.1-3/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.2.1/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.2.1~rc1/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.2.1~rc2/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.3.1-1/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.3.1-2/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.3.1/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.3/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.3~rc1/opam': No space left on device error: unable to unlink old 'packages/glfw-ocaml/glfw-ocaml.3.3~rc2/opam': No space left on device error: unable to unlink old 'packages/glical/glical.0.0.3/opam': No space left on device error: unable to unlink old 'packages/glical/glical.0.0.4/opam': No space left on device error: unable to unlink old 'packages/glical/glical.0.0.5/opam': No space left on device error: unable to unlink old 'packages/glical/glical.0.0.7/opam': No space left on device error: unable to unlink old 'packages/glicko2/glicko2.1.0.0/opam': No space left on device error: unable to unlink old 'packages/globlon/globlon.1.0/opam': No space left on device error: unable to unlink old 'packages/glpk/glpk.0.1.6/opam': No space left on device error: unable to unlink old 'packages/glpk/glpk.0.1.8/opam': No space left on device error: unable to unlink old 'packages/gluon/gluon.0.0.8/opam': No space left on device error: unable to unlink old 'packages/gluon/gluon.0.0.9/opam': No space left on device error: unable to unlink old 'packages/gluten-async/gluten-async.0.2.1/opam': No space left on device error: unable to unlink old 'packages/gluten-async/gluten-async.0.3.0/opam': No space left on device error: unable to unlink old 'packages/gluten-async/gluten-async.0.4.0/opam': No space left on device error: unable to unlink old 'packages/gluten-async/gluten-async.0.4.1/opam': No space left on device error: unable to unlink old 'packages/gluten-async/gluten-async.0.5.0/opam': No space left on device error: unable to unlink old 'packages/gluten-async/gluten-async.0.5.1/opam': No space left on device error: unable to unlink old 'packages/gluten-async/gluten-async.0.5.2/opam': No space left on device error: unable to unlink old 'packages/gluten-eio/gluten-eio.0.4.0/opam': No space left on device error: unable to unlink old 'packages/gluten-eio/gluten-eio.0.4.1/opam': No space left on device error: unable to unlink old 'packages/gluten-eio/gluten-eio.0.5.0/opam': No space left on device error: unable to unlink old 'packages/gluten-eio/gluten-eio.0.5.1/opam': No space left on device error: unable to unlink old 'packages/gluten-eio/gluten-eio.0.5.2/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt-unix/gluten-lwt-unix.0.1.0/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt-unix/gluten-lwt-unix.0.2.0/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt-unix/gluten-lwt-unix.0.2.1/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt-unix/gluten-lwt-unix.0.3.0/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt-unix/gluten-lwt-unix.0.4.0/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt-unix/gluten-lwt-unix.0.4.1/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt-unix/gluten-lwt-unix.0.5.0/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt-unix/gluten-lwt-unix.0.5.1/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt-unix/gluten-lwt-unix.0.5.2/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt/gluten-lwt.0.1.0/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt/gluten-lwt.0.2.0/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt/gluten-lwt.0.2.1/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt/gluten-lwt.0.3.0/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt/gluten-lwt.0.4.0/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt/gluten-lwt.0.4.1/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt/gluten-lwt.0.5.0/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt/gluten-lwt.0.5.1/opam': No space left on device error: unable to unlink old 'packages/gluten-lwt/gluten-lwt.0.5.2/opam': No space left on device error: unable to unlink old 'packages/gluten-mirage/gluten-mirage.0.2.1/opam': No space left on device error: unable to unlink old 'packages/gluten-mirage/gluten-mirage.0.3.0/opam': No space left on device error: unable to unlink old 'packages/gluten-mirage/gluten-mirage.0.4.0/opam': No space left on device error: unable to unlink old 'packages/gluten-mirage/gluten-mirage.0.4.1/opam': No space left on device error: unable to unlink old 'packages/gluten-mirage/gluten-mirage.0.5.0/opam': No space left on device error: unable to unlink old 'packages/gluten-mirage/gluten-mirage.0.5.1/opam': No space left on device error: unable to unlink old 'packages/gluten-mirage/gluten-mirage.0.5.2/opam': No space left on device error: unable to unlink old 'packages/gluten/gluten.0.1.0/opam': No space left on device error: unable to unlink old 'packages/gluten/gluten.0.2.0/opam': No space left on device error: unable to unlink old 'packages/gluten/gluten.0.2.1/opam': No space left on device error: unable to unlink old 'packages/gluten/gluten.0.3.0/opam': No space left on device error: unable to unlink old 'packages/gluten/gluten.0.4.0/opam': No space left on device error: unable to unlink old 'packages/gluten/gluten.0.4.1/opam': No space left on device error: unable to unlink old 'packages/gluten/gluten.0.5.0/opam': No space left on device error: unable to unlink old 'packages/gluten/gluten.0.5.1/opam': No space left on device error: unable to unlink old 'packages/gluten/gluten.0.5.2/opam': No space left on device error: unable to unlink old 'packages/gmap/gmap.0.1.0/opam': No space left on device error: unable to unlink old 'packages/gmap/gmap.0.2.0/opam': No space left on device error: unable to unlink old 'packages/gmap/gmap.0.2.1/opam': No space left on device error: unable to unlink old 'packages/gmap/gmap.0.3.0/opam': No space left on device error: unable to unlink old 'packages/gmp-ecm/gmp-ecm.7.0.3/opam': No space left on device error: unable to unlink old 'packages/gmp-freestanding/gmp-freestanding.6.0.0-1/opam': No space left on device error: unable to unlink old 'packages/gmp-freestanding/gmp-freestanding.6.0.0/opam': No space left on device error: unable to unlink old 'packages/gmp-freestanding/gmp-freestanding.6.1.2-1/opam': No space left on device error: unable to unlink old 'packages/gmp-freestanding/gmp-freestanding.6.1.2-2/opam': No space left on device error: unable to unlink old 'packages/gmp-freestanding/gmp-freestanding.6.1.2/opam': No space left on device error: unable to unlink old 'packages/gmp-freestanding/gmp-freestanding.6.2.0/opam': No space left on device error: unable to unlink old 'packages/gmp-freestanding/gmp-freestanding.6.2.1/opam': No space left on device error: unable to unlink old 'packages/gmp-xen/gmp-xen.6.0.0-1/opam': No space left on device error: unable to unlink old 'packages/gmp-xen/gmp-xen.6.0.0/opam': No space left on device error: unable to unlink old 'packages/gmp/gmp.6.2.1-1/opam': No space left on device error: unable to unlink old 'packages/gmp/gmp.6.2.1-2/opam': No space left on device error: unable to unlink old 'packages/gmp/gmp.6.2.1-3/opam': No space left on device error: unable to unlink old 'packages/gmp/gmp.6.2.1-4/opam': No space left on device error: unable to unlink old 'packages/gmp/gmp.6.2.1-5/opam': No space left on device error: unable to unlink old 'packages/gmp/gmp.6.2.1/opam': No space left on device error: unable to unlink old 'packages/gnuplot/gnuplot.0.5.3/opam': No space left on device error: unable to unlink old 'packages/gnuplot/gnuplot.0.6/opam': No space left on device error: unable to unlink old 'packages/gnuplot/gnuplot.0.7/opam': No space left on device error: unable to unlink old 'packages/gobba/gobba.0.4.1/opam': No space left on device error: unable to unlink old 'packages/gobba/gobba.0.4.2/opam': No space left on device error: unable to unlink old 'packages/gobject-introspection/gobject-introspection.0.2/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.1.7.3/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.1.7.4/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.1.8.0/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.1.8.2/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.2.0.0/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.2.0.1/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.2.0.2/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.2.0.3/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.2.0.4/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.2.0.5/opam': No space left on device error: unable to unlink old 'packages/goblint-cil/goblint-cil.2.0.6/opam': No space left on device error: unable to unlink old 'packages/goblint/goblint.1.1.1/opam': No space left on device error: unable to unlink old 'packages/goblint/goblint.2.0.0/opam': No space left on device error: unable to unlink old 'packages/goblint/goblint.2.0.1/opam': No space left on device error: unable to unlink old 'packages/goblint/goblint.2.1.0/opam': No space left on device error: unable to unlink old 'packages/goblint/goblint.2.2.1/opam': No space left on device error: unable to unlink old 'packages/goblint/goblint.2.3.0/opam': No space left on device error: unable to unlink old 'packages/goblint/goblint.2.4.0/opam': No space left on device error: unable to unlink old 'packages/goblint/goblint.2.5.0/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.22/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.23/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.6.26/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.1/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.11/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.13/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.14/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.15/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.16/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.17/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.18/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.19/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.2/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.20/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.21/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.22/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.23/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.24/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.25/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.26/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.27/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.28/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.29/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.3/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.30/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.31/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.32/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.4/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.5/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.6/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.7/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.8/opam': No space left on device error: unable to unlink old 'packages/google-drive-ocamlfuse/google-drive-ocamlfuse.0.7.9/opam': No space left on device error: unable to unlink old 'packages/gopcaml-mode-merlin/gopcaml-mode-merlin.0.0.4/opam': No space left on device error: unable to unlink old 'packages/gopcaml-mode-merlin/gopcaml-mode-merlin.0.0.6/opam': No space left on device error: unable to unlink old 'packages/gopcaml-mode/gopcaml-mode.0.0.1/opam': No space left on device error: unable to unlink old 'packages/gopcaml-mode/gopcaml-mode.0.0.2/opam': No space left on device error: unable to unlink old 'packages/gopcaml-mode/gopcaml-mode.0.0.3/opam': No space left on device error: unable to unlink old 'packages/gopcaml-mode/gopcaml-mode.0.0.6/opam': No space left on device error: unable to unlink old 'packages/gospel/gospel.0.1.0/opam': No space left on device error: unable to unlink old 'packages/gospel/gospel.0.2.0/opam': No space left on device error: unable to unlink old 'packages/gospel/gospel.0.3.0/opam': No space left on device error: unable to unlink old 'packages/gotd/gotd.0.1/opam': No space left on device error: unable to unlink old 'packages/gperftools/gperftools.0.3/opam': No space left on device error: unable to unlink old 'packages/gperftools/gperftools.0.4/opam': No space left on device error: unable to unlink old 'packages/gperftools/gperftools.0.5/opam': No space left on device error: unable to unlink old 'packages/gpiod/gpiod.0.7/opam': No space left on device error: unable to unlink old 'packages/gpr/gpr.1.3.0/opam': No space left on device error: unable to unlink old 'packages/gpr/gpr.1.3.1/opam': No space left on device error: unable to unlink old 'packages/gpr/gpr.1.4.0/opam': No space left on device error: unable to unlink old 'packages/gpr/gpr.1.4.1/opam': No space left on device error: unable to unlink old 'packages/gpr/gpr.1.5.0/opam': No space left on device error: unable to unlink old 'packages/gpr/gpr.1.5.1/opam': No space left on device error: unable to unlink old 'packages/gpr/gpr.1.5.2/opam': No space left on device error: unable to unlink old 'packages/gpt/gpt.1.0.0/opam': No space left on device error: unable to unlink old 'packages/gptar/gptar.1.0.0/opam': No space left on device error: unable to unlink old 'packages/gpx/gpx.1.0.1/opam': No space left on device error: unable to unlink old 'packages/gpx/gpx.1.0.2/opam': No space left on device error: unable to unlink old 'packages/gpx/gpx.1.0/opam': No space left on device error: unable to unlink old 'packages/gpx/gpx.1.1.0/opam': No space left on device error: unable to unlink old 'packages/gpx/gpx.1.1.1/opam': No space left on device error: unable to unlink old 'packages/gr/gr.0.0.1/opam': No space left on device error: unable to unlink old 'packages/gr/gr.0.0.2/opam': No space left on device error: unable to unlink old 'packages/grace/grace.0.1.0/opam': No space left on device error: unable to unlink old 'packages/grace/grace.0.2.0/opam': No space left on device error: unable to unlink old 'packages/gradescope_submit/gradescope_submit.0.2/opam': No space left on device error: unable to unlink old 'packages/gradescope_submit/gradescope_submit.2.0.1/opam': No space left on device error: unable to unlink old 'packages/gradescope_submit/gradescope_submit.2.0.2/opam': No space left on device error: unable to unlink old 'packages/grain_dypgen/grain_dypgen.0.1/opam': No space left on device fatal: cannot create directory at 'packages/grain_dypgen/grain_dypgen.0.2.1': No space left on device "/usr/bin/env" "bash" "-c" "cd ~/opam-repository && (git cat-file -e b88c10520f4204454fd8006d926771d0053dc19b || git fetch origin master) && git reset -q --hard b88c10520f4204454fd8006d926771d0053dc19b && git log --no-decorate -n1 --oneline && opam update -u" failed with exit status 128 2025-06-07 07:18.26: Job failed: Failed: Build failed