Build:
  1. 1
  2. 0
2025-01-07 17:23.49: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocurrent/ocurrent-deployer.git#refs/heads/dockerfile-buildkit (bfc40261a2fd76f703e6a5d7822e4fc2cf677d9b)]
2025-01-07 17:23.49: Using cache hint "https://github.com/ocurrent/ocurrent-deployer.git-Dockerfile"
2025-01-07 17:23.49: Connecting to build cluster…
2025-01-07 17:23.49: Waiting for resource in pool OCluster
2025-01-07 17:23.49: Waiting for worker…
2025-01-07 17:23.52: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
Submodule path 'ocluster': checked out 'c8d092f0d0c01253a9199b94465f00f1dcbbe94d'
Submodule path 'ocurrent': checked out '5de1681df91a2be7f80c9c28877c69e12c16cc89'
warning: unable to rmdir 'ocluster': Directory not empty
warning: unable to rmdir 'ocurrent': Directory not empty
HEAD is now at bfc4026 Switch the Dockerfile to BuildKit features
#1 [internal] load build definition from Dockerfile
#1 sha256:7c01fef7affbd9dbf448801a183b5c9c2afdd88e0c0bb2dc88b552b2f61f83e7
#1 transferring dockerfile: 2.48kB 0.0s done
#1 DONE 0.2s

#2 [internal] load .dockerignore
#2 sha256:55473cb2e1e2d4d53354980d10da6ff4779177a8ee8b3495554b603f5a719980
#2 transferring context:
#2 transferring context: 65B done
#2 DONE 0.4s

#3 resolve image config for docker.io/docker/dockerfile:1
#3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
#3 DONE 0.8s

#4 docker-image://docker.io/docker/dockerfile:1@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
#4 sha256:b8e453a317c07d9f91dc55e466f6657077be1cc709b786591ecaeac6993bb056
#4 CACHED

#5 [internal] load build definition from Dockerfile
#5 sha256:a3139247a38185bcd6b559ee1295c42dae85e686d301e602adb318cff4609921
#5 DONE 0.0s

#6 [internal] load metadata for docker.io/library/debian:12
#6 sha256:305af2ac101ebe8f08917ad47bf53fe42aa4eb121057f0a0044ed8ccb46feeb7
#6 ...

#7 [internal] load metadata for docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:31a40cd0c0b36aba5d92710b5fcb977e07263aa4a84481238a73c477d59b001b
#7 sha256:1b125e71ef0342876f66871e5317808eaed082457053a8e53848af8f18dc1d44
#7 DONE 0.0s

#6 [internal] load metadata for docker.io/library/debian:12
#6 sha256:305af2ac101ebe8f08917ad47bf53fe42aa4eb121057f0a0044ed8ccb46feeb7
#6 DONE 0.2s

#8 [internal] load .dockerignore
#8 sha256:d5c67e8cd6b4902008cb4eb2e135f35cd9dab147875446e8e8eff135b2d3851d
#8 DONE 0.0s

#20 [build  1/11] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:31a40cd0c0b36aba5d92710b5fcb977e07263aa4a84481238a73c477d59b001b
#20 sha256:c2c81bc033af6d6dbccca01d638abdbe7c631f61fde43518ffe4fa6ec1f71c94
#20 DONE 0.0s

#9 [stage-1  1/11] FROM docker.io/library/debian:12@sha256:b877a1a3fdf02469440f1768cf69c9771338a875b7add5e80c45b756c92ac20a
#9 sha256:c2e621ffc339f697893b5cf50ba3d1524f0005806130ffb4d5b00e2cebb6e101
#9 DONE 0.0s

#28 [internal] setting cache mount permissions
#28 sha256:14a9ce1c7e5131f82ba903789ca9ec8d50fd9eb3f05df2753208d34da25bd42a
#28 CACHED

#16 [internal] load build context
#16 sha256:3a199d4a1ea229839c8233286c7b532034dd4f12f0cc083640988e91461c3808
#16 transferring context: 1.26MB 0.1s done
#16 DONE 0.2s

#25 [build  6/11] COPY --chown=opam --link deployer.opam /src/
#25 sha256:217f72d469be6c009739656440b7de830a9bea27b13685ca832b9fbc51b21a7c
#25 CACHED

#24 [build  5/11] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 631e587f169807aaf233a49289573c1bb7c174b7 && opam update
#24 sha256:d0f47983119b92690e30afdd8b0f63bea581f8d88281a415a2d7f07541f2da46
#24 CACHED

#26 [build  7/11] WORKDIR /src
#26 sha256:b4775e302f38959e8e710a8a77ac05d73d7f802c32b28468f33c2154811a77f5
#26 CACHED

#22 [build  3/11] RUN sudo rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | sudo tee /etc/apt/apt.conf.d/keep-cache
#22 sha256:f0c1dc5734a6769f1914b7f9343e9e1ca70f7a9c2b03f5fa3b00664195e59cb4
#22 CACHED

#21 [build  2/11] RUN sudo ln -sf /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni
#21 sha256:18fdb9ff3fd886c0cae88e91e127a4d00df3cf29663cb8ee50511eeef4290005
#21 CACHED

#23 [build  4/11] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     sudo apt update && sudo apt-get --no-install-recommends install -y     capnproto     graphviz     libev-dev     libffi-dev     libgmp-dev     libsqlite3-dev     libssl-dev     m4     pkg-config
#23 sha256:abf66406c76192e26c92cbec11473af8b7c1876733c540698ef9a2d1680f2ca8
#23 CACHED

#27 [build  8/11] RUN opam pin -yn add .
#27 sha256:97fae5c3be5045096a9aad1045d832e6bede2036695b6b16ae950eff4f2a1d06
#27 CACHED

#14 [stage-1  6/11] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     apt update && apt-get --no-install-recommends install -y     docker-buildx-plugin     docker-ce     docker-ce-cli     docker-compose-plugin
#14 sha256:0e0a1558de9768894f07858f41cb71ae58e8c8f3942503d0342f64c6ff9cba0d
#14 CACHED

#12 [stage-1  4/11] RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
#12 sha256:40f04b531554b5e7d97ac16573c050adef70c59ead02066285b1f5319cee361e
#12 CACHED

#13 [stage-1  5/11] RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list
#13 sha256:605e5f2c8472022dce4b9180f34e0407eb11f40737feb3f830e34220677991dd
#13 CACHED

#18 [stage-1  9/11] RUN ./create-config.sh
#18 sha256:47743752032079092dbac0c721edfec25e3808b9441957a091a45f1bcd46c0d6
#18 CACHED

#15 [stage-1  7/11] WORKDIR /var/lib/ocurrent
#15 sha256:8b4faee1792234f51dc6fc8c475316fbb6e9cbf0166ba077ee82546fa12b41a6
#15 CACHED

#10 [stage-1  2/11] RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
#10 sha256:6f631efb780a199e27f3ac071c52c9ef5dec4a69b1667a4dcffe830aa72cb87d
#10 CACHED

#17 [stage-1  8/11] COPY --link create-config.sh .
#17 sha256:871212adf0573e419f8615cf32211d4cbfa17a3144aab7801b1e91110559c9a6
#17 CACHED

#11 [stage-1  3/11] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     apt update && apt-get --no-install-recommends install -y     awscli     ca-certificates     curl     dumb-init     git     gnupg2     graphviz     libev4     libsqlite3-dev     netbase     openssh-client     rsync     libffi-dev
#11 sha256:535aab9ffc005fc8de756252702b46734d4e9da18e3343329169f8f6e5917148
#11 CACHED

#19 [stage-1 10/11] RUN docker context use default
#19 sha256:203035ccc47778ddbae01ec564123342ab1e37dc048bdb2a950ec1c2266087a9
#19 CACHED

#29 [build  9/11] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000     opam install -y --deps-only .
#29 sha256:1923d2c23b7dff8e73d308ef63b164c3c31c7ed986cab34ac5067aa4300c9f0a
#29 2.827 [deployer.dev] synchronised (no changes)
#29 36.41 The following actions will be performed:
#29 36.42 === install 152 packages
#29 36.42   - install angstrom              0.16.1             [required by multipart_form-lwt]
#29 36.42   - install ansi                  0.7.0              [required by current_web]
#29 36.42   - install asetmap               0.8.1              [required by capnp-rpc-net]
#29 36.42   - install asn1-combinators      0.2.6              [required by capnp-rpc-net]
#29 36.42   - install astring               0.8.5              [required by current_docker, capnp-rpc-unix, current, current_github]
#29 36.42   - install atd                   2.15.0             [required by atdgen]
#29 36.42   - install atdgen                2.15.0             [required by github-data]
#29 36.42   - install atdgen-runtime        2.15.0             [required by atdgen]
#29 36.42   - install base                  v0.16.3            [required by capnp]
#29 36.42   - install base-bytes            base               [required by extunix]
#29 36.42   - install base64                3.5.1              [required by capnp-rpc-unix, current_github]
#29 36.42   - install bigarray-compat       1.1.0              [required by ctypes]
#29 36.42   - install bigarray-overlap      0.2.1              [required by prettym]
#29 36.42   - install bigstringaf           0.10.0             [required by multipart_form-lwt]
#29 36.42   - install biniou                1.2.2              [required by atdgen]
#29 36.42   - install bos                   0.2.1              [required by current, current_docker]
#29 36.42   - install ca-certs              0.2.3              [required by conduit-lwt-unix]
#29 36.42   - install camlp-streams         5.0.1              [required by biniou]
#29 36.42   - install capnp                 3.6.0              [required by capnp-rpc-net]
#29 36.42   - install capnp-rpc             1.2.3              [required by capnp-rpc-net]
#29 36.42   - install capnp-rpc-lwt         1.2.3              [required by capnp-rpc-net, ocluster-api]
#29 36.42   - install capnp-rpc-net         1.2.3              [required by capnp-rpc-unix]
#29 36.42   - install capnp-rpc-unix        1.2.3              [required by deployer]
#29 36.42   - install cf                    0.5.0              [required by cf-lwt]
#29 36.42   - install cf-lwt                0.5.0              [required by irmin-watcher]
#29 36.42   - install cmdliner              1.3.0              [required by deployer]
#29 36.42   - install cohttp                5.3.1              [required by github-unix]
#29 36.42   - install cohttp-lwt            5.3.0              [required by cohttp-lwt-unix]
#29 36.42   - install cohttp-lwt-unix       5.3.0              [required by current_github, current_slack]
#29 36.42   - install conduit               6.2.3              [required by conduit-lwt]
#29 36.42   - install conduit-lwt           6.2.3              [required by cohttp-lwt-unix]
#29 36.42   - install conduit-lwt-unix      6.2.3              [required by cohttp-lwt-unix, current_web]
#29 36.42   - install conf-bash             1                  [required by base]
#29 36.42   - install conf-capnproto        2                  [required by capnp-rpc-net]
#29 36.42   - install conf-git              1.1                [required by current_git]
#29 36.42   - install conf-gmp              4                  [required by zarith]
#29 36.42   - install conf-gmp-powm-sec     3                  [required by mirage-crypto-pk]
#29 36.42   - install conf-graphviz         0.1                [required by current_web]
#29 36.42   - install conf-libev            4-12               [required by current]
#29 36.42   - install conf-libffi           2.0.0              [required by ctypes-foreign]
#29 36.42   - install conf-pkg-config       3                  [required by conf-sqlite3]
#29 36.42   - install conf-sqlite3          1                  [required by sqlite3]
#29 36.42   - install conf-which            1                  [required by conf-graphviz]
#29 36.42   - install cppo                  1.8.0              [required by ppx_deriving]
#29 36.42   - install crunch                3.3.1              [required by current_web]
#29 36.42   - install csexp                 1.5.2              [required by dune-configurator]
#29 36.42   - install cstruct               6.2.0              [required by current_github]
#29 36.42   - install cstruct-lwt           6.2.0              [required by capnp-rpc-unix]
#29 36.42   - install csv                   2.4                [required by current_web]
#29 36.42   - install ctypes                0.23.0             [required by cf, fsevents]
#29 36.42   - install ctypes-foreign        0.23.0             [required by cf]
#29 36.43   - install current               0.6.6              [required by deployer]
#29 36.43   - install current_docker        0.6.6              [required by deployer]
#29 36.43   - install current_git           0.6.6              [required by deployer]
#29 36.43   - install current_github        0.6.6              [required by deployer]
#29 36.43   - install current_incr          0.6.1              [required by current]
#29 36.43   - install current_ocluster      0.3.0              [required by deployer]
#29 36.43   - install current_slack         0.6.6              [required by deployer]
#29 36.43   - install current_ssh           0.6.6              [required by deployer]
#29 36.43   - install current_web           0.6.6              [required by deployer]
#29 36.43   - install domain-name           0.4.0              [required by tls]
#29 36.43   - install dune                  3.17.1             [required by deployer]
#29 36.43   - install dune-configurator     3.17.1             [required by extunix, sqlite3]
#29 36.43   - install duration              0.2.1              [required by current_github, current, current_docker, current_ocluster]
#29 36.43   - install easy-format           1.3.4              [required by atd]
#29 36.43   - install eqaf                  0.9                [required by mirage-crypto]
#29 36.43   - install extunix               0.4.3              [required by capnp-rpc-unix]
#29 36.43   - install fmt                   0.9.0              [required by deployer]
#29 36.43   - install fpath                 0.7.3              [required by current, current_docker]
#29 36.43   - install fsevents              0.3.0              [required by fsevents-lwt]
#29 36.43   - install fsevents-lwt          0.3.0              [required by irmin-watcher]
#29 36.43   - install github                4.4.1              [required by github-unix]
#29 36.43   - install github-data           4.4.1              [required by github]
#29 36.43   - install github-unix           4.4.1              [required by current_github]
#29 36.43   - install gmap                  0.3.0              [required by x509]
#29 36.43   - install hex                   1.5.0              [required by current_github]
#29 36.43   - install hkdf                  1.0.4 (deprecated) [required by tls]
#29 36.43   - install inotify               2.6                [required by irmin-watcher]
#29 36.43   - install integers              0.7.0              [required by ctypes]
#29 36.43   - install ipaddr                5.6.0              [required by tls, conduit-lwt-unix]
#29 36.43   - install ipaddr-sexp           5.6.0              [required by conduit-lwt-unix]
#29 36.43   - install irmin-watcher         0.5.0              [required by current_git]
#29 36.43   - install jsonm                 1.0.2              [required by cohttp]
#29 36.43   - install ke                    0.6                [required by multipart_form-lwt]
#29 36.43   - install logs                  0.7.0              [required by deployer]
#29 36.43   - install lwt                   5.9.0              [required by deployer]
#29 36.43   - install lwt-dllist            1.0.1              [required by current]
#29 36.43   - install macaddr               5.6.0              [required by ipaddr]
#29 36.43   - install magic-mime            1.3.1              [required by cohttp-lwt-unix]
#29 36.43   - install menhir                20240715           [required by atd]
#29 36.43   - install menhirCST             20240715           [required by menhir]
#29 36.43   - install menhirLib             20240715           [required by menhir]
#29 36.43   - install menhirSdk             20240715           [required by menhir]
#29 36.43   - install mirage-clock          4.2.0              [required by tls-mirage]
#29 36.43   - install mirage-crypto         0.11.3             [required by current_github]
#29 36.43   - install mirage-crypto-ec      0.11.3             [required by tls]
#29 36.43   - install mirage-crypto-pk      0.11.3             [required by current_github]
#29 36.43   - install mirage-crypto-rng     0.11.3             [required by mirage-crypto-rng-lwt, capnp-rpc-net, current_web]
#29 36.43   - install mirage-crypto-rng-lwt 0.11.3             [required by capnp-rpc-unix]
#29 36.43   - install mirage-flow           3.0.0              [required by capnp-rpc-unix]
#29 36.43   - install mirage-kv             6.1.1              [required by tls-mirage]
#29 36.43   - install mtime                 2.1.0              [required by mirage-crypto-rng-lwt]
#29 36.43   - install multipart_form        0.6.0              [required by multipart_form-lwt]
#29 36.43   - install multipart_form-lwt    0.6.0              [required by current_web]
#29 36.43   - install num                   1.5-1              [required by sexplib]
#29 36.43   - install ocaml-compiler-libs   v0.12.4            [required by ppxlib]
#29 36.43   - install ocaml-syntax-shims    1.0.0              [required by angstrom]
#29 36.43   - install ocamlbuild            0.15.0             [required by astring, bos]
#29 36.43   - install ocamlfind             1.9.6              [required by bos, astring, ppx_deriving]
#29 36.43   - install ocluster-api          0.3.0              [required by deployer]
#29 36.43   - install ocplib-endian         1.2                [required by capnp]
#29 36.43   - install optint                0.3.0              [required by mirage-kv]
#29 36.43   - install parsexp               v0.16.0            [required by sexplib]
#29 36.43   - install pbkdf                 1.2.0              [required by x509]
#29 36.43   - install pecu                  0.7                [required by multipart_form]
#29 36.43   - install ppx_derivers          1.2.1              [required by ppx_deriving]
#29 36.43   - install ppx_deriving          6.0.3              [required by deployer]
#29 36.43   - install ppx_deriving_yojson   3.9.1              [required by deployer]
#29 36.43   - install ppx_sexp_conv         v0.16.0            [required by cohttp-lwt-unix, current_web]
#29 36.43   - install ppxlib                0.33.0             [required by extunix, ppx_deriving]
#29 36.43   - install prettym               0.0.3              [required by multipart_form]
#29 36.43   - install prometheus            1.2                [required by current_github, current, current_ocluster]
#29 36.43   - install prometheus-app        1.2                [required by deployer]
#29 36.43   - install ptime                 1.2.0              [required by current_github]
#29 36.43   - install re                    1.12.0             [required by current]
#29 36.43   - install res                   5.0.2              [required by capnp]
#29 36.43   - install result                1.5                [required by current_docker, current, current_github]
#29 36.43   - install routes                2.0.0              [required by current_web]
#29 36.43   - install rresult               0.7.0              [required by current_github]
#29 36.43   - install seq                   base               [required by yojson, re, tyxml]
#29 36.43   - install session               0.5.0              [required by current_web]
#29 36.43   - install session-cohttp        0.5.0              [required by session-cohttp-lwt]
#29 36.43   - install session-cohttp-lwt    0.5.0              [required by current_web]
#29 36.43   - install sexplib               v0.16.0            [required by current_web]
#29 36.43   - install sexplib0              v0.16.0            [required by ppxlib, cohttp-lwt]
#29 36.43   - install sqlite3               5.2.0              [required by current]
#29 36.43   - install stdint                0.7.2              [required by capnp-rpc, capnp, capnp-rpc-lwt]
#29 36.43   - install stdio                 v0.16.0            [required by capnp]
#29 36.43   - install stdlib-shims          0.3.0              [required by ppxlib]
#29 36.43   - install stringext             1.6.0              [required by github-unix]
#29 36.43   - install tls                   0.17.3             [required by capnp-rpc-net]
#29 36.43   - install tls-lwt               0.17.3             [required by current_github, current_slack]
#29 36.43   - install tls-mirage            0.17.3             [required by capnp-rpc-net]
#29 36.43   - install topkg                 1.0.7              [required by astring, bos]
#29 36.43   - install tyxml                 4.6.0              [required by current_github]
#29 36.43   - install unstrctrd             0.4                [required by multipart_form]
#29 36.43   - install uri                   4.4.0              [required by current_github, current_slack]
#29 36.43   - install uri-sexp              4.4.0              [required by cohttp]
#29 36.43   - install uutf                  1.0.3              [required by tyxml, multipart_form]
#29 36.43   - install x509                  0.16.5             [required by current_github]
#29 36.43   - install yojson                2.2.2              [required by current_slack, current_docker, current_github, current_ssh]
#29 36.43   - install zarith                1.14               [required by asn1-combinators]
#29 37.88 
#29 37.88 The following system packages will first need to be installed:
#29 37.88     libcapnp-dev
#29 37.88 
#29 37.88 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
#29 37.88 
#29 37.88 opam believes some required external dependencies are missing. opam can:
#29 37.88 > 1. Run apt-get to install them (may need root/sudo access)
#29 37.88   2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
#29 37.88   3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
#29 37.88   4. Abort the installation
#29 37.88 
#29 37.88 [1/2/3/4] 1
#29 37.88 
#29 37.89 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcapnp-dev"
#29 40.89 - debconf: delaying package configuration, since apt-utils is not installed
#29 41.72 - Selecting previously unselected package libcapnp-dev:amd64.
#29 41.72 - (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 19515 files and directories currently installed.)
#29 41.72 - Preparing to unpack .../libcapnp-dev_0.9.2-2_amd64.deb ...
#29 41.72 - Unpacking libcapnp-dev:amd64 (0.9.2-2) ...
#29 41.72 - Setting up libcapnp-dev:amd64 (0.9.2-2) ...
#29 41.82 
#29 41.82 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#29 41.86 -> retrieved asetmap.0.8.1  (cached)
#29 41.89 -> retrieved ansi.0.7.0  (cached)
#29 41.95 -> retrieved asn1-combinators.0.2.6  (cached)
#29 42.04 -> retrieved angstrom.0.16.1  (cached)
#29 42.09 -> retrieved astring.0.8.5  (cached)
#29 42.15 -> retrieved base64.3.5.1  (cached)
#29 42.17 -> retrieved bigarray-compat.1.1.0  (cached)
#29 42.52 -> retrieved base.v0.16.3  (cached)
#29 42.63 -> retrieved bigarray-overlap.0.2.1  (cached)
#29 42.64 -> retrieved bigstringaf.0.10.0  (cached)
#29 42.67 -> retrieved biniou.1.2.2  (cached)
#29 42.71 -> retrieved bos.0.2.1  (cached)
#29 42.73 -> retrieved ca-certs.0.2.3  (cached)
#29 42.74 -> retrieved camlp-streams.5.0.1  (cached)
#29 45.09 -> retrieved atd.2.15.0, atdgen.2.15.0, atdgen-runtime.2.15.0  (cached)
#29 45.24 -> retrieved capnp.3.6.0  (cached)
#29 45.65 -> retrieved capnp-rpc.1.2.3, capnp-rpc-lwt.1.2.3, capnp-rpc-net.1.2.3, capnp-rpc-unix.1.2.3  (cached)
#29 45.68 -> retrieved cf.0.5.0, cf-lwt.0.5.0  (cached)
#29 45.73 -> retrieved cmdliner.1.3.0  (cached)
#29 45.80 -> retrieved cohttp.5.3.1  (cached)
#29 45.82 -> retrieved conf-gmp.4  (cached)
#29 45.82 -> retrieved conf-gmp-powm-sec.3  (cached)
#29 45.82 -> retrieved conf-libev.4-12  (cached)
#29 46.02 -> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (cached)
#29 46.25 -> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3  (cached)
#29 46.28 -> retrieved cppo.1.8.0  (cached)
#29 46.33 -> installed conf-bash.1
#29 46.33 -> installed conf-capnproto.2
#29 46.34 -> installed conf-git.1.1
#29 46.34 -> installed conf-gmp.4
#29 46.37 -> installed conf-pkg-config.3
#29 46.40 -> installed conf-which.1
#29 46.42 -> retrieved crunch.3.3.1  (cached)
#29 46.43 -> retrieved csexp.1.5.2  (cached)
#29 46.92 -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
#29 46.94 -> installed conf-libev.4-12
#29 46.98 -> installed conf-gmp-powm-sec.3
#29 47.02 -> installed conf-libffi.2.0.0
#29 47.06 -> installed conf-sqlite3.1
#29 47.06 -> installed conf-graphviz.0.1
#29 47.09 -> retrieved csv.2.4  (cached)
#29 47.59 -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
#29 48.31 -> retrieved current.0.6.6, current_docker.0.6.6, current_git.0.6.6, current_github.0.6.6, current_slack.0.6.6, current_ssh.0.6.6, current_web.0.6.6  (cached)
#29 48.34 -> retrieved current_incr.0.6.1  (cached)
#29 48.45 -> retrieved current_ocluster.0.3.0, ocluster-api.0.3.0  (cached)
#29 48.46 -> retrieved domain-name.0.4.0  (cached)
#29 48.48 -> retrieved duration.0.2.1  (cached)
#29 48.50 -> retrieved easy-format.1.3.4  (cached)
#29 48.52 -> retrieved eqaf.0.9  (cached)
#29 48.60 -> retrieved extunix.0.4.3  (cached)
#29 48.63 -> retrieved fmt.0.9.0  (cached)
#29 48.71 -> retrieved fpath.0.7.3  (cached)
#29 48.74 -> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0  (cached)
#29 48.87 -> retrieved github.4.4.1, github-data.4.4.1, github-unix.4.4.1  (cached)
#29 48.87 -> retrieved gmap.0.3.0  (cached)
#29 48.90 -> retrieved hex.1.5.0  (cached)
#29 48.92 -> retrieved inotify.2.6  (cached)
#29 48.94 -> retrieved hkdf.1.0.4  (cached)
#29 48.96 -> retrieved integers.0.7.0  (cached)
#29 49.01 -> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
#29 49.03 -> retrieved irmin-watcher.0.5.0  (cached)
#29 49.04 -> retrieved jsonm.1.0.2  (cached)
#29 49.06 -> retrieved ke.0.6  (cached)
#29 49.08 -> retrieved logs.0.7.0  (cached)
#29 49.11 -> retrieved lwt-dllist.1.0.1  (cached)
#29 49.31 -> retrieved lwt.5.9.0  (cached)
#29 49.41 -> retrieved magic-mime.1.3.1  (cached)
#29 50.27 -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
#29 50.35 -> retrieved mirage-clock.4.2.0  (cached)
#29 50.60 -> retrieved mirage-flow.3.0.0  (cached)
#29 50.63 -> retrieved mirage-kv.6.1.1  (cached)
#29 50.66 -> retrieved mtime.2.1.0  (cached)
#29 50.73 -> retrieved multipart_form.0.6.0, multipart_form-lwt.0.6.0  (cached)
#29 50.81 -> retrieved num.1.5-1  (cached)
#29 59.08 -> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
#29 63.60 -> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-lwt.0.11.3  (cached)
#29 63.62 -> retrieved ocaml-compiler-libs.v0.12.4  (cached)
#29 63.64 -> retrieved ocaml-syntax-shims.1.0.0  (cached)
#29 63.67 -> retrieved ocplib-endian.1.2  (cached)
#29 63.75 -> retrieved ocamlfind.1.9.6  (cached)
#29 63.91 -> retrieved ocamlbuild.0.15.0  (cached)
#29 64.19 -> installed cmdliner.1.3.0
#29 64.20 -> retrieved optint.0.3.0  (cached)
#29 64.24 -> retrieved parsexp.v0.16.0  (cached)
#29 64.26 -> retrieved pbkdf.1.2.0  (cached)
#29 64.31 -> retrieved pecu.0.7  (cached)
#29 64.34 -> retrieved ppx_derivers.1.2.1  (cached)
#29 64.39 -> retrieved ppx_deriving.6.0.3  (cached)
#29 64.41 -> retrieved ppx_deriving_yojson.3.9.1  (cached)
#29 64.45 -> retrieved ppx_sexp_conv.v0.16.0  (cached)
#29 64.48 -> retrieved prettym.0.0.3  (cached)
#29 64.51 -> retrieved prometheus.1.2, prometheus-app.1.2  (cached)
#29 64.54 -> retrieved ptime.1.2.0  (cached)
#29 64.59 -> retrieved re.1.12.0  (cached)
#29 64.62 -> retrieved res.5.0.2  (cached)
#29 64.64 -> retrieved result.1.5  (cached)
#29 64.80 -> retrieved routes.2.0.0  (cached)
#29 64.80 -> retrieved seq.base  (cached)
#29 64.82 -> installed seq.base
#29 65.08 -> retrieved ppxlib.0.33.0  (cached)
#29 65.10 -> retrieved rresult.0.7.0  (cached)
#29 65.19 -> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0  (cached)
#29 65.23 -> retrieved sexplib.v0.16.0  (cached)
#29 65.25 -> retrieved sexplib0.v0.16.0  (cached)
#29 65.27 -> retrieved sqlite3.5.2.0  (cached)
#29 65.28 -> retrieved stdio.v0.16.0  (cached)
#29 65.32 -> retrieved stdint.0.7.2  (cached)
#29 65.34 -> retrieved stdlib-shims.0.3.0  (cached)
#29 65.36 -> retrieved stringext.1.6.0  (cached)
#29 65.47 -> retrieved topkg.1.0.7  (cached)
#29 65.55 -> retrieved tyxml.4.6.0  (cached)
#29 65.87 -> retrieved tls.0.17.3, tls-lwt.0.17.3, tls-mirage.0.17.3  (cached)
#29 65.89 -> retrieved unstrctrd.0.4  (cached)
#29 65.94 -> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
#29 65.95 -> retrieved uutf.1.0.3  (cached)
#29 66.05 -> retrieved x509.0.16.5  (cached)
#29 66.17 -> retrieved yojson.2.2.2  (cached)
#29 66.18 -> retrieved zarith.1.14  (cached)
#29 68.64 -> installed num.1.5-1
#29 73.81 -> installed ocamlfind.1.9.6
#29 73.84 -> installed base-bytes.base
#29 78.59 -> installed ocamlbuild.0.15.0
#29 80.83 -> installed zarith.1.14
#29 90.07 -> installed topkg.1.0.7
#29 91.38 -> installed asetmap.0.8.1
#29 91.82 -> installed rresult.0.7.0
#29 93.03 -> installed uutf.1.0.3
#29 93.45 -> installed ptime.1.2.0
#29 93.71 -> installed mtime.2.1.0
#29 93.98 -> installed fmt.0.9.0
#29 94.63 -> installed astring.0.8.5
#29 95.62 -> installed jsonm.1.0.2
#29 96.82 -> installed fpath.0.7.3
#29 110.4 -> installed dune.3.17.1
#29 112.4 -> installed bigarray-compat.1.1.0
#29 112.5 -> installed bigarray-overlap.0.2.1
#29 112.7 -> installed camlp-streams.5.0.1
#29 112.9 -> installed base64.3.5.1
#29 113.6 -> installed crunch.3.3.1
#29 113.6 -> installed csexp.1.5.2
#29 118.5 -> installed cppo.1.8.0
#29 118.5 -> installed cstruct.6.2.0
#29 118.6 -> installed csv.2.4
#29 118.9 -> installed current_incr.0.6.1
#29 119.0 -> installed domain-name.0.4.0
#29 119.2 -> installed duration.0.2.1
#29 119.3 -> installed easy-format.1.3.4
#29 119.4 -> installed gmap.0.3.0
#29 119.4 -> installed ke.0.6
#29 119.4 -> installed lwt-dllist.1.0.1
#29 119.4 -> installed macaddr.5.6.0
#29 119.5 -> installed magic-mime.1.3.1
#29 119.5 -> installed menhirCST.20240715
#29 119.5 -> installed menhirLib.20240715
#29 119.6 -> installed menhirSdk.20240715
#29 119.8 -> installed mirage-clock.4.2.0
#29 119.9 -> installed ocaml-compiler-libs.v0.12.4
#29 120.0 -> installed ocaml-syntax-shims.1.0.0
#29 120.0 -> installed optint.0.3.0
#29 120.1 -> installed pecu.0.7
#29 120.1 -> installed ppx_derivers.1.2.1
#29 120.2 -> installed re.1.12.0
#29 120.4 -> installed res.5.0.2
#29 120.5 -> installed result.1.5
#29 120.6 -> installed sexplib0.v0.16.0
#29 120.7 -> installed stdint.0.7.2
#29 120.7 -> installed stdlib-shims.0.3.0
#29 120.9 -> installed stringext.1.6.0
#29 121.0 -> installed yojson.2.2.2
#29 121.1 -> installed ocplib-endian.1.2
#29 121.2 -> installed asn1-combinators.0.2.6
#29 121.2 -> installed eqaf.0.9
#29 121.2 -> installed hex.1.5.0
#29 121.3 -> installed biniou.1.2.2
#29 121.6 -> installed ipaddr.5.6.0
#29 122.1 -> installed routes.2.0.0
#29 122.3 -> installed integers.0.7.0
#29 122.9 -> installed atdgen-runtime.2.15.0
#29 124.8 -> installed parsexp.v0.16.0
#29 126.1 -> installed dune-configurator.3.17.1
#29 128.0 -> installed bigstringaf.0.10.0
#29 128.5 -> installed sexplib.v0.16.0
#29 129.9 -> installed tyxml.4.6.0
#29 130.7 -> installed angstrom.0.16.1
#29 131.1 -> installed sqlite3.5.2.0
#29 131.5 -> installed prettym.0.0.3
#29 133.7 -> installed ansi.0.7.0
#29 134.2 -> installed unstrctrd.0.4
#29 135.9 -> installed mirage-crypto.0.11.3
#29 136.4 -> installed pbkdf.1.2.0
#29 136.4 -> installed hkdf.1.0.4
#29 138.3 -> installed uri.4.4.0
#29 140.8 -> installed lwt.5.9.0
#29 141.3 -> installed cstruct-lwt.6.2.0
#29 141.5 -> installed mirage-flow.3.0.0
#29 141.5 -> installed mirage-kv.6.1.1
#29 141.5 -> installed prometheus.1.2
#29 141.6 -> installed inotify.2.6
#29 144.3 -> installed base.v0.16.3
#29 144.3 -> installed logs.0.7.0
#29 144.8 -> installed ctypes.0.23.0
#29 145.0 -> installed stdio.v0.16.0
#29 145.6 -> installed mirage-crypto-rng.0.11.3
#29 146.5 -> installed multipart_form.0.6.0
#29 146.6 -> installed mirage-crypto-rng-lwt.0.11.3
#29 146.6 -> installed session.0.5.0
#29 146.8 -> installed capnp-rpc.1.2.3
#29 146.9 -> installed mirage-crypto-pk.0.11.3
#29 146.9 -> installed multipart_form-lwt.0.6.0
#29 148.5 -> installed ctypes-foreign.0.23.0
#29 148.6 -> installed cf.0.5.0
#29 148.8 -> installed fsevents.0.3.0
#29 148.8 -> installed cf-lwt.0.5.0
#29 148.8 -> installed fsevents-lwt.0.3.0
#29 149.4 -> installed bos.0.2.1
#29 149.5 -> installed irmin-watcher.0.5.0
#29 151.9 -> installed capnp.3.6.0
#29 152.9 -> installed menhir.20240715
#29 154.6 -> installed ppxlib.0.33.0
#29 154.7 -> installed mirage-crypto-ec.0.11.3
#29 155.4 -> installed capnp-rpc-lwt.1.2.3
#29 155.7 -> installed atd.2.15.0
#29 157.4 -> installed x509.0.16.5
#29 158.0 -> installed ca-certs.0.2.3
#29 158.6 -> installed atdgen.2.15.0
#29 159.5 -> installed ppx_sexp_conv.v0.16.0
#29 159.7 -> installed ppx_deriving.6.0.3
#29 159.9 -> installed tls.0.17.3
#29 160.4 -> installed tls-mirage.0.17.3
#29 160.5 -> installed tls-lwt.0.17.3
#29 161.3 -> installed ipaddr-sexp.5.6.0
#29 161.4 -> installed uri-sexp.4.4.0
#29 161.8 -> installed capnp-rpc-net.1.2.3
#29 162.3 -> installed ppx_deriving_yojson.3.9.1
#29 163.3 -> installed current.0.6.6
#29 163.7 -> installed conduit.6.2.3
#29 164.2 -> installed current_ssh.0.6.6
#29 164.4 -> installed cohttp.5.3.1
#29 164.7 -> installed session-cohttp.0.5.0
#29 165.6 -> installed conduit-lwt.6.2.3
#29 165.7 -> installed current_git.0.6.6
#29 166.3 -> installed extunix.0.4.3
#29 166.6 -> installed cohttp-lwt.5.3.0
#29 166.9 -> installed session-cohttp-lwt.0.5.0
#29 167.2 -> installed github-data.4.4.1
#29 167.3 -> installed capnp-rpc-unix.1.2.3
#29 167.5 -> installed ocluster-api.0.3.0
#29 168.0 -> installed conduit-lwt-unix.6.2.3
#29 168.4 -> installed current_docker.0.6.6
#29 168.9 -> installed github.4.4.1
#29 169.5 -> installed current_ocluster.0.3.0
#29 171.6 -> installed cohttp-lwt-unix.5.3.0
#29 172.1 -> installed prometheus-app.1.2
#29 172.1 -> installed current_slack.0.6.6
#29 175.2 -> installed github-unix.4.4.1
#29 175.5 -> installed current_web.0.6.6
#29 179.2 -> installed current_github.0.6.6
#29 182.3 Done.
#29 182.3 
#29 182.3 <><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
#29 182.3 => Note: This package is deprecated.
#29 182.3 # To update the current shell environment, run: eval $(opam env)
#29 DONE 188.3s

#30 [build 10/11] ADD --chown=opam . .
#30 sha256:5434a53f06307bd26e484d938c43260324f87c205a10eba5c447ab8c151426c8
#30 DONE 0.2s

#31 [build 11/11] RUN opam exec -- dune build ./_build/install/default/bin/ocurrent-deployer
#31 sha256:a60573b5fa9ae7e2d99483fed595c8c43f41e42a386073900a42e9293a8edce1
#31 1.873 schema.capnp --> schema.mli schema.ml
#31 1.873 kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
#31 4.571 File "ocurrent/lib_web/query.ml", line 35, characters 87-92:
#31 4.571 35 |         [input ~a:[a_input_type `Checkbox; a_name "id"; a_value job_id; a_autocomplete false] ()]
#31 4.571                                                                                             ^^^^^
#31 4.571 Error: This expression should not be a boolean literal, the expected type is
#31 4.571        Html_types.autocomplete_option Tyxml.Html.wrap
#31 ERROR: executor failed running [/bin/sh -c opam exec -- dune build ./_build/install/default/bin/ocurrent-deployer]: exit code: 1
------
 > [build 11/11] RUN opam exec -- dune build ./_build/install/default/bin/ocurrent-deployer:
------
executor failed running [/bin/sh -c opam exec -- dune build ./_build/install/default/bin/ocurrent-deployer]: exit code: 1
docker-build failed with exit-code 1
2025-01-07 17:27.12: Job failed: Failed: Build failed