Build:
  1. 0
2025-06-10 13:05.59: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocurrent/docker-base-images.git#refs/heads/live (14ce077dafc67f87248883b99371335754e6ee0b)]
2025-06-10 13:05.59: Using cache hint "https://github.com/ocurrent/docker-base-images.git-Dockerfile"
2025-06-10 13:05.59: Waiting for resource in pool OCluster
2025-06-10 13:05.59: Waiting for worker…
2025-06-10 13:05.59: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
HEAD is now at f48efb1 Add Oxcaml
HEAD is now at 14ce077 Add Oxcaml
#1 [internal] load build definition from Dockerfile
#1 sha256:dbc1f743ea973138c5b9be3ce9845cba3546c186b7b29a968beb85215a366702
#1 transferring dockerfile: 2.48kB done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:e3da9bd1ee3655118f390d9c9cb2fb07e00126f44bdee8a0ed39b181332a8b73
#2 transferring context: 94B done
#2 DONE 0.2s

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

#4 docker-image://docker.io/docker/dockerfile:1@sha256:9857836c9ee4268391bb5b09f9f157f3c91bb15821bb77969642813b0d00518d
#4 sha256:d95c0f0e2674ec5312c08d32b53352282bfb47bb937e59be1811918de553c0e8
#4 CACHED

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

#7 [internal] load metadata for docker.io/ocaml/opam:debian-ocaml-4.14
#7 sha256:685a51a41cf0fc674c2b1f76e13b1e04880ae967fcdd6a58b76b65cd36256f70
#7 DONE 0.3s

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

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

#24 [internal] setting cache mount permissions
#24 sha256:14a9ce1c7e5131f82ba903789ca9ec8d50fd9eb3f05df2753208d34da25bd42a
#24 DONE 0.0s

#9 [stage-1 1/8] FROM docker.io/library/debian:12@sha256:bd73076dc2cd9c88f48b5b358328f24f2a4289811bd73787c031e20db9f97123
#9 sha256:7414abbf7e1216e312ea933314ccaf4d91fc4bea26c796763f84350aed8beff6
#9 DONE 0.0s

#15 [build  1/11] FROM docker.io/ocaml/opam:debian-ocaml-4.14@sha256:56b3d9ecde6d9468fda0fc78e03f70203d798e8fcb3abe89f077d204a679b00c
#15 sha256:7b8f69428b7633fa84aa9e0cbd6ca93624046d43c3ca6c43d14662fbb8933b6b
#15 DONE 0.0s

#17 [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
#17 sha256:f7a5fd3b5d85ce80a565bfc228906fa6691e90a40024021750511f686c0daa9b
#17 CACHED

#16 [build  2/11] RUN sudo ln -sf /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni
#16 sha256:99de5724c507375d7fda3a9d2f9af41b890c017945ceeff506759d881ab2fb03
#16 CACHED

#18 [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
#18 sha256:e969f0709eebc58c51eab9431fafafa06095404025b1197271c5ece71beec9c7
#18 CACHED

#10 [stage-1 2/8] 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:8367a22b3eb0c8ed67848caaba54e8ff4c3bd34c6d84c6fd4d7769b5d2ece865
#10 CACHED

#11 [stage-1 3/8] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     apt-get update && apt-get --no-install-recommends install -y     ca-certificates     curl     git     gnupg2     graphviz     libev4     libsqlite3-dev     netbase
#11 sha256:bfd26fedc67e97b0c92b3974745bd7abb627d48710c033650320c6ac106416ed
#11 CACHED

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

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

#19 [build  5/11] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 164308699cf74247b8ad3b002e88bd80a586c79e && opam update
#19 sha256:4bcdd6d5051b5333aa76c2fe8851e803f5d797c0182368ffc67ae60e4b1697f8
#19 CACHED

#21 [internal] load build context
#21 sha256:f9e687e5cf0d8f4abca9a54f8d2bbed32528fe63bfd0405863f82a6c4f914849
#21 transferring context: 932.38kB 0.0s done
#21 DONE 0.2s

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

#20 [build  6/11] RUN opam pin add -yn ocaml-version.dev "git+https://github.com/mtelvers/ocaml-version#oxcaml" &&   opam pin add -yn dockerfile.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" &&   opam pin add -yn dockerfile-cmd.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" &&   opam pin add -yn dockerfile-opam.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml"
#20 sha256:9534f9e7d3e885eefac8580d941bd768d576ff86c74fa32236059f4d91bac141
#20 2.515 [ocaml-version.dev] synchronised (git+https://github.com/mtelvers/ocaml-version#oxcaml)
#20 2.520 ocaml-version is now pinned to git+https://github.com/mtelvers/ocaml-version#oxcaml (version dev)
#20 5.189 [dockerfile.dev] synchronised (git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml)
#20 5.196 dockerfile is now pinned to git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml (version dev)
#20 ...

#14 [stage-1 6/8] 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
#14 sha256:54e96c52463198435e59e3a3534e021197e4f96f1d03e5701f910997b58237b7
#14 0.552 
#14 0.552 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#14 0.552 
#14 1.639 Hit:1 http://deb.debian.org/debian bookworm InRelease
#14 1.639 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#14 1.639 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#14 1.662 Hit:4 https://download.docker.com/linux/debian bookworm InRelease
#14 2.337 Reading package lists...
#14 2.958 Building dependency tree...
#14 3.077 Reading state information...
#14 3.094 W: https://download.docker.com/linux/debian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
#14 3.094 2 packages can be upgraded. Run 'apt list --upgradable' to see them.
#14 3.109 Reading package lists...
#14 3.131 Building dependency tree...
#14 3.253 Reading state information...
#14 3.368 The following additional packages will be installed:
#14 3.369   containerd.io docker-ce-cli iptables libip4tc2 libip6tc2 libmnl0
#14 3.369   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12
#14 3.370 Suggested packages:
#14 3.370   cgroupfs-mount | cgroup-lite kmod docker-model-plugin firewalld
#14 3.370 Recommended packages:
#14 3.370   apparmor docker-ce-rootless-extras pigz procps xz-utils
#14 3.370   docker-compose-plugin nftables
#14 3.407 The following NEW packages will be installed:
#14 3.407   containerd.io docker-buildx-plugin docker-ce docker-ce-cli iptables
#14 3.407   libip4tc2 libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
#14 3.407   libxtables12
#14 3.531 debconf: delaying package configuration, since apt-utils is not installed
#14 3.555 0 upgraded, 12 newly installed, 0 to remove and 2 not upgraded.
#14 3.555 Need to get 0 B/101 MB of archives.
#14 3.555 After this operation, 356 MB of additional disk space will be used.
#14 3.627 Selecting previously unselected package containerd.io.
#14 3.627 (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 ... 12926 files and directories currently installed.)
#14 3.646 Preparing to unpack .../00-containerd.io_1.7.27-1_amd64.deb ...
#14 3.646 Unpacking containerd.io (1.7.27-1) ...
#14 4.599 Selecting previously unselected package docker-ce-cli.
#14 4.601 Preparing to unpack .../01-docker-ce-cli_5%3a28.2.2-1~debian.12~bookworm_amd64.deb ...
#14 4.602 Unpacking docker-ce-cli (5:28.2.2-1~debian.12~bookworm) ...
#14 5.146 Selecting previously unselected package libip4tc2:amd64.
#14 5.148 Preparing to unpack .../02-libip4tc2_1.8.9-2_amd64.deb ...
#14 5.158 Unpacking libip4tc2:amd64 (1.8.9-2) ...
#14 5.190 Selecting previously unselected package libip6tc2:amd64.
#14 5.193 Preparing to unpack .../03-libip6tc2_1.8.9-2_amd64.deb ...
#14 5.194 Unpacking libip6tc2:amd64 (1.8.9-2) ...
#14 5.229 Selecting previously unselected package libxtables12:amd64.
#14 5.231 Preparing to unpack .../04-libxtables12_1.8.9-2_amd64.deb ...
#14 5.231 Unpacking libxtables12:amd64 (1.8.9-2) ...
#14 5.264 Selecting previously unselected package libmnl0:amd64.
#14 5.266 Preparing to unpack .../05-libmnl0_1.0.4-3_amd64.deb ...
#14 5.266 Unpacking libmnl0:amd64 (1.0.4-3) ...
#14 5.293 Selecting previously unselected package libnfnetlink0:amd64.
#14 5.295 Preparing to unpack .../06-libnfnetlink0_1.0.2-2_amd64.deb ...
#14 5.296 Unpacking libnfnetlink0:amd64 (1.0.2-2) ...
#14 5.322 Selecting previously unselected package libnetfilter-conntrack3:amd64.
#14 5.324 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.9-3_amd64.deb ...
#14 5.324 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ...
#14 5.357 Selecting previously unselected package libnftnl11:amd64.
#14 5.360 Preparing to unpack .../08-libnftnl11_1.2.4-2_amd64.deb ...
#14 5.360 Unpacking libnftnl11:amd64 (1.2.4-2) ...
#14 5.392 Selecting previously unselected package iptables.
#14 5.393 Preparing to unpack .../09-iptables_1.8.9-2_amd64.deb ...
#14 5.394 Unpacking iptables (1.8.9-2) ...
#14 5.512 Selecting previously unselected package docker-ce.
#14 5.514 Preparing to unpack .../10-docker-ce_5%3a28.2.2-1~debian.12~bookworm_amd64.deb ...
#14 5.524 Unpacking docker-ce (5:28.2.2-1~debian.12~bookworm) ...
#14 6.261 Selecting previously unselected package docker-buildx-plugin.
#14 6.263 Preparing to unpack .../11-docker-buildx-plugin_0.24.0-1~debian.12~bookworm_amd64.deb ...
#14 6.263 Unpacking docker-buildx-plugin (0.24.0-1~debian.12~bookworm) ...
#14 6.968 Setting up libip4tc2:amd64 (1.8.9-2) ...
#14 6.970 Setting up libip6tc2:amd64 (1.8.9-2) ...
#14 6.973 Setting up docker-buildx-plugin (0.24.0-1~debian.12~bookworm) ...
#14 6.974 Setting up libmnl0:amd64 (1.0.4-3) ...
#14 6.977 Setting up containerd.io (1.7.27-1) ...
#14 7.121 Setting up libxtables12:amd64 (1.8.9-2) ...
#14 7.123 Setting up docker-ce-cli (5:28.2.2-1~debian.12~bookworm) ...
#14 7.125 Setting up libnfnetlink0:amd64 (1.0.2-2) ...
#14 7.127 Setting up libnftnl11:amd64 (1.2.4-2) ...
#14 7.129 Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ...
#14 7.130 Setting up iptables (1.8.9-2) ...
#14 7.166 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
#14 7.170 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
#14 7.173 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
#14 7.175 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
#14 7.178 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
#14 7.182 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
#14 7.185 Setting up docker-ce (5:28.2.2-1~debian.12~bookworm) ...
#14 7.228 invoke-rc.d: could not determine current runlevel
#14 7.235 invoke-rc.d: policy-rc.d denied execution of start.
#14 7.486 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#14 DONE 8.3s

#20 [build  6/11] RUN opam pin add -yn ocaml-version.dev "git+https://github.com/mtelvers/ocaml-version#oxcaml" &&   opam pin add -yn dockerfile.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" &&   opam pin add -yn dockerfile-cmd.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml" &&   opam pin add -yn dockerfile-opam.dev "git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml"
#20 sha256:9534f9e7d3e885eefac8580d941bd768d576ff86c74fa32236059f4d91bac141
#20 7.503 [dockerfile-cmd.dev] synchronised (git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml)
#20 7.509 dockerfile-cmd is now pinned to git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml (version dev)
#20 9.814 [dockerfile-opam.dev] synchronised (git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml)
#20 9.821 dockerfile-opam is now pinned to git+https://github.com/mtelvers/ocaml-dockerfile#oxcaml (version dev)
#20 DONE 9.9s

#22 [build  7/11] COPY --chown=opam --link base-images.opam /src/
#22 sha256:d80dfcdefd6f6d94c1fbe8c0e9d55f17eb14be1a0c2dc93b5d4f33565c5c7e1a
#22 DONE 0.2s

#23 [build  8/11] WORKDIR /src
#23 sha256:b1d29468b4ee1348bebe5ab78d3663b4277feb19671fbc8e48be6c84e03b70c6
#23 DONE 0.1s

#25 [build  9/11] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000     opam install -y --deps-only .
#25 sha256:0486bdc68461dcbc285674dc22d43139714852d7df42be77335a4808d1674463
#25 10.23 The following actions will be performed:
#25 10.23 === install 161 packages
#25 10.23   - install angstrom              0.16.1             [required by timedesc]
#25 10.23   - install ansi                  0.7.0              [required by current_web]
#25 10.23   - install asetmap               0.8.1              [required by capnp-rpc-net]
#25 10.23   - install asn1-combinators      0.2.6              [required by capnp-rpc-net]
#25 10.23   - install astring               0.8.5              [required by current_github, current, capnp-rpc-unix, etc.]
#25 10.23   - install atd                   2.16.0             [required by atdgen]
#25 10.23   - install atdgen                2.15.0             [required by github-data]
#25 10.23   - install atdgen-runtime        2.16.0             [required by atdgen]
#25 10.23   - install base                  v0.16.4            [required by capnp]
#25 10.23   - install base-bytes            base               [required by extunix]
#25 10.23   - install base64                3.5.1              [required by capnp-rpc-unix, current_github]
#25 10.23   - install bigarray-compat       1.1.0              [required by ctypes]
#25 10.23   - install bigarray-overlap      0.2.1              [required by prettym]
#25 10.23   - install bigstringaf           0.10.0             [required by multipart_form-lwt]
#25 10.23   - install biniou                1.2.2              [required by atdgen]
#25 10.23   - install bos                   0.2.1              [required by current, current_docker]
#25 10.23   - install ca-certs              0.2.3              [required by conduit-lwt-unix]
#25 10.23   - install camlp-streams         5.0.1              [required by biniou]
#25 10.23   - install capnp                 3.6.0              [required by current_rpc]
#25 10.23   - install capnp-rpc             1.2.3              [required by current_rpc]
#25 10.23   - install capnp-rpc-lwt         1.2.3              [required by current_rpc]
#25 10.23   - install capnp-rpc-net         1.2.3              [required by capnp-rpc-unix]
#25 10.23   - install capnp-rpc-unix        1.2.3              [required by base-images]
#25 10.23   - install cf                    0.5.0              [required by cf-lwt]
#25 10.23   - install cf-lwt                0.5.0              [required by irmin-watcher]
#25 10.23   - install cmdliner              1.3.0              [required by base-images]
#25 10.23   - install cohttp                6.0.0              [required by cohttp-lwt-unix, github-unix]
#25 10.23   - install cohttp-lwt            6.0.0              [required by cohttp-lwt-unix]
#25 10.23   - install cohttp-lwt-unix       6.0.0              [required by current_github, current_slack]
#25 10.23   - install conduit               6.2.3              [required by conduit-lwt]
#25 10.23   - install conduit-lwt           6.2.3              [required by cohttp-lwt-unix]
#25 10.23   - install conduit-lwt-unix      6.2.3              [required by cohttp-lwt-unix, current_web]
#25 10.23   - install conf-capnproto        2                  [required by capnp-rpc-net]
#25 10.23   - install conf-git              1.1                [required by current_git]
#25 10.23   - install conf-gmp              5                  [required by zarith]
#25 10.23   - install conf-gmp-powm-sec     4                  [required by mirage-crypto-pk]
#25 10.23   - install conf-graphviz         0.1                [required by current_web]
#25 10.23   - install conf-libev            4-12               [required by base-images]
#25 10.23   - install conf-libffi           2.0.0              [required by ctypes-foreign]
#25 10.23   - install conf-pkg-config       4                  [required by conf-sqlite3]
#25 10.23   - install conf-sqlite3          1                  [required by sqlite3]
#25 10.23   - install cppo                  1.8.0              [required by ppx_deriving]
#25 10.23   - install crunch                4.0.0              [required by current_web]
#25 10.23   - install csexp                 1.5.2              [required by dune-configurator]
#25 10.23   - install cstruct               6.2.0              [required by current_github]
#25 10.23   - install cstruct-lwt           6.2.0              [required by capnp-rpc-unix]
#25 10.23   - install csv                   2.4                [required by current_web]
#25 10.23   - install ctypes                0.23.0             [required by cf, fsevents]
#25 10.23   - install ctypes-foreign        0.23.0             [required by cf]
#25 10.23   - install current               0.7.1              [required by base-images]
#25 10.23   - install current_docker        0.7.1              [required by base-images]
#25 10.23   - install current_git           0.7.1              [required by base-images]
#25 10.23   - install current_github        0.7.1              [required by base-images]
#25 10.23   - install current_incr          0.6.1              [required by current]
#25 10.23   - install current_ocluster      0.3.0              [required by base-images]
#25 10.23   - install current_rpc           0.7.1              [required by base-images]
#25 10.23   - install current_slack         0.7.1              [required by base-images]
#25 10.23   - install current_web           0.7.1              [required by base-images]
#25 10.23   - install dockerfile            dev (pinned)       [required by base-images]
#25 10.23   - install dockerfile-opam       dev (pinned)       [required by base-images]
#25 10.23   - install domain-name           0.4.1              [required by tls]
#25 10.23   - install dune                  3.19.0             [required by base-images]
#25 10.23   - install dune-configurator     3.19.0             [required by extunix, sqlite3]
#25 10.23   - install duration              0.2.1              [required by current_github, current, current_docker, current_ocluster]
#25 10.23   - install easy-format           1.3.4              [required by atd]
#25 10.23   - install eqaf                  0.9                [required by mirage-crypto]
#25 10.23   - install extunix               0.4.3              [required by capnp-rpc-unix]
#25 10.23   - install fmt                   0.10.0             [required by base-images]
#25 10.23   - install fpath                 0.7.3              [required by current_docker, current, current_rpc]
#25 10.23   - install fsevents              0.3.0              [required by fsevents-lwt]
#25 10.23   - install fsevents-lwt          0.3.0              [required by irmin-watcher]
#25 10.23   - install github                4.4.1              [required by github-unix]
#25 10.23   - install github-data           4.4.1              [required by github]
#25 10.23   - install github-unix           4.4.1              [required by current_github]
#25 10.23   - install gmap                  0.3.0              [required by x509]
#25 10.23   - install hex                   1.5.0              [required by current_github]
#25 10.23   - install hkdf                  1.0.4 (deprecated) [required by tls]
#25 10.23   - install http                  6.0.0              [required by cohttp-lwt-unix]
#25 10.23   - install inotify               2.6                [required by irmin-watcher]
#25 10.23   - install integers              0.7.0              [required by ctypes]
#25 10.23   - install ipaddr                5.6.0              [required by tls, conduit-lwt-unix]
#25 10.23   - install ipaddr-sexp           5.6.0              [required by conduit-lwt-unix]
#25 10.23   - install irmin-watcher         0.5.0              [required by current_git]
#25 10.23   - install jsonm                 1.0.2              [required by opam-core]
#25 10.23   - install ke                    0.6                [required by multipart_form-lwt]
#25 10.23   - install logs                  0.8.0              [required by base-images]
#25 10.23   - install lwt                   5.9.1              [required by base-images]
#25 10.23   - install lwt-dllist            1.1.0              [required by current]
#25 10.23   - install macaddr               5.6.0              [required by ipaddr]
#25 10.23   - install magic-mime            1.3.1              [required by cohttp-lwt-unix]
#25 10.23   - install menhir                20240715           [required by atd]
#25 10.23   - install menhirCST             20240715           [required by menhir]
#25 10.23   - install menhirLib             20240715           [required by menhir]
#25 10.23   - install menhirSdk             20240715           [required by menhir]
#25 10.23   - install mirage-clock          4.2.0              [required by tls-mirage]
#25 10.23   - install mirage-crypto         0.11.3             [required by current_github]
#25 10.23   - install mirage-crypto-ec      0.11.3             [required by tls]
#25 10.23   - install mirage-crypto-pk      0.11.3             [required by current_github]
#25 10.23   - install mirage-crypto-rng     0.11.3             [required by mirage-crypto-rng-lwt, capnp-rpc-net, current_web]
#25 10.23   - install mirage-crypto-rng-lwt 0.11.3             [required by capnp-rpc-unix]
#25 10.23   - install mirage-flow           3.0.0              [required by capnp-rpc-unix]
#25 10.23   - install mirage-kv             6.1.1              [required by tls-mirage]
#25 10.23   - install mtime                 2.1.0              [required by mirage-crypto-rng-lwt]
#25 10.23   - install multipart_form        0.6.0              [required by multipart_form-lwt]
#25 10.23   - install multipart_form-lwt    0.6.0              [required by current_web]
#25 10.23   - install num                   1.5-1              [required by sexplib]
#25 10.23   - install ocaml-compiler-libs   v0.12.4            [required by ppxlib]
#25 10.23   - install ocaml-syntax-shims    1.0.0              [required by angstrom]
#25 10.23   - install ocaml-version         dev (pinned)       [required by base-images]
#25 10.23   - install ocamlbuild            0.16.1             [required by bos, astring, jsonm]
#25 10.23   - install ocamlfind             1.9.8              [required by ppx_deriving, astring, bos, jsonm]
#25 10.23   - install ocamlgraph            2.2.0              [required by opam-core]
#25 10.23   - install ocluster-api          0.3.0              [required by current_ocluster]
#25 10.23   - install ocplib-endian         1.2                [required by capnp]
#25 10.23   - install opam-core             2.3.0              [required by base-images]
#25 10.23   - install optint                0.3.0              [required by mirage-kv]
#25 10.23   - install parsexp               v0.16.0            [required by sexplib]
#25 10.23   - install pbkdf                 1.2.0              [required by x509]
#25 10.23   - install pecu                  0.7                [required by multipart_form]
#25 10.23   - install ppx_derivers          1.2.1              [required by ppx_deriving]
#25 10.23   - install ppx_deriving          6.0.3              [required by base-images]
#25 10.23   - install ppx_deriving_yojson   3.9.1              [required by base-images]
#25 10.23   - install ppx_sexp_conv         v0.16.0            [required by base-images]
#25 10.23   - install ppxlib                0.35.0             [required by extunix, ppx_deriving]
#25 10.23   - install prettym               0.0.3              [required by multipart_form]
#25 10.23   - install prometheus            1.2                [required by current_github, current, current_ocluster]
#25 10.23   - install prometheus-app        1.2                [required by base-images]
#25 10.23   - install ptime                 1.2.0              [required by current_github, timedesc]
#25 10.23   - install re                    1.12.0             [required by current, opam-core]
#25 10.23   - install res                   5.0.2              [required by capnp]
#25 10.23   - install result                1.5                [required by current_rpc, current_docker, current, etc.]
#25 10.23   - install routes                2.0.0              [required by current_web]
#25 10.23   - install rresult               0.7.0              [required by current_github]
#25 10.23   - install seq                   base               [required by timedesc]
#25 10.23   - install session               0.5.0              [required by current_web]
#25 10.23   - install session-cohttp        0.5.0              [required by session-cohttp-lwt]
#25 10.24   - install session-cohttp-lwt    0.5.0              [required by current_web]
#25 10.24   - install sexplib               v0.16.0            [required by dockerfile, dockerfile-opam]
#25 10.24   - install sexplib0              v0.16.0            [required by cohttp, ppxlib, cohttp-lwt]
#25 10.24   - install sha                   1.15.4             [required by opam-core]
#25 10.24   - install sqlite3               5.3.1              [required by current]
#25 10.24   - install stdint                0.7.2              [required by current_rpc]
#25 10.24   - install stdio                 v0.16.0            [required by capnp]
#25 10.24   - install stdlib-shims          0.3.0              [required by sha]
#25 10.24   - install stringext             1.6.0              [required by github-unix]
#25 10.24   - install swhid_core            0.1                [required by opam-core]
#25 10.24   - install timedesc              3.1.0              [required by base-images]
#25 10.24   - install timedesc-tzdb         3.1.0              [required by timedesc]
#25 10.24   - install timedesc-tzlocal      3.1.0              [required by timedesc]
#25 10.24   - install tls                   0.17.3             [required by capnp-rpc-net]
#25 10.24   - install tls-lwt               0.17.3             [required by current_github, current_slack]
#25 10.24   - install tls-mirage            0.17.3             [required by capnp-rpc-net]
#25 10.24   - install topkg                 1.0.8              [required by bos, astring, jsonm]
#25 10.24   - install tyxml                 4.6.0              [required by current_github]
#25 10.24   - install unstrctrd             0.4                [required by multipart_form]
#25 10.24   - install uri                   4.4.0              [required by current_github, current_slack]
#25 10.24   - install uri-sexp              4.4.0              [required by cohttp]
#25 10.24   - install uutf                  1.0.4              [required by opam-core]
#25 10.24   - install x509                  0.16.5             [required by current_github]
#25 10.24   - install yojson                2.2.2              [required by current_github, current_docker, current_slack]
#25 10.24   - install zarith                1.14               [required by asn1-combinators]
#25 10.80 
#25 10.80 The following system packages will first need to be installed:
#25 10.80     libcapnp-dev
#25 10.80 
#25 10.80 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
#25 10.80 
#25 10.80 opam believes some required external dependencies are missing. opam can:
#25 10.80 > 1. Run apt-get to install them (may need root/sudo access)
#25 10.80   2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
#25 10.80   3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
#25 10.80   4. Abort the installation
#25 10.80 
#25 10.80 [1/2/3/4] 1
#25 10.80 
#25 10.80 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcapnp-dev"
#25 12.46 - debconf: delaying package configuration, since apt-utils is not installed
#25 12.46 - Selecting previously unselected package libcapnp-dev:amd64.
#25 12.46 - (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.)
#25 12.46 - Preparing to unpack .../libcapnp-dev_0.9.2-2_amd64.deb ...
#25 12.46 - Unpacking libcapnp-dev:amd64 (0.9.2-2) ...
#25 12.46 - Setting up libcapnp-dev:amd64 (0.9.2-2) ...
#25 12.49 
#25 12.49 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#25 12.51 -> retrieved asetmap.0.8.1  (cached)
#25 12.52 -> retrieved ansi.0.7.0  (cached)
#25 12.54 -> retrieved angstrom.0.16.1  (cached)
#25 12.57 -> retrieved asn1-combinators.0.2.6  (cached)
#25 12.61 -> retrieved astring.0.8.5  (cached)
#25 12.89 -> retrieved base.v0.16.4  (https://opam.ocaml.org/cache)
#25 12.91 -> retrieved base64.3.5.1  (cached)
#25 13.95 -> retrieved atd.2.16.0, atdgen-runtime.2.16.0  (cached)
#25 14.07 -> retrieved atdgen.2.15.0  (cached)
#25 14.14 -> retrieved bigarray-compat.1.1.0  (cached)
#25 14.15 -> retrieved bigarray-overlap.0.2.1  (cached)
#25 14.15 -> retrieved bigstringaf.0.10.0  (cached)
#25 14.16 -> retrieved biniou.1.2.2  (cached)
#25 14.18 -> retrieved bos.0.2.1  (cached)
#25 14.18 -> retrieved ca-certs.0.2.3  (cached)
#25 14.19 -> retrieved camlp-streams.5.0.1  (cached)
#25 14.21 -> retrieved cf.0.5.0, cf-lwt.0.5.0  (cached)
#25 14.24 -> retrieved capnp.3.6.0  (cached)
#25 14.45 -> 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)
#25 14.46 -> retrieved cmdliner.1.3.0  (cached)
#25 14.48 -> retrieved conf-gmp.5  (cached)
#25 14.48 -> retrieved conf-gmp-powm-sec.4  (cached)
#25 14.48 -> retrieved conf-libev.4-12  (cached)
#25 14.84 -> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0  (cached)
#25 14.89 -> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3  (cached)
#25 14.91 -> retrieved cppo.1.8.0  (cached)
#25 14.93 -> installed conf-capnproto.2
#25 14.93 -> installed conf-git.1.1
#25 14.93 -> installed conf-gmp.5
#25 14.93 -> installed conf-graphviz.0.1
#25 14.93 -> installed conf-libev.4-12
#25 14.94 -> installed conf-pkg-config.4
#25 14.94 -> retrieved crunch.4.0.0  (cached)
#25 14.95 -> retrieved csexp.1.5.2  (cached)
#25 14.97 -> installed conf-gmp-powm-sec.4
#25 14.97 -> installed conf-libffi.2.0.0
#25 15.07 -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
#25 15.08 -> installed conf-sqlite3.1
#25 15.09 -> retrieved csv.2.4  (cached)
#25 15.37 -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
#25 15.79 -> retrieved current.0.7.1, current_docker.0.7.1, current_git.0.7.1, current_github.0.7.1, current_rpc.0.7.1, current_slack.0.7.1, current_web.0.7.1  (cached)
#25 15.79 -> retrieved current_incr.0.6.1  (cached)
#25 15.85 -> retrieved current_ocluster.0.3.0, ocluster-api.0.3.0  (cached)
#25 15.86 -> retrieved domain-name.0.4.1  (cached)
#25 16.39 -> retrieved dockerfile.dev  (no changes)
#25 16.40 -> retrieved duration.0.2.1  (cached)
#25 16.44 -> retrieved easy-format.1.3.4  (cached)
#25 16.46 -> retrieved eqaf.0.9  (cached)
#25 16.52 -> retrieved extunix.0.4.3  (cached)
#25 16.64 -> retrieved fmt.0.10.0  (https://opam.ocaml.org/cache)
#25 16.69 -> retrieved fpath.0.7.3  (cached)
#25 16.70 -> retrieved dockerfile-opam.dev  (no changes)
#25 16.71 -> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0  (cached)
#25 16.72 -> retrieved gmap.0.3.0  (cached)
#25 16.78 -> retrieved github.4.4.1, github-data.4.4.1, github-unix.4.4.1  (cached)
#25 22.89 -> retrieved dune.3.19.0, dune-configurator.3.19.0  (https://opam.ocaml.org/cache)
#25 24.36 -> retrieved hex.1.5.0  (cached)
#25 24.36 -> retrieved hkdf.1.0.4  (cached)
#25 24.37 -> retrieved inotify.2.6  (cached)
#25 24.38 -> retrieved integers.0.7.0  (cached)
#25 24.40 -> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
#25 24.44 -> installed cmdliner.1.3.0
#25 24.45 -> retrieved irmin-watcher.0.5.0  (cached)
#25 24.45 -> retrieved ke.0.6  (cached)
#25 24.50 -> retrieved jsonm.1.0.2  (https://opam.ocaml.org/cache)
#25 24.68 -> retrieved lwt.5.9.1  (https://opam.ocaml.org/cache)
#25 24.70 -> retrieved magic-mime.1.3.1  (cached)
#25 24.71 -> retrieved logs.0.8.0  (https://opam.ocaml.org/cache)
#25 24.72 -> retrieved lwt-dllist.1.1.0  (https://opam.ocaml.org/cache)
#25 25.37 -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
#25 25.37 -> retrieved mirage-clock.4.2.0  (cached)
#25 25.80 -> 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)
#25 25.81 -> retrieved mirage-flow.3.0.0  (cached)
#25 25.82 -> retrieved mirage-kv.6.1.1  (cached)
#25 25.82 -> retrieved mtime.2.1.0  (cached)
#25 25.84 -> retrieved multipart_form.0.6.0, multipart_form-lwt.0.6.0  (cached)
#25 25.85 -> retrieved num.1.5-1  (cached)
#25 25.87 -> retrieved ocaml-compiler-libs.v0.12.4  (cached)
#25 25.88 -> retrieved ocaml-syntax-shims.1.0.0  (cached)
#25 25.95 -> retrieved ocamlfind.1.9.8  (cached)
#25 26.05 -> retrieved ocamlbuild.0.16.1  (cached)
#25 26.11 -> retrieved ocplib-endian.1.2  (cached)
#25 26.39 -> retrieved ocamlgraph.2.2.0  (https://opam.ocaml.org/cache)
#25 26.40 -> retrieved optint.0.3.0  (cached)
#25 26.41 -> retrieved ocaml-version.dev  (no changes)
#25 26.42 -> retrieved pbkdf.1.2.0  (cached)
#25 26.61 -> retrieved opam-core.2.3.0  (https://opam.ocaml.org/cache)
#25 26.63 -> retrieved parsexp.v0.16.0  (cached)
#25 26.65 -> retrieved pecu.0.7  (cached)
#25 26.66 -> retrieved ppx_derivers.1.2.1  (cached)
#25 26.68 -> retrieved ppx_deriving.6.0.3  (cached)
#25 26.69 -> retrieved ppx_deriving_yojson.3.9.1  (cached)
#25 26.71 -> retrieved ppx_sexp_conv.v0.16.0  (cached)
#25 26.71 -> retrieved prettym.0.0.3  (cached)
#25 26.73 -> retrieved prometheus.1.2, prometheus-app.1.2  (cached)
#25 26.74 -> retrieved ptime.1.2.0  (cached)
#25 26.75 -> retrieved res.5.0.2  (cached)
#25 26.77 -> retrieved re.1.12.0  (cached)
#25 26.78 -> retrieved result.1.5  (cached)
#25 26.93 -> retrieved ppxlib.0.35.0  (cached)
#25 26.93 -> retrieved seq.base  (cached)
#25 26.93 -> installed seq.base
#25 26.94 -> retrieved routes.2.0.0  (cached)
#25 26.95 -> retrieved rresult.0.7.0  (cached)
#25 26.99 -> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0  (cached)
#25 27.01 -> retrieved sexplib.v0.16.0  (cached)
#25 27.01 -> retrieved sexplib0.v0.16.0  (cached)
#25 27.04 -> retrieved stdint.0.7.2  (cached)
#25 27.05 -> retrieved stdio.v0.16.0  (cached)
#25 27.06 -> retrieved stdlib-shims.0.3.0  (cached)
#25 27.07 -> retrieved stringext.1.6.0  (cached)
#25 27.22 -> retrieved swhid_core.0.1  (https://opam.ocaml.org/cache)
#25 27.23 -> retrieved sha.1.15.4  (https://opam.ocaml.org/cache)
#25 27.24 -> retrieved sqlite3.5.3.1  (https://opam.ocaml.org/cache)
#25 27.37 -> retrieved tls.0.17.3, tls-lwt.0.17.3, tls-mirage.0.17.3  (cached)
#25 27.42 -> retrieved tyxml.4.6.0  (cached)
#25 27.46 -> installed num.1.5-1
#25 28.13 -> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.0  (https://opam.ocaml.org/cache)
#25 28.15 -> retrieved unstrctrd.0.4  (cached)
#25 28.18 -> retrieved topkg.1.0.8  (https://opam.ocaml.org/cache)
#25 28.21 -> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
#25 28.24 -> retrieved x509.0.16.5  (cached)
#25 28.41 -> retrieved yojson.2.2.2  (cached)
#25 28.42 -> retrieved zarith.1.14  (cached)
#25 28.42 -> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
#25 28.92 -> installed ocamlfind.1.9.8
#25 28.93 -> installed base-bytes.base
#25 31.21 -> installed ocamlbuild.0.16.1
#25 31.45 -> installed zarith.1.14
#25 35.50 -> installed topkg.1.0.8
#25 35.99 -> installed asetmap.0.8.1
#25 36.08 -> installed rresult.0.7.0
#25 36.51 -> installed uutf.1.0.4
#25 36.66 -> installed mtime.2.1.0
#25 36.75 -> installed fmt.0.10.0
#25 36.83 -> installed ptime.1.2.0
#25 36.98 -> installed astring.0.8.5
#25 37.55 -> installed jsonm.1.0.2
#25 37.73 -> installed fpath.0.7.3
#25 42.46 -> installed dune.3.19.0
#25 43.86 -> installed base64.3.5.1
#25 43.92 -> installed bigarray-compat.1.1.0
#25 43.93 -> installed bigarray-overlap.0.2.1
#25 43.96 -> installed camlp-streams.5.0.1
#25 44.00 -> installed cppo.1.8.0
#25 44.03 -> installed crunch.4.0.0
#25 44.05 -> installed csexp.1.5.2
#25 45.80 -> installed cstruct.6.2.0
#25 45.90 -> installed csv.2.4
#25 45.92 -> installed current_incr.0.6.1
#25 45.93 -> installed domain-name.0.4.1
#25 45.94 -> installed duration.0.2.1
#25 45.96 -> installed easy-format.1.3.4
#25 45.97 -> installed gmap.0.3.0
#25 45.99 -> installed http.6.0.0
#25 46.00 -> installed ke.0.6
#25 46.02 -> installed lwt-dllist.1.1.0
#25 46.04 -> installed macaddr.5.6.0
#25 46.08 -> installed magic-mime.1.3.1
#25 46.12 -> installed menhirCST.20240715
#25 46.14 -> installed menhirLib.20240715
#25 46.16 -> installed menhirSdk.20240715
#25 46.27 -> installed mirage-clock.4.2.0
#25 46.29 -> installed ocaml-compiler-libs.v0.12.4
#25 46.35 -> installed ocaml-syntax-shims.1.0.0
#25 46.78 -> installed ocamlgraph.2.2.0
#25 46.81 -> installed optint.0.3.0
#25 46.82 -> installed pecu.0.7
#25 46.83 -> installed ppx_derivers.1.2.1
#25 47.03 -> installed re.1.12.0
#25 47.09 -> installed res.5.0.2
#25 47.10 -> installed result.1.5
#25 47.12 -> installed sexplib0.v0.16.0
#25 47.29 -> installed stdint.0.7.2
#25 47.31 -> installed stdlib-shims.0.3.0
#25 47.46 -> installed stringext.1.6.0
#25 47.47 -> installed swhid_core.0.1
#25 47.56 -> installed yojson.2.2.2
#25 47.64 -> installed ocplib-endian.1.2
#25 47.69 -> installed asn1-combinators.0.2.6
#25 47.73 -> installed eqaf.0.9
#25 47.74 -> installed hex.1.5.0
#25 47.79 -> installed biniou.1.2.2
#25 48.05 -> installed ipaddr.5.6.0
#25 48.07 -> installed ocaml-version.dev
#25 48.08 -> installed routes.2.0.0
#25 48.11 -> installed integers.0.7.0
#25 48.13 -> installed timedesc-tzdb.3.1.0
#25 48.15 -> installed timedesc-tzlocal.3.1.0
#25 48.57 -> installed atdgen-runtime.2.16.0
#25 48.79 -> installed sha.1.15.4
#25 49.20 -> installed parsexp.v0.16.0
#25 50.13 -> installed dune-configurator.3.19.0
#25 50.61 -> installed sexplib.v0.16.0
#25 51.01 -> installed bigstringaf.0.10.0
#25 51.54 -> installed tyxml.4.6.0
#25 51.70 -> installed angstrom.0.16.1
#25 51.88 -> installed prettym.0.0.3
#25 52.01 -> installed ansi.0.7.0
#25 52.03 -> installed sqlite3.5.3.1
#25 52.33 -> installed unstrctrd.0.4
#25 52.52 -> installed mirage-crypto.0.11.3
#25 52.84 -> installed hkdf.1.0.4
#25 52.85 -> installed pbkdf.1.2.0
#25 53.38 -> installed timedesc.3.1.0
#25 53.94 -> installed uri.4.4.0
#25 54.17 -> installed lwt.5.9.1
#25 54.33 -> installed opam-core.2.3.0
#25 54.45 -> installed cstruct-lwt.6.2.0
#25 54.47 -> installed mirage-flow.3.0.0
#25 54.48 -> installed mirage-kv.6.1.1
#25 54.54 -> installed prometheus.1.2
#25 54.56 -> installed inotify.2.6
#25 55.83 -> installed logs.0.8.0
#25 56.60 -> installed base.v0.16.4
#25 56.65 -> installed mirage-crypto-rng.0.11.3
#25 56.85 -> installed multipart_form.0.6.0
#25 57.01 -> installed ctypes.0.23.0
#25 57.17 -> installed capnp-rpc.1.2.3
#25 57.19 -> installed stdio.v0.16.0
#25 57.24 -> installed mirage-crypto-rng-lwt.0.11.3
#25 57.25 -> installed session.0.5.0
#25 57.27 -> installed mirage-crypto-pk.0.11.3
#25 57.28 -> installed multipart_form-lwt.0.6.0
#25 58.49 -> installed bos.0.2.1
#25 58.80 -> installed ctypes-foreign.0.23.0
#25 58.87 -> installed cf.0.5.0
#25 58.94 -> installed fsevents.0.3.0
#25 58.96 -> installed cf-lwt.0.5.0
#25 59.03 -> installed fsevents-lwt.0.3.0
#25 59.57 -> installed irmin-watcher.0.5.0
#25 60.89 -> installed menhir.20240715
#25 61.49 -> installed capnp.3.6.0
#25 62.07 -> installed ppxlib.0.35.0
#25 62.25 -> installed mirage-crypto-ec.0.11.3
#25 62.69 -> installed atd.2.16.0
#25 63.67 -> installed capnp-rpc-lwt.1.2.3
#25 63.78 -> installed x509.0.16.5
#25 64.11 -> installed ca-certs.0.2.3
#25 64.25 -> installed atdgen.2.15.0
#25 64.65 -> installed current_rpc.0.7.1
#25 65.08 -> installed ppx_sexp_conv.v0.16.0
#25 65.33 -> installed ppx_deriving.6.0.3
#25 65.47 -> installed tls.0.17.3
#25 65.84 -> installed tls-mirage.0.17.3
#25 65.92 -> installed tls-lwt.0.17.3
#25 66.61 -> installed ipaddr-sexp.5.6.0
#25 66.64 -> installed uri-sexp.4.4.0
#25 66.86 -> installed capnp-rpc-net.1.2.3
#25 66.89 -> installed dockerfile.dev
#25 67.19 -> installed ppx_deriving_yojson.3.9.1
#25 67.86 -> installed current.0.7.1
#25 68.23 -> installed conduit.6.2.3
#25 68.84 -> installed cohttp.6.0.0
#25 69.02 -> installed dockerfile-opam.dev
#25 69.17 -> installed session-cohttp.0.5.0
#25 69.54 -> installed current_git.0.7.1
#25 69.65 -> installed conduit-lwt.6.2.3
#25 69.79 -> installed extunix.0.4.3
#25 70.01 -> installed github-data.4.4.1
#25 70.46 -> installed ocluster-api.0.3.0
#25 70.51 -> installed capnp-rpc-unix.1.2.3
#25 70.65 -> installed cohttp-lwt.6.0.0
#25 70.93 -> installed session-cohttp-lwt.0.5.0
#25 71.32 -> installed current_docker.0.7.1
#25 71.45 -> installed conduit-lwt-unix.6.2.3
#25 71.74 -> installed github.4.4.1
#25 72.07 -> installed current_ocluster.0.3.0
#25 73.30 -> installed cohttp-lwt-unix.6.0.0
#25 73.76 -> installed prometheus-app.1.2
#25 73.86 -> installed current_slack.0.7.1
#25 76.28 -> installed github-unix.4.4.1
#25 76.33 -> installed current_web.0.7.1
#25 78.48 -> installed current_github.0.7.1
#25 82.64 Done.
#25 82.64 
#25 82.64 <><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
#25 82.64 => Note: This package is deprecated.
#25 82.64 # To update the current shell environment, run: eval $(opam env)
#25 DONE 84.3s

#26 [build 10/11] ADD --chown=opam . .
#26 sha256:ef7fb84008d000e1a7f43e84dbfb1cf1f236636abac214bd79fc1c8dcaabbb95
#26 DONE 0.2s

#27 [build 11/11] RUN opam config exec -- dune build ./src/base_images.exe
#27 sha256:cc3d6782386cd6c69e4eed97ddb5e4d35dabb63f53838efb4e89c3c1de242889
#27 0.562 [WARNING] exec was deprecated in version 2.1 of the opam CLI. Use opam exec instead or set OPAMCLI environment variable to 2.0.
#27 DONE 4.6s

#28 [stage-1 7/8] COPY --from=build --link /src/_build/default/src/base_images.exe /usr/local/bin/base-images
#28 sha256:9d3479f23c83e29247acbbe53b572ead2bb68d4d96c4639a95496271255d7b6c
#28 DONE 0.4s

#29 [stage-1 8/8] WORKDIR /var/lib/ocurrent
#29 sha256:c4a8827f8a05b28af07e2c1f3ffcbc40bbe2938c5508fa380ded0bf2fc37ba7d
#29 DONE 0.1s

#30 exporting to image
#30 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#30 exporting layers
#30 exporting layers 2.5s done
#30 writing image sha256:c74b65c19da8f1622e566f9f778e98846cb400e14175bee422fd98ba52fa35e5 done
#30 DONE 2.7s
Job succeeded
2025-06-10 13:07.46: Job succeeded