Build:
  1. 22
  2. 21
  3. 20
  4. 19
  5. 18
  6. 17
  7. 16
  8. 15
  9. 14
  10. 13
2026-05-13 14:25.05: New job: docker build {
                                             "commit": "bcad98d3057423dfdba24cadbf6f8dfeca12bd92",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "buildx": true,
                                             "build_args": [],
                                             "path": null
                                           }
2026-05-13 14:25.05: Checking out commit bcad98d3. To reproduce:
                       git clone --recursive "https://github.com/tarides/tarides.com.git" && cd "tarides.com" && git fetch origin "refs/pull/1059/head" && git reset --hard bcad98d3
2026-05-13 14:25.05: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tarides.com.git-c625fb5f52c964610b54f32d27d46965b6bf2fad211456d66e1ff8a0f4c02fec/.git" 
                           "/tmp/git-checkout26a4a4d0"
2026-05-13 14:25.06: Exec: "git" "-C" "/tmp/git-checkout26a4a4d0" "submodule" 
                           "deinit" "--force" "--all"
2026-05-13 14:25.06: Exec: "git" "-C" "/tmp/git-checkout26a4a4d0" "reset" 
                           "--hard" "-q" "bcad98d3057423dfdba24cadbf6f8dfeca12bd92"
2026-05-13 14:25.08: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout26a4a4d0" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
2026-05-13 14:25.08: Exec: "docker" "buildx" "build" "--pull" "-f" "/tmp/git-checkout26a4a4d0/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout26a4a4d0/docker-iid" 
                           "--" "/tmp/git-checkout26a4a4d0"
#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.2s

#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:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601
#4 resolve docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 0.0s done
#4 sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601 9.22kB / 9.22kB done
#4 sha256:2039be0c5ec6ce8566809626a252c930216a92109c043f282504accb5ee3c0c6 1.02kB / 1.02kB done
#4 sha256:9292219a28ffaeaa2dc461905c5c2d773bf49671f9c927c338c6f28ce08ac61b 611B / 611B done
#4 DONE 0.1s

#5 [internal] load build context
#5 transferring context: 544.95MB 2.1s done
#5 DONE 2.2s

#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.350 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
#6 0.465 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
#6 0.956 OK: 7 MiB in 16 packages
#6 1.552 (1/17) Installing brotli-libs (1.1.0-r2)
#6 1.686 (2/17) Installing c-ares (1.34.6-r0)
#6 1.693 (3/17) Installing libunistring (1.3-r0)
#6 1.711 (4/17) Installing libidn2 (2.3.7-r0)
#6 1.716 (5/17) Installing nghttp2-libs (1.69.0-r0)
#6 1.721 (6/17) Installing libpsl (0.21.5-r3)
#6 1.724 (7/17) Installing zstd-libs (1.5.7-r0)
#6 1.735 (8/17) Installing libcurl (8.14.1-r2)
#6 1.744 (9/17) Installing libexpat (2.7.5-r0)
#6 1.749 (10/17) Installing pcre2 (10.46-r0)
#6 1.762 (11/17) Installing git (2.49.1-r0)
#6 1.973 (12/17) Installing git-init-template (2.49.1-r0)
#6 1.976 (13/17) Installing gmp (6.3.0-r3)
#6 1.987 (14/17) Installing libev (4.33-r1)
#6 1.994 (15/17) Installing oniguruma (6.9.10-r0)
#6 2.001 (16/17) Installing pkgconf (2.4.3-r0)
#6 2.006 (17/17) Installing oniguruma-dev (6.9.10-r0)
#6 2.016 Executing busybox-1.37.0-r20.trigger
#6 2.032 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.925 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.3s

#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.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
#7 4.306 OK: 7 MiB in 16 packages
#7 4.666 (1/82) Installing m4 (1.4.19-r4)
#7 4.776 (2/82) Installing libbz2 (1.0.8-r6)
#7 4.782 (3/82) Installing perl (5.40.4-r0)
#7 5.128 (4/82) Installing autoconf (2.72-r1)
#7 5.146 (5/82) Installing ncurses-terminfo-base (6.5_p20250503-r0)
#7 5.152 (6/82) Installing libncursesw (6.5_p20250503-r0)
#7 5.158 (7/82) Installing readline (8.2.13-r1)
#7 5.162 (8/82) Installing bash (5.2.37-r0)
#7 5.202 Executing bash-5.2.37-r0.post-install
#7 5.209 (9/82) Installing brotli-libs (1.1.0-r2)
#7 5.215 (10/82) Installing c-ares (1.34.6-r0)
#7 5.217 (11/82) Installing libunistring (1.3-r0)
#7 5.226 (12/82) Installing libidn2 (2.3.7-r0)
#7 5.228 (13/82) Installing nghttp2-libs (1.69.0-r0)
#7 5.229 (14/82) Installing libpsl (0.21.5-r3)
#7 5.230 (15/82) Installing zstd-libs (1.5.7-r0)
#7 5.236 (16/82) Installing libcurl (8.14.1-r2)
#7 5.240 (17/82) Installing curl (8.14.1-r2)
#7 5.245 (18/82) Installing brotli (1.1.0-r2)
#7 5.248 (19/82) Installing pkgconf (2.4.3-r0)
#7 5.250 (20/82) Installing brotli-dev (1.1.0-r2)
#7 5.255 (21/82) Installing c-ares-dev (1.34.6-r0)
#7 5.272 (22/82) Installing libidn2-dev (2.3.7-r0)
#7 5.276 (23/82) Installing libpsl-utils (0.21.5-r3)
#7 5.281 (24/82) Installing libpsl-dev (0.21.5-r3)
#7 5.286 (25/82) Installing nghttp2-dev (1.69.0-r0)
#7 5.292 (26/82) Installing openssl-dev (3.5.6-r0)
#7 5.318 (27/82) Installing zlib-dev (1.3.2-r0)
#7 5.323 (28/82) Installing libgcc (14.2.0-r6)
#7 5.326 (29/82) Installing libstdc++ (14.2.0-r6)
#7 5.345 (30/82) Installing zstd (1.5.7-r0)
#7 5.351 (31/82) Installing zstd-dev (1.5.7-r0)
#7 5.356 (32/82) Installing curl-dev (8.14.1-r2)
#7 5.362 (33/82) Installing jansson (2.14.1-r0)
#7 5.366 (34/82) Installing binutils (2.44-r3)
#7 5.438 (35/82) Installing libgomp (14.2.0-r6)
#7 5.443 (36/82) Installing libatomic (14.2.0-r6)
#7 5.446 (37/82) Installing gmp (6.3.0-r3)
#7 5.449 (38/82) Installing isl26 (0.26-r1)
#7 5.466 (39/82) Installing mpfr4 (4.2.1_p1-r0)
#7 5.474 (40/82) Installing mpc1 (1.3.1-r1)
#7 5.479 (41/82) Installing gcc (14.2.0-r6)
#7 6.312 (42/82) Installing libexpat (2.7.5-r0)
#7 6.313 (43/82) Installing pcre2 (10.46-r0)
#7 6.318 (44/82) Installing git (2.49.1-r0)
#7 6.372 (45/82) Installing git-init-template (2.49.1-r0)
#7 6.374 (46/82) Installing perl-error (0.17030-r0)
#7 6.378 (47/82) Installing perl-git (2.49.1-r0)
#7 6.382 (48/82) Installing git-perl (2.49.1-r0)
#7 6.386 (49/82) Installing libgmpxx (6.3.0-r3)
#7 6.390 (50/82) Installing gmp-dev (6.3.0-r3)
#7 6.395 (51/82) Installing libxau (1.0.12-r0)
#7 6.398 (52/82) Installing libmd (1.1.0-r0)
#7 6.402 (53/82) Installing libbsd (0.12.2-r0)
#7 6.405 (54/82) Installing libxdmcp (1.1.5-r1)
#7 6.409 (55/82) Installing libxcb (1.17.0-r0)
#7 6.421 (56/82) Installing libx11 (1.8.11-r0)
#7 6.457 (57/82) Installing libxext (1.3.6-r2)
#7 6.461 (58/82) Installing fftw-double-libs (3.3.10-r6)
#7 6.479 (59/82) Installing libpng (1.6.57-r0)
#7 6.483 (60/82) Installing freetype (2.13.3-r0)
#7 6.492 (61/82) Installing fontconfig (2.15.0-r3)
#7 6.521 (62/82) Installing lcms2 (2.19-r0)
#7 6.527 (63/82) Installing libltdl (2.5.4-r1)
#7 6.531 (64/82) Installing xz-libs (5.8.3-r0)
#7 6.535 (65/82) Installing libxml2 (2.13.9-r0)
#7 6.546 (66/82) Installing imagemagick-libs (7.1.2.15-r0)
#7 6.575 (67/82) Installing imagemagick (7.1.2.15-r0)
#7 6.625 (68/82) Installing libjpeg-turbo (3.1.0-r0)
#7 6.632 (69/82) Installing imagemagick-jpeg (7.1.2.15-r0)
#7 6.636 (70/82) Installing libsharpyuv (1.5.0-r0)
#7 6.639 (71/82) Installing libwebp (1.5.0-r0)
#7 6.647 (72/82) Installing libwebpdemux (1.5.0-r0)
#7 6.650 (73/82) Installing libwebpmux (1.5.0-r0)
#7 6.654 (74/82) Installing imagemagick-webp (7.1.2.15-r0)
#7 6.657 (75/82) Installing inotify-tools-libs (4.23.9.0-r0)
#7 6.661 (76/82) Installing inotify-tools (4.23.9.0-r0)
#7 6.666 (77/82) Installing libev (4.33-r1)
#7 6.667 (78/82) Installing libev-dev (4.33-r1)
#7 6.671 (79/82) Installing make (4.4.1-r3)
#7 6.676 (80/82) Installing musl-dev (1.2.5-r12)
#7 6.748 (81/82) Installing oniguruma (6.9.10-r0)
#7 6.751 (82/82) Installing oniguruma-dev (6.9.10-r0)
#7 6.759 Executing busybox-1.37.0-r20.trigger
#7 6.767 OK: 249 MiB in 98 packages
#7 DONE 7.2s

#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.506 
#=#=#                                                                          
##O#-#                                                                         
                                                                           0.3%
##                                                                         4.1%
#####                                                                      7.4%
#####                                                                      8.0%
######                                                                     8.6%
######                                                                     9.0%
#######                                                                    9.8%
#######                                                                   10.8%
########                                                                  11.2%
########                                                                  11.9%
#########                                                                 12.7%
#########                                                                 13.3%
#########                                                                 13.5%
##########                                                                14.5%
##########                                                                14.9%
###########                                                               15.5%
############                                                              16.8%
############                                                              17.6%
#############                                                             18.4%
#############                                                             19.2%
##############                                                            19.6%
##############                                                            20.4%
###############                                                           21.3%
###############                                                           21.7%
################                                                          22.5%
################                                                          23.5%
#################                                                         24.1%
#################                                                         24.5%
##################                                                        26.2%
###################                                                       26.8%
###################                                                       27.4%
####################                                                      27.8%
####################                                                      28.4%
####################                                                      28.8%
#####################                                                     29.4%
#####################                                                     30.3%
######################                                                    30.9%
######################                                                    31.9%
#######################                                                   33.3%
#########################                                                 34.8%
#########################                                                 36.0%
##########################                                                36.8%
##########################                                                37.2%
###########################                                               37.6%
###########################                                               38.2%
###########################                                               38.8%
############################                                              39.7%
#############################                                             41.3%
##############################                                            41.9%
##############################                                            42.5%
###############################                                           43.3%
###############################                                           44.0%
###############################                                           44.4%
################################                                          44.8%
################################                                          45.8%
#################################                                         46.0%
#################################                                         46.2%
#################################                                         46.4%
#################################                                         46.6%
#################################                                         46.8%
#################################                                         47.0%
##################################                                        47.4%
##################################                                        48.1%
###################################                                       48.9%
###################################                                       49.5%
####################################                                      50.1%
####################################                                      50.3%
####################################                                      50.9%
#####################################                                     51.7%
#####################################                                     52.3%
#####################################                                     52.8%
######################################                                    53.4%
######################################                                    54.0%
#######################################                                   54.6%
#######################################                                   54.8%
#######################################                                   55.0%
#######################################                                   55.4%
########################################                                  56.2%
########################################                                  56.8%
#########################################                                 57.0%
#########################################                                 57.3%
#########################################                                 57.7%
##########################################                                58.5%
##########################################                                59.5%
###########################################                               60.5%
############################################                              61.7%
############################################                              62.0%
############################################                              62.4%
#############################################                             62.6%
#############################################                             63.4%
##############################################                            64.4%
##############################################                            65.2%
###############################################                           65.4%
###############################################                           66.2%
###############################################                           66.5%
################################################                          66.9%
################################################                          67.3%
################################################                          67.5%
################################################                          67.9%
#################################################                         68.3%
#################################################                         68.7%
#################################################                         69.1%
##################################################                        70.3%
###################################################                       71.2%
###################################################                       71.4%
###################################################                       71.6%
####################################################                      72.4%
#####################################################                     74.0%
#####################################################                     74.2%
#####################################################                     74.8%
######################################################                    75.0%
######################################################                    75.2%
######################################################                    75.4%
######################################################                    75.9%
#######################################################                   76.5%
#######################################################                   77.1%
#######################################################                   77.5%
#######################################################                   77.7%
########################################################                  78.1%
########################################################                  78.3%
########################################################                  78.5%
########################################################                  78.7%
########################################################                  79.1%
#########################################################                 79.3%
#########################################################                 79.5%
#########################################################                 79.7%
##########################################################                80.6%
##########################################################                80.8%
##########################################################                81.6%
###########################################################               82.6%
###########################################################               83.2%
############################################################              84.2%
############################################################              84.4%
#############################################################             85.1%
#############################################################             85.5%
##############################################################            86.3%
##############################################################            86.7%
##############################################################            87.1%
###############################################################           87.7%
###############################################################           87.9%
###############################################################           88.1%
###############################################################           88.5%
###############################################################           88.7%
################################################################          88.9%
################################################################          89.1%
################################################################          89.8%
#################################################################         90.6%
#################################################################         90.8%
#################################################################         91.0%
#################################################################         91.4%
##################################################################        92.2%
##################################################################        92.4%
##################################################################        92.8%
###################################################################       93.2%
###################################################################       93.6%
###################################################################       94.1%
###################################################################       94.3%
####################################################################      94.5%
####################################################################      95.1%
####################################################################      95.3%
####################################################################      95.5%
#####################################################################     96.3%
#####################################################################     96.9%
######################################################################    97.7%
######################################################################    98.1%
######################################################################    98.3%
#######################################################################   99.2%
######################################################################## 100.0%
#10 29.45 dune x86_64-unknown-linux-musl was installed successfully to ~/.local/bin/dune 
#10 29.45 
#10 29.87 
#=#=#                                                                          
                                                                           0.0%
#####                                                                      7.1%
##########                                                                14.2%
###############                                                           21.2%
####################                                                      28.2%
#########################                                                 35.3%
##############################                                            42.4%
#################################                                         46.7%
###################################                                       49.4%
########################################                                  56.5%
#############################################                             63.5%
##################################################                        70.6%
#######################################################                   77.6%
############################################################              84.7%
##################################################################        91.7%
#######################################################################   98.8%
######################################################################## 100.0%
#10 32.63 Revision cache was populated successfully 
#10 32.63 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 32.63   export PATH="/root/.local/bin:$PATH" 
#10 32.63 
#10 32.63 To get started, run: 
#10 32.63   dune --help 
#10 DONE 32.9s

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

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

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

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

#17 [build 11/13] RUN ./generate-images.sh
#17 0.213 + dune exec -- src/gen/main.exe file.dune
#17 203.9 File "src/gen/blog.ml", line 1, characters 0-76:
#17 203.9 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
#17 203.9     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#17 203.9 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
#17 204.1 + dune build @convert
#17 205.8 Error: Alias "convert" specified on the command line is empty.
#17 205.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.213 + dune exec -- src/gen/main.exe file.dune
203.9 File "src/gen/blog.ml", line 1, characters 0-76:
203.9 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
203.9     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
203.9 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
204.1 + dune build @convert
205.8 Error: Alias "convert" specified on the command line is empty.
205.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-05-13 14:37.06: Job failed: Docker build exited with status 1