2025-06-13 12:19.52: New job: test tmcgilchrist/ocaml-gitlab https://github.com/tmcgilchrist/ocaml-gitlab.git#refs/heads/windows (7f8756aaf634594091fcef59c54fbd1389faab8e) (linux-x86_64:fedora-42-5.3_opam-2.3)
Base: ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/tmcgilchrist/ocaml-gitlab.git" -b "windows" && cd "ocaml-gitlab" && git reset --hard 7f8756aa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c
# fedora-42-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 || git fetch origin master) && git reset -q --hard 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lab.opam gitlab.opam gitlab-unix.opam gitlab-jsoo.opam ./
RUN opam pin add -yn lab.dev './' && \
opam pin add -yn gitlab.dev './' && \
opam pin add -yn gitlab-unix.dev './' && \
opam pin add -yn gitlab-jsoo.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 base.v0.17.3 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 biniou.1.2.2 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-jsoo.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 easy-format.1.3.4 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.1.1 ISO8601.0.2.6 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-lwt.6.0.1 js_of_ocaml-ppx.6.0.1 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mdx.2.5.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 otoml.1.0.5 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 ptime.1.2.0 re.1.12.0 result.1.5 rresult.0.7.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.0.1 topkg.1.0.8 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.2.2.2 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y lab.dev gitlab.dev gitlab-unix.dev gitlab-jsoo.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-06-13 12:19.52: Using cache hint "tmcgilchrist/ocaml-gitlab-ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c-fedora-42-5.3_opam-2.3-3d86824a442ba39fbb4b4bfe55d11322"
2025-06-13 12:19.52: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c)
(comment fedora-42-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 || git fetch origin master) && git reset -q --hard 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lab.opam gitlab.opam gitlab-unix.opam gitlab-jsoo.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn lab.dev './' && \
\nopam pin add -yn gitlab.dev './' && \
\nopam pin add -yn gitlab-unix.dev './' && \
\nopam pin add -yn gitlab-jsoo.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 atd.2.16.0 atdgen.2.16.0 atdgen-runtime.2.16.0 base.v0.17.3 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 biniou.1.2.2 bos.0.2.1 ca-certs.1.0.1 camlp-streams.5.0.1 cmdliner.1.3.0 cohttp.6.1.1 cohttp-lwt.6.1.1 cohttp-lwt-jsoo.6.1.1 cohttp-lwt-unix.6.1.1 conduit.8.0.0 conduit-lwt.8.0.0 conduit-lwt-unix.8.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 easy-format.1.3.4 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gen.1.1 gmap.0.3.0 http.6.1.1 ISO8601.0.2.6 ipaddr.5.6.0 ipaddr-sexp.5.6.0 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-lwt.6.0.1 js_of_ocaml-ppx.6.0.1 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 magic-mime.1.3.1 mdx.2.5.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 otoml.1.0.5 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 ptime.1.2.0 re.1.12.0 result.1.5 rresult.0.7.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 stringext.1.6.0 tls.2.0.1 topkg.1.0.8 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.4 x509.1.0.6 yojson.2.2.2 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 lab.dev gitlab.dev gitlab-unix.dev gitlab-jsoo.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-06-13 12:19.52: Waiting for resource in pool OCluster
2025-06-13 12:37.40: Waiting for worker…
2025-06-13 12:41.06: Got resource from pool OCluster
Building on phoebe
All commits already cached
HEAD is now at 7f8756a fixup! Update Windows CI and setup-ocaml
(from ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.3@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c' locally
docker.io/ocaml/opam@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c: Pulling from ocaml/opam
1ae44aa8d36a: Already exists
08115a59426e: Pulling fs layer
67096f2b2fb0: Pulling fs layer
51405746afdf: Pulling fs layer
1017475cb086: Pulling fs layer
83a90a7e784e: Pulling fs layer
1017475cb086: Waiting
83a90a7e784e: Waiting
51405746afdf: Verifying Checksum
51405746afdf: Download complete
08115a59426e: Verifying Checksum
08115a59426e: Download complete
08115a59426e: Pull complete
83a90a7e784e: Download complete
1017475cb086: Verifying Checksum
67096f2b2fb0: Verifying Checksum
67096f2b2fb0: Download complete
67096f2b2fb0: Pull complete
51405746afdf: Pull complete
1017475cb086: Pull complete
83a90a7e784e: Pull complete
Digest: sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c
Status: Downloaded newer image for ocaml/opam@sha256:ca935fbf20f8d83e78dff4d973011a91d32565d7d98af772da42600dd103623c
2025-06-13 12:41.08 ---> using "6219cec5618da56ab7f2d1a249180f4afe319ecdd103db509824f628c646fc56" from cache
/: (comment fedora-42-5.3_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 42 - x86_64 - Updates 100% | 45.8 KiB/s | 11.6 KiB | 00m00s
Fedora 42 - x86_64 - Updates 100% | 3.3 MiB/s | 2.3 MiB | 00m01s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.
Nothing to do.
2025-06-13 12:41.08 ---> using "b1f0db1fada5631e0e8a089e4b21d3aba9fcebb8766eb6c5a9e6a096ca963ec7" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-13 12:41.08 ---> using "36f20adfdb7a1fd3920d73b330c5ff2e9a27026c342876b307bcafc268e4eecd" 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-06-13 12:41.08 ---> using "183296d1720211aca3f522267709abbd22789de72e87a55022fd39b32feff80b" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-13 12:41.08 ---> using "626b7abede693a100c736148e8f886bf78f49cecf8d70aa67da157cd49d141e7" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-13 12:41.08 ---> using "4994b2b063705049a578a29c9bf8c120bb196e13f645e32fb92443c24d9db643" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 || git fetch origin master) && git reset -q --hard 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
bc726805e3..59e7a58f9d master -> origin/master
error: unable to create file packages/dolmen_type/dolmen_type.0.5/opam: No space left on device
error: unable to unlink old 'packages/dolmen_type/dolmen_type.0.6/opam': No space left on device
error: unable to unlink old 'packages/dolmen_type/dolmen_type.0.7/opam': No space left on device
error: unable to unlink old 'packages/dolmen_type/dolmen_type.0.8.1/opam': No space left on device
error: unable to unlink old 'packages/dolmen_type/dolmen_type.0.8/opam': No space left on device
error: unable to unlink old 'packages/dolmen_type/dolmen_type.0.9/opam': No space left on device
error: unable to unlink old 'packages/dolog/dolog.1.1/opam': No space left on device
error: unable to unlink old 'packages/dolog/dolog.2.0/opam': No space left on device
error: unable to unlink old 'packages/dolog/dolog.3.0/opam': No space left on device
error: unable to unlink old 'packages/dolog/dolog.4.0.0/opam': No space left on device
error: unable to unlink old 'packages/dolog/dolog.6.0.0/opam': No space left on device
error: unable to unlink old 'packages/domain-local-await/domain-local-await.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/domain-local-await/domain-local-await.0.2.0/opam': No space left on device
error: unable to unlink old 'packages/domain-local-await/domain-local-await.0.2.1/opam': No space left on device
error: unable to unlink old 'packages/domain-local-await/domain-local-await.1.0.0/opam': No space left on device
error: unable to unlink old 'packages/domain-local-await/domain-local-await.1.0.1/opam': No space left on device
error: unable to unlink old 'packages/domain-local-timeout/domain-local-timeout.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/domain-local-timeout/domain-local-timeout.1.0.0/opam': No space left on device
error: unable to unlink old 'packages/domain-local-timeout/domain-local-timeout.1.0.1/opam': No space left on device
error: unable to unlink old 'packages/domain-name/domain-name.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/domain-name/domain-name.0.1.1/opam': No space left on device
error: unable to unlink old 'packages/domain-name/domain-name.0.1.2/opam': No space left on device
error: unable to unlink old 'packages/domain-name/domain-name.0.2.0/opam': No space left on device
error: unable to unlink old 'packages/domain-name/domain-name.0.2.1/opam': No space left on device
error: unable to unlink old 'packages/domain-name/domain-name.0.3.0/opam': No space left on device
error: unable to unlink old 'packages/domain-name/domain-name.0.3.1/opam': No space left on device
error: unable to unlink old 'packages/domain-name/domain-name.0.4.0/opam': No space left on device
error: unable to unlink old 'packages/domain-name/domain-name.0.4.1/opam': No space left on device
error: unable to create file packages/domain_shims/domain_shims.0.1.0/opam: No space left on device
error: unable to unlink old 'packages/domainslib/domainslib.0.3.0/opam': No space left on device
error: unable to unlink old 'packages/domainslib/domainslib.0.3.1/opam': No space left on device
error: unable to unlink old 'packages/domainslib/domainslib.0.3.2/opam': No space left on device
error: unable to unlink old 'packages/domainslib/domainslib.0.4.2/opam': No space left on device
error: unable to unlink old 'packages/domainslib/domainslib.0.5.0/opam': No space left on device
error: unable to unlink old 'packages/domainslib/domainslib.0.5.1/opam': No space left on device
error: unable to unlink old 'packages/domainslib/domainslib.0.5.2/opam': No space left on device
error: unable to unlink old 'packages/dose3-extra/dose3-extra.7.0.0/opam': No space left on device
error: unable to unlink old 'packages/dose3/dose3.5.0.1-1/opam': No space left on device
error: unable to unlink old 'packages/dose3/dose3.5.0.1-2/opam': No space left on device
error: unable to unlink old 'packages/dose3/dose3.5.0.1/opam': No space left on device
error: unable to unlink old 'packages/dose3/dose3.6.1/opam': No space left on device
error: unable to unlink old 'packages/dose3/dose3.7.0.0/opam': No space left on device
error: unable to create file packages/dot-merlin-reader/dot-merlin-reader.3.4.0/opam: No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.3.4.1/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.3.4.2/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.3.5.0/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.4.1/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.4.17.1-414/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.4.17.1-501/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.4.18-414/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.4.2/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.4.5/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.4.6/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.4.9/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.5.0-502/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.5.1/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.5.2.1-502/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.5.3-502/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.5.3~5.3preview/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.5.4-503/opam': No space left on device
error: unable to unlink old 'packages/dot-merlin-reader/dot-merlin-reader.5.4.1-503/opam': No space left on device
error: unable to create file packages/dot-merlin-reader/dot-merlin-reader.5.4.2~5.4preview/opam: No space left on device
error: unable to unlink old 'packages/dotenv/dotenv.0.0.1/opam': No space left on device
error: unable to unlink old 'packages/dotenv/dotenv.0.0.3/opam': No space left on device
error: unable to unlink old 'packages/down/down.0.0.1/opam': No space left on device
error: unable to unlink old 'packages/down/down.0.0.2/opam': No space left on device
error: unable to unlink old 'packages/down/down.0.0.3/opam': No space left on device
error: unable to unlink old 'packages/down/down.0.0.4/opam': No space left on device
error: unable to unlink old 'packages/down/down.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/down/down.0.2.0/opam': No space left on device
error: unable to unlink old 'packages/down/down.0.3.0/opam': No space left on device
error: unable to unlink old 'packages/dream-accept/dream-accept.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/dream-cli/dream-cli.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/dream-cli/dream-cli.0.2.0/opam': No space left on device
error: unable to unlink old 'packages/dream-encoding/dream-encoding.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/dream-encoding/dream-encoding.0.2.0/opam': No space left on device
error: unable to unlink old 'packages/dream-encoding/dream-encoding.0.3.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.0.0.3/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.1.0.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.1.1.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.1.2.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.2.0.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.2.1.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.0.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.0.1/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.1.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.10.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.10.1/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.2.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.3.1/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.4.1/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.5.2/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.6.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.6.1/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.6.2/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.7.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.8.0/opam': No space left on device
error: unable to unlink old 'packages/dream-html/dream-html.3.9.5/opam': No space left on device
error: unable to unlink old 'packages/dream-htmx/dream-htmx.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/dream-httpaf/dream-httpaf.1.0.0~alpha1/opam': No space left on device
error: unable to unlink old 'packages/dream-httpaf/dream-httpaf.1.0.0~alpha2/opam': No space left on device
error: unable to unlink old 'packages/dream-httpaf/dream-httpaf.1.0.0~alpha3/opam': No space left on device
error: unable to unlink old 'packages/dream-httpaf/dream-httpaf.1.0.0~alpha4/opam': No space left on device
error: unable to unlink old 'packages/dream-inertia/dream-inertia.0.0.1/opam': No space left on device
error: unable to unlink old 'packages/dream-livereload/dream-livereload.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/dream-livereload/dream-livereload.0.2.0/opam': No space left on device
error: unable to unlink old 'packages/dream-pure/dream-pure.1.0.0~alpha1/opam': No space left on device
error: unable to unlink old 'packages/dream-pure/dream-pure.1.0.0~alpha2/opam': No space left on device
error: unable to unlink old 'packages/dream-serve/dream-serve.1.0.0/opam': No space left on device
error: unable to unlink old 'packages/dream-serve/dream-serve.1.0.1/opam': No space left on device
error: unable to unlink old 'packages/dream/dream.1.0.0~alpha1/opam': No space left on device
error: unable to unlink old 'packages/dream/dream.1.0.0~alpha2/opam': No space left on device
error: unable to unlink old 'packages/dream/dream.1.0.0~alpha3/opam': No space left on device
error: unable to unlink old 'packages/dream/dream.1.0.0~alpha4/opam': No space left on device
error: unable to unlink old 'packages/dream/dream.1.0.0~alpha5/opam': No space left on device
error: unable to unlink old 'packages/dream/dream.1.0.0~alpha6/opam': No space left on device
error: unable to unlink old 'packages/dream/dream.1.0.0~alpha7/opam': No space left on device
error: unable to unlink old 'packages/dream/dream.1.0.0~alpha8/opam': No space left on device
error: unable to unlink old 'packages/dream_middleware_ext/dream_middleware_ext.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/drom/drom.0.2.0/opam': No space left on device
error: unable to unlink old 'packages/drom/drom.0.3.0/opam': No space left on device
error: unable to unlink old 'packages/drom/drom.0.6.0/opam': No space left on device
error: unable to unlink old 'packages/drom/drom.0.6.1/opam': No space left on device
error: unable to unlink old 'packages/drom/drom.0.8.0/opam': No space left on device
error: unable to unlink old 'packages/drom_lib/drom_lib.0.2.0/opam': No space left on device
error: unable to unlink old 'packages/drom_lib/drom_lib.0.3.0/opam': No space left on device
error: unable to unlink old 'packages/drom_lib/drom_lib.0.6.0/opam': No space left on device
error: unable to unlink old 'packages/drom_lib/drom_lib.0.6.1/opam': No space left on device
error: unable to unlink old 'packages/drom_lib/drom_lib.0.8.0/opam': No space left on device
error: unable to unlink old 'packages/drom_toml/drom_toml.0.8.0/opam': No space left on device
error: unable to unlink old 'packages/dropbox/dropbox.0.2/opam': No space left on device
error: unable to unlink old 'packages/dropbox_lwt_unix/dropbox_lwt_unix.0.2/opam': No space left on device
error: unable to unlink old 'packages/dryunit/dryunit.0.4.0/opam': No space left on device
error: unable to unlink old 'packages/dryunit/dryunit.0.4.1/opam': No space left on device
error: unable to unlink old 'packages/dryunit/dryunit.0.5.0/opam': No space left on device
error: unable to unlink old 'packages/dscheck/dscheck.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/dscheck/dscheck.0.1.1/opam': No space left on device
error: unable to unlink old 'packages/dscheck/dscheck.0.2.0/opam': No space left on device
error: unable to unlink old 'packages/dscheck/dscheck.0.3.0/opam': No space left on device
error: unable to unlink old 'packages/dscheck/dscheck.0.4.0/opam': No space left on device
error: unable to unlink old 'packages/dscheck/dscheck.0.5.0/opam': No space left on device
error: unable to unlink old 'packages/dssi/dssi.0.1.1/opam': No space left on device
error: unable to unlink old 'packages/dssi/dssi.0.1.2/opam': No space left on device
error: unable to unlink old 'packages/dssi/dssi.0.1.3/opam': No space left on device
error: unable to unlink old 'packages/dssi/dssi.0.1.4/opam': No space left on device
error: unable to unlink old 'packages/dssi/dssi.0.1.5/opam': No space left on device
error: unable to unlink old 'packages/dtc-pb/dtc-pb.1.0/opam': No space left on device
error: unable to unlink old 'packages/dtoa/dtoa.0.1/opam': No space left on device
error: unable to unlink old 'packages/dtoa/dtoa.0.3.0/opam': No space left on device
error: unable to unlink old 'packages/dtoa/dtoa.0.3.1/opam': No space left on device
error: unable to unlink old 'packages/dtoa/dtoa.0.3.2/opam': No space left on device
error: unable to unlink old 'packages/dtoa/dtoa.0.3.3/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.3.0/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.3.2/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.3.3/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.3.4/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.4.0/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.4.1/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.4.2/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.4.3/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.4.4/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.4.5/opam': No space left on device
error: unable to unlink old 'packages/dtools/dtools.0.4.6/opam': No space left on device
error: unable to unlink old 'packages/dual/dual.0.1.0/opam': No space left on device
error: unable to unlink old 'packages/duff/duff.0.1/opam': No space left on device
error: unable to unlink old 'packages/duff/duff.0.2/opam': No space left on device
error: unable to unlink old 'packages/duff/duff.0.3/opam': No space left on device
error: unable to unlink old 'packages/duff/duff.0.4/opam': No space left on device
error: unable to unlink old 'packages/duff/duff.0.5/opam': No space left on device
error: unable to unlink old 'packages/dum/dum.1.0.1/opam': No space left on device
error: unable to unlink old 'packages/dum/dum.1.0.3/opam': No space left on device
error: unable to unlink old 'packages/dump_ocamlformat/dump_ocamlformat.0.2.2/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.0.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.1.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.1.2/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.1.3/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.2.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.3.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.3.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.4.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.5.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.5.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.6.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.6.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.6.2/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.7.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.7.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.8.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.8.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.8.2/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.8.4/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.8.5/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.9.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.9.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.2.9.3/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.0.2/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.0.3/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.1.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.1.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.10.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.11.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.11.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.12.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.12.2/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.13.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.13.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.14.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.14.2/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.15.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.15.2/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.15.3/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.16.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.16.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.17.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.17.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.17.2/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.18.0/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.18.1/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.18.2/opam': No space left on device
error: unable to unlink old 'packages/dune-action-plugin/dune-action-plugin.3.19.0/opam': No space left on device
fatal: cannot create directory at 'packages/dune-action-plugin/dune-action-plugin.3.19.1': No space left on device
"/usr/bin/env" "bash" "-c" "cd ~/opam-repository && (git cat-file -e 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 || git fetch origin master) && git reset -q --hard 59e7a58f9d7d6cc1f4da2e23f40e7e0ac1426f77 && git log --no-decorate -n1 --oneline && opam update -u" failed with exit status 128
2025-06-13 12:41.11: Job failed: Failed: Build failed