2026-02-05 05:31.10: New job: docker build {
"commit": "c74b3efb2d7c50271de313cdc42812042df732c5",
"dockerfile": {
"file": "Dockerfile"
},
"docker_context": null,
"squash": false,
"buildx": true,
"build_args": [],
"path": null
}
2026-02-05 05:31.10: Checking out commit c74b3efb. To reproduce:
git clone --recursive "https://github.com/tarides/tarides.com.git" && cd "tarides.com" && git fetch origin "refs/pull/1007/head" && git reset --hard c74b3efb
2026-02-05 05:31.10: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tarides.com.git-c625fb5f52c964610b54f32d27d46965b6bf2fad211456d66e1ff8a0f4c02fec/.git"
"/tmp/git-checkout74f9e8d"
2026-02-05 05:31.11: Exec: "git" "-C" "/tmp/git-checkout74f9e8d" "submodule"
"deinit" "--force" "--all"
2026-02-05 05:31.11: Exec: "git" "-C" "/tmp/git-checkout74f9e8d" "reset"
"--hard" "-q" "c74b3efb2d7c50271de313cdc42812042df732c5"
2026-02-05 05:31.13: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout74f9e8d" "submodule" "update"
"--recursive" "--init" "--no-fetch"
2026-02-05 05:31.13: Exec: "docker" "buildx" "build" "--pull" "-f" "/tmp/git-checkout74f9e8d/Dockerfile"
"--iidfile" "/tmp/git-checkout74f9e8d/docker-iid"
"--" "/tmp/git-checkout74f9e8d"
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.98kB done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/alpine:3.22
#2 DONE 1.3s
#3 [internal] load .dockerignore
#3 transferring context: 77B done
#3 DONE 0.0s
#4 [build 1/13] FROM docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2
#4 resolve docker.io/library/alpine:3.22@sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 0.0s done
#4 sha256:f65e6e80f68613c7e9c51c98f879c73373d7a38c0790300e1478ce45894a24aa 611B / 611B done
#4 sha256:55ae5d250caebc548793f321534bc6a8ef1d116f334f18f4ada1b2daad3251b2 9.22kB / 9.22kB done
#4 sha256:e0baf8c394150ac5a14925e179100519f5e37c53547f647acbd9f8eb3e5c4528 1.02kB / 1.02kB done
#4 DONE 0.1s
#5 [internal] load build context
#5 transferring context: 548.31MB 2.1s done
#5 DONE 2.1s
#6 [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
#6 0.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
#6 0.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
#6 1.027 OK: 7 MiB in 16 packages
#6 1.624 (1/17) Installing brotli-libs (1.1.0-r2)
#6 1.697 (2/17) Installing c-ares (1.34.6-r0)
#6 1.704 (3/17) Installing libunistring (1.3-r0)
#6 1.725 (4/17) Installing libidn2 (2.3.7-r0)
#6 1.731 (5/17) Installing nghttp2-libs (1.65.0-r0)
#6 1.734 (6/17) Installing libpsl (0.21.5-r3)
#6 1.739 (7/17) Installing zstd-libs (1.5.7-r0)
#6 1.751 (8/17) Installing libcurl (8.14.1-r2)
#6 1.761 (9/17) Installing libexpat (2.7.4-r0)
#6 1.766 (10/17) Installing pcre2 (10.46-r0)
#6 1.775 (11/17) Installing git (2.49.1-r0)
#6 1.881 (12/17) Installing git-init-template (2.49.1-r0)
#6 1.886 (13/17) Installing gmp (6.3.0-r3)
#6 1.894 (14/17) Installing libev (4.33-r1)
#6 1.897 (15/17) Installing oniguruma (6.9.10-r0)
#6 1.904 (16/17) Installing pkgconf (2.4.3-r0)
#6 1.910 (17/17) Installing oniguruma-dev (6.9.10-r0)
#6 1.922 Executing busybox-1.37.0-r20.trigger
#6 1.948 OK: 21 MiB in 33 packages
#6 DONE 3.7s
#7 [build 2/13] 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
#7 3.961 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
#7 ...
#8 [run 3/11] RUN chmod -R 755 /var
#8 DONE 0.4s
#7 [build 2/13] 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
#7 4.036 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
#7 4.342 OK: 7 MiB in 16 packages
#7 4.701 (1/82) Installing m4 (1.4.19-r4)
#7 4.741 (2/82) Installing libbz2 (1.0.8-r6)
#7 4.748 (3/82) Installing perl (5.40.3-r0)
#7 5.083 (4/82) Installing autoconf (2.72-r1)
#7 5.101 (5/82) Installing ncurses-terminfo-base (6.5_p20250503-r0)
#7 5.108 (6/82) Installing libncursesw (6.5_p20250503-r0)
#7 5.113 (7/82) Installing readline (8.2.13-r1)
#7 5.117 (8/82) Installing bash (5.2.37-r0)
#7 5.148 Executing bash-5.2.37-r0.post-install
#7 5.155 (9/82) Installing brotli-libs (1.1.0-r2)
#7 5.161 (10/82) Installing c-ares (1.34.6-r0)
#7 5.163 (11/82) Installing libunistring (1.3-r0)
#7 5.171 (12/82) Installing libidn2 (2.3.7-r0)
#7 5.173 (13/82) Installing nghttp2-libs (1.65.0-r0)
#7 5.174 (14/82) Installing libpsl (0.21.5-r3)
#7 5.175 (15/82) Installing zstd-libs (1.5.7-r0)
#7 5.180 (16/82) Installing libcurl (8.14.1-r2)
#7 5.185 (17/82) Installing curl (8.14.1-r2)
#7 5.190 (18/82) Installing brotli (1.1.0-r2)
#7 5.193 (19/82) Installing pkgconf (2.4.3-r0)
#7 5.194 (20/82) Installing brotli-dev (1.1.0-r2)
#7 5.198 (21/82) Installing c-ares-dev (1.34.6-r0)
#7 5.215 (22/82) Installing libidn2-dev (2.3.7-r0)
#7 5.218 (23/82) Installing libpsl-utils (0.21.5-r3)
#7 5.221 (24/82) Installing libpsl-dev (0.21.5-r3)
#7 5.224 (25/82) Installing nghttp2-dev (1.65.0-r0)
#7 5.231 (26/82) Installing openssl-dev (3.5.5-r0)
#7 5.256 (27/82) Installing zlib-dev (1.3.1-r2)
#7 5.259 (28/82) Installing libgcc (14.2.0-r6)
#7 5.263 (29/82) Installing libstdc++ (14.2.0-r6)
#7 5.281 (30/82) Installing zstd (1.5.7-r0)
#7 5.286 (31/82) Installing zstd-dev (1.5.7-r0)
#7 5.291 (32/82) Installing curl-dev (8.14.1-r2)
#7 5.296 (33/82) Installing jansson (2.14.1-r0)
#7 5.299 (34/82) Installing binutils (2.44-r3)
#7 5.371 (35/82) Installing libgomp (14.2.0-r6)
#7 5.376 (36/82) Installing libatomic (14.2.0-r6)
#7 5.379 (37/82) Installing gmp (6.3.0-r3)
#7 5.382 (38/82) Installing isl26 (0.26-r1)
#7 5.398 (39/82) Installing mpfr4 (4.2.1_p1-r0)
#7 5.406 (40/82) Installing mpc1 (1.3.1-r1)
#7 5.409 (41/82) Installing gcc (14.2.0-r6)
#7 6.239 (42/82) Installing libexpat (2.7.4-r0)
#7 6.241 (43/82) Installing pcre2 (10.46-r0)
#7 6.246 (44/82) Installing git (2.49.1-r0)
#7 6.300 (45/82) Installing git-init-template (2.49.1-r0)
#7 6.301 (46/82) Installing perl-error (0.17030-r0)
#7 6.305 (47/82) Installing perl-git (2.49.1-r0)
#7 6.309 (48/82) Installing git-perl (2.49.1-r0)
#7 6.312 (49/82) Installing libgmpxx (6.3.0-r3)
#7 6.315 (50/82) Installing gmp-dev (6.3.0-r3)
#7 6.321 (51/82) Installing libxau (1.0.12-r0)
#7 6.323 (52/82) Installing libmd (1.1.0-r0)
#7 6.325 (53/82) Installing libbsd (0.12.2-r0)
#7 6.328 (54/82) Installing libxdmcp (1.1.5-r1)
#7 6.330 (55/82) Installing libxcb (1.17.0-r0)
#7 6.342 (56/82) Installing libx11 (1.8.11-r0)
#7 6.376 (57/82) Installing libxext (1.3.6-r2)
#7 6.378 (58/82) Installing fftw-double-libs (3.3.10-r6)
#7 6.396 (59/82) Installing libpng (1.6.54-r0)
#7 6.399 (60/82) Installing freetype (2.13.3-r0)
#7 6.407 (61/82) Installing fontconfig (2.15.0-r3)
#7 6.440 (62/82) Installing lcms2 (2.16-r0)
#7 6.445 (63/82) Installing libltdl (2.5.4-r1)
#7 6.448 (64/82) Installing xz-libs (5.8.1-r0)
#7 6.452 (65/82) Installing libxml2 (2.13.9-r0)
#7 6.462 (66/82) Installing imagemagick-libs (7.1.2.8-r0)
#7 6.493 (67/82) Installing imagemagick (7.1.2.8-r0)
#7 6.541 (68/82) Installing libjpeg-turbo (3.1.0-r0)
#7 6.548 (69/82) Installing imagemagick-jpeg (7.1.2.8-r0)
#7 6.552 (70/82) Installing libsharpyuv (1.5.0-r0)
#7 6.555 (71/82) Installing libwebp (1.5.0-r0)
#7 6.563 (72/82) Installing libwebpdemux (1.5.0-r0)
#7 6.567 (73/82) Installing libwebpmux (1.5.0-r0)
#7 6.572 (74/82) Installing imagemagick-webp (7.1.2.8-r0)
#7 6.575 (75/82) Installing inotify-tools-libs (4.23.9.0-r0)
#7 6.578 (76/82) Installing inotify-tools (4.23.9.0-r0)
#7 6.582 (77/82) Installing libev (4.33-r1)
#7 6.583 (78/82) Installing libev-dev (4.33-r1)
#7 6.587 (79/82) Installing make (4.4.1-r3)
#7 6.591 (80/82) Installing musl-dev (1.2.5-r10)
#7 6.656 (81/82) Installing oniguruma (6.9.10-r0)
#7 6.659 (82/82) Installing oniguruma-dev (6.9.10-r0)
#7 6.667 Executing busybox-1.37.0-r20.trigger
#7 6.675 OK: 249 MiB in 98 packages
#7 DONE 7.1s
#9 [build 3/13] WORKDIR /root
#9 DONE 0.1s
#10 [build 4/13] RUN curl -fsSL https://get.dune.build/install | sh
#10 0.454
0.1%
####################################### 54.2%
######################################################################## 100.0%
#10 0.809 dune x86_64-unknown-linux-musl was installed successfully to ~/.local/bin/dune
#10 0.810
#10 1.031
#=#=#
0.2%
## 2.9%
#### 5.7%
##### 7.1%
########## 14.1%
############# 19.4%
################ 23.1%
################### 26.7%
#################### 28.3%
######################### 35.3%
############################## 42.8%
##################################### 52.2%
######################################## 56.5%
############################################# 63.5%
################################################## 70.7%
######################################################### 79.8%
################################################################# 90.5%
####################################################################### 98.8%
######################################################################## 100.0%
#10 3.804 Revision cache was populated successfully
#10 3.806 To use dune you will need to source the file "$HOME/.local/share/dune/env/env.bash" (or similar as appropriate for your shell)
#10 3.806 export PATH="/root/.local/bin:$PATH"
#10 3.806
#10 3.806 To get started, run:
#10 3.806 dune --help
#10 DONE 4.0s
#11 [build 5/13] COPY --link tarides-com.opam .
#11 DONE 0.1s
#12 [build 6/13] COPY --link dune-project .
#12 DONE 0.1s
#13 [build 7/13] RUN dune --version && dune pkg lock && dune build @pkg-install
#13 0.207 "Nightly build 2026-02-05T03:31:07Z, git revision
#13 0.207 89547760323345f27cb7fd19e010b68ebe565c14"
#13 27.29 Solution for dune.lock
#13 27.29
#13 27.29 Dependencies common to all supported platforms:
#13 27.29 - alcotest.1.9.1
#13 27.29 - angstrom.0.16.1
#13 27.29 - asn1-combinators.0.3.2
#13 27.29 - astring.0.8.5
#13 27.29 - base-bytes.base
#13 27.29 - base-threads.base
#13 27.29 - base-unix.base
#13 27.29 - base64.3.5.2
#13 27.29 - bigarray-compat.1.1.0
#13 27.29 - bigstringaf.0.10.0
#13 27.29 - bos.0.2.1
#13 27.29 - brr.0.0.8
#13 27.29 - bstr.0.0.4
#13 27.29 - camlp-streams.5.0.1
#13 27.29 - caqti.2.2.4
#13 27.29 - caqti-lwt.2.2.4
#13 27.29 - checkseum.0.5.2
#13 27.29 - cmarkit.dev
#13 27.29 - cmdliner.2.1.0
#13 27.29 - conf-gmp.5
#13 27.29 - conf-gmp-powm-sec.4
#13 27.29 - conf-libev.4-13
#13 27.29 - conf-libssl.4
#13 27.29 - conf-oniguruma.1
#13 27.29 - conf-pkg-config.4
#13 27.29 - cppo.1.8.0
#13 27.29 - csexp.1.5.2
#13 27.29 - cstruct.6.2.0
#13 27.29 - ctypes.0.24.0
#13 27.29 - decompress.1.5.3
#13 27.29 - digestif.1.3.0
#13 27.29 - domain-name.0.5.0
#13 27.29 - dream.1.0.0~alpha8
#13 27.29 - dream-accept.0.1.0
#13 27.29 - dream-encoding.dev
#13 27.29 - dream-html.3.11.2
#13 27.29 - dream-httpaf.1.0.0~alpha4
#13 27.29 - dream-pure.1.0.0~alpha2
#13 27.29 - dune-configurator.3.21.0
#13 27.29 - dune-private-libs.3.21.0
#13 27.29 - dune-site.3.21.0
#13 27.29 - duration.0.2.1
#13 27.29 - dyn.3.21.0
#13 27.29 - eqaf.0.10
#13 27.29 - faraday.0.8.2
#13 27.29 - faraday-lwt.0.8.2
#13 27.29 - faraday-lwt-unix.0.8.2
#13 27.29 - fmt.0.11.0
#13 27.29 - fpath.0.7.3
#13 27.29 - fs-io.3.21.0
#13 27.29 - gen.1.1
#13 27.29 - gluten.0.5.2
#13 27.29 - gluten-lwt.0.5.2
#13 27.29 - gluten-lwt-unix.0.5.2
#13 27.29 - gmap.0.3.0
#13 27.29 - graphql.0.14.0
#13 27.29 - graphql-lwt.0.14.0
#13 27.29 - graphql_parser.0.14.0
#13 27.29 - h2.0.12.0
#13 27.29 - h2-lwt.0.12.0
#13 27.29 - h2-lwt-unix.0.12.0
#13 27.29 - hilite.dev
#13 27.29 - hmap.0.8.1
#13 27.29 - hpack.0.12.0
#13 27.29 - httpun.0.1.0
#13 27.29 - httpun-lwt.0.1.0
#13 27.29 - httpun-lwt-unix.0.1.0
#13 27.29 - httpun-types.0.1.0
#13 27.29 - httpun-ws.0.2.0
#13 27.29 - integers.0.7.0
#13 27.29 - ipaddr.5.6.1
#13 27.29 - js_of_ocaml.6.2.0
#13 27.29 - js_of_ocaml-compiler.6.2.0
#13 27.29 - js_of_ocaml-toplevel.6.2.0
#13 27.29 - kdf.1.0.0
#13 27.29 - ke.0.6
#13 27.29 - lambdasoup.1.1.1
#13 27.29 - logs.0.10.0
#13 27.29 - lru.0.3.1
#13 27.29 - lwt.5.9.2
#13 27.29 - lwt-dllist.1.1.0
#13 27.29 - lwt_ppx.5.9.3
#13 27.29 - lwt_ssl.1.2.0
#13 27.29 - macaddr.5.6.1
#13 27.29 - magic-mime.1.3.1
#13 27.29 - markup.1.0.3
#13 27.29 - menhir.20250912
#13 27.29 - menhirCST.20250912
#13 27.29 - menhirLib.20250912
#13 27.29 - menhirSdk.20250912
#13 27.29 - mirage-clock.4.2.0
#13 27.29 - mirage-crypto.1.2.0
#13 27.29 - mirage-crypto-ec.1.2.0
#13 27.29 - mirage-crypto-pk.1.2.0
#13 27.29 - mirage-crypto-rng.1.2.0
#13 27.29 - mirage-crypto-rng-lwt.1.2.0
#13 27.29 - mirage-kv.6.1.1
#13 27.29 - mirage-kv-unix.3.0.1
#13 27.29 - mtime.2.1.0
#13 27.29 - multipart_form.0.7.0
#13 27.29 - multipart_form-lwt.0.7.0
#13 27.29 - ocaml.5.2.1
#13 27.29 - ocaml-base-compiler.5.2.1
#13 27.29 - ocaml-compiler-libs.v0.17.0
#13 27.29 - ocaml-config.3
#13 27.29 - ocaml-syntax-shims.1.0.0
#13 27.29 - ocamlbuild.0.16.1+dune
#13 27.29 - ocamlfind.1.9.8+dune
#13 27.29 - ocplib-endian.1.2
#13 27.29 - ohex.0.2.0
#13 27.29 - oniguruma.0.1.2
#13 27.29 - optint.0.3.0
#13 27.29 - ordering.3.21.0
#13 27.29 - pecu.0.7
#13 27.29 - pp.2.0.0
#13 27.29 - ppx_derivers.1.2.1
#13 27.29 - ppx_deriving_yaml.0.4.1
#13 27.29 - ppx_import.1.12.0
#13 27.29 - ppx_show.0.2.1
#13 27.29 - ppxlib.0.37.0
#13 27.29 - prettym.0.0.4
#13 27.29 - psq.0.2.1
#13 27.29 - ptime.1.2.0
#13 27.29 - pure-html.3.11.2
#13 27.29 - re.1.14.0
#13 27.29 - rresult.0.7.0
#13 27.29 - sedlex.3.7
#13 27.29 - seq.base
#13 27.29 - sexplib0.v0.17.0
#13 27.29 - ssl.0.7.0
#13 27.29 - stdcompat.21.1
#13 27.29 - stdlib-shims.0.3.0
#13 27.29 - stdune.3.21.0
#13 27.29 - stringext.1.6.0
#13 27.29 - tailwindcss.dev
#13 27.29 - textmate-language.0.4.0
#13 27.29 - tls.2.0.3
#13 27.29 - top-closure.3.21.0
#13 27.29 - topkg.1.1.1
#13 27.29 - uchar.0.0.2
#13 27.29 - unstrctrd.0.4
#13 27.29 - uri.4.4.0
#13 27.29 - uucp.17.0.0
#13 27.29 - uunf.17.0.0
#13 27.29 - uutf.1.0.4
#13 27.29 - x509.1.0.6
#13 27.29 - yaml.3.2.0
#13 27.29 - yojson.3.0.0
#13 27.29 - zarith.1.14
#13 378.5 File "dune.lock/ppx_deriving_yaml.0.4.1.pkg", line 17, characters 3-106:
#13 378.5 17 | https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v0.4.1/ppx_deriving_yaml-0.4.1.tbz)
#13 378.5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#13 378.5 Error: Download failed with code 502
#13 378.5
#13 ERROR: process "/bin/sh -c dune --version && dune pkg lock && dune build @pkg-install" did not complete successfully: exit code: 1
------
> [build 7/13] RUN dune --version && dune pkg lock && dune build @pkg-install:
27.29 - uutf.1.0.4
27.29 - x509.1.0.6
27.29 - yaml.3.2.0
27.29 - yojson.3.0.0
27.29 - zarith.1.14
378.5 File "dune.lock/ppx_deriving_yaml.0.4.1.pkg", line 17, characters 3-106:
378.5 17 | https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v0.4.1/ppx_deriving_yaml-0.4.1.tbz)
378.5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
378.5 Error: Download failed with code 502
378.5
------
Dockerfile:40
--------------------
38 | # Install packages before adding source files
39 | # This allows Docker to cache this step
40 | >>> RUN dune --version && dune pkg lock && dune build @pkg-install
41 |
42 | COPY --link ./generate-images.sh .
--------------------
ERROR: failed to solve: process "/bin/sh -c dune --version && dune pkg lock && dune build @pkg-install" did not complete successfully: exit code: 1
2026-02-05 05:38.05: Job failed: Docker build exited with status 1