Build:
- 0
2026-06-24 13:53.58: New job: Build Dockerfile using linux-x86_64 in
[https://github.com/ocurrent/ocurrent-deployer.git#refs/pull/268/head (4743283d4bfc01be3d9244ddce823d999f86afa7)]
2026-06-24 13:53.58: Using cache hint "https://github.com/ocurrent/ocurrent-deployer.git-Dockerfile"
2026-06-24 13:53.58: Waiting for resource in pool OCluster
2026-06-24 13:53.58: Waiting for worker…
2026-06-24 13:53.58: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
HEAD is now at db947c1 Use IP address rather than FQDN (#267)
HEAD is now at 4743283 Dockerfile: bump opam-repository pin to latest master
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.69kB done
#1 DONE 0.1s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.6s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 CACHED
#4 [internal] load metadata for docker.io/ocaml/opam:debian-12-ocaml-4.14
#4 DONE 0.5s
#5 [internal] load metadata for docker.io/library/debian:12
#5 DONE 0.8s
#6 [internal] load .dockerignore
#6 transferring context: 65B done
#6 DONE 0.1s
#7 [internal] setting cache mount permissions
#7 DONE 0.0s
#8 [build 1/13] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:8702df5141fc681218f56ff5915dcf52328ed2a66c3cf10e09f9323fef0b731d
#8 DONE 0.0s
#9 [build 3/13] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"'
#9 CACHED
#10 [build 4/13] 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
#10 CACHED
#11 [build 2/13] RUN sudo ln -sf /usr/bin/opam-2.5 /usr/bin/opam && opam init --reinit -ni
#11 CACHED
#12 [build 5/13] 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
#12 CACHED
#13 [stage-1 1/12] FROM docker.io/library/debian:12@sha256:30482e873082e906a4908c10529180aefb6f77620aea7404b909829fadc5d168
#13 resolve docker.io/library/debian:12@sha256:30482e873082e906a4908c10529180aefb6f77620aea7404b909829fadc5d168 0.0s done
#13 ...
#14 [internal] load build context
#14 transferring context: 238.89kB 0.0s done
#14 DONE 0.1s
#7 [internal] setting cache mount permissions
#7 CACHED
#13 [stage-1 1/12] FROM docker.io/library/debian:12@sha256:30482e873082e906a4908c10529180aefb6f77620aea7404b909829fadc5d168
#13 sha256:30482e873082e906a4908c10529180aefb6f77620aea7404b909829fadc5d168 8.52kB / 8.52kB done
#13 sha256:129588494497601baa5dbca1df687c835ff166ec4dd3bf307be684f34da07ab5 1.02kB / 1.02kB done
#13 sha256:ee37b64a84a5a803ef11061304de62741b41b1f1b9e2a743b1e7686b12029d79 453B / 453B done
#13 sha256:425befdf76e52426879d2abe42093a00dca59a893e7b4fa2a7679b0180b71d4b 0B / 48.50MB 0.2s
#13 sha256:425befdf76e52426879d2abe42093a00dca59a893e7b4fa2a7679b0180b71d4b 4.19MB / 48.50MB 0.3s
#13 sha256:425befdf76e52426879d2abe42093a00dca59a893e7b4fa2a7679b0180b71d4b 15.73MB / 48.50MB 0.5s
#13 sha256:425befdf76e52426879d2abe42093a00dca59a893e7b4fa2a7679b0180b71d4b 23.07MB / 48.50MB 0.6s
#13 sha256:425befdf76e52426879d2abe42093a00dca59a893e7b4fa2a7679b0180b71d4b 29.36MB / 48.50MB 0.7s
#13 sha256:425befdf76e52426879d2abe42093a00dca59a893e7b4fa2a7679b0180b71d4b 36.70MB / 48.50MB 0.8s
#13 sha256:425befdf76e52426879d2abe42093a00dca59a893e7b4fa2a7679b0180b71d4b 48.50MB / 48.50MB 1.0s
#13 sha256:425befdf76e52426879d2abe42093a00dca59a893e7b4fa2a7679b0180b71d4b 48.50MB / 48.50MB 1.0s done
#13 extracting sha256:425befdf76e52426879d2abe42093a00dca59a893e7b4fa2a7679b0180b71d4b 0.1s
#13 extracting sha256:425befdf76e52426879d2abe42093a00dca59a893e7b4fa2a7679b0180b71d4b 4.3s done
#13 DONE 5.6s
#15 [stage-1 2/12] 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
#15 DONE 1.4s
#16 [stage-1 3/12] 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
#16 0.325
#16 0.325 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#16 0.325
#16 0.367 Hit:1 http://deb.debian.org/debian bookworm InRelease
#16 0.367 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#16 0.371 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#16 0.593 Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [313 kB]
#16 0.647 Fetched 416 kB in 0s (1364 kB/s)
#16 0.647 Reading package lists...
#16 1.166 Building dependency tree...
#16 1.275 Reading state information...
#16 1.285 All packages are up to date.
#16 1.303 Reading package lists...
#16 1.315 Building dependency tree...
#16 1.413 Reading state information...
#16 1.528 The following additional packages will be installed:
#16 1.528 dirmngr docutils-common fontconfig fontconfig-config fonts-dejavu-core
#16 1.528 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
#16 1.528 gpg-wks-server gpgconf gpgsm groff-base libabsl20220623 libann0 libaom3
#16 1.528 libassuan0 libavif15 libbrotli1 libbsd0 libc-dev-bin libc6-dev libcairo2
#16 1.528 libcbor0.8 libcdt5 libcgraph6 libcrypt-dev libcurl3-gnutls libcurl4
#16 1.528 libdatrie1 libdav1d6 libde265-0 libdeflate0 libedit2 liberror-perl libexpat1
#16 1.528 libfido2-1 libfontconfig1 libfreetype6 libfribidi0 libgav1-1 libgd3
#16 1.528 libgdbm-compat4 libgdbm6 libglib2.0-0 libgraphite2-3 libgssapi-krb5-2
#16 1.528 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b libheif1 libice6 libjbig0
#16 1.528 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
#16 1.528 liblab-gamut1 libldap-2.5-0 liblerc4 libltdl7 libncursesw6 libnghttp2-14
#16 1.528 libnpth0 libnsl-dev libnsl2 libnuma1 libpango-1.0-0 libpangocairo-1.0-0
#16 1.528 libpangoft2-1.0-0 libpathplan4 libperl5.36 libpixman-1-0 libpng16-16
#16 1.528 libpopt0 libpsl5 libpython3-stdlib libpython3.11-minimal
#16 1.528 libpython3.11-stdlib librav1e0 libreadline8 librtmp1 libsasl2-2
#16 1.528 libsasl2-modules-db libsm6 libsqlite3-0 libssh2-1 libssl3 libsvtav1enc1
#16 1.528 libthai-data libthai0 libtiff6 libtirpc-common libtirpc-dev libtirpc3
#16 1.528 libuchardet0 libwebp7 libx11-6 libx11-data libx265-199 libxau6 libxaw7
#16 1.528 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxmu6 libxpm4
#16 1.528 libxrender1 libxt6 libyuv0 linux-libc-dev lsb-release media-types openssl
#16 1.528 perl perl-modules-5.36 pinentry-curses python3 python3-awscrt
#16 1.528 python3-cffi-backend python3-colorama python3-cryptography python3-dateutil
#16 1.528 python3-distro python3-docutils python3-jmespath python3-minimal
#16 1.528 python3-prompt-toolkit python3-pyasn1 python3-roman python3-ruamel.yaml
#16 1.528 python3-ruamel.yaml.clib python3-six python3-urllib3 python3-wcwidth
#16 1.528 python3.11 python3.11-minimal readline-common rpcsvc-proto sgml-base
#16 1.528 x11-common xml-core
#16 1.529 Suggested packages:
#16 1.529 dbus-user-session libpam-systemd pinentry-gnome3 tor gettext-base
#16 1.529 git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb
#16 1.529 git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon gsfonts
#16 1.529 graphviz-doc groff glibc-doc manpages-dev libgd-tools gdbm-l10n
#16 1.529 low-memory-monitor krb5-doc krb5-user sensible-utils sqlite3-doc keychain
#16 1.529 libpam-ssh monkeysphere ssh-askpass perl-doc libterm-readline-gnu-perl
#16 1.529 | libterm-readline-perl-perl make libtap-harness-archive-perl pinentry-doc
#16 1.529 python3-doc python3-tk python3-venv python-cryptography-doc
#16 1.529 python3-cryptography-vectors docutils-doc fonts-linuxlibertine
#16 1.529 | ttf-linux-libertine texlive-lang-french texlive-latex-base
#16 1.529 texlive-latex-recommended python3-brotli python3-idna python3-openssl
#16 1.529 python3-socks python3.11-venv python3.11-doc binutils binfmt-support
#16 1.529 readline-doc openssh-server python3-braceexpand sgml-base-doc debhelper
#16 1.529 Recommended packages:
#16 1.529 patch less fonts-liberation2 manpages manpages-dev libc-devtools
#16 1.529 libglib2.0-data shared-mime-info xdg-user-dirs libgts-bin krb5-locales
#16 1.529 libldap-common libgpm2 publicsuffix libsasl2-modules xauth libpaper-utils
#16 1.529 python3-pil python3-pygments
#16 2.399 The following NEW packages will be installed:
#16 2.399 awscli ca-certificates curl dirmngr docutils-common dumb-init fontconfig
#16 2.399 fontconfig-config fonts-dejavu-core git git-man gnupg gnupg-l10n gnupg-utils
#16 2.399 gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm graphviz
#16 2.399 groff-base libabsl20220623 libann0 libaom3 libassuan0 libavif15 libbrotli1
#16 2.399 libbsd0 libc-dev-bin libc6-dev libcairo2 libcbor0.8 libcdt5 libcgraph6
#16 2.399 libcrypt-dev libcurl3-gnutls libcurl4 libdatrie1 libdav1d6 libde265-0
#16 2.399 libdeflate0 libedit2 liberror-perl libev4 libexpat1 libffi-dev libfido2-1
#16 2.399 libfontconfig1 libfreetype6 libfribidi0 libgav1-1 libgd3 libgdbm-compat4
#16 2.399 libgdbm6 libglib2.0-0 libgraphite2-3 libgssapi-krb5-2 libgts-0.7-5 libgvc6
#16 2.399 libgvpr2 libharfbuzz0b libheif1 libice6 libjbig0 libjpeg62-turbo
#16 2.399 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 liblab-gamut1
#16 2.399 libldap-2.5-0 liblerc4 libltdl7 libncursesw6 libnghttp2-14 libnpth0
#16 2.399 libnsl-dev libnsl2 libnuma1 libpango-1.0-0 libpangocairo-1.0-0
#16 2.399 libpangoft2-1.0-0 libpathplan4 libperl5.36 libpixman-1-0 libpng16-16
#16 2.399 libpopt0 libpsl5 libpython3-stdlib libpython3.11-minimal
#16 2.399 libpython3.11-stdlib librav1e0 libreadline8 librtmp1 libsasl2-2
#16 2.399 libsasl2-modules-db libsm6 libsqlite3-0 libsqlite3-dev libssh2-1 libssl3
#16 2.399 libsvtav1enc1 libthai-data libthai0 libtiff6 libtirpc-common libtirpc-dev
#16 2.399 libtirpc3 libuchardet0 libwebp7 libx11-6 libx11-data libx265-199 libxau6
#16 2.399 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxmu6
#16 2.399 libxpm4 libxrender1 libxt6 libyuv0 linux-libc-dev lsb-release media-types
#16 2.399 netbase openssh-client openssl perl perl-modules-5.36 pinentry-curses
#16 2.399 python3 python3-awscrt python3-cffi-backend python3-colorama
#16 2.399 python3-cryptography python3-dateutil python3-distro python3-docutils
#16 2.399 python3-jmespath python3-minimal python3-prompt-toolkit python3-pyasn1
#16 2.399 python3-roman python3-ruamel.yaml python3-ruamel.yaml.clib python3-six
#16 2.399 python3-urllib3 python3-wcwidth python3.11 python3.11-minimal
#16 2.399 readline-common rpcsvc-proto rsync sgml-base x11-common xml-core
#16 2.517 debconf: delaying package configuration, since apt-utils is not installed
#16 2.539 0 upgraded, 163 newly installed, 0 to remove and 0 not upgraded.
#16 2.539 Need to get 0 B/80.0 MB of archives.
#16 2.539 After this operation, 376 MB of additional disk space will be used.
#16 2.664 Selecting previously unselected package perl-modules-5.36.
#16 2.664 (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 ... 6096 files and directories currently installed.)
#16 2.669 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7+deb12u3_all.deb ...
#16 2.670 Unpacking perl-modules-5.36 (5.36.0-7+deb12u3) ...
#16 2.972 Selecting previously unselected package libgdbm6:amd64.
#16 2.974 Preparing to unpack .../1-libgdbm6_1.23-3_amd64.deb ...
#16 2.975 Unpacking libgdbm6:amd64 (1.23-3) ...
#16 2.997 Selecting previously unselected package libgdbm-compat4:amd64.
#16 2.999 Preparing to unpack .../2-libgdbm-compat4_1.23-3_amd64.deb ...
#16 2.999 Unpacking libgdbm-compat4:amd64 (1.23-3) ...
#16 3.022 Selecting previously unselected package libperl5.36:amd64.
#16 3.023 Preparing to unpack .../3-libperl5.36_5.36.0-7+deb12u3_amd64.deb ...
#16 3.023 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u3) ...
#16 ...
#17 [build 6/13] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard b7773e2175e3ba6fbca47e183f7d342b18f24b37 && opam update
#17 4.913 Updating files: 31% (5665/18231)
Updating files: 32% (5834/18231)
Updating files: 33% (6017/18231)
Updating files: 34% (6199/18231)
Updating files: 35% (6381/18231)
Updating files: 36% (6564/18231)
Updating files: 37% (6746/18231)
Updating files: 38% (6928/18231)
Updating files: 39% (7111/18231)
Updating files: 40% (7293/18231)
Updating files: 41% (7475/18231)
Updating files: 42% (7658/18231)
Updating files: 43% (7840/18231)
Updating files: 44% (8022/18231)
Updating files: 45% (8204/18231)
Updating files: 46% (8387/18231)
Updating files: 47% (8569/18231)
Updating files: 48% (8751/18231)
Updating files: 49% (8934/18231)
Updating files: 50% (9116/18231)
Updating files: 51% (9298/18231)
Updating files: 52% (9481/18231)
Updating files: 53% (9663/18231)
Updating files: 54% (9845/18231)
Updating files: 55% (10028/18231)
Updating files: 56% (10210/18231)
Updating files: 57% (10392/18231)
Updating files: 58% (10574/18231)
Updating files: 59% (10757/18231)
Updating files: 60% (10939/18231)
Updating files: 61% (11121/18231)
Updating files: 62% (11304/18231)
Updating files: 62% (11365/18231)
Updating files: 63% (11486/18231)
Updating files: 64% (11668/18231)
Updating files: 65% (11851/18231)
Updating files: 66% (12033/18231)
Updating files: 67% (12215/18231)
Updating files: 68% (12398/18231)
Updating files: 69% (12580/18231)
Updating files: 70% (12762/18231)
Updating files: 71% (12945/18231)
Updating files: 72% (13127/18231)
Updating files: 73% (13309/18231)
Updating files: 74% (13491/18231)
Updating files: 75% (13674/18231)
Updating files: 76% (13856/18231)
Updating files: 77% (14038/18231)
Updating files: 78% (14221/18231)
Updating files: 79% (14403/18231)
Updating files: 80% (14585/18231)
Updating files: 81% (14768/18231)
Updating files: 82% (14950/18231)
Updating files: 83% (15132/18231)
Updating files: 84% (15315/18231)
Updating files: 85% (15497/18231)
Updating files: 86% (15679/18231)
Updating files: 87% (15861/18231)
Updating files: 88% (16044/18231)
Updating files: 89% (16226/18231)
Updating files: 89% (16330/18231)
Updating files: 90% (16408/18231)
Updating files: 91% (16591/18231)
Updating files: 92% (16773/18231)
Updating files: 93% (16955/18231)
Updating files: 94% (17138/18231)
Updating files: 95% (17320/18231)
Updating files: 96% (17502/18231)
Updating files: 97% (17685/18231)
Updating files: 98% (17867/18231)
Updating files: 99% (18049/18231)
Updating files: 100% (18231/18231)
Updating files: 100% (18231/18231), done.
#17 7.295 HEAD is now at b7773e2175 Merge pull request #30129 from mseri/fix-archives
#17 7.614
#17 7.614 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#17 ...
#16 [stage-1 3/12] 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
#16 3.370 Selecting previously unselected package perl.
#16 3.372 Preparing to unpack .../4-perl_5.36.0-7+deb12u3_amd64.deb ...
#16 3.379 Unpacking perl (5.36.0-7+deb12u3) ...
#16 3.418 Selecting previously unselected package libssl3:amd64.
#16 3.419 Preparing to unpack .../5-libssl3_3.0.20-1~deb12u2_amd64.deb ...
#16 3.419 Unpacking libssl3:amd64 (3.0.20-1~deb12u2) ...
#16 3.572 Selecting previously unselected package libpython3.11-minimal:amd64.
#16 3.574 Preparing to unpack .../6-libpython3.11-minimal_3.11.2-6+deb12u7_amd64.deb ...
#16 3.575 Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u7) ...
#16 3.670 Selecting previously unselected package libexpat1:amd64.
#16 3.672 Preparing to unpack .../7-libexpat1_2.5.0-1+deb12u2_amd64.deb ...
#16 3.672 Unpacking libexpat1:amd64 (2.5.0-1+deb12u2) ...
#16 3.700 Selecting previously unselected package python3.11-minimal.
#16 3.702 Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u7_amd64.deb ...
#16 3.707 Unpacking python3.11-minimal (3.11.2-6+deb12u7) ...
#16 3.894 Setting up libssl3:amd64 (3.0.20-1~deb12u2) ...
#16 3.895 Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u7) ...
#16 3.899 Setting up libexpat1:amd64 (2.5.0-1+deb12u2) ...
#16 3.900 Setting up python3.11-minimal (3.11.2-6+deb12u7) ...
#16 4.471 Selecting previously unselected package python3-minimal.
#16 4.471 (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 ... 8428 files and directories currently installed.)
#16 4.477 Preparing to unpack .../00-python3-minimal_3.11.2-1+b1_amd64.deb ...
#16 4.478 Unpacking python3-minimal (3.11.2-1+b1) ...
#16 4.501 Selecting previously unselected package media-types.
#16 4.502 Preparing to unpack .../01-media-types_10.0.0_all.deb ...
#16 4.503 Unpacking media-types (10.0.0) ...
#16 4.526 Selecting previously unselected package libncursesw6:amd64.
#16 4.527 Preparing to unpack .../02-libncursesw6_6.4-4_amd64.deb ...
#16 4.528 Unpacking libncursesw6:amd64 (6.4-4) ...
#16 4.558 Selecting previously unselected package libkrb5support0:amd64.
#16 4.559 Preparing to unpack .../03-libkrb5support0_1.20.1-2+deb12u5_amd64.deb ...
#16 4.560 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u5) ...
#16 4.582 Selecting previously unselected package libk5crypto3:amd64.
#16 4.584 Preparing to unpack .../04-libk5crypto3_1.20.1-2+deb12u5_amd64.deb ...
#16 4.584 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u5) ...
#16 4.607 Selecting previously unselected package libkeyutils1:amd64.
#16 4.608 Preparing to unpack .../05-libkeyutils1_1.6.3-2_amd64.deb ...
#16 4.609 Unpacking libkeyutils1:amd64 (1.6.3-2) ...
#16 4.630 Selecting previously unselected package libkrb5-3:amd64.
#16 4.632 Preparing to unpack .../06-libkrb5-3_1.20.1-2+deb12u5_amd64.deb ...
#16 4.633 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u5) ...
#16 4.683 Selecting previously unselected package libgssapi-krb5-2:amd64.
#16 4.685 Preparing to unpack .../07-libgssapi-krb5-2_1.20.1-2+deb12u5_amd64.deb ...
#16 4.686 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u5) ...
#16 4.715 Selecting previously unselected package libtirpc-common.
#16 4.717 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
#16 4.717 Unpacking libtirpc-common (1.3.3+ds-1) ...
#16 4.741 Selecting previously unselected package libtirpc3:amd64.
#16 4.742 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
#16 4.743 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
#16 4.769 Selecting previously unselected package libnsl2:amd64.
#16 4.771 Preparing to unpack .../10-libnsl2_1.3.0-2_amd64.deb ...
#16 4.772 Unpacking libnsl2:amd64 (1.3.0-2) ...
#16 4.802 Selecting previously unselected package readline-common.
#16 4.805 Preparing to unpack .../11-readline-common_8.2-1.3_all.deb ...
#16 4.807 Unpacking readline-common (8.2-1.3) ...
#16 4.836 Selecting previously unselected package libreadline8:amd64.
#16 4.838 Preparing to unpack .../12-libreadline8_8.2-1.3_amd64.deb ...
#16 4.839 Unpacking libreadline8:amd64 (8.2-1.3) ...
#16 4.873 Selecting previously unselected package libsqlite3-0:amd64.
#16 4.875 Preparing to unpack .../13-libsqlite3-0_3.40.1-2+deb12u2_amd64.deb ...
#16 4.876 Unpacking libsqlite3-0:amd64 (3.40.1-2+deb12u2) ...
#16 4.955 Selecting previously unselected package libpython3.11-stdlib:amd64.
#16 4.958 Preparing to unpack .../14-libpython3.11-stdlib_3.11.2-6+deb12u7_amd64.deb ...
#16 4.959 Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u7) ...
#16 5.132 Selecting previously unselected package python3.11.
#16 5.134 Preparing to unpack .../15-python3.11_3.11.2-6+deb12u7_amd64.deb ...
#16 5.135 Unpacking python3.11 (3.11.2-6+deb12u7) ...
#16 5.168 Selecting previously unselected package libpython3-stdlib:amd64.
#16 5.171 Preparing to unpack .../16-libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
#16 5.172 Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
#16 5.200 Setting up python3-minimal (3.11.2-1+b1) ...
#16 5.338 Selecting previously unselected package python3.
#16 5.338 (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 ... 8936 files and directories currently installed.)
#16 5.344 Preparing to unpack .../000-python3_3.11.2-1+b1_amd64.deb ...
#16 5.348 Unpacking python3 (3.11.2-1+b1) ...
#16 5.371 Selecting previously unselected package libpopt0:amd64.
#16 5.372 Preparing to unpack .../001-libpopt0_1.19+dfsg-1_amd64.deb ...
#16 5.373 Unpacking libpopt0:amd64 (1.19+dfsg-1) ...
#16 5.405 Selecting previously unselected package rsync.
#16 5.407 Preparing to unpack .../002-rsync_3.2.7-1+deb12u5_amd64.deb ...
#16 5.410 Unpacking rsync (3.2.7-1+deb12u5) ...
#16 5.465 Selecting previously unselected package sgml-base.
#16 5.467 Preparing to unpack .../003-sgml-base_1.31_all.deb ...
#16 5.473 Unpacking sgml-base (1.31) ...
#16 5.506 Selecting previously unselected package netbase.
#16 5.508 Preparing to unpack .../004-netbase_6.4_all.deb ...
#16 5.508 Unpacking netbase (6.4) ...
#16 5.533 Selecting previously unselected package openssl.
#16 5.535 Preparing to unpack .../005-openssl_3.0.20-1~deb12u2_amd64.deb ...
#16 5.536 Unpacking openssl (3.0.20-1~deb12u2) ...
#16 5.662 Selecting previously unselected package ca-certificates.
#16 5.664 Preparing to unpack .../006-ca-certificates_20230311+deb12u1_all.deb ...
#16 5.664 Unpacking ca-certificates (20230311+deb12u1) ...
#16 5.712 Selecting previously unselected package libuchardet0:amd64.
#16 5.714 Preparing to unpack .../007-libuchardet0_0.0.7-1_amd64.deb ...
#16 5.714 Unpacking libuchardet0:amd64 (0.0.7-1) ...
#16 5.737 Selecting previously unselected package groff-base.
#16 5.739 Preparing to unpack .../008-groff-base_1.22.4-10_amd64.deb ...
#16 5.739 Unpacking groff-base (1.22.4-10) ...
#16 5.835 Selecting previously unselected package libbsd0:amd64.
#16 5.837 Preparing to unpack .../009-libbsd0_0.11.7-2_amd64.deb ...
#16 5.838 Unpacking libbsd0:amd64 (0.11.7-2) ...
#16 5.871 Selecting previously unselected package libedit2:amd64.
#16 5.874 Preparing to unpack .../010-libedit2_3.1-20221030-2_amd64.deb ...
#16 5.876 Unpacking libedit2:amd64 (3.1-20221030-2) ...
#16 5.903 Selecting previously unselected package libcbor0.8:amd64.
#16 5.904 Preparing to unpack .../011-libcbor0.8_0.8.0-2+b1_amd64.deb ...
#16 5.905 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ...
#16 5.931 Selecting previously unselected package libfido2-1:amd64.
#16 5.934 Preparing to unpack .../012-libfido2-1_1.12.0-2+b1_amd64.deb ...
#16 5.935 Unpacking libfido2-1:amd64 (1.12.0-2+b1) ...
#16 5.959 Selecting previously unselected package openssh-client.
#16 5.960 Preparing to unpack .../013-openssh-client_1%3a9.2p1-2+deb12u10_amd64.deb ...
#16 5.967 Unpacking openssh-client (1:9.2p1-2+deb12u10) ...
#16 6.070 Selecting previously unselected package python3-pyasn1.
#16 6.073 Preparing to unpack .../014-python3-pyasn1_0.4.8-3+deb12u2_all.deb ...
#16 6.074 Unpacking python3-pyasn1 (0.4.8-3+deb12u2) ...
#16 6.103 Selecting previously unselected package python3-awscrt.
#16 6.105 Preparing to unpack .../015-python3-awscrt_0.16.8+dfsg-1_amd64.deb ...
#16 6.106 Unpacking python3-awscrt (0.16.8+dfsg-1) ...
#16 6.189 Selecting previously unselected package python3-colorama.
#16 6.191 Preparing to unpack .../016-python3-colorama_0.4.6-2_all.deb ...
#16 6.192 Unpacking python3-colorama (0.4.6-2) ...
#16 6.224 Selecting previously unselected package python3-cffi-backend:amd64.
#16 6.226 Preparing to unpack .../017-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
#16 6.227 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#16 6.250 Selecting previously unselected package python3-cryptography.
#16 6.252 Preparing to unpack .../018-python3-cryptography_38.0.4-3+deb12u1_amd64.deb ...
#16 6.252 Unpacking python3-cryptography (38.0.4-3+deb12u1) ...
#16 6.341 Selecting previously unselected package python3-six.
#16 6.343 Preparing to unpack .../019-python3-six_1.16.0-4_all.deb ...
#16 6.343 Unpacking python3-six (1.16.0-4) ...
#16 6.369 Selecting previously unselected package python3-dateutil.
#16 6.371 Preparing to unpack .../020-python3-dateutil_2.8.2-2_all.deb ...
#16 6.371 Unpacking python3-dateutil (2.8.2-2) ...
#16 6.395 Selecting previously unselected package lsb-release.
#16 6.397 Preparing to unpack .../021-lsb-release_12.0-1_all.deb ...
#16 6.398 Unpacking lsb-release (12.0-1) ...
#16 6.419 Selecting previously unselected package python3-distro.
#16 6.421 Preparing to unpack .../022-python3-distro_1.8.0-1_all.deb ...
#16 6.421 Unpacking python3-distro (1.8.0-1) ...
#16 6.449 Selecting previously unselected package xml-core.
#16 6.450 Preparing to unpack .../023-xml-core_0.18+nmu1_all.deb ...
#16 6.453 Unpacking xml-core (0.18+nmu1) ...
#16 6.484 Selecting previously unselected package docutils-common.
#16 6.486 Preparing to unpack .../024-docutils-common_0.19+dfsg-6_all.deb ...
#16 6.494 Unpacking docutils-common (0.19+dfsg-6) ...
#16 6.540 Selecting previously unselected package python3-roman.
#16 6.542 Preparing to unpack .../025-python3-roman_3.3-3_all.deb ...
#16 6.542 Unpacking python3-roman (3.3-3) ...
#16 6.565 Selecting previously unselected package python3-docutils.
#16 6.567 Preparing to unpack .../026-python3-docutils_0.19+dfsg-6_all.deb ...
#16 6.569 Unpacking python3-docutils (0.19+dfsg-6) ...
#16 6.623 Selecting previously unselected package python3-jmespath.
#16 6.625 Preparing to unpack .../027-python3-jmespath_1.0.1-1_all.deb ...
#16 6.625 Unpacking python3-jmespath (1.0.1-1) ...
#16 6.647 Selecting previously unselected package python3-wcwidth.
#16 6.648 Preparing to unpack .../028-python3-wcwidth_0.2.5+dfsg1-1.1_all.deb ...
#16 6.649 Unpacking python3-wcwidth (0.2.5+dfsg1-1.1) ...
#16 6.671 Selecting previously unselected package python3-prompt-toolkit.
#16 6.673 Preparing to unpack .../029-python3-prompt-toolkit_3.0.36-2_all.deb ...
#16 6.673 Unpacking python3-prompt-toolkit (3.0.36-2) ...
#16 6.726 Selecting previously unselected package python3-ruamel.yaml.clib:amd64.
#16 6.728 Preparing to unpack .../030-python3-ruamel.yaml.clib_0.2.7-1+b2_amd64.deb ...
#16 6.728 Unpacking python3-ruamel.yaml.clib:amd64 (0.2.7-1+b2) ...
#16 6.754 Selecting previously unselected package python3-ruamel.yaml.
#16 6.756 Preparing to unpack .../031-python3-ruamel.yaml_0.17.21-1_all.deb ...
#16 6.757 Unpacking python3-ruamel.yaml (0.17.21-1) ...
#16 6.787 Selecting previously unselected package python3-urllib3.
#16 6.789 Preparing to unpack .../032-python3-urllib3_1.26.12-1+deb12u3_all.deb ...
#16 6.789 Unpacking python3-urllib3 (1.26.12-1+deb12u3) ...
#16 6.835 Selecting previously unselected package awscli.
#16 6.838 Preparing to unpack .../033-awscli_2.9.19-1_all.deb ...
#16 6.839 Unpacking awscli (2.9.19-1) ...
#16 8.293 Selecting previously unselected package libbrotli1:amd64.
#16 8.302 Preparing to unpack .../034-libbrotli1_1.0.9-2+b6_amd64.deb ...
#16 8.304 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
#16 8.350 Selecting previously unselected package libsasl2-modules-db:amd64.
#16 8.353 Preparing to unpack .../035-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
#16 8.355 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
#16 8.385 Selecting previously unselected package libsasl2-2:amd64.
#16 8.388 Preparing to unpack .../036-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
#16 8.391 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
#16 8.421 Selecting previously unselected package libldap-2.5-0:amd64.
#16 8.424 Preparing to unpack .../037-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ...
#16 8.425 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
#16 8.467 Selecting previously unselected package libnghttp2-14:amd64.
#16 8.472 Preparing to unpack .../038-libnghttp2-14_1.52.0-1+deb12u3_amd64.deb ...
#16 8.474 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u3) ...
#16 8.505 Selecting previously unselected package libpsl5:amd64.
#16 8.509 Preparing to unpack .../039-libpsl5_0.21.2-1_amd64.deb ...
#16 8.510 Unpacking libpsl5:amd64 (0.21.2-1) ...
#16 8.545 Selecting previously unselected package librtmp1:amd64.
#16 8.550 Preparing to unpack .../040-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
#16 8.552 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
#16 8.588 Selecting previously unselected package libssh2-1:amd64.
#16 8.593 Preparing to unpack .../041-libssh2-1_1.10.0-3+b1_amd64.deb ...
#16 8.596 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
#16 8.640 Selecting previously unselected package libcurl4:amd64.
#16 8.646 Preparing to unpack .../042-libcurl4_7.88.1-10+deb12u14_amd64.deb ...
#16 8.648 Unpacking libcurl4:amd64 (7.88.1-10+deb12u14) ...
#16 8.696 Selecting previously unselected package curl.
#16 8.700 Preparing to unpack .../043-curl_7.88.1-10+deb12u14_amd64.deb ...
#16 8.702 Unpacking curl (7.88.1-10+deb12u14) ...
#16 8.745 Selecting previously unselected package libassuan0:amd64.
#16 8.749 Preparing to unpack .../044-libassuan0_2.5.5-5_amd64.deb ...
#16 8.751 Unpacking libassuan0:amd64 (2.5.5-5) ...
#16 8.783 Selecting previously unselected package gpgconf.
#16 8.788 Preparing to unpack .../045-gpgconf_2.2.40-1.1+deb12u2_amd64.deb ...
#16 8.790 Unpacking gpgconf (2.2.40-1.1+deb12u2) ...
#16 8.828 Selecting previously unselected package libksba8:amd64.
#16 8.831 Preparing to unpack .../046-libksba8_1.6.3-2_amd64.deb ...
#16 8.832 Unpacking libksba8:amd64 (1.6.3-2) ...
#16 8.865 Selecting previously unselected package libnpth0:amd64.
#16 8.868 Preparing to unpack .../047-libnpth0_1.6-3_amd64.deb ...
#16 8.869 Unpacking libnpth0:amd64 (1.6-3) ...
#16 8.901 Selecting previously unselected package dirmngr.
#16 8.906 Preparing to unpack .../048-dirmngr_2.2.40-1.1+deb12u2_amd64.deb ...
#16 8.928 Unpacking dirmngr (2.2.40-1.1+deb12u2) ...
#16 9.069 Selecting previously unselected package dumb-init.
#16 9.074 Preparing to unpack .../049-dumb-init_1.2.5-2_amd64.deb ...
#16 9.078 Unpacking dumb-init (1.2.5-2) ...
#16 9.111 Selecting previously unselected package libpng16-16:amd64.
#16 9.117 Preparing to unpack .../050-libpng16-16_1.6.39-2+deb12u5_amd64.deb ...
#16 9.119 Unpacking libpng16-16:amd64 (1.6.39-2+deb12u5) ...
#16 9.164 Selecting previously unselected package libfreetype6:amd64.
#16 9.169 Preparing to unpack .../051-libfreetype6_2.12.1+dfsg-5+deb12u4_amd64.deb ...
#16 9.172 Unpacking libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ...
#16 9.228 Selecting previously unselected package fonts-dejavu-core.
#16 9.232 Preparing to unpack .../052-fonts-dejavu-core_2.37-6_all.deb ...
#16 9.235 Unpacking fonts-dejavu-core (2.37-6) ...
#16 9.358 Selecting previously unselected package fontconfig-config.
#16 ...
#17 [build 6/13] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard b7773e2175e3ba6fbca47e183f7d342b18f24b37 && opam update
#17 13.24 [default] synchronised from git+file:///home/opam/opam-repository
#17 13.63 Now run 'opam upgrade' to apply any package updates.
#17 DONE 16.4s
#16 [stage-1 3/12] 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
#16 9.363 Preparing to unpack .../053-fontconfig-config_2.14.1-4_amd64.deb ...
#16 9.517 Unpacking fontconfig-config (2.14.1-4) ...
#16 ...
#18 [build 7/13] RUN opam option --global solver=builtin-0install
#18 0.285 Set to 'builtin-0install' the field solver in global configuration
#18 DONE 0.3s
#16 [stage-1 3/12] 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
#16 9.552 Selecting previously unselected package libfontconfig1:amd64.
#16 9.556 Preparing to unpack .../054-libfontconfig1_2.14.1-4_amd64.deb ...
#16 9.556 Unpacking libfontconfig1:amd64 (2.14.1-4) ...
#16 9.592 Selecting previously unselected package fontconfig.
#16 9.597 Preparing to unpack .../055-fontconfig_2.14.1-4_amd64.deb ...
#16 9.598 Unpacking fontconfig (2.14.1-4) ...
#16 9.636 Selecting previously unselected package libcurl3-gnutls:amd64.
#16 9.640 Preparing to unpack .../056-libcurl3-gnutls_7.88.1-10+deb12u14_amd64.deb ...
#16 9.641 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u14) ...
#16 9.687 Selecting previously unselected package liberror-perl.
#16 9.692 Preparing to unpack .../057-liberror-perl_0.17029-2_all.deb ...
#16 9.693 Unpacking liberror-perl (0.17029-2) ...
#16 9.725 Selecting previously unselected package git-man.
#16 9.730 Preparing to unpack .../058-git-man_1%3a2.39.5-0+deb12u3_all.deb ...
#16 9.731 Unpacking git-man (1:2.39.5-0+deb12u3) ...
#16 ...
#19 [build 8/13] COPY --chown=opam --link deployer.opam /src/
#19 DONE 0.1s
#20 [build 9/13] WORKDIR /src
#20 DONE 0.1s
#16 [stage-1 3/12] 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
#16 9.842 Selecting previously unselected package git.
#16 9.846 Preparing to unpack .../059-git_1%3a2.39.5-0+deb12u3_amd64.deb ...
#16 9.853 Unpacking git (1:2.39.5-0+deb12u3) ...
#16 10.28 Selecting previously unselected package gnupg-l10n.
#16 10.29 Preparing to unpack .../060-gnupg-l10n_2.2.40-1.1+deb12u2_all.deb ...
#16 10.29 Unpacking gnupg-l10n (2.2.40-1.1+deb12u2) ...
#16 10.37 Selecting previously unselected package gnupg-utils.
#16 10.37 Preparing to unpack .../061-gnupg-utils_2.2.40-1.1+deb12u2_amd64.deb ...
#16 10.37 Unpacking gnupg-utils (2.2.40-1.1+deb12u2) ...
#16 10.44 Selecting previously unselected package gpg.
#16 10.45 Preparing to unpack .../062-gpg_2.2.40-1.1+deb12u2_amd64.deb ...
#16 10.45 Unpacking gpg (2.2.40-1.1+deb12u2) ...
#16 10.51 Selecting previously unselected package pinentry-curses.
#16 10.52 Preparing to unpack .../063-pinentry-curses_1.2.1-1_amd64.deb ...
#16 10.52 Unpacking pinentry-curses (1.2.1-1) ...
#16 10.55 Selecting previously unselected package gpg-agent.
#16 10.55 Preparing to unpack .../064-gpg-agent_2.2.40-1.1+deb12u2_amd64.deb ...
#16 10.55 Unpacking gpg-agent (2.2.40-1.1+deb12u2) ...
#16 10.60 Selecting previously unselected package gpg-wks-client.
#16 10.60 Preparing to unpack .../065-gpg-wks-client_2.2.40-1.1+deb12u2_amd64.deb ...
#16 10.60 Unpacking gpg-wks-client (2.2.40-1.1+deb12u2) ...
#16 10.63 Selecting previously unselected package gpg-wks-server.
#16 10.64 Preparing to unpack .../066-gpg-wks-server_2.2.40-1.1+deb12u2_amd64.deb ...
#16 10.64 Unpacking gpg-wks-server (2.2.40-1.1+deb12u2) ...
#16 10.67 Selecting previously unselected package gpgsm.
#16 10.68 Preparing to unpack .../067-gpgsm_2.2.40-1.1+deb12u2_amd64.deb ...
#16 10.68 Unpacking gpgsm (2.2.40-1.1+deb12u2) ...
#16 10.73 Selecting previously unselected package gnupg.
#16 10.73 Preparing to unpack .../068-gnupg_2.2.40-1.1+deb12u2_all.deb ...
#16 10.73 Unpacking gnupg (2.2.40-1.1+deb12u2) ...
#16 10.78 Selecting previously unselected package gnupg2.
#16 10.79 Preparing to unpack .../069-gnupg2_2.2.40-1.1+deb12u2_all.deb ...
#16 10.79 Unpacking gnupg2 (2.2.40-1.1+deb12u2) ...
#16 10.81 Selecting previously unselected package libann0.
#16 10.82 Preparing to unpack .../070-libann0_1.1.2+doc-9+b1_amd64.deb ...
#16 10.82 Unpacking libann0 (1.1.2+doc-9+b1) ...
#16 10.84 Selecting previously unselected package libcdt5:amd64.
#16 10.84 Preparing to unpack .../071-libcdt5_2.42.2-7+deb12u1_amd64.deb ...
#16 10.84 Unpacking libcdt5:amd64 (2.42.2-7+deb12u1) ...
#16 10.87 Selecting previously unselected package libcgraph6:amd64.
#16 10.87 Preparing to unpack .../072-libcgraph6_2.42.2-7+deb12u1_amd64.deb ...
#16 10.87 Unpacking libcgraph6:amd64 (2.42.2-7+deb12u1) ...
#16 10.89 Selecting previously unselected package libaom3:amd64.
#16 10.90 Preparing to unpack .../073-libaom3_3.6.0-1+deb12u2_amd64.deb ...
#16 10.90 Unpacking libaom3:amd64 (3.6.0-1+deb12u2) ...
#16 11.05 Selecting previously unselected package libdav1d6:amd64.
#16 11.06 Preparing to unpack .../074-libdav1d6_1.0.0-2+deb12u1_amd64.deb ...
#16 11.06 Unpacking libdav1d6:amd64 (1.0.0-2+deb12u1) ...
#16 11.12 Selecting previously unselected package libabsl20220623:amd64.
#16 11.12 Preparing to unpack .../075-libabsl20220623_20220623.1-1+deb12u2_amd64.deb ...
#16 11.12 Unpacking libabsl20220623:amd64 (20220623.1-1+deb12u2) ...
#16 11.18 Selecting previously unselected package libgav1-1:amd64.
#16 11.19 Preparing to unpack .../076-libgav1-1_0.18.0-1+b1_amd64.deb ...
#16 11.19 Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
#16 11.23 Selecting previously unselected package librav1e0:amd64.
#16 11.23 Preparing to unpack .../077-librav1e0_0.5.1-6_amd64.deb ...
#16 11.23 Unpacking librav1e0:amd64 (0.5.1-6) ...
#16 11.31 Selecting previously unselected package libsvtav1enc1:amd64.
#16 11.32 Preparing to unpack .../078-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ...
#16 11.32 Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
#16 11.49 Selecting previously unselected package libjpeg62-turbo:amd64.
#16 11.50 Preparing to unpack .../079-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ...
#16 11.50 Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ...
#16 11.53 Selecting previously unselected package libyuv0:amd64.
#16 11.53 Preparing to unpack .../080-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ...
#16 11.53 Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
#16 11.57 Selecting previously unselected package libavif15:amd64.
#16 11.58 Preparing to unpack .../081-libavif15_0.11.1-1+deb12u1_amd64.deb ...
#16 11.58 Unpacking libavif15:amd64 (0.11.1-1+deb12u1) ...
#16 11.60 Selecting previously unselected package libde265-0:amd64.
#16 11.61 Preparing to unpack .../082-libde265-0_1.0.11-1+deb12u2_amd64.deb ...
#16 11.61 Unpacking libde265-0:amd64 (1.0.11-1+deb12u2) ...
#16 11.65 Selecting previously unselected package libnuma1:amd64.
#16 11.65 Preparing to unpack .../083-libnuma1_2.0.16-1_amd64.deb ...
#16 11.65 Unpacking libnuma1:amd64 (2.0.16-1) ...
#16 11.71 Selecting previously unselected package libx265-199:amd64.
#16 ...
#21 [build 10/13] RUN opam pin -yn add .
#21 1.712 [NOTE] Package deployer does not exist in opam repositories registered in the current switch.
#21 1.713 deployer is now pinned to file:///src (version dev)
#21 DONE 1.8s
#16 [stage-1 3/12] 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
#16 11.71 Preparing to unpack .../084-libx265-199_3.5-2+b1_amd64.deb ...
#16 11.72 Unpacking libx265-199:amd64 (3.5-2+b1) ...
#16 11.85 Selecting previously unselected package libheif1:amd64.
#16 11.85 Preparing to unpack .../085-libheif1_1.15.1-1+deb12u1_amd64.deb ...
#16 11.85 Unpacking libheif1:amd64 (1.15.1-1+deb12u1) ...
#16 11.89 Selecting previously unselected package libdeflate0:amd64.
#16 11.89 Preparing to unpack .../086-libdeflate0_1.14-1_amd64.deb ...
#16 11.89 Unpacking libdeflate0:amd64 (1.14-1) ...
#16 11.92 Selecting previously unselected package libjbig0:amd64.
#16 11.93 Preparing to unpack .../087-libjbig0_2.1-6.1_amd64.deb ...
#16 11.93 Unpacking libjbig0:amd64 (2.1-6.1) ...
#16 11.96 Selecting previously unselected package liblerc4:amd64.
#16 11.96 Preparing to unpack .../088-liblerc4_4.0.0+ds-2_amd64.deb ...
#16 11.96 Unpacking liblerc4:amd64 (4.0.0+ds-2) ...
#16 12.00 Selecting previously unselected package libwebp7:amd64.
#16 12.01 Preparing to unpack .../089-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ...
#16 12.01 Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
#16 12.05 Selecting previously unselected package libtiff6:amd64.
#16 12.05 Preparing to unpack .../090-libtiff6_4.5.0-6+deb12u4_amd64.deb ...
#16 12.05 Unpacking libtiff6:amd64 (4.5.0-6+deb12u4) ...
#16 12.09 Selecting previously unselected package libxau6:amd64.
#16 12.10 Preparing to unpack .../091-libxau6_1%3a1.0.9-1_amd64.deb ...
#16 12.10 Unpacking libxau6:amd64 (1:1.0.9-1) ...
#16 12.13 Selecting previously unselected package libxdmcp6:amd64.
#16 12.13 Preparing to unpack .../092-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
#16 12.13 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
#16 12.16 Selecting previously unselected package libxcb1:amd64.
#16 12.16 Preparing to unpack .../093-libxcb1_1.15-1_amd64.deb ...
#16 12.16 Unpacking libxcb1:amd64 (1.15-1) ...
#16 12.19 Selecting previously unselected package libx11-data.
#16 12.19 Preparing to unpack .../094-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ...
#16 12.19 Unpacking libx11-data (2:1.8.4-2+deb12u2) ...
#16 12.25 Selecting previously unselected package libx11-6:amd64.
#16 12.25 Preparing to unpack .../095-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ...
#16 12.25 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
#16 12.32 Selecting previously unselected package libxpm4:amd64.
#16 12.33 Preparing to unpack .../096-libxpm4_1%3a3.5.12-1.1+deb12u1_amd64.deb ...
#16 12.33 Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ...
#16 12.36 Selecting previously unselected package libgd3:amd64.
#16 12.36 Preparing to unpack .../097-libgd3_2.3.3-9_amd64.deb ...
#16 12.36 Unpacking libgd3:amd64 (2.3.3-9) ...
#16 12.39 Selecting previously unselected package libglib2.0-0:amd64.
#16 12.40 Preparing to unpack .../098-libglib2.0-0_2.74.6-2+deb12u9_amd64.deb ...
#16 12.40 Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u9) ...
#16 12.52 Selecting previously unselected package libgts-0.7-5:amd64.
#16 12.52 Preparing to unpack .../099-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ...
#16 12.52 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
#16 12.56 Selecting previously unselected package libpixman-1-0:amd64.
#16 12.56 Preparing to unpack .../100-libpixman-1-0_0.42.2-1_amd64.deb ...
#16 12.56 Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
#16 12.61 Selecting previously unselected package libxcb-render0:amd64.
#16 12.61 Preparing to unpack .../101-libxcb-render0_1.15-1_amd64.deb ...
#16 12.61 Unpacking libxcb-render0:amd64 (1.15-1) ...
#16 12.64 Selecting previously unselected package libxcb-shm0:amd64.
#16 12.64 Preparing to unpack .../102-libxcb-shm0_1.15-1_amd64.deb ...
#16 12.64 Unpacking libxcb-shm0:amd64 (1.15-1) ...
#16 12.67 Selecting previously unselected package libxext6:amd64.
#16 12.67 Preparing to unpack .../103-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
#16 12.67 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
#16 12.70 Selecting previously unselected package libxrender1:amd64.
#16 12.70 Preparing to unpack .../104-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
#16 12.71 Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
#16 12.73 Selecting previously unselected package libcairo2:amd64.
#16 12.73 Preparing to unpack .../105-libcairo2_1.16.0-7_amd64.deb ...
#16 12.73 Unpacking libcairo2:amd64 (1.16.0-7) ...
#16 12.79 Selecting previously unselected package libltdl7:amd64.
#16 12.79 Preparing to unpack .../106-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
#16 12.79 Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
#16 12.82 Selecting previously unselected package libfribidi0:amd64.
#16 12.83 Preparing to unpack .../107-libfribidi0_1.0.8-2.1_amd64.deb ...
#16 12.83 Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
#16 12.86 Selecting previously unselected package libgraphite2-3:amd64.
#16 12.86 Preparing to unpack .../108-libgraphite2-3_1.3.14-1_amd64.deb ...
#16 12.86 Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
#16 12.89 Selecting previously unselected package libharfbuzz0b:amd64.
#16 12.89 Preparing to unpack .../109-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
#16 12.89 Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
#16 12.96 Selecting previously unselected package libthai-data.
#16 12.96 Preparing to unpack .../110-libthai-data_0.1.29-1_all.deb ...
#16 12.96 Unpacking libthai-data (0.1.29-1) ...
#16 13.00 Selecting previously unselected package libdatrie1:amd64.
#16 13.00 Preparing to unpack .../111-libdatrie1_0.2.13-2+b1_amd64.deb ...
#16 13.00 Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
#16 13.03 Selecting previously unselected package libthai0:amd64.
#16 13.04 Preparing to unpack .../112-libthai0_0.1.29-1_amd64.deb ...
#16 13.04 Unpacking libthai0:amd64 (0.1.29-1) ...
#16 13.06 Selecting previously unselected package libpango-1.0-0:amd64.
#16 13.07 Preparing to unpack .../113-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
#16 13.07 Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
#16 13.11 Selecting previously unselected package libpangoft2-1.0-0:amd64.
#16 13.11 Preparing to unpack .../114-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
#16 13.11 Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
#16 13.14 Selecting previously unselected package libpangocairo-1.0-0:amd64.
#16 13.14 Preparing to unpack .../115-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
#16 13.14 Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
#16 13.17 Selecting previously unselected package libpathplan4:amd64.
#16 13.18 Preparing to unpack .../116-libpathplan4_2.42.2-7+deb12u1_amd64.deb ...
#16 13.18 Unpacking libpathplan4:amd64 (2.42.2-7+deb12u1) ...
#16 13.21 Selecting previously unselected package libgvc6.
#16 13.21 Preparing to unpack .../117-libgvc6_2.42.2-7+deb12u1_amd64.deb ...
#16 13.21 Unpacking libgvc6 (2.42.2-7+deb12u1) ...
#16 13.28 Selecting previously unselected package libgvpr2:amd64.
#16 13.29 Preparing to unpack .../118-libgvpr2_2.42.2-7+deb12u1_amd64.deb ...
#16 13.29 Unpacking libgvpr2:amd64 (2.42.2-7+deb12u1) ...
#16 13.33 Selecting previously unselected package liblab-gamut1:amd64.
#16 13.33 Preparing to unpack .../119-liblab-gamut1_2.42.2-7+deb12u1_amd64.deb ...
#16 13.33 Unpacking liblab-gamut1:amd64 (2.42.2-7+deb12u1) ...
#16 13.42 Selecting previously unselected package x11-common.
#16 13.43 Preparing to unpack .../120-x11-common_1%3a7.7+23_all.deb ...
#16 13.43 Unpacking x11-common (1:7.7+23) ...
#16 13.47 Selecting previously unselected package libice6:amd64.
#16 13.47 Preparing to unpack .../121-libice6_2%3a1.0.10-1_amd64.deb ...
#16 13.47 Unpacking libice6:amd64 (2:1.0.10-1) ...
#16 13.50 Selecting previously unselected package libsm6:amd64.
#16 13.51 Preparing to unpack .../122-libsm6_2%3a1.2.3-1_amd64.deb ...
#16 13.51 Unpacking libsm6:amd64 (2:1.2.3-1) ...
#16 13.54 Selecting previously unselected package libxt6:amd64.
#16 13.54 Preparing to unpack .../123-libxt6_1%3a1.2.1-1.1_amd64.deb ...
#16 13.54 Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
#16 13.58 Selecting previously unselected package libxmu6:amd64.
#16 13.58 Preparing to unpack .../124-libxmu6_2%3a1.1.3-3_amd64.deb ...
#16 13.58 Unpacking libxmu6:amd64 (2:1.1.3-3) ...
#16 13.61 Selecting previously unselected package libxaw7:amd64.
#16 13.61 Preparing to unpack .../125-libxaw7_2%3a1.0.14-1_amd64.deb ...
#16 13.61 Unpacking libxaw7:amd64 (2:1.0.14-1) ...
#16 13.65 Selecting previously unselected package graphviz.
#16 13.66 Preparing to unpack .../126-graphviz_2.42.2-7+deb12u1_amd64.deb ...
#16 13.66 Unpacking graphviz (2.42.2-7+deb12u1) ...
#16 13.73 Selecting previously unselected package libc-dev-bin.
#16 13.73 Preparing to unpack .../127-libc-dev-bin_2.36-9+deb12u14_amd64.deb ...
#16 13.74 Unpacking libc-dev-bin (2.36-9+deb12u14) ...
#16 13.76 Selecting previously unselected package linux-libc-dev:amd64.
#16 13.76 Preparing to unpack .../128-linux-libc-dev_6.1.174-1_amd64.deb ...
#16 13.76 Unpacking linux-libc-dev:amd64 (6.1.174-1) ...
#16 13.94 Selecting previously unselected package libcrypt-dev:amd64.
#16 13.94 Preparing to unpack .../129-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
#16 13.95 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
#16 13.98 Selecting previously unselected package libtirpc-dev:amd64.
#16 13.98 Preparing to unpack .../130-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
#16 13.98 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
#16 14.01 Selecting previously unselected package libnsl-dev:amd64.
#16 14.02 Preparing to unpack .../131-libnsl-dev_1.3.0-2_amd64.deb ...
#16 14.02 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
#16 14.04 Selecting previously unselected package rpcsvc-proto.
#16 14.04 Preparing to unpack .../132-rpcsvc-proto_1.4.3-1_amd64.deb ...
#16 14.05 Unpacking rpcsvc-proto (1.4.3-1) ...
#16 14.07 Selecting previously unselected package libc6-dev:amd64.
#16 14.08 Preparing to unpack .../133-libc6-dev_2.36-9+deb12u14_amd64.deb ...
#16 14.08 Unpacking libc6-dev:amd64 (2.36-9+deb12u14) ...
#16 14.26 Selecting previously unselected package libev4:amd64.
#16 14.26 Preparing to unpack .../134-libev4_1%3a4.33-1_amd64.deb ...
#16 14.26 Unpacking libev4:amd64 (1:4.33-1) ...
#16 14.29 Selecting previously unselected package libffi-dev:amd64.
#16 14.29 Preparing to unpack .../135-libffi-dev_3.4.4-1_amd64.deb ...
#16 14.29 Unpacking libffi-dev:amd64 (3.4.4-1) ...
#16 14.32 Selecting previously unselected package libsqlite3-dev:amd64.
#16 14.33 Preparing to unpack .../136-libsqlite3-dev_3.40.1-2+deb12u2_amd64.deb ...
#16 14.33 Unpacking libsqlite3-dev:amd64 (3.40.1-2+deb12u2) ...
#16 14.44 Setting up libksba8:amd64 (1.6.3-2) ...
#16 14.45 Setting up media-types (10.0.0) ...
#16 14.45 Setting up dumb-init (1.2.5-2) ...
#16 14.45 Setting up libgraphite2-3:amd64 (1.3.14-1) ...
#16 14.45 Setting up libpixman-1-0:amd64 (0.42.2-1) ...
#16 14.45 Setting up libaom3:amd64 (3.6.0-1+deb12u2) ...
#16 14.45 Setting up libabsl20220623:amd64 (20220623.1-1+deb12u2) ...
#16 14.46 Setting up libxau6:amd64 (1:1.0.9-1) ...
#16 14.46 Setting up libkeyutils1:amd64 (1.6.3-2) ...
#16 14.46 Setting up libpsl5:amd64 (0.21.2-1) ...
#16 14.46 Setting up liblerc4:amd64 (4.0.0+ds-2) ...
#16 14.46 Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
#16 14.46 Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u9) ...
#16 14.47 No schema files found: doing nothing.
#16 14.47 Setting up libtirpc-common (1.3.3+ds-1) ...
#16 14.47 Setting up libev4:amd64 (1:4.33-1) ...
#16 14.48 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ...
#16 14.48 Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
#16 14.48 Setting up libsqlite3-0:amd64 (3.40.1-2+deb12u2) ...
#16 14.48 Setting up liblab-gamut1:amd64 (2.42.2-7+deb12u1) ...
#16 14.48 Setting up x11-common (1:7.7+23) ...
#16 14.55 debconf: unable to initialize frontend: Dialog
#16 14.55 debconf: (TERM is not set, so the dialog frontend is not usable.)
#16 14.55 debconf: falling back to frontend: Readline
#16 14.56 debconf: unable to initialize frontend: Readline
#16 14.56 debconf: (This frontend requires a controlling tty.)
#16 14.56 debconf: falling back to frontend: Teletype
#16 14.59 invoke-rc.d: could not determine current runlevel
#16 14.59 invoke-rc.d: policy-rc.d denied execution of restart.
#16 14.60 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u3) ...
#16 14.60 Setting up libdeflate0:amd64 (1.14-1) ...
#16 14.60 Setting up linux-libc-dev:amd64 (6.1.174-1) ...
#16 14.61 Setting up libnpth0:amd64 (1.6-3) ...
#16 14.61 Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
#16 14.61 Setting up libassuan0:amd64 (2.5.5-5) ...
#16 14.61 Setting up libffi-dev:amd64 (3.4.4-1) ...
#16 14.61 Setting up libjbig0:amd64 (2.1-6.1) ...
#16 14.61 Setting up librav1e0:amd64 (0.5.1-6) ...
#16 14.62 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u5) ...
#16 14.62 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
#16 14.62 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
#16 14.62 Setting up perl-modules-5.36 (5.36.0-7+deb12u3) ...
#16 14.62 Setting up rpcsvc-proto (1.4.3-1) ...
#16 14.62 Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ...
#16 14.63 Setting up libx11-data (2:1.8.4-2+deb12u2) ...
#16 14.63 Setting up gnupg-l10n (2.2.40-1.1+deb12u2) ...
#16 14.63 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
#16 14.63 Setting up libpathplan4:amd64 (2.42.2-7+deb12u1) ...
#16 14.63 Setting up libann0 (1.1.2+doc-9+b1) ...
#16 14.64 Setting up libfribidi0:amd64 (1.0.8-2.1) ...
#16 14.64 Setting up libpng16-16:amd64 (1.6.39-2+deb12u5) ...
#16 14.64 Setting up fonts-dejavu-core (2.37-6) ...
#16 14.64 Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
#16 14.65 Setting up libncursesw6:amd64 (6.4-4) ...
#16 14.65 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u5) ...
#16 14.65 Setting up libdav1d6:amd64 (1.0.0-2+deb12u1) ...
#16 14.65 Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
#16 14.65 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
#16 14.65 Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
#16 14.66 Setting up libnuma1:amd64 (2.0.16-1) ...
#16 14.66 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
#16 14.67 Setting up libtiff6:amd64 (4.5.0-6+deb12u4) ...
#16 14.67 Setting up libuchardet0:amd64 (0.0.7-1) ...
#16 14.67 Setting up git-man (1:2.39.5-0+deb12u3) ...
#16 14.67 Setting up libthai-data (0.1.29-1) ...
#16 14.68 Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
#16 14.68 Setting up netbase (6.4) ...
#16 14.68 Setting up sgml-base (1.31) ...
#16 14.71 Setting up libcdt5:amd64 (2.42.2-7+deb12u1) ...
#16 14.71 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u5) ...
#16 14.72 Setting up libcgraph6:amd64 (2.42.2-7+deb12u1) ...
#16 14.72 Setting up lsb-release (12.0-1) ...
#16 14.72 Setting up libfido2-1:amd64 (1.12.0-2+b1) ...
#16 14.72 Setting up libde265-0:amd64 (1.0.11-1+deb12u2) ...
#16 14.72 Setting up libc-dev-bin (2.36-9+deb12u14) ...
#16 14.72 Setting up openssl (3.0.20-1~deb12u2) ...
#16 14.73 Setting up libbsd0:amd64 (0.11.7-2) ...
#16 14.73 Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
#16 14.73 Setting up readline-common (8.2-1.3) ...
#16 14.73 Setting up libgdbm6:amd64 (1.23-3) ...
#16 14.74 Setting up libpopt0:amd64 (1.19+dfsg-1) ...
#16 14.74 Setting up pinentry-curses (1.2.1-1) ...
#16 14.75 Setting up libice6:amd64 (2:1.0.10-1) ...
#16 14.76 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
#16 14.76 Setting up libxcb1:amd64 (1.15-1) ...
#16 14.76 Setting up libavif15:amd64 (0.11.1-1+deb12u1) ...
#16 14.76 Setting up libxcb-render0:amd64 (1.15-1) ...
#16 14.77 Setting up fontconfig-config (2.14.1-4) ...
#16 14.83 debconf: unable to initialize frontend: Dialog
#16 14.83 debconf: (TERM is not set, so the dialog frontend is not usable.)
#16 14.83 debconf: falling back to frontend: Readline
#16 14.84 debconf: unable to initialize frontend: Readline
#16 14.84 debconf: (This frontend requires a controlling tty.)
#16 14.84 debconf: falling back to frontend: Teletype
#16 15.02 Setting up libedit2:amd64 (3.1-20221030-2) ...
#16 15.02 Setting up libreadline8:amd64 (8.2-1.3) ...
#16 15.03 Setting up libxcb-shm0:amd64 (1.15-1) ...
#16 15.03 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
#16 15.03 Setting up libthai0:amd64 (0.1.29-1) ...
#16 15.03 Setting up ca-certificates (20230311+deb12u1) ...
#16 15.11 debconf: unable to initialize frontend: Dialog
#16 15.11 debconf: (TERM is not set, so the dialog frontend is not usable.)
#16 15.11 debconf: falling back to frontend: Readline
#16 15.12 debconf: unable to initialize frontend: Readline
#16 15.12 debconf: (This frontend requires a controlling tty.)
#16 15.12 debconf: falling back to frontend: Teletype
#16 15.79 Updating certificates in /etc/ssl/certs...
#16 16.65 142 added, 0 removed; done.
#16 16.67 Setting up libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ...
#16 16.67 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u5) ...
#16 16.68 Setting up libgdbm-compat4:amd64 (1.23-3) ...
#16 16.68 Setting up libx265-199:amd64 (3.5-2+b1) ...
#16 16.68 Setting up libgvpr2:amd64 (2.42.2-7+deb12u1) ...
#16 16.69 Setting up groff-base (1.22.4-10) ...
#16 16.69 Setting up xml-core (0.18+nmu1) ...
#16 16.86 Setting up gpgconf (2.2.40-1.1+deb12u2) ...
#16 16.86 Setting up libcurl4:amd64 (7.88.1-10+deb12u14) ...
#16 16.87 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
#16 16.87 Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
#16 16.87 Setting up curl (7.88.1-10+deb12u14) ...
#16 16.87 Setting up libfontconfig1:amd64 (2.14.1-4) ...
#16 16.88 Setting up libsm6:amd64 (2:1.2.3-1) ...
#16 16.88 Setting up libperl5.36:amd64 (5.36.0-7+deb12u3) ...
#16 16.88 Setting up gpg (2.2.40-1.1+deb12u2) ...
#16 16.88 Setting up rsync (3.2.7-1+deb12u5) ...
#16 16.89 invoke-rc.d: could not determine current runlevel
#16 16.90 invoke-rc.d: policy-rc.d denied execution of start.
#16 16.97 Setting up gnupg-utils (2.2.40-1.1+deb12u2) ...
#16 16.98 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
#16 16.98 Setting up fontconfig (2.14.1-4) ...
#16 16.98 Regenerating fonts cache... done.
#16 19.02 Setting up gpg-agent (2.2.40-1.1+deb12u2) ...
#16 19.47 Setting up libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ...
#16 19.47 Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
#16 19.47 Setting up openssh-client (1:9.2p1-2+deb12u10) ...
#16 19.53 Setting up gpgsm (2.2.40-1.1+deb12u2) ...
#16 19.53 Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
#16 19.54 Setting up libheif1:amd64 (1.15.1-1+deb12u1) ...
#16 19.54 Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
#16 19.55 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u14) ...
#16 19.55 Setting up libcairo2:amd64 (1.16.0-7) ...
#16 19.55 Setting up dirmngr (2.2.40-1.1+deb12u2) ...
#16 19.68 Setting up perl (5.36.0-7+deb12u3) ...
#16 19.70 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
#16 19.71 Setting up libgd3:amd64 (2.3.3-9) ...
#16 19.71 Setting up libxt6:amd64 (1:1.2.1-1.1) ...
#16 19.71 Setting up gpg-wks-server (2.2.40-1.1+deb12u2) ...
#16 19.72 Setting up libnsl2:amd64 (1.3.0-2) ...
#16 19.73 Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
#16 19.73 Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
#16 19.73 Setting up libxmu6:amd64 (2:1.1.3-3) ...
#16 19.74 Setting up gpg-wks-client (2.2.40-1.1+deb12u2) ...
#16 19.74 Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u7) ...
#16 19.74 Setting up libxaw7:amd64 (2:1.0.14-1) ...
#16 19.75 Setting up liberror-perl (0.17029-2) ...
#16 19.75 Setting up libgvc6 (2.42.2-7+deb12u1) ...
#16 19.77 Setting up git (1:2.39.5-0+deb12u3) ...
#16 19.79 Setting up libnsl-dev:amd64 (1.3.0-2) ...
#16 19.79 Setting up gnupg (2.2.40-1.1+deb12u2) ...
#16 19.79 Setting up libc6-dev:amd64 (2.36-9+deb12u14) ...
#16 19.79 Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
#16 19.80 Setting up graphviz (2.42.2-7+deb12u1) ...
#16 19.80 Setting up python3.11 (3.11.2-6+deb12u7) ...
#16 20.41 Setting up gnupg2 (2.2.40-1.1+deb12u2) ...
#16 20.41 Setting up python3 (3.11.2-1+b1) ...
#16 20.42 running python rtupdate hooks for python3.11...
#16 20.42 running python post-rtupdate hooks for python3.11...
#16 20.51 Setting up python3-six (1.16.0-4) ...
#16 20.62 Setting up python3-roman (3.3-3) ...
#16 20.73 Setting up python3-wcwidth (0.2.5+dfsg1-1.1) ...
#16 20.90 Setting up libsqlite3-dev:amd64 (3.40.1-2+deb12u2) ...
#16 20.90 Setting up python3-jmespath (1.0.1-1) ...
#16 21.02 Setting up python3-urllib3 (1.26.12-1+deb12u3) ...
#16 21.16 Setting up python3-pyasn1 (0.4.8-3+deb12u2) ...
#16 21.31 Setting up python3-dateutil (2.8.2-2) ...
#16 21.45 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#16 21.45 Setting up python3-awscrt (0.16.8+dfsg-1) ...
#16 21.58 Setting up python3-prompt-toolkit (3.0.36-2) ...
#16 21.87 Setting up python3-distro (1.8.0-1) ...
#16 ...
#22 [build 11/13] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#22 3.422 The following actions will be performed:
#22 3.425 === install 153 packages
#22 3.425 - install angstrom 0.16.1 [required by multipart_form-lwt]
#22 3.425 - install ansi 0.7.0 [required by current_web]
#22 3.425 - install asetmap 0.8.1 [required by capnp-rpc-net]
#22 3.425 - install asn1-combinators 0.2.6 [required by capnp-rpc-net]
#22 3.425 - install astring 0.8.5 [required by current_docker, capnp-rpc-unix, current, current_github]
#22 3.425 - install atd 4.2.0 [required by atdgen]
#22 3.425 - install atdgen 4.2.0 [required by github-data]
#22 3.425 - install atdgen-runtime 4.2.0 [required by github-data]
#22 3.425 - install base v0.16.5 [required by capnp]
#22 3.425 - install base-bytes base [required by extunix]
#22 3.425 - install base64 3.5.2 [required by capnp-rpc-unix, current_github]
#22 3.425 - install bigstringaf 0.10.0 [required by multipart_form-lwt]
#22 3.425 - install biniou 1.2.2 [required by atdgen]
#22 3.425 - install bos 0.3.0 [required by current, current_docker]
#22 3.425 - install bstr 0.0.4 [required by prettym]
#22 3.425 - install ca-certs 0.2.3 [required by conduit-lwt-unix]
#22 3.425 - install camlp-streams 5.0.1 [required by biniou]
#22 3.425 - install capnp 3.6.0 [required by capnp-rpc-net]
#22 3.425 - install capnp-rpc 1.2.3 [required by capnp-rpc-net]
#22 3.425 - install capnp-rpc-lwt 1.2.3 [required by capnp-rpc-net, ocluster-api]
#22 3.425 - install capnp-rpc-net 1.2.3 [required by capnp-rpc-unix]
#22 3.425 - install capnp-rpc-unix 1.2.3 [required by deployer]
#22 3.425 - install cf 0.5.0 [required by cf-lwt]
#22 3.425 - install cf-lwt 0.5.0 [required by irmin-watcher]
#22 3.425 - install cmdliner 1.3.0 [required by deployer]
#22 3.425 - install cohttp 6.0.0 [required by cohttp-lwt-unix, github-unix]
#22 3.425 - install cohttp-lwt 6.0.0 [required by cohttp-lwt-unix]
#22 3.425 - install cohttp-lwt-unix 6.0.0 [required by current_github, current_slack]
#22 3.425 - install conduit 6.2.3 [required by conduit-lwt]
#22 3.425 - install conduit-lwt 6.2.3 [required by cohttp-lwt-unix]
#22 3.425 - install conduit-lwt-unix 6.2.3 [required by cohttp-lwt-unix, current_web]
#22 3.425 - install conf-capnproto 2 [required by capnp-rpc-net]
#22 3.425 - install conf-git 1.1 [required by current_git]
#22 3.425 - install conf-gmp 5 [required by zarith]
#22 3.425 - install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
#22 3.425 - install conf-graphviz 0.1 [required by current_web]
#22 3.425 - install conf-libev 4-13 [required by current]
#22 3.425 - install conf-libffi 2.0.0 [required by ctypes-foreign]
#22 3.425 - install conf-pkg-config 5 [required by conf-sqlite3]
#22 3.425 - install conf-sqlite3 1 [required by sqlite3]
#22 3.425 - install cppo 1.8.0 [required by ppx_deriving]
#22 3.425 - install crunch 4.0.0 [required by current_web]
#22 3.425 - install csexp 1.5.2 [required by dune-configurator]
#22 3.425 - install cstruct 6.2.0 [required by current_github]
#22 3.425 - install cstruct-lwt 6.2.0 [required by capnp-rpc-unix]
#22 3.425 - install csv 2.4 [required by current_web]
#22 3.425 - install ctypes 0.24.0 [required by cf, fsevents]
#22 3.425 - install ctypes-foreign 0.24.0 [required by cf]
#22 3.425 - install current 0.7.5 [required by deployer]
#22 3.425 - install current_docker 0.7.5 [required by deployer]
#22 3.425 - install current_git 0.7.5 [required by deployer]
#22 3.425 - install current_github 0.7.5 [required by deployer]
#22 3.425 - install current_incr 0.6.1 [required by current]
#22 3.425 - install current_ocluster 0.4.0 [required by deployer]
#22 3.425 - install current_slack 0.7.5 [required by deployer]
#22 3.425 - install current_ssh 0.7.5 [required by deployer]
#22 3.425 - install current_web 0.7.5 [required by deployer]
#22 3.425 - install domain-name 0.5.0 [required by tls]
#22 3.425 - install dune 3.23.1 [required by deployer]
#22 3.425 - install dune-compiledb 0.6.0 [required by sqlite3]
#22 3.425 - install dune-configurator 3.23.1 [required by extunix, sqlite3]
#22 3.425 - install duration 0.3.1 [required by current_github, current, current_docker, current_ocluster]
#22 3.425 - install easy-format 1.3.4 [required by atd]
#22 3.425 - install eqaf 0.9 [required by mirage-crypto]
#22 3.425 - install extunix 0.4.3 [required by capnp-rpc-unix]
#22 3.425 - install ezjsonm 1.3.0 [required by dune-compiledb]
#22 3.425 - install fmt 0.11.0 [required by deployer]
#22 3.425 - install fpath 0.7.3 [required by current, current_docker]
#22 3.425 - install fsevents 0.3.0 [required by fsevents-lwt]
#22 3.425 - install fsevents-lwt 0.3.0 [required by irmin-watcher]
#22 3.425 - install github 4.5.1 [required by github-unix]
#22 3.425 - install github-data 4.5.1 [required by github]
#22 3.425 - install github-unix 4.5.1 [required by current_github]
#22 3.425 - install gmap 0.3.0 [required by x509]
#22 3.425 - install hex 1.5.0 [required by current_github]
#22 3.425 - install hkdf 1.0.4 (deprecated) [required by tls]
#22 3.425 - install http 6.0.0 [required by cohttp-lwt-unix]
#22 3.425 - install inotify 2.6 [required by irmin-watcher]
#22 3.425 - install integers 0.8.0 [required by ctypes]
#22 3.425 - install ipaddr 5.6.2 [required by tls, conduit-lwt-unix]
#22 3.425 - install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
#22 3.425 - install irmin-watcher 0.5.0 [required by current_git]
#22 3.425 - install jsonm 1.0.2 [required by ezjsonm]
#22 3.425 - install ke 0.6 [required by multipart_form-lwt]
#22 3.425 - install logs 0.10.0 [required by deployer]
#22 3.425 - install lwt 6.1.2 [required by deployer]
#22 3.425 - install lwt-dllist 1.1.0 [required by current]
#22 3.425 - install macaddr 5.6.2 [required by ipaddr]
#22 3.425 - install magic-mime 1.3.1 [required by cohttp-lwt-unix]
#22 3.425 - install menhir 20260209 [required by atd]
#22 3.425 - install menhirCST 20260209 [required by menhir]
#22 3.425 - install menhirGLR 20260209 [required by menhir]
#22 3.425 - install menhirLib 20260209 [required by menhir]
#22 3.425 - install menhirSdk 20260209 [required by menhir]
#22 3.425 - install mirage-clock 4.2.0 [required by tls-mirage]
#22 3.425 - install mirage-crypto 0.11.3 [required by current_github]
#22 3.425 - install mirage-crypto-ec 0.11.3 [required by tls]
#22 3.425 - install mirage-crypto-pk 0.11.3 [required by current_github]
#22 3.425 - install mirage-crypto-rng 0.11.3 [required by mirage-crypto-rng-lwt, capnp-rpc-net, current_web]
#22 3.425 - install mirage-crypto-rng-lwt 0.11.3 [required by capnp-rpc-unix]
#22 3.425 - install mirage-flow 3.0.0 [required by capnp-rpc-unix]
#22 3.425 - install mirage-kv 6.1.1 [required by tls-mirage]
#22 3.425 - install mtime 2.1.0 [required by mirage-crypto-rng-lwt]
#22 3.425 - install multipart_form 0.8.0 [required by multipart_form-lwt]
#22 3.425 - install multipart_form-lwt 0.8.0 [required by current_web]
#22 3.425 - install num 1.6 [required by sexplib]
#22 3.425 - install ocaml-compiler-libs v0.12.4 [required by ppxlib]
#22 3.425 - install ocaml-syntax-shims 1.0.0 [required by angstrom]
#22 3.425 - install ocamlbuild 0.16.1 [required by astring, bos]
#22 3.425 - install ocamlfind 1.9.8 [required by bos, astring, ppx_deriving]
#22 3.425 - install ocluster-api 0.4.0 [required by deployer]
#22 3.425 - install ocplib-endian 1.2 [required by capnp]
#22 3.425 - install optint 0.3.0 [required by mirage-kv]
#22 3.425 - install parsexp v0.16.0 [required by sexplib]
#22 3.425 - install pbkdf 1.2.0 [required by x509]
#22 3.425 - install pecu 0.7 [required by multipart_form]
#22 3.425 - install ppx_derivers 1.2.1 [required by ppx_deriving]
#22 3.425 - install ppx_deriving 6.0.3 [required by deployer]
#22 3.425 - install ppx_deriving_yojson 3.9.1 [required by deployer]
#22 3.425 - install ppx_sexp_conv v0.16.0 [required by cohttp-lwt-unix, current_web]
#22 3.425 - install ppxlib 0.35.0 [required by extunix, ppx_deriving]
#22 3.425 - install prettym 0.0.5 [required by multipart_form]
#22 3.425 - install prometheus 1.3 [required by current_github, current, current_ocluster]
#22 3.425 - install prometheus-app 1.3 [required by deployer]
#22 3.425 - install ptime 1.2.0 [required by current_github]
#22 3.425 - install re 1.14.0 [required by current]
#22 3.425 - install res 5.0.2 [required by capnp]
#22 3.425 - install result 1.5 [required by current_docker, current, current_github]
#22 3.425 - install routes 2.0.0 [required by current_web]
#22 3.425 - install rresult 0.7.0 [required by current_github]
#22 3.425 - install seq base [required by tyxml]
#22 3.425 - install session 0.5.0 [required by current_web]
#22 3.425 - install session-cohttp 0.5.0 [required by session-cohttp-lwt]
#22 3.425 - install session-cohttp-lwt 0.5.0 [required by current_web]
#22 3.425 - install sexplib v0.16.0 [required by current_web]
#22 3.425 - install sexplib0 v0.16.0 [required by cohttp, ppxlib, dune-compiledb, cohttp-lwt]
#22 3.425 - install sqlite3 5.4.1 [required by current]
#22 3.425 - install stdint 0.7.2 [required by capnp-rpc, capnp, capnp-rpc-lwt]
#22 3.425 - install stdio v0.16.0 [required by capnp]
#22 3.425 - install stdlib-shims 0.3.0 [required by ppxlib]
#22 3.425 - install stringext 1.6.0 [required by github-unix]
#22 3.425 - install tls 0.17.3 [required by capnp-rpc-net]
#22 3.425 - install tls-lwt 0.17.3 [required by current_github, current_slack]
#22 3.425 - install tls-mirage 0.17.3 [required by capnp-rpc-net]
#22 3.425 - install topkg 1.1.1 [required by astring, bos]
#22 3.425 - install tyxml 4.6.0 [required by current_github]
#22 3.425 - install unstrctrd 0.4 [required by multipart_form]
#22 3.425 - install uri 4.4.0 [required by current_github, current_slack]
#22 3.425 - install uri-sexp 4.4.0 [required by cohttp]
#22 3.425 - install uutf 1.0.4 [required by tyxml, ezjsonm, multipart_form]
#22 3.425 - install x509 0.16.5 [required by current_github]
#22 3.425 - install yojson 3.0.0 [required by current_slack, current_docker, current_github, current_ssh]
#22 3.425 - install zarith 1.14 [required by asn1-combinators]
#22 3.954
#22 3.954 The following system packages will first need to be installed:
#22 3.954 libcapnp-dev
#22 3.954
#22 3.954 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
#22 3.954
#22 3.954 opam believes some required external dependencies are missing. opam can:
#22 3.954 > 1. Run apt-get to install them (may need root/sudo access)
#22 3.954 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
#22 3.954 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
#22 3.954 4. Abort the installation
#22 3.954
#22 3.954 [1/2/3/4] 1
#22 3.954
#22 3.955 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcapnp-dev"
#22 4.955 - debconf: delaying package configuration, since apt-utils is not installed
#22 5.283 - Selecting previously unselected package libcapnp-dev:amd64.
#22 5.283 - (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 ... 19525 files and directories currently installed.)
#22 5.283 - Preparing to unpack .../libcapnp-dev_0.9.2-2_amd64.deb ...
#22 5.283 - Unpacking libcapnp-dev:amd64 (0.9.2-2) ...
#22 5.283 - Setting up libcapnp-dev:amd64 (0.9.2-2) ...
#22 5.345
#22 5.345 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#22 5.653 -> retrieved angstrom.0.16.1 (cached)
#22 5.659 -> retrieved ansi.0.7.0 (cached)
#22 5.663 -> retrieved asetmap.0.8.1 (cached)
#22 5.691 -> retrieved asn1-combinators.0.2.6 (cached)
#22 5.736 -> retrieved astring.0.8.5 (cached)
#22 5.759 -> retrieved base64.3.5.2 (cached)
#22 5.837 -> retrieved base.v0.16.5 (cached)
#22 5.844 -> retrieved bigstringaf.0.10.0 (cached)
#22 5.853 -> retrieved biniou.1.2.2 (cached)
#22 5.874 -> retrieved bos.0.3.0 (cached)
#22 5.884 -> retrieved bstr.0.0.4 (cached)
#22 5.888 -> retrieved ca-certs.0.2.3 (cached)
#22 5.892 -> retrieved camlp-streams.5.0.1 (cached)
#22 5.930 -> retrieved capnp.3.6.0 (cached)
#22 6.114 -> 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)
#22 6.671 -> retrieved atd.4.2.0, atdgen.4.2.0, atdgen-runtime.4.2.0 (cached)
#22 6.684 -> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)
#22 6.755 -> retrieved cmdliner.1.3.0 (cached)
#22 6.755 -> retrieved conf-gmp.5 (cached)
#22 6.756 -> retrieved conf-gmp-powm-sec.4 (cached)
#22 6.757 -> retrieved conf-libev.4-13 (cached)
#22 6.758 -> retrieved conf-pkg-config.5 (cached)
#22 7.001 -> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0 (cached)
#22 7.044 -> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3 (cached)
#22 7.059 -> retrieved cppo.1.8.0 (cached)
#22 7.118 -> installed conf-capnproto.2
#22 7.120 -> installed conf-git.1.1
#22 7.121 -> installed conf-gmp.5
#22 7.124 -> installed conf-graphviz.0.1
#22 7.125 -> installed conf-libev.4-13
#22 7.132 -> retrieved crunch.4.0.0 (cached)
#22 7.139 -> retrieved csexp.1.5.2 (cached)
#22 7.143 -> installed conf-gmp-powm-sec.4
#22 7.148 -> installed conf-pkg-config.5
#22 7.193 -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)
#22 7.202 -> retrieved csv.2.4 (cached)
#22 7.439 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)
#22 7.444 -> installed conf-libffi.2.0.0
#22 7.445 -> installed conf-sqlite3.1
#22 7.787 -> retrieved current.0.7.5, current_docker.0.7.5, current_git.0.7.5, current_github.0.7.5, current_slack.0.7.5, current_ssh.0.7.5, current_web.0.7.5 (cached)
#22 7.792 -> retrieved current_incr.0.6.1 (cached)
#22 7.912 -> retrieved current_ocluster.0.4.0, ocluster-api.0.4.0 (cached)
#22 7.916 -> retrieved domain-name.0.5.0 (cached)
#22 7.923 -> retrieved dune-compiledb.0.6.0 (cached)
#22 7.926 -> retrieved duration.0.3.1 (cached)
#22 7.934 -> retrieved easy-format.1.3.4 (cached)
#22 7.949 -> retrieved eqaf.0.9 (cached)
#22 7.968 -> retrieved extunix.0.4.3 (cached)
#22 7.973 -> retrieved ezjsonm.1.3.0 (cached)
#22 7.980 -> retrieved fmt.0.11.0 (cached)
#22 7.986 -> retrieved fpath.0.7.3 (cached)
#22 7.998 -> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached)
#22 8.091 -> retrieved github.4.5.1, github-data.4.5.1, github-unix.4.5.1 (cached)
#22 8.093 -> retrieved gmap.0.3.0 (cached)
#22 8.099 -> retrieved hex.1.5.0 (cached)
#22 8.102 -> retrieved hkdf.1.0.4 (cached)
#22 8.110 -> retrieved inotify.2.6 (cached)
#22 8.115 -> retrieved integers.0.8.0 (cached)
#22 8.138 -> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)
#22 8.143 -> retrieved irmin-watcher.0.5.0 (cached)
#22 8.152 -> retrieved jsonm.1.0.2 (cached)
#22 8.159 -> retrieved ke.0.6 (cached)
#22 8.170 -> retrieved logs.0.10.0 (cached)
#22 8.178 -> retrieved lwt-dllist.1.1.0 (cached)
#22 8.188 -> retrieved magic-mime.1.3.1 (cached)
#22 8.298 -> retrieved lwt.6.1.2 (cached)
#22 9.088 -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
#22 ...
#16 [stage-1 3/12] 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
#16 22.00 Setting up python3-colorama (0.4.6-2) ...
#16 22.11 Setting up python3-ruamel.yaml.clib:amd64 (0.2.7-1+b2) ...
#16 22.12 Setting up python3-cryptography (38.0.4-3+deb12u1) ...
#16 22.32 Setting up python3-ruamel.yaml (0.17.21-1) ...
#16 22.50 Processing triggers for libc-bin (2.36-9+deb12u14) ...
#16 22.53 Processing triggers for sgml-base (1.31) ...
#16 22.54 Setting up docutils-common (0.19+dfsg-6) ...
#16 22.63 Processing triggers for sgml-base (1.31) ...
#16 22.64 Setting up python3-docutils (0.19+dfsg-6) ...
#16 22.96 Setting up awscli (2.9.19-1) ...
#16 23.50 Processing triggers for ca-certificates (20230311+deb12u1) ...
#16 23.51 Updating certificates in /etc/ssl/certs...
#16 24.21 0 added, 0 removed; done.
#16 24.21 Running hooks in /etc/ca-certificates/update.d...
#16 24.21 done.
#16 DONE 27.2s
#22 [build 11/13] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#22 15.05 -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)
#22 16.34 -> retrieved mirage-clock.4.2.0 (cached)
#22 16.58 -> 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)
#22 16.58 -> retrieved mirage-flow.3.0.0 (cached)
#22 16.59 -> retrieved mirage-kv.6.1.1 (cached)
#22 16.60 -> retrieved mtime.2.1.0 (cached)
#22 16.61 -> retrieved multipart_form.0.8.0, multipart_form-lwt.0.8.0 (cached)
#22 16.69 -> installed cmdliner.1.3.0
#22 16.70 -> retrieved num.1.6 (cached)
#22 16.72 -> retrieved ocaml-compiler-libs.v0.12.4 (cached)
#22 16.73 -> retrieved ocaml-syntax-shims.1.0.0 (cached)
#22 16.77 -> retrieved ocamlbuild.0.16.1 (cached)
#22 16.89 -> retrieved ocamlfind.1.9.8 (cached)
#22 16.91 -> retrieved ocplib-endian.1.2 (cached)
#22 16.92 -> retrieved optint.0.3.0 (cached)
#22 16.94 -> retrieved parsexp.v0.16.0 (cached)
#22 16.94 -> retrieved pbkdf.1.2.0 (cached)
#22 16.96 -> retrieved pecu.0.7 (cached)
#22 16.96 -> retrieved ppx_derivers.1.2.1 (cached)
#22 16.98 -> retrieved ppx_deriving.6.0.3 (cached)
#22 16.98 -> retrieved ppx_deriving_yojson.3.9.1 (cached)
#22 17.00 -> retrieved ppx_sexp_conv.v0.16.0 (cached)
#22 ...
#23 [stage-1 4/12] RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
#23 0.343 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
#23 0.979 OK
#23 DONE 1.7s
#22 [build 11/13] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#22 17.00 -> retrieved prettym.0.0.5 (cached)
#22 17.02 -> retrieved prometheus.1.3, prometheus-app.1.3 (cached)
#22 17.03 -> retrieved ptime.1.2.0 (cached)
#22 17.10 -> retrieved re.1.14.0 (cached)
#22 17.18 -> retrieved ppxlib.0.35.0 (cached)
#22 17.18 -> retrieved res.5.0.2 (cached)
#22 17.19 -> retrieved result.1.5 (cached)
#22 17.19 -> retrieved seq.base (cached)
#22 17.19 -> installed seq.base
#22 17.20 -> retrieved routes.2.0.0 (cached)
#22 17.20 -> retrieved rresult.0.7.0 (cached)
#22 17.28 -> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0 (cached)
#22 17.30 -> retrieved sexplib.v0.16.0 (cached)
#22 17.30 -> retrieved sexplib0.v0.16.0 (cached)
#22 17.31 -> retrieved sqlite3.5.4.1 (cached)
#22 17.32 -> retrieved stdint.0.7.2 (cached)
#22 17.33 -> retrieved stdio.v0.16.0 (cached)
#22 17.33 -> retrieved stdlib-shims.0.3.0 (cached)
#22 17.34 -> retrieved stringext.1.6.0 (cached)
#22 17.37 -> retrieved topkg.1.1.1 (cached)
#22 17.39 -> retrieved tyxml.4.6.0 (cached)
#22 17.51 -> retrieved tls.0.17.3, tls-lwt.0.17.3, tls-mirage.0.17.3 (cached)
#22 17.52 -> retrieved unstrctrd.0.4 (cached)
#22 17.54 -> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
#22 17.54 -> retrieved uutf.1.0.4 (cached)
#22 17.58 -> retrieved x509.0.16.5 (cached)
#22 17.64 -> retrieved yojson.3.0.0 (cached)
#22 ...
#24 [stage-1 5/12] RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list
#24 DONE 0.6s
#22 [build 11/13] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#22 17.65 -> retrieved zarith.1.14 (cached)
#22 18.05 -> installed num.1.6
#22 19.48 -> installed ocamlfind.1.9.8
#22 19.49 -> installed base-bytes.base
#22 21.42 -> installed ocamlbuild.0.16.1
#22 21.95 -> installed zarith.1.14
#22 ...
#25 [stage-1 6/12] 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
#25 0.320
#25 0.320 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#25 0.320
#25 0.372 Hit:1 http://deb.debian.org/debian bookworm InRelease
#25 0.372 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#25 0.372 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#25 0.390 Get:4 https://download.docker.com/linux/debian bookworm InRelease [46.6 kB]
#25 0.795 Get:5 https://download.docker.com/linux/debian bookworm/stable amd64 Packages [73.6 kB]
#25 0.832 Fetched 120 kB in 0s (247 kB/s)
#25 0.832 Reading package lists...
#25 1.342 Building dependency tree...
#25 1.457 Reading state information...
#25 1.466 All packages are up to date.
#25 1.474 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.
#25 1.485 Reading package lists...
#25 1.496 Building dependency tree...
#25 1.601 Reading state information...
#25 1.703 The following additional packages will be installed:
#25 1.703 containerd.io iptables libip4tc2 libip6tc2 libjansson4 libmnl0
#25 1.703 libnetfilter-conntrack3 libnfnetlink0 libnftables1 libnftnl11 libxtables12
#25 1.703 nftables
#25 1.704 Suggested packages:
#25 1.704 cgroupfs-mount | cgroup-lite docker-model-plugin firewalld kmod
#25 1.704 Recommended packages:
#25 1.704 apparmor docker-ce-rootless-extras pigz procps xz-utils
#25 1.757 The following NEW packages will be installed:
#25 1.757 containerd.io docker-buildx-plugin docker-ce docker-ce-cli
#25 1.758 docker-compose-plugin iptables libip4tc2 libip6tc2 libjansson4 libmnl0
#25 1.758 libnetfilter-conntrack3 libnfnetlink0 libnftables1 libnftnl11 libxtables12
#25 1.758 nftables
#25 1.812 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
#25 1.812 Need to get 25.3 MB/90.0 MB of archives.
#25 1.812 After this operation, 358 MB of additional disk space will be used.
#25 1.812 Get:1 https://download.docker.com/linux/debian bookworm/stable amd64 docker-buildx-plugin amd64 0.35.0-1~debian.12~bookworm [17.2 MB]
#25 2.065 Get:2 https://download.docker.com/linux/debian bookworm/stable amd64 docker-compose-plugin amd64 5.2.0-1~debian.12~bookworm [8076 kB]
#25 2.305 debconf: delaying package configuration, since apt-utils is not installed
#25 2.327 Fetched 25.3 MB in 0s (63.2 MB/s)
#25 2.354 Selecting previously unselected package containerd.io.
#25 2.354 (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 ... 23035 files and directories currently installed.)
#25 2.368 Preparing to unpack .../00-containerd.io_2.2.5-1~debian.12~bookworm_amd64.deb ...
#25 2.369 Unpacking containerd.io (2.2.5-1~debian.12~bookworm) ...
#25 2.989 Selecting previously unselected package docker-ce-cli.
#25 2.991 Preparing to unpack .../01-docker-ce-cli_5%3a29.6.0-1~debian.12~bookworm_amd64.deb ...
#25 2.992 Unpacking docker-ce-cli (5:29.6.0-1~debian.12~bookworm) ...
#25 3.571 Selecting previously unselected package libip4tc2:amd64.
#25 3.574 Preparing to unpack .../02-libip4tc2_1.8.9-2_amd64.deb ...
#25 3.575 Unpacking libip4tc2:amd64 (1.8.9-2) ...
#25 3.600 Selecting previously unselected package libip6tc2:amd64.
#25 3.603 Preparing to unpack .../03-libip6tc2_1.8.9-2_amd64.deb ...
#25 3.603 Unpacking libip6tc2:amd64 (1.8.9-2) ...
#25 3.625 Selecting previously unselected package libxtables12:amd64.
#25 3.628 Preparing to unpack .../04-libxtables12_1.8.9-2_amd64.deb ...
#25 3.629 Unpacking libxtables12:amd64 (1.8.9-2) ...
#25 3.653 Selecting previously unselected package libmnl0:amd64.
#25 3.657 Preparing to unpack .../05-libmnl0_1.0.4-3_amd64.deb ...
#25 3.658 Unpacking libmnl0:amd64 (1.0.4-3) ...
#25 3.681 Selecting previously unselected package libnfnetlink0:amd64.
#25 3.683 Preparing to unpack .../06-libnfnetlink0_1.0.2-2_amd64.deb ...
#25 3.684 Unpacking libnfnetlink0:amd64 (1.0.2-2) ...
#25 3.708 Selecting previously unselected package libnetfilter-conntrack3:amd64.
#25 3.711 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.9-3_amd64.deb ...
#25 3.712 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ...
#25 3.737 Selecting previously unselected package libnftnl11:amd64.
#25 3.740 Preparing to unpack .../08-libnftnl11_1.2.4-2_amd64.deb ...
#25 3.740 Unpacking libnftnl11:amd64 (1.2.4-2) ...
#25 3.766 Selecting previously unselected package iptables.
#25 3.770 Preparing to unpack .../09-iptables_1.8.9-2_amd64.deb ...
#25 3.770 Unpacking iptables (1.8.9-2) ...
#25 3.829 Selecting previously unselected package libjansson4:amd64.
#25 3.832 Preparing to unpack .../10-libjansson4_2.14-2_amd64.deb ...
#25 3.832 Unpacking libjansson4:amd64 (2.14-2) ...
#25 3.853 Selecting previously unselected package libnftables1:amd64.
#25 3.856 Preparing to unpack .../11-libnftables1_1.0.6-2+deb12u2_amd64.deb ...
#25 3.856 Unpacking libnftables1:amd64 (1.0.6-2+deb12u2) ...
#25 3.897 Selecting previously unselected package nftables.
#25 3.900 Preparing to unpack .../12-nftables_1.0.6-2+deb12u2_amd64.deb ...
#25 3.901 Unpacking nftables (1.0.6-2+deb12u2) ...
#25 3.926 Selecting previously unselected package docker-ce.
#25 3.929 Preparing to unpack .../13-docker-ce_5%3a29.6.0-1~debian.12~bookworm_amd64.deb ...
#25 3.936 Unpacking docker-ce (5:29.6.0-1~debian.12~bookworm) ...
#25 4.563 Selecting previously unselected package docker-buildx-plugin.
#25 4.566 Preparing to unpack .../14-docker-buildx-plugin_0.35.0-1~debian.12~bookworm_amd64.deb ...
#25 4.567 Unpacking docker-buildx-plugin (0.35.0-1~debian.12~bookworm) ...
#25 5.165 Selecting previously unselected package docker-compose-plugin.
#25 5.168 Preparing to unpack .../15-docker-compose-plugin_5.2.0-1~debian.12~bookworm_amd64.deb ...
#25 5.169 Unpacking docker-compose-plugin (5.2.0-1~debian.12~bookworm) ...
#25 5.707 Setting up libip4tc2:amd64 (1.8.9-2) ...
#25 5.709 Setting up libip6tc2:amd64 (1.8.9-2) ...
#25 5.710 Setting up libjansson4:amd64 (2.14-2) ...
#25 5.712 Setting up docker-buildx-plugin (0.35.0-1~debian.12~bookworm) ...
#25 5.713 Setting up libmnl0:amd64 (1.0.4-3) ...
#25 5.715 Setting up containerd.io (2.2.5-1~debian.12~bookworm) ...
#25 5.828 Setting up docker-compose-plugin (5.2.0-1~debian.12~bookworm) ...
#25 5.830 Setting up libxtables12:amd64 (1.8.9-2) ...
#25 5.832 Setting up docker-ce-cli (5:29.6.0-1~debian.12~bookworm) ...
#25 5.833 Setting up libnfnetlink0:amd64 (1.0.2-2) ...
#25 5.835 Setting up libnftnl11:amd64 (1.2.4-2) ...
#25 5.837 Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ...
#25 5.839 Setting up libnftables1:amd64 (1.0.6-2+deb12u2) ...
#25 5.840 Setting up nftables (1.0.6-2+deb12u2) ...
#25 5.918 Setting up iptables (1.8.9-2) ...
#25 5.930 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
#25 5.932 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
#25 5.935 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
#25 5.938 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
#25 5.941 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
#25 5.945 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
#25 5.947 Setting up docker-ce (5:29.6.0-1~debian.12~bookworm) ...
#25 5.978 invoke-rc.d: could not determine current runlevel
#25 5.983 invoke-rc.d: policy-rc.d denied execution of start.
#25 6.201 Processing triggers for libc-bin (2.36-9+deb12u14) ...
#25 DONE 6.8s
#22 [build 11/13] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#22 ...
#26 [stage-1 7/12] RUN curl -sL https://github.com/google/go-containerregistry/releases/latest/download/go-containerregistry_Linux_x86_64.tar.gz | tar xzf - -C /usr/local/bin crane
#26 DONE 1.3s
#22 [build 11/13] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#22 25.43 -> installed topkg.1.1.1
#22 ...
#27 [stage-1 8/12] WORKDIR /var/lib/ocurrent
#27 DONE 0.1s
#22 [build 11/13] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#22 25.83 -> installed asetmap.0.8.1
#22 25.92 -> installed rresult.0.7.0
#22 ...
#28 [stage-1 9/12] COPY --link create-config.sh .
#28 DONE 0.0s
#29 [stage-1 10/12] RUN ./create-config.sh
#29 0.317 ci3.ocamllabs.io
#29 0.317 Successfully created context "ci3.ocamllabs.io"
#29 0.352 ci4.ocamllabs.io
#29 0.352 Successfully created context "ci4.ocamllabs.io"
#29 0.385 chives.caelum.ci.dev
#29 0.385 Successfully created context "chives.caelum.ci.dev"
#29 0.420 Successfully created context "ci.ocamllabs.io"
#29 0.420 ci.ocamllabs.io
#29 0.452 Successfully created context "deploy.ci.ocaml.org"
#29 0.452 deploy.ci.ocaml.org
#29 0.485 dev1.ocamllabs.io
#29 0.486 Successfully created context "dev1.ocamllabs.io"
#29 0.520 Successfully created context "docs.ci.ocaml.org"
#29 0.520 docs.ci.ocaml.org
#29 0.554 staging.docs.ci.ocamllabs.io
#29 0.554 Successfully created context "staging.docs.ci.ocamllabs.io"
#29 0.586 Successfully created context "opam-4.ocaml.org"
#29 0.586 opam-4.ocaml.org
#29 0.619 opam-5.ocaml.org
#29 0.619 Successfully created context "opam-5.ocaml.org"
#29 0.651 v3b.ocaml.org
#29 0.651 Successfully created context "v3b.ocaml.org"
#29 0.685 v3c.ocaml.org
#29 0.685 Successfully created context "v3c.ocaml.org"
#29 0.719 Successfully created context "watch.ocaml.org"
#29 0.719 watch.ocaml.org
#29 0.753 Successfully created context "opam.ci.ocaml.org"
#29 0.753 opam.ci.ocaml.org
#29 0.788 ocaml.ci.dev
#29 0.788 Successfully created context "ocaml.ci.dev"
#29 0.822 Successfully created context "check.ci.ocaml.org"
#29 0.822 check.ci.ocaml.org
#29 0.857 get.dune.build
#29 0.857 Successfully created context "get.dune.build"
#29 0.890 unknown flag: --profile
#29 0.890
#29 0.890 Usage: docker context create [OPTIONS] CONTEXT
#29 0.890
#29 0.890 Run 'docker context create --help' for more information
#29 0.912 # ci3.ocamllabs.io:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.16
#29 1.044 # ci4.ocamllabs.io:22 SSH-2.0-OpenSSH_10.0p2 Debian-7+deb13u4
#29 1.175 # chives.caelum.ci.dev:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.16
#29 1.285 # ci.ocamllabs.io:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.16
#29 1.422 # deploy.ci.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.15
#29 1.587 # dev1.ocamllabs.io:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.15
#29 1.717 # docs.ci.ocaml.org:22 SSH-2.0-OpenSSH_10.2p1 Ubuntu-2ubuntu3.2
#29 4.921 # opam-4.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.15
#29 5.121 # opam-5.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.15
#29 5.339 # v3b.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.15
#29 ...
#22 [build 11/13] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#22 26.33 -> installed uutf.1.0.4
#22 26.39 -> installed mtime.2.1.0
#22 26.45 -> installed fmt.0.11.0
#22 26.56 -> installed ptime.1.2.0
#22 26.74 -> installed astring.0.8.5
#22 27.31 -> installed jsonm.1.0.2
#22 27.43 -> installed fpath.0.7.3
#22 35.14 -> installed dune.3.23.1
#22 36.06 -> installed base64.3.5.2
#22 36.07 -> installed bstr.0.0.4
#22 36.08 -> installed camlp-streams.5.0.1
#22 36.10 -> installed crunch.4.0.0
#22 36.12 -> installed csexp.1.5.2
#22 ...
#29 [stage-1 10/12] RUN ./create-config.sh
#29 10.50 # watch.ocaml.org:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.16
#29 10.61 # opam.ci.ocaml.org:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.16
#29 10.72 # ocaml.ci.dev:22 SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.16
#29 10.85 # check.ci.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.15
#29 10.99 # 128.232.124.216:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.1
#29 11.12 # dopey.caelum.ci.dev:22 SSH-2.0-OpenSSH_10.0p2 Debian-7+deb13u4
#29 DONE 12.3s
#22 [build 11/13] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#22 37.55 -> installed cppo.1.8.0
#22 37.62 -> installed cstruct.6.2.0
#22 37.65 -> installed csv.2.4
#22 37.66 -> installed current_incr.0.6.1
#22 37.66 -> installed domain-name.0.5.0
#22 37.67 -> installed duration.0.3.1
#22 37.68 -> installed easy-format.1.3.4
#22 37.71 -> installed gmap.0.3.0
#22 37.73 -> installed http.6.0.0
#22 37.75 -> installed ke.0.6
#22 37.77 -> installed lwt-dllist.1.1.0
#22 37.77 -> installed macaddr.5.6.2
#22 37.79 -> installed magic-mime.1.3.1
#22 37.80 -> installed menhirCST.20260209
#22 37.82 -> installed menhirGLR.20260209
#22 37.89 -> installed menhirLib.20260209
#22 37.90 -> installed menhirSdk.20260209
#22 38.00 -> installed mirage-clock.4.2.0
#22 38.07 -> installed ocaml-compiler-libs.v0.12.4
#22 38.10 -> installed ocaml-syntax-shims.1.0.0
#22 38.12 -> installed optint.0.3.0
#22 38.13 -> installed pecu.0.7
#22 38.13 -> installed ppx_derivers.1.2.1
#22 38.19 -> installed re.1.14.0
#22 38.27 -> installed res.5.0.2
#22 38.27 -> installed result.1.5
#22 38.30 -> installed sexplib0.v0.16.0
#22 38.35 -> installed stdint.0.7.2
#22 38.35 -> installed stdlib-shims.0.3.0
#22 38.46 -> installed stringext.1.6.0
#22 38.50 -> installed yojson.3.0.0
#22 38.52 -> installed ocplib-endian.1.2
#22 38.54 -> installed asn1-combinators.0.2.6
#22 38.55 -> installed eqaf.0.9
#22 38.58 -> installed hex.1.5.0
#22 ...
#30 [stage-1 11/12] RUN docker context use default
#30 0.354 Current context is now "default"
#30 0.354 default
#30 DONE 0.4s
#22 [build 11/13] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 opam install -y --deps-only .
#22 38.64 -> installed biniou.1.2.2
#22 38.80 -> installed prettym.0.0.5
#22 38.82 -> installed dune-configurator.3.23.1
#22 39.02 -> installed ipaddr.5.6.2
#22 39.02 -> installed routes.2.0.0
#22 39.04 -> installed integers.0.8.0
#22 39.15 -> installed ezjsonm.1.3.0
#22 39.17 -> installed atdgen-runtime.4.2.0
#22 39.51 -> installed bigstringaf.0.10.0
#22 39.75 -> installed parsexp.v0.16.0
#22 40.06 -> installed angstrom.0.16.1
#22 40.43 -> installed unstrctrd.0.4
#22 40.60 -> installed sexplib.v0.16.0
#22 40.74 -> installed mirage-crypto.0.11.3
#22 40.95 -> installed hkdf.1.0.4
#22 40.97 -> installed pbkdf.1.2.0
#22 41.10 -> installed dune-compiledb.0.6.0
#22 41.29 -> installed tyxml.4.6.0
#22 41.56 -> installed uri.4.4.0
#22 41.58 -> installed ansi.0.7.0
#22 41.80 -> installed lwt.6.1.2
#22 41.99 -> installed mirage-flow.3.0.0
#22 42.00 -> installed cstruct-lwt.6.2.0
#22 42.03 -> installed mirage-kv.6.1.1
#22 42.07 -> installed inotify.2.6
#22 42.08 -> installed prometheus.1.3
#22 42.18 -> installed sqlite3.5.4.1
#22 42.89 -> installed logs.0.10.0
#22 43.39 -> installed mirage-crypto-rng.0.11.3
#22 43.95 -> installed base.v0.16.5
#22 44.02 -> installed ctypes.0.24.0
#22 44.17 -> installed capnp-rpc.1.2.3
#22 44.19 -> installed multipart_form.0.8.0
#22 44.22 -> installed mirage-crypto-pk.0.11.3
#22 44.25 -> installed mirage-crypto-rng-lwt.0.11.3
#22 44.29 -> installed menhir.20260209
#22 44.41 -> installed session.0.5.0
#22 44.43 -> installed stdio.v0.16.0
#22 44.45 -> installed multipart_form-lwt.0.8.0
#22 45.16 -> installed bos.0.3.0
#22 45.43 -> installed ctypes-foreign.0.24.0
#22 45.50 -> installed cf.0.5.0
#22 45.55 -> installed fsevents.0.3.0
#22 45.57 -> installed cf-lwt.0.5.0
#22 45.63 -> installed fsevents-lwt.0.3.0
#22 45.97 -> installed atd.4.2.0
#22 46.13 -> installed irmin-watcher.0.5.0
#22 47.17 -> installed atdgen.4.2.0
#22 47.69 -> installed mirage-crypto-ec.0.11.3
#22 48.07 -> installed capnp.3.6.0
#22 48.87 -> installed x509.0.16.5
#22 49.08 -> installed ca-certs.0.2.3
#22 50.03 -> installed ppxlib.0.35.0
#22 50.11 -> installed capnp-rpc-lwt.1.2.3
#22 50.26 -> installed tls.0.17.3
#22 50.53 -> installed tls-mirage.0.17.3
#22 50.62 -> installed tls-lwt.0.17.3
#22 51.33 -> installed capnp-rpc-net.1.2.3
#22 52.02 -> installed github-data.4.5.1
#22 52.41 -> installed ppx_sexp_conv.v0.16.0
#22 52.54 -> installed ppx_deriving.6.0.3
#22 53.49 -> installed ipaddr-sexp.5.6.2
#22 53.55 -> installed uri-sexp.4.4.0
#22 53.99 -> installed ppx_deriving_yojson.3.9.1
#22 54.60 -> installed current.0.7.5
#22 54.68 -> installed conduit.6.2.3
#22 54.92 -> installed current_ssh.0.7.5
#22 55.23 -> installed cohttp.6.0.0
#22 55.51 -> installed session-cohttp.0.5.0
#22 55.82 -> installed conduit-lwt.6.2.3
#22 55.94 -> installed current_git.0.7.5
#22 56.58 -> installed extunix.0.4.3
#22 56.69 -> installed ocluster-api.0.4.0
#22 56.72 -> installed cohttp-lwt.6.0.0
#22 56.92 -> installed session-cohttp-lwt.0.5.0
#22 57.15 -> installed capnp-rpc-unix.1.2.3
#22 57.26 -> installed conduit-lwt-unix.6.2.3
#22 57.42 -> installed current_docker.0.7.5
#22 57.67 -> installed github.4.5.1
#22 58.44 -> installed current_ocluster.0.4.0
#22 58.65 -> installed cohttp-lwt-unix.6.0.0
#22 58.99 -> installed current_slack.0.7.5
#22 59.01 -> installed prometheus-app.1.3
#22 60.25 -> installed github-unix.4.5.1
#22 60.95 -> installed current_web.0.7.5
#22 62.67 -> installed current_github.0.7.5
#22 66.00 Done.
#22 66.00
#22 66.00 <><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
#22 66.00 => Note: This package is deprecated.
#22 66.00 # To update the current shell environment, run: eval $(opam env)
#22 DONE 67.0s
#31 [build 12/13] ADD --chown=opam . .
#31 DONE 0.1s
#32 [build 13/13] RUN opam exec -- dune build ./_build/install/default/bin/ocurrent-deployer
#32 DONE 3.2s
#33 [stage-1 12/12] COPY --from=build --link /src/_build/install/default/bin/ocurrent-deployer /usr/local/bin/
#33 DONE 0.1s
#34 exporting to image
#34 exporting layers
#34 exporting layers 4.0s done
#34 writing image sha256:30a9d611b95715d5dc82d5f04f80fa93f11c7f1867b06adaffd21ae4bf3c28e0 done
#34 DONE 4.0s
1 warning found (use docker --debug to expand):
- CopyIgnoredFile: Attempting to Add file "." that is excluded by .dockerignore (line 26)
Job succeeded
2026-06-24 13:55.39: Job succeeded