Build:
  1. 26
  2. 25
  3. 24
  4. 23
  5. 22
  6. 21
  7. 20
  8. 19
  9. 18
  10. 17
2026-07-02 13:52.34: New job: docker build {
                                             "commit": "2988911aef7773d218727c0897ba05887c9643fd",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "buildx": true,
                                             "build_args": [],
                                             "path": null
                                           }
2026-07-02 13:52.34: Checking out commit 2988911a. To reproduce:
                       git clone --recursive "https://github.com/tarides/tarides.com.git" && cd "tarides.com" && git fetch origin "refs/pull/487/head" && git reset --hard 2988911a
2026-07-02 13:52.34: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tarides.com.git-c625fb5f52c964610b54f32d27d46965b6bf2fad211456d66e1ff8a0f4c02fec/.git" 
                           "/tmp/git-checkout4ff8f12"
2026-07-02 13:52.37: Exec: "git" "-C" "/tmp/git-checkout4ff8f12" "submodule" 
                           "deinit" "--force" "--all"
2026-07-02 13:52.37: Exec: "git" "-C" "/tmp/git-checkout4ff8f12" "reset" 
                           "--hard" "-q" "2988911aef7773d218727c0897ba05887c9643fd"
2026-07-02 13:52.39: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout4ff8f12" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
2026-07-02 13:52.39: Exec: "docker" "buildx" "build" "--pull" "-f" "/tmp/git-checkout4ff8f12/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout4ff8f12/docker-iid" 
                           "--" "/tmp/git-checkout4ff8f12"
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

#9 [internal] load build context
#9 transferring context: 547.78MB 1.9s done
#9 DONE 2.5s

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

#12 [build  5/15] RUN chmod +x dune-install.sh && ./dune-install.sh
#12 0.421 
#=#=#                                                                          
#####                                                                      7.8%
###################                                                       27.3%
##############################                                            41.8%
########################################                                  55.9%
#################################################                         68.1%
########################################################                  77.8%
##############################################################            86.9%
######################################################################    98.4%
######################################################################## 100.0%
#12 1.454 dune x86_64-unknown-linux-musl was installed successfully to ~/.local/bin/dune 
#12 1.455 
#12 1.735 
#=#=#                                                                          
                                                                           0.0%
#####                                                                      7.1%
########                                                                  11.4%
#########                                                                 13.6%
##########                                                                14.4%
###########                                                               16.3%
#############                                                             18.2%
##############                                                            19.8%
###############                                                           21.2%
###############                                                           21.4%
###############                                                           21.9%
################                                                          23.1%
##################                                                        25.9%
####################                                                      28.3%
#########################                                                 35.3%
##############################                                            42.4%
#################################                                         46.5%
###################################                                       49.4%
########################################                                  56.5%
#############################################                             63.5%
#############################################                             63.6%
#############################################                             63.8%
##############################################                            64.3%
###############################################                           65.6%
#################################################                         68.7%
##################################################                        70.6%
#######################################################                   77.6%
##########################################################                81.7%
############################################################              84.7%
#################################################################         91.3%
##################################################################        91.7%
#######################################################################   98.8%
######################################################################## 100.0%
#12 6.942 Revision cache was populated successfully 
#12 6.944 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 6.944   export PATH="/root/.local/bin:$PATH" 
#12 6.944 
#12 6.944 To get started, run: 
#12 6.944   dune --help 
#12 DONE 7.5s

#13 [build  6/15] RUN dune --version
#13 0.443 "Nightly build 2026-07-02T04:56:47Z, git revision eb534f3c21ddcea38102795be63c15fa462f1bc8"
#13 DONE 0.5s

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

#20 [build 13/15] RUN ./generate-images.sh
#20 0.235 + dune exec -- src/gen/main.exe file.dune
#20 206.1 File "src/gen/blog.ml", line 1, characters 0-76:
#20 206.1 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
#20 206.1     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#20 206.1 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
#20 206.3 + dune build @convert
#20 208.1 Error: Alias "convert" specified on the command line is empty.
#20 208.1 It is not defined in . or any of its descendants.
#20 ERROR: process "/bin/sh -c ./generate-images.sh" did not complete successfully: exit code: 1
------
 > [build 13/15] RUN ./generate-images.sh:
0.235 + dune exec -- src/gen/main.exe file.dune
206.1 File "src/gen/blog.ml", line 1, characters 0-76:
206.1 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
206.1     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
206.1 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
206.3 + dune build @convert
208.1 Error: Alias "convert" specified on the command line is empty.
208.1 It is not defined in . or any of its descendants.
------
Dockerfile:50
--------------------
  48 |     
  49 |     RUN dune pkg lock && dune build @pkg-install
  50 | >>> RUN ./generate-images.sh
  51 |     COPY --link . .
  52 |     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-07-02 14:04.58: Job failed: Docker build exited with status 1