Build:
  1. 29
  2. 28
  3. 27
  4. 26
  5. 25
  6. 24
  7. 23
  8. 22
  9. 21
  10. 20
2026-06-12 11:36.54: New job: docker build {
                                             "commit": "9665a79f3527c7fc528f5293c2d970a54d530be4",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "buildx": true,
                                             "build_args": [],
                                             "path": null
                                           }
2026-06-12 11:36.54: Waiting for resource in pool docker-build-pool
2026-06-16 09:25.17: Got resource from pool docker-build-pool
2026-06-16 09:25.17: Checking out commit 9665a79f. To reproduce:
                       git clone --recursive "https://github.com/tarides/tarides.com.git" && cd "tarides.com" && git fetch origin "refs/pull/513/head" && git reset --hard 9665a79f
2026-06-16 09:25.17: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tarides.com.git-c625fb5f52c964610b54f32d27d46965b6bf2fad211456d66e1ff8a0f4c02fec/.git" 
                           "/tmp/git-checkout293424d3"
2026-06-16 09:25.19: Exec: "git" "-C" "/tmp/git-checkout293424d3" "submodule" 
                           "deinit" "--force" "--all"
2026-06-16 09:25.19: Exec: "git" "-C" "/tmp/git-checkout293424d3" "reset" 
                           "--hard" "-q" "9665a79f3527c7fc528f5293c2d970a54d530be4"
2026-06-16 09:25.21: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout293424d3" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
2026-06-16 09:25.21: Exec: "docker" "buildx" "build" "--pull" "-f" "/tmp/git-checkout293424d3/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout293424d3/docker-iid" 
                           "--" "/tmp/git-checkout293424d3"
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.13kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/library/alpine:3.22
#2 DONE 0.3s

#3 [internal] load .dockerignore
#3 transferring context: 77B done
#3 DONE 0.1s

#4 [build  1/15] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601
#4 DONE 0.0s

#5 [build  2/15] RUN --mount=type=cache,target=/var/cache/apk,sharing=locked     ln -s /var/cache/apk /etc/apk/cache &&     apk -U upgrade && apk add     autoconf     curl-dev     gmp-dev     imagemagick     imagemagick-jpeg     imagemagick-webp     inotify-tools     libev-dev     oniguruma-dev     openssl-dev     curl     bash     gcc     musl-dev     make     m4     git     autoconf
#5 CACHED

#6 [build  3/15] WORKDIR /root
#6 CACHED

#7 [run  2/11] RUN --mount=type=cache,target=/var/cache/apk,sharing=locked     ln -s /var/cache/apk /etc/apk/cache &&     apk -U upgrade && apk add     git     gmp     libev     oniguruma-dev
#7 CACHED

#8 [run  3/11] RUN chmod -R 755 /var
#8 CACHED

#9 [internal] load build context
#9 ...

#10 [build  4/15] ADD https://get.dune.build/install dune-install.sh
#10 DONE 0.1s

#9 [internal] load build context
#9 ...

#11 [build  4/15] ADD https://get.dune.build/install dune-install.sh
#11 DONE 0.9s

#9 [internal] load build context
#9 transferring context: 549.46MB 2.1s done
#9 DONE 2.1s

#12 [build  5/15] RUN chmod +x dune-install.sh && ./dune-install.sh
#12 0.417 
#=#=#                                                                          
###################################################################       93.2%
######################################################################## 100.0%
#12 0.856 dune x86_64-unknown-linux-musl was installed successfully to ~/.local/bin/dune 
#12 0.857 
#12 1.119 
#=#=#                                                                          
                                                                           0.0%
#                                                                          1.4%
##                                                                         3.7%
####                                                                       6.0%
#####                                                                      7.1%
#####                                                                      7.2%
#####                                                                      7.4%
#####                                                                      7.8%
######                                                                     9.2%
#########                                                                 13.0%
##########                                                                14.1%
#############                                                             18.4%
##############                                                            20.5%
###############                                                           21.6%
####################                                                      28.2%
#######################                                                   32.3%
#########################                                                 35.3%
############################                                              39.1%
##############################                                            42.4%
##################################                                        47.2%
###################################                                       49.4%
###################################                                       49.4%
###################################                                       49.6%
###################################                                       50.0%
####################################                                      50.8%
######################################                                    52.9%
#######################################                                   55.5%
########################################                                  56.4%
##########################################                                58.9%
############################################                              62.3%
#############################################                             63.5%
#################################################                         69.0%
###################################################                       71.3%
#####################################################                     74.7%
#######################################################                   77.6%
#########################################################                 80.4%
############################################################              83.9%
############################################################              84.6%
###############################################################           88.1%
#################################################################         91.0%
##################################################################        91.7%
######################################################################    98.4%
#######################################################################   99.0%
######################################################################## 100.0%
#12 7.009 Revision cache was populated successfully 
#12 7.011 To use dune you will need to source the file "$HOME/.local/share/dune/env/env.bash" (or similar as appropriate for your shell)
#12 7.011   export PATH="/root/.local/bin:$PATH" 
#12 7.011 
#12 7.011 To get started, run: 
#12 7.011   dune --help 
#12 DONE 7.5s

#13 [build  6/15] RUN dune --version
#13 0.226 "Nightly build 2026-06-11T05:24:27Z, git revision 4ef37c03d42a1d8a6082aed8dbd5de472ea8f79a"
#13 DONE 0.3s

#14 [build  7/15] COPY --link tarides-com.opam .
#14 DONE 0.1s

#15 [build  8/15] COPY --link dune-project .
#15 DONE 0.1s

#16 [build  9/15] COPY --link ./generate-images.sh .
#16 DONE 0.1s

#17 [build 10/15] COPY --link data/ data/
#17 DONE 1.3s

#18 [build 11/15] COPY --link src/gen src/gen
#18 DONE 0.1s

#19 [build 12/15] RUN dune pkg lock && dune build @pkg-install
#19 41.94 Solution for dune.lock
#19 41.94 
#19 41.94 Dependencies common to all supported platforms:
#19 41.94 - alcotest.1.9.1
#19 41.94 - angstrom.0.16.1
#19 41.94 - asn1-combinators.0.3.2
#19 41.94 - astring.0.8.5
#19 41.94 - base-bytes.base
#19 41.94 - base-threads.base
#19 41.94 - base-unix.base
#19 41.94 - base64.3.5.2
#19 41.94 - bigarray-compat.1.1.0
#19 41.94 - bigstringaf.0.10.0
#19 41.94 - bos.0.3.0
#19 41.94 - brr.0.0.8
#19 41.94 - bstr.0.0.4
#19 41.94 - camlp-streams.5.0.1
#19 41.94 - caqti.2.3.2
#19 41.94 - caqti-lwt.2.3.2
#19 41.94 - checkseum.0.5.3
#19 41.94 - cmarkit.dev
#19 41.94 - cmdliner.2.1.1
#19 41.94 - compiler-cloning.enabled
#19 41.94 - conf-gmp.5
#19 41.94 - conf-gmp-powm-sec.4
#19 41.94 - conf-libev.4-13
#19 41.94 - conf-libssl.4
#19 41.94 - conf-oniguruma.1
#19 41.94 - conf-pkg-config.5
#19 41.94 - cppo.1.8.0
#19 41.94 - csexp.1.5.2
#19 41.94 - cstruct.6.2.0
#19 41.94 - ctypes.0.24.0
#19 41.94 - decompress.1.5.3
#19 41.94 - digestif.1.3.0
#19 41.94 - domain-name.0.5.0
#19 41.94 - dream.1.0.0~alpha8
#19 41.94 - dream-accept.0.1.0
#19 41.94 - dream-encoding.dev
#19 41.94 - dream-html.3.11.2
#19 41.94 - dream-httpaf.1.0.0~alpha4
#19 41.94 - dream-pure.1.0.0~alpha2
#19 41.94 - dune-configurator.3.23.1
#19 41.94 - dune-private-libs.3.23.1
#19 41.94 - dune-site.3.23.1
#19 41.94 - duration.0.3.1
#19 41.94 - dyn.3.23.1
#19 41.94 - eqaf.0.10
#19 41.94 - faraday.0.8.2
#19 41.94 - faraday-lwt.0.8.2
#19 41.94 - faraday-lwt-unix.0.8.2
#19 41.94 - fmt.0.11.0
#19 41.94 - fpath.0.7.3
#19 41.94 - fs-io.3.23.1
#19 41.94 - gen.1.1
#19 41.94 - gluten.0.5.2
#19 41.94 - gluten-lwt.0.5.2
#19 41.94 - gluten-lwt-unix.0.5.2
#19 41.94 - gmap.0.3.0
#19 41.94 - graphql.0.14.0
#19 41.94 - graphql-lwt.0.14.0
#19 41.94 - graphql_parser.0.14.0
#19 41.94 - h2.0.10.0
#19 41.94 - h2-lwt.0.10.0
#19 41.94 - h2-lwt-unix.0.10.0
#19 41.94 - hilite.dev
#19 41.94 - hmap.0.8.1
#19 41.94 - hpack.0.13.0
#19 41.94 - httpaf.0.7.1
#19 41.94 - httpun.0.1.0
#19 41.94 - httpun-lwt.0.1.0
#19 41.94 - httpun-lwt-unix.0.1.0
#19 41.94 - httpun-types.0.1.0
#19 41.94 - httpun-ws.0.2.0
#19 41.94 - integers.0.8.0
#19 41.94 - ipaddr.5.6.2
#19 41.94 - js_of_ocaml.6.3.2
#19 41.94 - js_of_ocaml-compiler.6.3.2
#19 41.94 - js_of_ocaml-toplevel.6.3.2
#19 41.94 - kdf.1.0.0
#19 41.94 - ke.0.6
#19 41.94 - lambdasoup.1.1.1
#19 41.94 - logs.0.10.0
#19 41.94 - lru.0.3.1
#19 41.94 - lwt.6.1.2
#19 41.94 - lwt-dllist.1.1.0
#19 41.94 - lwt_ppx.6.1.0
#19 41.94 - lwt_ssl.1.2.0
#19 41.94 - macaddr.5.6.2
#19 41.94 - magic-mime.1.3.1
#19 41.94 - markup.1.0.3
#19 41.94 - menhir.20260209
#19 41.94 - menhirCST.20260209
#19 41.94 - menhirGLR.20260209
#19 41.94 - menhirLib.20260209
#19 41.94 - menhirSdk.20260209
#19 41.94 - mirage-clock.4.2.0
#19 41.94 - mirage-crypto.1.2.0
#19 41.94 - mirage-crypto-ec.1.2.0
#19 41.94 - mirage-crypto-pk.1.2.0
#19 41.94 - mirage-crypto-rng.1.2.0
#19 41.94 - mirage-crypto-rng-lwt.1.2.0
#19 41.94 - mirage-kv.6.1.1
#19 41.94 - mirage-kv-unix.3.0.1
#19 41.94 - mtime.2.1.0
#19 41.94 - multipart_form.0.8.0
#19 41.94 - multipart_form-lwt.0.8.0
#19 41.94 - ocaml.5.3.1
#19 41.94 - ocaml-base-compiler.5.3.1
#19 41.94 - ocaml-compiler.5.3.1
#19 41.94 - ocaml-compiler-libs.v0.17.0
#19 41.94 - ocaml-syntax-shims.1.0.0
#19 41.94 - ocamlbuild.0.16.1+dune
#19 41.94 - ocamlfind.1.9.8+dune
#19 41.94 - ocplib-endian.1.2
#19 41.94 - ohex.0.2.0
#19 41.94 - oniguruma.0.2.0
#19 41.94 - optint.0.3.0
#19 41.94 - ordering.3.23.1
#19 41.94 - pecu.0.7
#19 41.94 - pp.2.0.0
#19 41.94 - ppx_derivers.1.2.1
#19 41.94 - ppx_deriving_yaml.0.4.1
#19 41.94 - ppx_import.1.12.0
#19 41.94 - ppx_show.0.2.1
#19 41.94 - ppxlib.0.38.0
#19 41.94 - prettym.0.0.5
#19 41.94 - psq.0.2.1
#19 41.94 - ptime.1.2.0
#19 41.94 - pure-html.3.11.2
#19 41.94 - re.1.14.0
#19 41.94 - relocatable-compiler.5.3.1.20251109.1
#19 41.94 - result.1.5
#19 41.94 - rresult.0.7.0
#19 41.94 - sedlex.3.7
#19 41.94 - seq.base
#19 41.94 - sexplib0.v0.17.0
#19 41.94 - ssl.0.7.0
#19 41.94 - stdcompat.21.1
#19 41.94 - stdlib-shims.0.3.0
#19 41.94 - stdune.3.23.1
#19 41.94 - stringext.1.6.0
#19 41.94 - tailwindcss.dev
#19 41.94 - textmate-language.0.6.0
#19 41.94 - top-closure.3.23.1
#19 41.94 - topkg.1.1.1
#19 41.94 - uchar.0.0.2
#19 41.94 - unstrctrd.0.4
#19 41.94 - uri.4.4.0
#19 41.94 - uucp.17.0.0
#19 41.94 - uunf.17.0.0
#19 41.94 - uutf.1.0.4
#19 41.94 - x509.1.0.6
#19 41.94 - yaml.3.2.0
#19 41.94 - yojson.3.0.0
#19 41.94 - zarith.1.14
#19 286.4 Error: sendfile(): No space left on device
#19 286.4 -> required by
#19 286.4    _build/_private/default/.pkg/gen.1.1-714a73ea622bb3e301ea0132dbdf4f6c/target
#19 286.4 -> required by alias pkg-install
#19 ERROR: process "/bin/sh -c dune pkg lock && dune build @pkg-install" did not complete successfully: exit code: 1
------
 > [build 12/15] RUN dune pkg lock && dune build @pkg-install:
41.94 - uunf.17.0.0
41.94 - uutf.1.0.4
41.94 - x509.1.0.6
41.94 - yaml.3.2.0
41.94 - yojson.3.0.0
41.94 - zarith.1.14
286.4 Error: sendfile(): No space left on device
286.4 -> required by
286.4    _build/_private/default/.pkg/gen.1.1-714a73ea622bb3e301ea0132dbdf4f6c/target
286.4 -> required by alias pkg-install
------
Dockerfile:49
--------------------
  47 |     COPY --link src/gen src/gen
  48 |     
  49 | >>> RUN dune pkg lock && dune build @pkg-install
  50 |     RUN ./generate-images.sh
  51 |     COPY --link . .
--------------------
ERROR: failed to solve: process "/bin/sh -c dune pkg lock && dune build @pkg-install" did not complete successfully: exit code: 1
2026-06-16 09:31.42: Job failed: Docker build exited with status 1