Build:
  1. 13
  2. 12
  3. 11
  4. 10
  5. 9
  6. 8
  7. 7
  8. 6
  9. 5
  10. 4
2025-12-19 14:48.46: New job: docker build {
                                             "commit": "0f1570fee68fbc339f3dd22b6d3a76075de5140b",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "buildx": true,
                                             "build_args": [],
                                             "path": null
                                           }
2025-12-19 14:48.46: Checking out commit 0f1570fe. To reproduce:
                       git clone --recursive "https://github.com/tarides/tarides.com.git" && cd "tarides.com" && git fetch origin "refs/pull/988/head" && git reset --hard 0f1570fe
2025-12-19 14:48.46: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tarides.com.git-c625fb5f52c964610b54f32d27d46965b6bf2fad211456d66e1ff8a0f4c02fec/.git" 
                           "/tmp/git-checkout248628aa"
2025-12-19 14:48.47: Exec: "git" "-C" "/tmp/git-checkout248628aa" "submodule" 
                           "deinit" "--force" "--all"
2025-12-19 14:48.47: Exec: "git" "-C" "/tmp/git-checkout248628aa" "reset" 
                           "--hard" "-q" "0f1570fee68fbc339f3dd22b6d3a76075de5140b"
2025-12-19 14:48.49: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout248628aa" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
2025-12-19 14:48.49: Exec: "docker" "buildx" "build" "--pull" "-f" "/tmp/git-checkout248628aa/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout248628aa/docker-iid" 
                           "--" "/tmp/git-checkout248628aa"
#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.6s

#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:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
#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 [internal] load build context
#7 transferring context: 548.28MB 1.9s done
#7 DONE 2.0s

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

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

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

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

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

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

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

#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.194 + dune exec -- src/gen/main.exe file.dune
#17 4.223 File "src/gen/blog.ml", line 1, characters 0-76:
#17 4.223 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
#17 4.223     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#17 4.223 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
#17 4.411 + dune build @convert
#17 6.238 Error: Alias "convert" specified on the command line is empty.
#17 6.238 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.194 + dune exec -- src/gen/main.exe file.dune
4.223 File "src/gen/blog.ml", line 1, characters 0-76:
4.223 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
4.223     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4.223 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
4.411 + dune build @convert
6.238 Error: Alias "convert" specified on the command line is empty.
6.238 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
2025-12-19 14:49.02: Job failed: Docker build exited with status 1