2026-04-28 14:22.22: New job: docker build {
"commit": "b696f603f7aa59a78849006d36db2ca8d081a6b6",
"dockerfile": {
"file": "Dockerfile"
},
"docker_context": null,
"squash": false,
"buildx": true,
"build_args": [],
"path": null
}
2026-04-28 14:22.22: Waiting for resource in pool docker-build-pool
2026-04-28 14:22.27: Got resource from pool docker-build-pool
2026-04-28 14:22.27: Checking out commit b696f603. To reproduce:
git clone --recursive "https://github.com/tarides/tarides.com.git" && cd "tarides.com" && git fetch origin "refs/pull/1038/head" && git reset --hard b696f603
2026-04-28 14:22.27: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tarides.com.git-c625fb5f52c964610b54f32d27d46965b6bf2fad211456d66e1ff8a0f4c02fec/.git"
"/tmp/git-checkout213d56e"
2026-04-28 14:22.30: Exec: "git" "-C" "/tmp/git-checkout213d56e" "submodule"
"deinit" "--force" "--all"
2026-04-28 14:22.30: Exec: "git" "-C" "/tmp/git-checkout213d56e" "reset"
"--hard" "-q" "b696f603f7aa59a78849006d36db2ca8d081a6b6"
2026-04-28 14:22.31: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout213d56e" "submodule" "update"
"--recursive" "--init" "--no-fetch"
2026-04-28 14:22.31: Exec: "docker" "buildx" "build" "--pull" "-f" "/tmp/git-checkout213d56e/Dockerfile"
"--iidfile" "/tmp/git-checkout213d56e/docker-iid"
"--" "/tmp/git-checkout213d56e"
#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: 77B done
#3 DONE 0.0s
#4 [build 1/13] FROM docker.io/library/alpine:3.22@sha256:310c62b5e7ca5b08167e4384c68db0fd2905dd9c7493756d356e893909057601
#4 CACHED
#5 [internal] load build context
#5 transferring context: 544.96MB 2.2s done
#5 DONE 2.6s
#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.336 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
#6 0.446 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
#6 0.942 OK: 7 MiB in 16 packages
#6 1.534 (1/17) Installing brotli-libs (1.1.0-r2)
#6 1.600 (2/17) Installing c-ares (1.34.6-r0)
#6 1.606 (3/17) Installing libunistring (1.3-r0)
#6 1.623 (4/17) Installing libidn2 (2.3.7-r0)
#6 1.628 (5/17) Installing nghttp2-libs (1.65.0-r0)
#6 1.633 (6/17) Installing libpsl (0.21.5-r3)
#6 1.638 (7/17) Installing zstd-libs (1.5.7-r0)
#6 1.652 (8/17) Installing libcurl (8.14.1-r2)
#6 1.661 (9/17) Installing libexpat (2.7.5-r0)
#6 1.669 (10/17) Installing pcre2 (10.46-r0)
#6 1.678 (11/17) Installing git (2.49.1-r0)
#6 1.782 (12/17) Installing git-init-template (2.49.1-r0)
#6 1.787 (13/17) Installing gmp (6.3.0-r3)
#6 1.802 (14/17) Installing libev (4.33-r1)
#6 1.806 (15/17) Installing oniguruma (6.9.10-r0)
#6 1.816 (16/17) Installing pkgconf (2.4.3-r0)
#6 1.825 (17/17) Installing oniguruma-dev (6.9.10-r0)
#6 1.837 Executing busybox-1.37.0-r20.trigger
#6 1.851 OK: 21 MiB in 33 packages
#6 ...
#7 [build 4/13] RUN curl -fsSL https://get.dune.build/install | sh
#7 CACHED
#8 [build 5/13] COPY --link tarides-com.opam .
#8 CACHED
#9 [build 6/13] COPY --link dune-project .
#9 CACHED
#10 [build 7/13] RUN dune --version && dune pkg lock && dune build @pkg-install
#10 CACHED
#11 [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
#11 CACHED
#12 [build 3/13] WORKDIR /root
#12 CACHED
#13 [build 8/13] COPY --link ./generate-images.sh .
#13 CACHED
#14 [build 9/13] COPY --link data/ data/
#14 ...
#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 3.7s
#15 [run 3/11] RUN chmod -R 755 /var
#15 DONE 1.1s
#14 [build 9/13] COPY --link data/ data/
#14 DONE 1.8s
#16 [build 10/13] COPY --link src/gen src/gen
#16 DONE 0.1s
#17 [build 11/13] RUN ./generate-images.sh
#17 0.197 + dune exec -- src/gen/main.exe file.dune
#17 3.315 File "src/gen/blog.ml", line 1, characters 0-76:
#17 3.315 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
#17 3.315 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#17 3.315 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
#17 3.498 + dune build @convert
#17 5.230 Error: Alias "convert" specified on the command line is empty.
#17 5.230 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.197 + dune exec -- src/gen/main.exe file.dune
3.315 File "src/gen/blog.ml", line 1, characters 0-76:
3.315 1 | type kind = [%import: Gen.Blog.kind] [@@deriving show { with_path = false }]
3.315 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3.315 Error: broken invariant in parsetree: Explicit universal type quantification cannot be empty.
3.498 + dune build @convert
5.230 Error: Alias "convert" specified on the command line is empty.
5.230 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-04-28 14:22.44: Job failed: Docker build exited with status 1