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

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

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

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

#4 [build  1/13] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601
#4 CACHED

#5 [internal] load build context
#5 transferring context: 544.95MB 2.6s done
#5 DONE 3.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.471 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
#6 0.575 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
#6 1.102 (1/2) Upgrading libcrypto3 (3.5.6-r0 -> 3.5.7-r0)
#6 1.231 (2/2) Upgrading libssl3 (3.5.6-r0 -> 3.5.7-r0)
#6 1.242 OK: 7 MiB in 16 packages
#6 1.878 (1/17) Installing brotli-libs (1.1.0-r2)
#6 1.941 (2/17) Installing c-ares (1.34.6-r0)
#6 1.947 (3/17) Installing libunistring (1.3-r0)
#6 1.965 (4/17) Installing libidn2 (2.3.7-r0)
#6 1.970 (5/17) Installing nghttp2-libs (1.69.0-r0)
#6 1.974 (6/17) Installing libpsl (0.21.5-r3)
#6 1.978 (7/17) Installing zstd-libs (1.5.7-r0)
#6 1.987 (8/17) Installing libcurl (8.14.1-r2)
#6 1.996 (9/17) Installing libexpat (2.7.5-r0)
#6 2.000 (10/17) Installing pcre2 (10.46-r0)
#6 2.012 (11/17) Installing git (2.49.1-r0)
#6 2.117 (12/17) Installing git-init-template (2.49.1-r0)
#6 2.121 (13/17) Installing gmp (6.3.0-r3)
#6 2.130 (14/17) Installing libev (4.33-r1)
#6 2.134 (15/17) Installing oniguruma (6.9.10-r0)
#6 2.140 (16/17) Installing pkgconf (2.4.3-r0)
#6 2.145 (17/17) Installing oniguruma-dev (6.9.10-r0)
#6 2.157 Executing busybox-1.37.0-r20.trigger
#6 2.176 OK: 21 MiB in 33 packages
#6 ...

#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 CACHED

#8 [build  3/13] WORKDIR /root
#8 CACHED

#9 [build  4/13] RUN curl -fsSL https://get.dune.build/install | sh
#9 CACHED

#10 [build  5/13] COPY --link tarides-com.opam .
#10 CACHED

#11 [build  6/13] COPY --link dune-project .
#11 CACHED

#12 [build  7/13] RUN dune --version && dune pkg lock && dune build @pkg-install
#12 ...

#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 DONE 4.1s

#13 [run  3/11] RUN chmod -R 755 /var
#13 DONE 0.7s

#12 [build  7/13] RUN dune --version && dune pkg lock && dune build @pkg-install
#12 1.106 "Nightly build 2026-06-11T05:24:27Z, git revision 4ef37c03d42a1d8a6082aed8dbd5de472ea8f79a"
#12 40.71 Solution for dune.lock
#12 40.71 
#12 40.71 Dependencies common to all supported platforms:
#12 40.71 - alcotest.1.9.1
#12 40.71 - angstrom.0.16.1
#12 40.71 - asn1-combinators.0.3.2
#12 40.71 - astring.0.8.5
#12 40.71 - base-bytes.base
#12 40.71 - base-threads.base
#12 40.71 - base-unix.base
#12 40.71 - base64.3.5.2
#12 40.71 - bigarray-compat.1.1.0
#12 40.71 - bigstringaf.0.10.0
#12 40.71 - bos.0.3.0
#12 40.71 - brr.0.0.8
#12 40.71 - bstr.0.0.4
#12 40.71 - camlp-streams.5.0.1
#12 40.71 - caqti.2.3.2
#12 40.71 - caqti-lwt.2.3.2
#12 40.71 - checkseum.0.5.3
#12 40.71 - cmarkit.dev
#12 40.71 - cmdliner.2.1.1
#12 40.71 - compiler-cloning.enabled
#12 40.71 - conf-gmp.5
#12 40.71 - conf-gmp-powm-sec.4
#12 40.71 - conf-libev.4-13
#12 40.71 - conf-libssl.4
#12 40.71 - conf-oniguruma.1
#12 40.71 - conf-pkg-config.5
#12 40.71 - cppo.1.8.0
#12 40.71 - csexp.1.5.2
#12 40.71 - cstruct.6.2.0
#12 40.71 - ctypes.0.24.0
#12 40.71 - decompress.1.5.3
#12 40.71 - digestif.1.3.0
#12 40.71 - domain-name.0.5.0
#12 40.71 - dream.1.0.0~alpha8
#12 40.71 - dream-accept.0.1.0
#12 40.71 - dream-encoding.dev
#12 40.71 - dream-html.3.11.2
#12 40.71 - dream-httpaf.1.0.0~alpha4
#12 40.71 - dream-pure.1.0.0~alpha2
#12 40.71 - dune-configurator.3.23.1
#12 40.71 - dune-private-libs.3.23.1
#12 40.71 - dune-site.3.23.1
#12 40.71 - duration.0.3.1
#12 40.71 - dyn.3.23.1
#12 40.71 - eqaf.0.10
#12 40.71 - faraday.0.8.2
#12 40.71 - faraday-lwt.0.8.2
#12 40.71 - faraday-lwt-unix.0.8.2
#12 40.71 - fmt.0.11.0
#12 40.71 - fpath.0.7.3
#12 40.71 - fs-io.3.23.1
#12 40.71 - gen.1.1
#12 40.71 - gluten.0.5.2
#12 40.71 - gluten-lwt.0.5.2
#12 40.71 - gluten-lwt-unix.0.5.2
#12 40.71 - gmap.0.3.0
#12 40.71 - graphql.0.14.0
#12 40.71 - graphql-lwt.0.14.0
#12 40.71 - graphql_parser.0.14.0
#12 40.71 - h2.0.10.0
#12 40.71 - h2-lwt.0.10.0
#12 40.71 - h2-lwt-unix.0.10.0
#12 40.71 - hilite.dev
#12 40.71 - hmap.0.8.1
#12 40.71 - hpack.0.13.0
#12 40.71 - httpaf.0.7.1
#12 40.71 - httpun.0.1.0
#12 40.71 - httpun-lwt.0.1.0
#12 40.71 - httpun-lwt-unix.0.1.0
#12 40.71 - httpun-types.0.1.0
#12 40.71 - httpun-ws.0.2.0
#12 40.71 - integers.0.8.0
#12 40.71 - ipaddr.5.6.2
#12 40.71 - js_of_ocaml.6.3.2
#12 40.71 - js_of_ocaml-compiler.6.3.2
#12 40.71 - js_of_ocaml-toplevel.6.3.2
#12 40.71 - kdf.1.0.0
#12 40.71 - ke.0.6
#12 40.71 - lambdasoup.1.1.1
#12 40.71 - logs.0.10.0
#12 40.71 - lru.0.3.1
#12 40.71 - lwt.6.1.2
#12 40.71 - lwt-dllist.1.1.0
#12 40.71 - lwt_ppx.6.1.0
#12 40.71 - lwt_ssl.1.2.0
#12 40.71 - macaddr.5.6.2
#12 40.71 - magic-mime.1.3.1
#12 40.71 - markup.1.0.3
#12 40.71 - menhir.20260209
#12 40.71 - menhirCST.20260209
#12 40.71 - menhirGLR.20260209
#12 40.71 - menhirLib.20260209
#12 40.71 - menhirSdk.20260209
#12 40.71 - mirage-clock.4.2.0
#12 40.71 - mirage-crypto.1.2.0
#12 40.71 - mirage-crypto-ec.1.2.0
#12 40.71 - mirage-crypto-pk.1.2.0
#12 40.71 - mirage-crypto-rng.1.2.0
#12 40.71 - mirage-crypto-rng-lwt.1.2.0
#12 40.71 - mirage-kv.6.1.1
#12 40.71 - mirage-kv-unix.3.0.1
#12 40.71 - mtime.2.1.0
#12 40.71 - multipart_form.0.8.0
#12 40.71 - multipart_form-lwt.0.8.0
#12 40.71 - ocaml.5.3.1
#12 40.71 - ocaml-base-compiler.5.3.1
#12 40.71 - ocaml-compiler.5.3.1
#12 40.71 - ocaml-compiler-libs.v0.17.0
#12 40.71 - ocaml-syntax-shims.1.0.0
#12 40.71 - ocamlbuild.0.16.1+dune
#12 40.71 - ocamlfind.1.9.8+dune
#12 40.71 - ocplib-endian.1.2
#12 40.71 - ohex.0.2.0
#12 40.71 - oniguruma.0.2.0
#12 40.71 - optint.0.3.0
#12 40.71 - ordering.3.23.1
#12 40.71 - pecu.0.7
#12 40.71 - pp.2.0.0
#12 40.71 - ppx_derivers.1.2.1
#12 40.71 - ppx_deriving_yaml.0.4.1
#12 40.71 - ppx_import.1.12.0
#12 40.71 - ppx_show.0.2.1
#12 40.71 - ppxlib.0.38.0
#12 40.71 - prettym.0.0.5
#12 40.71 - psq.0.2.1
#12 40.71 - ptime.1.2.0
#12 40.71 - pure-html.3.11.2
#12 40.71 - re.1.14.0
#12 40.71 - relocatable-compiler.5.3.1.20251109.1
#12 40.71 - result.1.5
#12 40.71 - rresult.0.7.0
#12 40.71 - sedlex.3.7
#12 40.71 - seq.base
#12 40.71 - sexplib0.v0.17.0
#12 40.71 - ssl.0.7.0
#12 40.71 - stdcompat.21.1
#12 40.71 - stdlib-shims.0.3.0
#12 40.71 - stdune.3.23.1
#12 40.71 - stringext.1.6.0
#12 40.71 - tailwindcss.dev
#12 40.71 - textmate-language.0.6.0
#12 40.71 - top-closure.3.23.1
#12 40.71 - topkg.1.1.1
#12 40.71 - uchar.0.0.2
#12 40.71 - unstrctrd.0.4
#12 40.71 - uri.4.4.0
#12 40.71 - uucp.17.0.0
#12 40.71 - uunf.17.0.0
#12 40.71 - uutf.1.0.4
#12 40.71 - x509.1.0.6
#12 40.71 - yaml.3.2.0
#12 40.71 - yojson.3.0.0
#12 40.71 - zarith.1.14
#12 DONE 510.5s

#14 [build  8/13] COPY --link ./generate-images.sh .
#14 DONE 0.2s

#15 [build  9/13] COPY --link data/ data/
#15 DONE 1.3s

#16 [build 10/13] COPY --link src/gen src/gen
#16 DONE 0.1s

#17 [build 11/13] RUN ./generate-images.sh
#17 0.305 + dune exec -- src/gen/main.exe file.dune
#17 207.8 File "src/gen/blog.ml", line 1, characters 0-76:
#17 207.8 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
#17 207.8     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#17 207.8 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
#17 208.0 + dune build @convert
#17 209.8 Error: Alias "convert" specified on the command line is empty.
#17 209.8 It is not defined in . or any of its descendants.
#17 ERROR: process "/bin/sh -c ./generate-images.sh" did not complete successfully: exit code: 1
------
 > [build 11/13] RUN ./generate-images.sh:
0.305 + dune exec -- src/gen/main.exe file.dune
207.8 File "src/gen/blog.ml", line 1, characters 0-76:
207.8 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
207.8     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
207.8 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
208.0 + dune build @convert
209.8 Error: Alias "convert" specified on the command line is empty.
209.8 It is not defined in . or any of its descendants.
------
Dockerfile:46
--------------------
  44 |     COPY --link src/gen src/gen
  45 |     
  46 | >>> RUN ./generate-images.sh
  47 |     COPY --link . .
  48 |     RUN dune build && dune build --profile=release
--------------------
ERROR: failed to solve: process "/bin/sh -c ./generate-images.sh" did not complete successfully: exit code: 1
2026-06-16 09:14.11: Job failed: Docker build exited with status 1