2026-07-25 10:29.36: New job: docker build {
"commit": "1c836e60de27e79f98c2aff632baf8a3b1cf5740",
"dockerfile": {
"file": "Dockerfile"
},
"docker_context": null,
"squash": false,
"buildx": true,
"build_args": [],
"path": null
}
2026-07-25 10:29.36: Checking out commit 1c836e60. To reproduce:
git clone --recursive "https://github.com/tarides/tarides.com.git" && cd "tarides.com" && git fetch origin "refs/pull/1033/head" && git reset --hard 1c836e60
2026-07-25 10:29.36: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tarides.com.git-c625fb5f52c964610b54f32d27d46965b6bf2fad211456d66e1ff8a0f4c02fec/.git"
"/tmp/git-checkout3cc4d5bd"
2026-07-25 10:29.38: Exec: "git" "-C" "/tmp/git-checkout3cc4d5bd" "submodule"
"deinit" "--force" "--all"
2026-07-25 10:29.38: Exec: "git" "-C" "/tmp/git-checkout3cc4d5bd" "reset"
"--hard" "-q" "1c836e60de27e79f98c2aff632baf8a3b1cf5740"
2026-07-25 10:29.40: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout3cc4d5bd" "submodule" "update"
"--recursive" "--init" "--no-fetch"
2026-07-25 10:29.40: Exec: "docker" "buildx" "build" "--pull" "-f" "/tmp/git-checkout3cc4d5bd/Dockerfile"
"--iidfile" "/tmp/git-checkout3cc4d5bd/docker-iid"
"--" "/tmp/git-checkout3cc4d5bd"
#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 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
#4 CACHED
#5 [build 1/13] FROM docker.io/library/alpine:3.22@sha256:14358309a308569c32bdc37e2e0e9694be33a9d99e68afb0f5ff33cc1f695dce
#5 CACHED
#6 [build 3/13] WORKDIR /root
#6 CACHED
#7 [internal] load build context
#7 transferring context: 548.31MB 2.8s done
#7 DONE 3.6s
#8 [build 4/13] RUN curl -fsSL https://get.dune.build/install | sh
#8 0.517
#=#=#
######################################################################## 100.0%
#8 0.924 dune x86_64-unknown-linux-musl was installed successfully to ~/.local/bin/dune
#8 0.929
#8 1.170
#=#=#
##### 8.3%
################## 26.2%
################################ 45.4%
############################################# 63.7%
######################################################### 80.1%
###################################################################### 97.9%
######################################################################## 100.0%
#8 2.570 Revision cache was populated successfully
#8 2.572 To use dune you will need to source the file "$HOME/.local/share/dune/env/env.bash" (or similar as appropriate for your shell)
#8 2.572 export PATH="/root/.local/bin:$PATH"
#8 2.572
#8 2.572 To get started, run:
#8 2.572 dune --help
#8 ...
#9 [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
#9 0.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
#9 0.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
#9 0.970 OK: 7 MiB in 16 packages
#9 1.609 (1/17) Installing brotli-libs (1.1.0-r2)
#9 1.736 (2/17) Installing c-ares (1.34.8-r0)
#9 1.744 (3/17) Installing libunistring (1.3-r0)
#9 1.764 (4/17) Installing libidn2 (2.3.7-r0)
#9 1.768 (5/17) Installing nghttp2-libs (1.69.0-r0)
#9 1.773 (6/17) Installing libpsl (0.21.5-r3)
#9 1.776 (7/17) Installing zstd-libs (1.5.7-r0)
#9 1.786 (8/17) Installing libcurl (8.14.1-r3)
#9 1.795 (9/17) Installing libexpat (2.8.2-r0)
#9 1.804 (10/17) Installing pcre2 (10.46-r0)
#9 1.820 (11/17) Installing git (2.49.1-r0)
#9 1.967 (12/17) Installing git-init-template (2.49.1-r0)
#9 1.973 (13/17) Installing gmp (6.3.0-r3)
#9 1.984 (14/17) Installing libev (4.33-r1)
#9 1.993 (15/17) Installing oniguruma (6.9.10-r0)
#9 2.001 (16/17) Installing pkgconf (2.4.3-r0)
#9 2.011 (17/17) Installing oniguruma-dev (6.9.10-r0)
#9 2.022 Executing busybox-1.37.0-r20.trigger
#9 2.072 OK: 21 MiB in 33 packages
#9 DONE 4.3s
#8 [build 4/13] RUN curl -fsSL https://get.dune.build/install | sh
#8 DONE 4.3s
#10 [build 5/13] COPY --link tarides-com.opam .
#10 DONE 0.1s
#11 [run 3/11] RUN chmod -R 755 /var
#11 ...
#12 [build 6/13] COPY --link dune-project .
#12 DONE 0.1s
#11 [run 3/11] RUN chmod -R 755 /var
#11 DONE 0.4s
#13 [build 7/13] RUN dune --version && dune pkg lock && dune build @pkg-install
#13 0.272 "Nightly build 2026-07-25T04:01:17Z, git revision 9b717d8bd4d358794acde468d301661a4dd70982"
#13 28.08 Solution for dune.lock
#13 28.08
#13 28.08 Dependencies common to all supported platforms:
#13 28.08 - alcotest.1.9.1
#13 28.08 - angstrom.0.16.1
#13 28.08 - asn1-combinators.0.3.2
#13 28.08 - astring.0.8.5
#13 28.08 - base-bytes.base
#13 28.08 - base-threads.base
#13 28.08 - base-unix.base
#13 28.08 - base64.3.5.2
#13 28.08 - bigarray-compat.1.1.0
#13 28.08 - bigstringaf.0.10.0
#13 28.08 - bos.0.3.0
#13 28.08 - brr.0.0.8
#13 28.08 - bstr.0.0.4
#13 28.08 - camlp-streams.5.0.1
#13 28.08 - caqti.2.3.2
#13 28.08 - caqti-lwt.2.3.2
#13 28.08 - checkseum.0.5.3
#13 28.08 - cmarkit.dev
#13 28.08 - cmdliner.2.1.1
#13 28.08 - conf-gmp.5
#13 28.08 - conf-gmp-powm-sec.4
#13 28.08 - conf-libev.4-13
#13 28.08 - conf-libssl.4
#13 28.08 - conf-oniguruma.1
#13 28.08 - conf-pkg-config.5
#13 28.08 - cppo.1.8.0
#13 28.08 - csexp.1.5.2
#13 28.08 - cstruct.6.2.0
#13 28.08 - ctypes.0.24.0
#13 28.08 - decompress.1.6.0
#13 28.08 - digestif.1.3.1
#13 28.08 - domain-name.0.5.0
#13 28.08 - dream.1.0.0~alpha8
#13 28.08 - dream-accept.0.1.0
#13 28.08 - dream-encoding.dev
#13 28.08 - dream-html.3.11.2
#13 28.08 - dream-httpaf.1.0.0~alpha4
#13 28.08 - dream-pure.1.0.0~alpha2
#13 28.08 - dune-configurator.3.24.1
#13 28.08 - dune-private-libs.3.24.1
#13 28.08 - dune-site.3.24.1
#13 28.08 - duration.0.3.1
#13 28.08 - dyn.3.24.1
#13 28.08 - eqaf.0.10
#13 28.08 - faraday.0.8.2
#13 28.08 - faraday-lwt.0.8.2
#13 28.08 - faraday-lwt-unix.0.8.2
#13 28.08 - fmt.0.11.0
#13 28.08 - fpath.0.7.3
#13 28.08 - fs-io.3.24.1
#13 28.08 - gen.1.1
#13 28.08 - gluten.0.5.2
#13 28.08 - gluten-lwt.0.5.2
#13 28.08 - gluten-lwt-unix.0.5.2
#13 28.08 - gmap.0.3.0
#13 28.08 - graphql.0.14.0
#13 28.08 - graphql-lwt.0.14.0
#13 28.08 - graphql_parser.0.14.0
#13 28.08 - h2.0.12.0
#13 28.08 - h2-lwt.0.12.0
#13 28.08 - h2-lwt-unix.0.12.0
#13 28.08 - hilite.dev
#13 28.08 - hmap.0.8.1
#13 28.08 - hpack.0.12.0
#13 28.08 - httpun.0.1.0
#13 28.08 - httpun-lwt.0.1.0
#13 28.08 - httpun-lwt-unix.0.1.0
#13 28.08 - httpun-types.0.1.0
#13 28.08 - httpun-ws.0.2.0
#13 28.08 - integers.0.8.0
#13 28.08 - ipaddr.5.6.2
#13 28.08 - js_of_ocaml.6.4.1
#13 28.08 - js_of_ocaml-compiler.6.4.1
#13 28.08 - js_of_ocaml-toplevel.6.4.1
#13 28.08 - kdf.1.1.0
#13 28.08 - ke.0.6
#13 28.08 - lambdasoup.1.1.1
#13 28.08 - logs.0.10.0
#13 28.08 - lru.0.3.1
#13 28.08 - lwt.6.1.2
#13 28.08 - lwt-dllist.1.1.0
#13 28.08 - lwt_ppx.6.1.0
#13 28.08 - lwt_ssl.1.2.0
#13 28.08 - macaddr.5.6.2
#13 28.08 - magic-mime.1.3.1
#13 28.08 - markup.1.0.3
#13 28.08 - menhir.20260209
#13 28.08 - menhirCST.20260209
#13 28.08 - menhirGLR.20260209
#13 28.08 - menhirLib.20260209
#13 28.08 - menhirSdk.20260209
#13 28.08 - mirage-clock.4.2.0
#13 28.08 - mirage-crypto.1.2.0
#13 28.08 - mirage-crypto-ec.1.2.0
#13 28.08 - mirage-crypto-pk.1.2.0
#13 28.08 - mirage-crypto-rng.1.2.0
#13 28.08 - mirage-crypto-rng-lwt.1.2.0
#13 28.08 - mirage-kv.6.1.1
#13 28.08 - mirage-kv-unix.3.0.1
#13 28.08 - mtime.2.1.0
#13 28.08 - multipart_form.0.8.0
#13 28.08 - multipart_form-lwt.0.8.0
#13 28.08 - ocaml.5.2.1
#13 28.08 - ocaml-base-compiler.5.2.1
#13 28.08 - ocaml-compiler-libs.v0.17.0
#13 28.08 - ocaml-syntax-shims.1.0.0
#13 28.08 - ocamlbuild.0.16.1+dune
#13 28.08 - ocamlfind.1.9.8+dune
#13 28.08 - ocplib-endian.1.2
#13 28.08 - ohex.0.2.0
#13 28.08 - oniguruma.0.2.0
#13 28.08 - optint.0.3.0
#13 28.08 - ordering.3.24.1
#13 28.08 - pecu.0.7
#13 28.08 - pp.2.0.0
#13 28.08 - ppx_derivers.1.2.1
#13 28.08 - ppx_deriving_yaml.0.4.1
#13 28.08 - ppx_import.1.12.0
#13 28.08 - ppx_show.0.2.1
#13 28.08 - ppxlib.0.38.0
#13 28.08 - prettym.0.0.5
#13 28.08 - psq.0.2.1
#13 28.08 - ptime.1.2.0
#13 28.08 - pure-html.3.11.2
#13 28.08 - re.1.14.0
#13 28.08 - rresult.0.7.0
#13 28.08 - sedlex.3.7
#13 28.08 - seq.base
#13 28.08 - sexplib0.v0.17.0
#13 28.08 - ssl.0.7.0
#13 28.08 - stdcompat.21.1
#13 28.08 - stdlib-shims.0.3.0
#13 28.08 - stdune.3.24.1
#13 28.08 - stringext.1.6.0
#13 28.08 - tailwindcss.dev
#13 28.08 - textmate-language.0.6.0
#13 28.08 - top-closure.3.24.1
#13 28.08 - topkg.1.1.1
#13 28.08 - uchar.0.0.2
#13 28.08 - unstrctrd.0.4
#13 28.08 - uri.4.4.0
#13 28.08 - uucp.17.0.0
#13 28.08 - uunf.17.0.0
#13 28.08 - uutf.1.0.4
#13 28.08 - x509.1.1.1
#13 28.08 - yaml.3.2.0
#13 28.08 - yojson.3.0.0
#13 28.08 - zarith.1.14
#13 DONE 432.5s
#14 [build 8/13] COPY --link ./generate-images.sh .
#14 DONE 0.1s
#15 [build 9/13] COPY --link data/ data/
#15 DONE 1.3s
#16 [build 10/13] COPY --link src/gen src/gen
#16 DONE 0.1s
#17 [build 11/13] RUN ./generate-images.sh
#17 0.221 + dune exec -- src/gen/main.exe file.dune
#17 4.847 + dune build @convert
#17 DONE 341.8s
#18 [build 12/13] COPY --link . .
#18 DONE 1.5s
#19 [build 13/13] RUN dune build && dune build --profile=release
#19 15.80 Browserslist: caniuse-lite is outdated. Please run:
#19 15.80 npx update-browserslist-db@latest
#19 15.80 Why you should do it regularly: https://github.com/browserslist/update-db#readme
#19 15.80
#19 15.80 Rebuilding...
#19 15.80
#19 15.80 Done in 1286ms.
#19 DONE 34.2s
#20 [run 4/11] COPY --from=build --link /root/_build/install/default/bin/server /bin/server
#20 DONE 0.2s
#21 [run 5/11] COPY --from=build --link /root/data/images/ /data/images/
#21 DONE 0.2s
#22 [run 6/11] COPY --from=build --link /root/data/fonts/ /data/fonts/
#22 DONE 0.1s
#23 [run 7/11] COPY --from=build --link /root/data/blog/images/ /data/blog/images/
#23 DONE 1.4s
#24 [run 8/11] COPY --from=build --link /root/data/team/ /data/team/
#24 DONE 0.2s
#25 [run 9/11] COPY --from=build --link /root/data/css/ /data/css/
#25 DONE 0.2s
#26 [run 10/11] COPY --from=build --link /root/data/js/ /data/js/
#26 DONE 0.1s
#27 [run 11/11] RUN rm -f /data/team/team.yml
#27 DONE 0.2s
#28 exporting to image
#28 exporting layers
#28 exporting layers 1.2s done
#28 writing image sha256:3bb176a5779175ee22d1d5ab2e35541036f643d530882f271780006dbfd55aa5 done
#28 DONE 1.2s
2026-07-25 10:43.22: Job succeeded