2025-06-11 12:37.26: New job: Build Dockerfile using linux-x86_64 in
[https://github.com/ocaml-dune/binary-distribution.git#refs/heads/main (edc9f261cd1846df31881dc9b3683ff04e8d8fa3)]
2025-06-11 12:37.26: Will push staging image to ocurrentbuilder/staging:live-ocurrent-dune-binary-distribution-linux-x86_64
2025-06-11 12:37.26: Using cache hint "https://github.com/ocaml-dune/binary-distribution.git-Dockerfile"
2025-06-11 12:37.26: Waiting for resource in pool OCluster
2025-06-11 12:37.26: Waiting for worker…
2025-06-11 12:37.35: Got resource from pool OCluster
Building on phoebe
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/binary-distribution.git-4bbe731857e8199b9bbe3145ff574c9403d41a04/.git/
HEAD is now at edc9f26 Nightly build 2025-06-10
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 746B done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/ocaml/opam:alpine-3.20-ocaml-5.2
#2 ...
#3 [internal] load metadata for docker.io/library/alpine:3.20
#3 DONE 1.1s
#2 [internal] load metadata for docker.io/ocaml/opam:alpine-3.20-ocaml-5.2
#2 DONE 1.2s
#4 [internal] load .dockerignore
#4 transferring context: 139B done
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 418.14kB 0.0s done
#5 DONE 0.0s
#6 [run 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f
#6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f done
#6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done
#6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done
#6 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0B / 3.63MB 0.1s
#6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done
#6 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 1.05MB / 3.63MB 0.2s
#6 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.2s done
#6 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s
#6 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.4s done
#6 DONE 0.7s
#7 [run 2/6] RUN apk update && apk add --update libev gmp git
#7 0.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
#7 0.415 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
#7 1.608 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main]
#7 1.608 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community]
#7 1.608 OK: 24171 distinct packages available
#7 2.118 (1/15) Installing ca-certificates (20241121-r1)
#7 2.291 (2/15) Installing brotli-libs (1.1.0-r2)
#7 2.379 (3/15) Installing c-ares (1.33.1-r0)
#7 2.405 (4/15) Installing libunistring (1.2-r0)
#7 2.559 (5/15) Installing libidn2 (2.3.7-r0)
#7 2.578 (6/15) Installing nghttp2-libs (1.62.1-r0)
#7 2.599 (7/15) Installing libpsl (0.21.5-r1)
#7 2.615 (8/15) Installing zstd-libs (1.5.6-r0)
#7 2.722 (9/15) Installing libcurl (8.12.1-r0)
#7 2.876 (10/15) Installing libexpat (2.7.0-r0)
#7 2.917 (11/15) Installing pcre2 (10.43-r0)
#7 3.048 (12/15) Installing git (2.45.3-r0)
#7 5.292 (13/15) Installing git-init-template (2.45.3-r0)
#7 5.341 (14/15) Installing gmp (6.3.0-r1)
#7 5.579 (15/15) Installing libev (4.33-r1)
#7 5.817 Executing busybox-1.36.1-r29.trigger
#7 5.827 Executing ca-certificates-20241121-r1.trigger
#7 5.896 OK: 21 MiB in 29 packages
#7 DONE 6.3s
#8 [run 3/6] WORKDIR /app
#8 DONE 0.0s
#9 [build 1/7] FROM docker.io/ocaml/opam:alpine-3.20-ocaml-5.2@sha256:a1150220b350c6b8f92ad642705501daa9f5330524d398bab3aab7decacefc7d
#9 resolve docker.io/ocaml/opam:alpine-3.20-ocaml-5.2@sha256:a1150220b350c6b8f92ad642705501daa9f5330524d398bab3aab7decacefc7d done
#9 sha256:824ac13b8a7f73820e93bab6de25c5385dac0a3689cb70820fc13f7d828f20f1 9.60kB / 9.60kB done
#9 sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 477.10MB / 488.46MB 7.1s
#9 sha256:a1150220b350c6b8f92ad642705501daa9f5330524d398bab3aab7decacefc7d 770B / 770B done
#9 sha256:e3c89979d26d59bb58b0432f08e6223435a5f6fbd7c9fe33291d3b7bb68d471a 530B / 530B done
#9 sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 488.46MB / 488.46MB 7.3s done
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 5.1s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 10.1s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 15.2s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 20.4s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 25.8s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 31.7s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 38.0s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 48.0s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 55.5s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 60.6s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 72.9s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 80.7s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 86.8s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 92.6s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 98.4s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 103.5s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 108.5s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 113.6s
#9 extracting sha256:b1df90cb5579fa5b24c180da7b90fbed589cc813ddf41bd90ab80de1196acc2f 116.1s done
#9 DONE 128.5s
#10 [build 2/7] RUN sudo apk update && sudo apk add curl git curl-dev libev-dev openssl-dev gmp-dev && sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam && opam init --reinit -ni && opam update -y
#10 0.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
#10 0.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
#10 0.739 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
#10 0.829 fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
#10 1.165 fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
#10 1.631 v3.20.6-201-gd57c9d7d1c9 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main]
#10 1.631 v3.20.6-200-gded100be0f8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community]
#10 1.631 v3.22.0-764-g9b73c6f365e [https://dl-cdn.alpinelinux.org/alpine/edge/main]
#10 1.631 v3.22.0-781-g1771de6515f [https://dl-cdn.alpinelinux.org/alpine/edge/community]
#10 1.631 v3.22.0-782-g400dc010c0a [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
#10 1.631 OK: 57898 distinct packages available
#10 2.552 (1/19) Upgrading libcrypto3 (3.3.2-r1 -> 3.3.3-r0)
#10 2.663 (2/19) Upgrading libssl3 (3.3.2-r1 -> 3.3.3-r0)
#10 2.715 (3/19) Upgrading libcurl (8.11.1-r0 -> 8.12.1-r0)
#10 2.739 (4/19) Upgrading curl (8.11.1-r0 -> 8.12.1-r0)
#10 2.756 (5/19) Installing brotli (1.1.0-r2)
#10 2.767 (6/19) Installing brotli-dev (1.1.0-r2)
#10 2.779 (7/19) Installing c-ares-dev (1.33.1-r0)
#10 2.798 (8/19) Installing libidn2-dev (2.3.7-r0)
#10 2.808 (9/19) Installing libpsl-utils (0.21.5-r1)
#10 2.817 (10/19) Installing libpsl-dev (0.21.5-r1)
#10 2.826 (11/19) Installing nghttp2-dev (1.62.1-r0)
#10 2.839 (12/19) Installing openssl-dev (3.3.3-r0)
#10 2.895 (13/19) Installing zlib-dev (1.3.1-r1)
#10 2.905 (14/19) Installing zstd-dev (1.5.6-r0)
#10 2.915 (15/19) Installing curl-dev (8.12.1-r0)
#10 2.932 (16/19) Installing libgmpxx (6.3.0-r1)
#10 2.944 (17/19) Installing gmp-dev (6.3.0-r1)
#10 3.011 (18/19) Installing libev (4.33-r1)
#10 3.022 (19/19) Installing libev-dev (4.33-r1)
#10 3.034 Executing busybox-1.36.1-r29.trigger
#10 3.046 Executing ca-certificates-20240705-r0.trigger
#10 3.094 OK: 301 MiB in 116 packages
#10 3.333 Configuring from /home/opam/.opamrc and then from built-in defaults.
#10 3.333 Checking for available remotes: rsync and local, git.
#10 3.333 - you won't be able to use mercurial repositories unless you install the hg command on your system.
#10 3.333 - you won't be able to use darcs repositories unless you install the darcs command on your system.
#10 3.333
#10 3.342 This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
#10 3.342 You may want to back it up before going further.
#10 3.342
#10 3.342 Continue? [y/n] y
#10 3.343 [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
#10 3.343 opam option jobs=255 --global
#10 3.344 Format upgrade done.
#10 13.65
#10 13.65 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
#10 58.13 [default] synchronised from file:///home/opam/opam-repository
#10 84.55
#10 84.55 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#10 124.2 [default] no changes from file:///home/opam/opam-repository
#10 DONE 126.0s
#11 [build 3/7] WORKDIR /home/opam
#11 DONE 0.0s
#12 [build 4/7] COPY sandworm.opam sandworm.opam
#12 DONE 0.0s
#13 [build 5/7] RUN opam install . --deps-only -y
#13 2.617 The following additional pinnings are required by sandworm.dev:
#13 2.617 - tailwindcss.dev at https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz
#13 2.617 Pin and install them? [y/n] y
#13 19.79 Package tailwindcss does not exist, create as a NEW package? [y/n] y
#13 37.53 [tailwindcss.dev] synchronised (https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz)
#13 37.57 tailwindcss is now pinned to https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz (version dev)
#13 50.62 The following actions will be performed:
#13 50.63 === install 109 packages
#13 50.63 - install angstrom 0.16.1 [required by multipart_form, caqti, dream-httpaf, multipart_form-lwt]
#13 50.63 - install asn1-combinators 0.3.2 [required by x509]
#13 50.63 - install astring 0.8.5 [required by fpath]
#13 50.63 - install base-bytes base [required by ocplib-endian]
#13 50.63 - install base64 3.5.1 [required by dream-httpaf, multipart_form]
#13 50.63 - install bigarray-compat 1.1.0 [required by dream]
#13 50.63 - install bigarray-overlap 0.2.1 [required by prettym]
#13 50.63 - install bigstringaf 0.10.0 [required by multipart_form, caqti, dream-httpaf, multipart_form-lwt]
#13 50.63 - install camlp-streams 5.0.1 [required by dream]
#13 50.63 - install caqti 2.1.2 [required by dream]
#13 50.63 - install caqti-lwt 2.1.1 [required by dream]
#13 50.63 - install checkseum 0.5.2 [required by decompress]
#13 50.63 - install cmdliner 1.3.0 [required by sandworm]
#13 50.63 - install conf-gmp 4 [required by conf-gmp-powm-sec, zarith]
#13 50.63 - install conf-gmp-powm-sec 3 [required by mirage-crypto-pk]
#13 50.63 - install conf-libev 4-12 [required by dream]
#13 50.63 - install conf-libssl 4 [required by ssl]
#13 50.63 - install conf-pkg-config 3 [required by bigarray-overlap]
#13 50.63 - install cppo 1.8.0 [required by ocamlmerlin-mlx]
#13 50.63 - install csexp 1.5.2 [required by merlin-lib]
#13 50.63 - install cstruct 6.2.0 [required by dream]
#13 50.63 - install decompress 1.5.3 [required by dream-encoding]
#13 50.63 - install digestif 1.2.0 [required by dream]
#13 50.63 - install domain-name 0.4.0 [required by caqti, caqti-lwt]
#13 50.63 - install dream 1.0.0~alpha7 [required by sandworm]
#13 50.63 - install dream-encoding 0.3.0 [required by sandworm]
#13 50.63 - install dream-httpaf 1.0.0~alpha3 [required by dream]
#13 50.63 - install dream-pure 1.0.0~alpha2 [required by dream]
#13 50.63 - install dune 3.17.0 [required by sandworm]
#13 50.63 - install dune-configurator 3.17.0 [required by checkseum]
#13 50.63 - install dune-private-libs 3.17.0 [required by dune-site]
#13 50.63 - install dune-site 3.17.0 [required by caqti]
#13 50.63 - install duration 0.2.1 [required by mirage-crypto-rng-lwt]
#13 50.63 - install dyn 3.17.0 [required by dune-private-libs]
#13 50.63 - install eqaf 0.10 [required by mirage-crypto-ec, digestif, mirage-crypto-pk]
#13 50.63 - install faraday 0.8.2 [required by dream-httpaf]
#13 50.63 - install faraday-lwt 0.8.2 [required by faraday-lwt-unix]
#13 50.63 - install faraday-lwt-unix 0.8.2 [required by dream-httpaf]
#13 50.63 - install fmt 0.9.0 [required by dream]
#13 50.63 - install fpath 0.7.3 [required by sandworm]
#13 50.63 - install gmap 0.3.0 [required by x509]
#13 50.63 - install graphql 0.14.0 [required by graphql-lwt]
#13 50.63 - install graphql-lwt 0.14.0 [required by dream]
#13 50.63 - install graphql_parser 0.14.0 [required by dream]
#13 50.63 - install hmap 0.8.1 [required by dream-pure]
#13 50.63 - install html_of_jsx 0.0.4 [required by sandworm]
#13 50.63 - install ipaddr 5.6.0 [required by caqti, caqti-lwt]
#13 50.63 - install kdf 1.0.0 [required by tls]
#13 50.63 - install ke 0.6 [required by multipart_form, multipart_form-lwt]
#13 50.63 - install lambdasoup 1.1.1 [required by dream]
#13 50.63 - install logs 0.7.0 [required by dream]
#13 50.63 - install lwt 5.9.0 [required by dream]
#13 50.63 - install lwt-dllist 1.0.1 [required by caqti]
#13 50.63 - install lwt_ppx 5.8.0 [required by dream, dream-encoding]
#13 50.63 - install lwt_ssl 1.2.0 [required by dream]
#13 50.63 - install macaddr 5.6.0 [required by ipaddr]
#13 50.63 - install magic-mime 1.3.1 [required by dream]
#13 50.63 - install markup 1.0.3 [required by dream]
#13 50.63 - install menhir 20240715 [required by graphql_parser]
#13 50.63 - install menhirCST 20240715 [required by menhir]
#13 50.63 - install menhirLib 20240715 [required by menhir]
#13 50.63 - install menhirSdk 20240715 [required by menhir]
#13 50.63 - install merlin-lib 5.3-502 [required by ocamlmerlin-mlx]
#13 50.63 - install mirage-clock 4.2.0 [required by dream]
#13 50.63 - install mirage-crypto 1.1.0 [required by dream]
#13 50.63 - install mirage-crypto-ec 1.1.0 [required by tls]
#13 50.63 - install mirage-crypto-pk 1.1.0 [required by tls]
#13 50.63 - install mirage-crypto-rng 1.1.0 [required by dream]
#13 50.63 - install mirage-crypto-rng-lwt 1.1.0 [required by dream]
#13 50.63 - install mlx 0.9 [required by sandworm]
#13 50.63 - install mtime 2.1.0 [required by caqti-lwt, caqti, mirage-crypto-rng-lwt]
#13 50.63 - install multipart_form 0.6.0 [required by dream]
#13 50.63 - install multipart_form-lwt 0.6.0 [required by dream]
#13 50.63 - install ocaml-compiler-libs v0.17.0 [required by ppxlib]
#13 50.63 - install ocaml-syntax-shims 1.0.0 [required by angstrom]
#13 50.63 - install ocamlbuild 0.15.0 [required by fpath]
#13 50.63 - install ocamlfind 1.9.6 [required by fpath]
#13 50.63 - install ocamlmerlin-mlx 0.9 [required by sandworm]
#13 50.63 - install ocplib-endian 1.2 [required by lwt]
#13 50.63 - install ohex 0.2.0 [required by tls]
#13 50.63 - install optint 0.3.0 [required by decompress]
#13 50.63 - install ordering 3.17.0 [required by dyn, stdune]
#13 50.63 - install pecu 0.7 [required by multipart_form]
#13 50.63 - install pp 2.0.0 [required by dune-private-libs]
#13 50.63 - install ppx_derivers 1.2.1 [required by ppx_deriving]
#13 50.63 - install ppx_deriving 6.0.3 [required by ppx_deriving_yojson]
#13 50.63 - install ppx_deriving_yojson 3.9.0 [required by sandworm]
#13 50.63 - install ppxlib 0.33.0 [required by ocamlmerlin-mlx, html_of_jsx, mlx, ppx_deriving_yojson]
#13 50.63 - install prettym 0.0.3 [required by multipart_form]
#13 50.63 - install psq 0.2.1 [required by dream-httpaf]
#13 50.63 - install ptime 1.2.0 [required by sandworm]
#13 50.63 - install re 1.12.0 [required by graphql_parser]
#13 50.63 - install rresult 0.7.0 [required by graphql]
#13 50.63 - install seq base [required by re, psq, graphql]
#13 50.63 - install sexplib0 v0.17.0 [required by ppxlib]
#13 50.63 - install ssl 0.7.0 [required by dream]
#13 50.63 - install stdlib-shims 0.3.0 [required by ppxlib]
#13 50.63 - install stdune 3.17.0 [required by dune-private-libs]
#13 50.63 - install stringext 1.6.0 [required by uri]
#13 50.63 - install tailwindcss dev (pinned) [required by sandworm]
#13 50.63 - install tls 1.0.4 [required by caqti]
#13 50.63 - install topkg 1.0.7 [required by fpath]
#13 50.63 - install uchar 0.0.2 [required by markup]
#13 50.63 - install unstrctrd 0.4 [required by multipart_form]
#13 50.63 - install uri 4.4.0 [required by dream]
#13 50.63 - install uutf 1.0.3 [required by multipart_form]
#13 50.63 - install x509 1.0.5 [required by caqti]
#13 50.63 - install yojson 2.2.2 [required by sandworm]
#13 50.63 - install zarith 1.14 [required by mirage-crypto-pk]
#13 51.63
#13 51.63 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#13 52.22 -> retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
#13 52.25 -> retrieved angstrom.0.16.1 (https://github.com/inhabitedtype/angstrom/archive/0.16.1.tar.gz)
#13 52.28 -> retrieved asn1-combinators.0.3.2 (https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.3.2/asn1-combinators-0.3.2.tbz)
#13 52.64 -> retrieved bigarray-compat.1.1.0 (https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz)
#13 52.80 -> retrieved base64.3.5.1 (https://github.com/mirage/ocaml-base64/releases/download/v3.5.1/base64-3.5.1.tbz)
#13 52.94 -> retrieved bigarray-overlap.0.2.1 (https://github.com/dinosaure/overlap/releases/download/v0.2.1/bigarray-overlap-0.2.1.tbz)
#13 53.09 -> retrieved bigstringaf.0.10.0 (https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz)
#13 53.22 -> retrieved camlp-streams.5.0.1 (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
#13 53.67 -> retrieved caqti.2.1.2 (https://github.com/paurkedal/ocaml-caqti/releases/download/v2.1.2/caqti-v2.1.2.tbz)
#13 53.78 -> retrieved caqti-lwt.2.1.1 (https://github.com/paurkedal/ocaml-caqti/releases/download/v2.1.1/caqti-v2.1.1.tbz)
#13 53.84 -> retrieved checkseum.0.5.2 (https://github.com/mirage/checkseum/releases/download/v0.5.2/checkseum-0.5.2.tbz)
#13 53.98 -> retrieved conf-gmp.4 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp/test.c.4)
#13 54.04 -> retrieved conf-gmp-powm-sec.3 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp-powm-sec/test.c.3)
#13 54.08 -> installed conf-gmp.4
#13 54.14 -> retrieved cmdliner.1.3.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz)
#13 54.19 -> installed conf-gmp-powm-sec.3
#13 54.20 -> installed conf-pkg-config.3
#13 54.23 -> retrieved conf-libssl.4 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-libssl/homebrew.sh.4)
#13 54.24 -> installed conf-libssl.4
#13 54.40 -> retrieved conf-libev.4-12 (2 extra sources)
#13 54.40 -> retrieved conf-libev.4-12 (2 extra sources)
#13 54.66 -> retrieved cppo.1.8.0 (https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz)
#13 54.75 -> installed conf-libev.4-12
#13 54.83 -> retrieved csexp.1.5.2 (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
#13 55.09 -> retrieved cstruct.6.2.0 (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
#13 55.63 -> retrieved decompress.1.5.3 (https://github.com/mirage/decompress/releases/download/v1.5.3/decompress-1.5.3.tbz)
#13 55.69 -> retrieved domain-name.0.4.0 (https://github.com/hannesm/domain-name/releases/download/v0.4.0/domain-name-0.4.0.tbz)
#13 55.97 -> retrieved digestif.1.2.0 (https://github.com/mirage/digestif/releases/download/v1.2.0/digestif-1.2.0.tbz)
#13 56.12 -> retrieved dream-encoding.0.3.0 (https://github.com/tmattio/dream-encoding/releases/download/0.3.0/dream-encoding-0.3.0.tbz)
#13 56.48 -> retrieved dream.1.0.0~alpha7 (https://github.com/aantron/dream/releases/download/1.0.0-alpha7/dream-1.0.0-alpha7.tar.gz)
#13 56.99 -> retrieved dream-pure.1.0.0~alpha2 (https://github.com/aantron/dream/releases/download/1.0.0-alpha4/dream-1.0.0-alpha4.tar.gz)
#13 58.02 -> retrieved dream-httpaf.1.0.0~alpha3 (https://github.com/aantron/dream/releases/download/1.0.0-alpha6/dream-1.0.0-alpha6.tar.gz)
#13 58.03 -> retrieved duration.0.2.1 (https://github.com/hannesm/duration/releases/download/v0.2.1/duration-0.2.1.tbz)
#13 58.09 -> installed cmdliner.1.3.0
#13 58.52 -> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2 (https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz)
#13 58.62 -> retrieved eqaf.0.10 (https://github.com/mirage/eqaf/releases/download/v0.10/eqaf-0.10.tbz)
#13 58.70 -> retrieved fmt.0.9.0 (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
#13 58.81 -> retrieved fpath.0.7.3 (https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz)
#13 69.84 -> retrieved dune.3.17.0, dune-configurator.3.17.0, dune-private-libs.3.17.0, dune-site.3.17.0, dyn.3.17.0, ordering.3.17.0, stdune.3.17.0 (https://github.com/ocaml/dune/releases/download/3.17.0/dune-3.17.0.tbz)
#13 70.99 -> retrieved gmap.0.3.0 (https://github.com/hannesm/gmap/releases/download/0.3.0/gmap-0.3.0.tbz)
#13 71.00 -> retrieved hmap.0.8.1 (http://erratique.ch/software/hmap/releases/hmap-0.8.1.tbz)
#13 71.04 -> retrieved graphql.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0 (https://github.com/andreas/ocaml-graphql-server/releases/download/0.14.0/graphql-0.14.0.tbz)
#13 71.61 -> retrieved kdf.1.0.0 (https://github.com/robur-coop/kdf/releases/download/v1.0.0/kdf-1.0.0.tbz)
#13 71.64 -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.6.0/ipaddr-5.6.0.tbz)
#13 71.74 -> retrieved html_of_jsx.0.0.4 (https://github.com/davesnx/html_of_jsx/releases/download/0.0.4/html_of_jsx-0.0.4.tbz)
#13 71.94 -> retrieved logs.0.7.0 (https://erratique.ch/software/logs/releases/logs-0.7.0.tbz)
#13 72.12 -> retrieved lambdasoup.1.1.1 (https://github.com/aantron/lambdasoup/archive/1.1.1.tar.gz)
#13 72.21 -> retrieved ke.0.6 (https://github.com/mirage/ke/releases/download/v0.6/ke-0.6.tbz)
#13 72.52 -> retrieved lwt.5.9.0 (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.0.tar.gz)
#13 72.77 -> retrieved lwt-dllist.1.0.1 (https://github.com/mirage/lwt-dllist/releases/download/v1.0.1/lwt-dllist-v1.0.1.tbz)
#13 72.98 -> retrieved lwt_ppx.5.8.0 (https://github.com/ocsigen/lwt/archive/refs/tags/5.8.0.tar.gz)
#13 73.17 -> retrieved lwt_ssl.1.2.0 (https://github.com/ocsigen/lwt_ssl/releases/download/1.2.0/lwt_ssl-1.2.0.tbz)
#13 73.46 -> retrieved magic-mime.1.3.1 (https://github.com/mirage/ocaml-magic-mime/releases/download/v1.3.1/magic-mime-1.3.1.tbz)
#13 73.50 -> retrieved markup.1.0.3 (https://github.com/aantron/markup.ml/archive/1.0.3.tar.gz)
#13 74.27 -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz)
#13 74.34 -> retrieved mirage-clock.4.2.0 (https://github.com/mirage/mirage-clock/releases/download/v4.2.0/mirage-clock-4.2.0.tbz)
#13 75.37 -> retrieved mlx.0.9, ocamlmerlin-mlx.0.9 (https://github.com/ocaml-mlx/mlx/archive/refs/tags/0.9.tar.gz)
#13 75.77 -> retrieved merlin-lib.5.3-502 (https://github.com/ocaml/merlin/releases/download/v5.3-502/merlin-5.3-502.tbz)
#13 76.19 -> retrieved mirage-crypto.1.1.0, mirage-crypto-ec.1.1.0, mirage-crypto-pk.1.1.0, mirage-crypto-rng.1.1.0, mirage-crypto-rng-lwt.1.1.0 (https://github.com/mirage/mirage-crypto/releases/download/v1.1.0/mirage-crypto-1.1.0.tbz)
#13 76.20 -> retrieved mtime.2.1.0 (https://erratique.ch/software/mtime/releases/mtime-2.1.0.tbz)
#13 76.43 -> retrieved multipart_form.0.6.0, multipart_form-lwt.0.6.0 (https://github.com/dinosaure/multipart_form/releases/download/v0.6.0/multipart_form-0.6.0.tbz)
#13 76.61 -> retrieved ocaml-compiler-libs.v0.17.0 (https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz)
#13 76.89 -> retrieved ocaml-syntax-shims.1.0.0 (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
#13 77.03 -> retrieved ocamlbuild.0.15.0 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.15.0.tar.gz)
#13 77.18 -> retrieved ocamlfind.1.9.6 (http://download.camlcity.org/download/findlib-1.9.6.tar.gz)
#13 77.27 -> retrieved ocplib-endian.1.2 (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
#13 77.53 -> retrieved ohex.0.2.0 (https://github.com/ocaml/opam-source-archives/raw/main/ohex-0.2.0.tar.gz)
#13 77.76 -> retrieved optint.0.3.0 (https://github.com/mirage/optint/releases/download/v0.3.0/optint-0.3.0.tbz)
#13 77.87 -> retrieved pecu.0.7 (https://github.com/mirage/pecu/releases/download/v0.7/pecu-0.7.tbz)
#13 78.12 -> retrieved ppx_derivers.1.2.1 (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
#13 78.26 -> retrieved pp.2.0.0 (https://github.com/ocaml-dune/pp/releases/download/2.0.0/pp-2.0.0.tbz)
#13 78.49 -> retrieved ppx_deriving_yojson.3.9.0 (https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.9.0/ppx_deriving_yojson-3.9.0.tbz)
#13 78.67 -> retrieved ppx_deriving.6.0.3 (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.0.3/ppx_deriving-6.0.3.tbz)
#13 79.18 -> retrieved prettym.0.0.3 (https://github.com/dinosaure/prettym/releases/download/0.0.3/prettym-0.0.3.tbz)
#13 79.31 -> retrieved psq.0.2.1 (https://github.com/pqwy/psq/releases/download/v0.2.1/psq-0.2.1.tbz)
#13 79.43 -> retrieved ppxlib.0.33.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.33.0/ppxlib-0.33.0.tbz)
#13 79.56 -> retrieved rresult.0.7.0 (https://erratique.ch/software/rresult/releases/rresult-0.7.0.tbz)
#13 79.65 -> retrieved ptime.1.2.0 (https://erratique.ch/software/ptime/releases/ptime-1.2.0.tbz)
#13 79.95 -> retrieved seq.base (2 extra sources)
#13 79.95 -> retrieved seq.base (2 extra sources)
#13 79.95 -> installed seq.base
#13 80.03 -> retrieved sexplib0.v0.17.0 (https://github.com/janestreet/sexplib0/archive/refs/tags/v0.17.0.tar.gz)
#13 80.08 -> retrieved re.1.12.0 (https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz)
#13 80.41 -> retrieved stringext.1.6.0 (https://github.com/rgrinberg/stringext/releases/download/1.6.0/stringext-1.6.0.tbz)
#13 80.52 -> retrieved ssl.0.7.0 (https://github.com/savonet/ocaml-ssl/archive/refs/tags/v0.7.0.tar.gz)
#13 80.63 -> retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
#13 80.73 -> installed ocamlfind.1.9.6
#13 80.73 -> installed base-bytes.base
#13 80.89 -> retrieved topkg.1.0.7 (https://erratique.ch/software/topkg/releases/topkg-1.0.7.tbz)
#13 81.24 -> retrieved tls.1.0.4 (https://github.com/mirleft/ocaml-tls/releases/download/v1.0.4/tls-1.0.4.tbz)
#13 81.55 -> retrieved uchar.0.0.2 (https://github.com/ocaml/uchar/releases/download/v0.0.2/uchar-0.0.2.tbz)
#13 81.90 -> retrieved unstrctrd.0.4 (https://github.com/dinosaure/unstrctrd/releases/download/v0.4/unstrctrd-0.4.tbz)
#13 82.07 -> retrieved uutf.1.0.3 (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
#13 82.24 -> retrieved uri.4.4.0 (https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.0.tbz)
#13 82.85 -> retrieved x509.1.0.5 (https://github.com/mirleft/ocaml-x509/releases/download/v1.0.5/x509-1.0.5.tbz)
#13 83.11 -> retrieved yojson.2.2.2 (https://github.com/ocaml-community/yojson/releases/download/2.2.2/yojson-2.2.2.tbz)
#13 83.31 -> retrieved zarith.1.14 (https://github.com/ocaml/Zarith/archive/release-1.14.tar.gz)
#13 83.45 -> installed ocamlbuild.0.15.0
#13 83.85 -> installed uchar.0.0.2
#13 87.77 -> installed zarith.1.14
#13 88.42 -> installed topkg.1.0.7
#13 88.79 -> installed hmap.0.8.1
#13 89.00 -> installed rresult.0.7.0
#13 89.60 -> installed uutf.1.0.3
#13 89.67 -> installed mtime.2.1.0
#13 89.75 -> installed fmt.0.9.0
#13 89.91 -> installed ptime.1.2.0
#13 90.11 -> installed astring.0.8.5
#13 90.95 -> installed fpath.0.7.3
#13 93.55 -> installed dune.3.17.0
#13 95.80 -> installed asn1-combinators.0.3.2
#13 95.81 -> installed base64.3.5.1
#13 95.82 -> installed bigarray-compat.1.1.0
#13 95.84 -> installed bigarray-overlap.0.2.1
#13 95.85 -> installed camlp-streams.5.0.1
#13 95.87 -> installed cppo.1.8.0
#13 95.88 -> installed csexp.1.5.2
#13 97.61 -> installed cstruct.6.2.0
#13 97.63 -> installed domain-name.0.4.0
#13 97.65 -> installed duration.0.2.1
#13 97.69 -> installed eqaf.0.10
#13 97.75 -> installed gmap.0.3.0
#13 97.79 -> installed ke.0.6
#13 97.80 -> installed lwt-dllist.1.0.1
#13 97.81 -> installed macaddr.5.6.0
#13 97.83 -> installed magic-mime.1.3.1
#13 97.89 -> installed markup.1.0.3
#13 97.90 -> installed menhirCST.20240715
#13 97.91 -> installed menhirLib.20240715
#13 97.92 -> installed menhirSdk.20240715
#13 98.03 -> installed mirage-clock.4.2.0
#13 98.05 -> installed ocaml-compiler-libs.v0.17.0
#13 98.14 -> installed ocaml-syntax-shims.1.0.0
#13 98.16 -> installed ohex.0.2.0
#13 98.20 -> installed optint.0.3.0
#13 98.28 -> installed pecu.0.7
#13 98.28 -> installed pp.2.0.0
#13 98.31 -> installed ppx_derivers.1.2.1
#13 98.33 -> installed psq.0.2.1
#13 98.42 -> installed re.1.12.0
#13 98.44 -> installed sexplib0.v0.17.0
#13 98.45 -> installed stdlib-shims.0.3.0
#13 98.56 -> installed stringext.1.6.0
#13 98.64 -> installed yojson.2.2.2
#13 98.68 -> installed ocplib-endian.1.2
#13 98.70 -> installed lambdasoup.1.1.1
#13 98.78 -> installed ipaddr.5.6.0
#13 99.19 -> installed digestif.1.2.0
#13 99.68 -> retrieved tailwindcss.dev (https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz)
#13 100.3 -> installed tailwindcss.dev
#13 100.3 -> installed ordering.3.17.0
#13 101.9 -> installed dune-configurator.3.17.0
#13 102.7 -> installed bigstringaf.0.10.0
#13 103.0 -> installed dyn.3.17.0
#13 104.8 -> installed checkseum.0.5.2
#13 104.9 -> installed mirage-crypto.1.1.0
#13 104.9 -> installed ssl.0.7.0
#13 104.9 -> installed angstrom.0.16.1
#13 105.0 -> installed faraday.0.8.2
#13 105.0 -> installed prettym.0.0.3
#13 105.4 -> installed kdf.1.0.0
#13 105.5 -> installed unstrctrd.0.4
#13 105.8 -> installed lwt.5.9.0
#13 106.1 -> installed faraday-lwt.0.8.2
#13 106.2 -> installed lwt_ssl.1.2.0
#13 106.5 -> installed faraday-lwt-unix.0.8.2
#13 106.7 -> installed decompress.1.5.3
#13 107.2 -> installed uri.4.4.0
#13 107.4 -> installed logs.0.7.0
#13 108.1 -> installed mirage-crypto-rng.1.1.0
#13 108.8 -> installed stdune.3.17.0
#13 110.3 -> installed multipart_form.0.6.0
#13 110.4 -> installed mirage-crypto-pk.1.1.0
#13 110.4 -> installed mirage-crypto-rng-lwt.1.1.0
#13 110.6 -> installed multipart_form-lwt.0.6.0
#13 112.3 -> installed merlin-lib.5.3-502
#13 112.4 -> installed dune-private-libs.3.17.0
#13 114.1 -> installed menhir.20240715
#13 114.8 -> installed dune-site.3.17.0
#13 115.0 -> installed graphql_parser.0.14.0
#13 115.2 -> installed mirage-crypto-ec.1.1.0
#13 115.8 -> installed graphql.0.14.0
#13 116.4 -> installed ppxlib.0.33.0
#13 116.7 -> installed graphql-lwt.0.14.0
#13 116.8 -> installed x509.1.0.5
#13 118.9 -> installed tls.1.0.4
#13 120.5 -> installed lwt_ppx.5.8.0
#13 120.8 -> installed html_of_jsx.0.0.4
#13 121.1 -> installed caqti.2.1.2
#13 121.3 -> installed ppx_deriving.6.0.3
#13 121.8 -> installed caqti-lwt.2.1.1
#13 122.5 -> installed mlx.0.9
#13 122.6 -> installed dream-pure.1.0.0~alpha2
#13 123.9 -> installed ppx_deriving_yojson.3.9.0
#13 126.2 -> installed dream-httpaf.1.0.0~alpha3
#13 129.3 -> installed dream.1.0.0~alpha7
#13 130.8 -> installed ocamlmerlin-mlx.0.9
#13 131.4 -> installed dream-encoding.0.3.0
#13 135.6 Done.
#13 135.6 # Run eval $(opam env) to update the current shell environment
#13 DONE 137.3s
#14 [build 6/7] COPY --chown=opam:opam . .
#14 DONE 0.1s
#15 [build 7/7] RUN opam exec -- dune build --release
#15 20.97 (cd _build/default && /home/opam/.opam/5.2/bin/tailwindcss -c tailwind.config.js -i css/style.css -o css/main.css)
#15 20.97 Browserslist: caniuse-lite is outdated. Please run:
#15 20.97 npx update-browserslist-db@latest
#15 20.97 Why you should do it regularly: https://github.com/browserslist/update-db#readme
#15 20.97
#15 20.97 Rebuilding...
#15 20.97
#15 20.97 Done in 648ms.
#15 DONE 22.7s
#16 [run 4/6] COPY --from=build /home/opam/static static
#16 DONE 0.0s
#17 [run 5/6] COPY --from=build /home/opam/metadata.json ./metadata.json
#17 DONE 0.0s
#18 [run 6/6] COPY --from=build /home/opam/_build/install/default/bin/sandworm /bin/sandworm
#18 DONE 0.0s
#19 exporting to image
#19 exporting layers
#19 exporting layers 0.2s done
#19 writing image sha256:d9c83c2e612b61c2bffa79942245d8cca232b5b5b7e5eb4eb33c12c5f7dd0614 done
#19 DONE 0.2s
Pushing "sha256:d9c83c2e612b61c2bffa79942245d8cca232b5b5b7e5eb4eb33c12c5f7dd0614" to "ocurrentbuilder/staging:live-ocurrent-dune-binary-distribution-linux-x86_64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrentbuilder/staging]
bdb0bd8fcc87: Preparing
f51517a1b695: Preparing
d4a8213359dc: Preparing
7989d2cb54a5: Preparing
798a95e01e47: Preparing
994456c4fd7b: Preparing
994456c4fd7b: Waiting
7989d2cb54a5: Pushed
f51517a1b695: Pushed
994456c4fd7b: Layer already exists
d4a8213359dc: Pushed
798a95e01e47: Pushed
bdb0bd8fcc87: Pushed
live-ocurrent-dune-binary-distribution-linux-x86_64: digest: sha256:676ab4a3cc88d54db18d02c195179d905bf15c530d212ae123f376785e01454d size: 1574
The push refers to repository [docker.io/ocurrentbuilder/staging]
bdb0bd8fcc87: Preparing
f51517a1b695: Preparing
d4a8213359dc: Preparing
7989d2cb54a5: Preparing
798a95e01e47: Preparing
994456c4fd7b: Preparing
994456c4fd7b: Waiting
d4a8213359dc: Layer already exists
bdb0bd8fcc87: Layer already exists
7989d2cb54a5: Layer already exists
798a95e01e47: Layer already exists
f51517a1b695: Layer already exists
994456c4fd7b: Layer already exists
live-ocurrent-dune-binary-distribution-linux-x86_64: digest: sha256:676ab4a3cc88d54db18d02c195179d905bf15c530d212ae123f376785e01454d size: 1574
Job succeeded
2025-06-11 12:45.09: Job succeeded