Build:
  1. 31
  2. 30
  3. 29
  4. 28
  5. 27
  6. 26
  7. 25
  8. 24
  9. 23
  10. 22
2026-08-07 09:34.59: New job: docker build {
                                             "commit": "f1b9e8b7b8c232f1b4efd7c29317140c0d5409ca",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "buildx": true,
                                             "build_args": [],
                                             "path": null
                                           }
2026-08-07 09:34.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-08-07 09:34.59: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tarides.com.git-c625fb5f52c964610b54f32d27d46965b6bf2fad211456d66e1ff8a0f4c02fec/.git" 
                           "/tmp/git-checkout35f0c4c3"
2026-08-07 09:35.01: Exec: "git" "-C" "/tmp/git-checkout35f0c4c3" "submodule" 
                           "deinit" "--force" "--all"
2026-08-07 09:35.01: Exec: "git" "-C" "/tmp/git-checkout35f0c4c3" "reset" 
                           "--hard" "-q" "f1b9e8b7b8c232f1b4efd7c29317140c0d5409ca"
2026-08-07 09:35.02: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout35f0c4c3" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
2026-08-07 09:35.03: Exec: "docker" "buildx" "build" "--pull" "-f" "/tmp/git-checkout35f0c4c3/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout35f0c4c3/docker-iid" 
                           "--" "/tmp/git-checkout35f0c4c3"
#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 0.5s

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

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

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

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

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

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

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

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

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

#12 [build  8/13] COPY --link ./generate-images.sh .
#12 CACHED

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

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

#15 [build 11/13] RUN ./generate-images.sh
#15 0.206 + dune exec -- src/gen/main.exe file.dune
#15 3.539 File "src/gen/blog.ml", line 1, characters 0-76:
#15 3.539 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
#15 3.539     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#15 3.539 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
#15 3.716 + dune build @convert
#15 5.613 Error: Alias "convert" specified on the command line is empty.
#15 5.613 It is not defined in . or any of its descendants.
#15 ERROR: process "/bin/sh -c ./generate-images.sh" did not complete successfully: exit code: 1
------
 > [build 11/13] RUN ./generate-images.sh:
0.206 + dune exec -- src/gen/main.exe file.dune
3.539 File "src/gen/blog.ml", line 1, characters 0-76:
3.539 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
3.539     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3.539 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
3.716 + dune build @convert
5.613 Error: Alias "convert" specified on the command line is empty.
5.613 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-08-07 09:35.15: Job failed: Docker build exited with status 1