Build:
  1. 0
2026-07-09 15:37.58: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocurrent/ocaml-docs-ci.git#refs/heads/dill (07af7f37465ae598d79f014e8f42a3b35cca2ce5)]
2026-07-09 15:37.58: Using cache hint "https://github.com/ocurrent/ocaml-docs-ci.git-Dockerfile"
2026-07-09 15:37.58: Waiting for resource in pool OCluster
2026-07-09 15:37.58: Waiting for worker…
2026-07-09 15:37.58: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
HEAD is now at 0429f53 metrics: per-profile snapshot build-to-completion run time
HEAD is now at 07af7f3 Use trixie rather than bookworm
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 9.34kB done
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/ocaml/opam:debian-12-ocaml-5.4@sha256:24382fcfc3d320ec62ea7f018f1084b0d7c1dff2b236e2aed2e375928c247fbb
#2 DONE 0.6s

#3 [internal] load metadata for docker.io/library/debian:12@sha256:49ba348354a28e39c70beffd6cf43bdb8d55d81ce4b746b0428717d054b8bbc4
#3 DONE 0.6s

#4 [internal] load .dockerignore
#4 transferring context: 144B done
#4 DONE 0.1s

#5 [stage-1 1/9] FROM docker.io/library/debian:12@sha256:49ba348354a28e39c70beffd6cf43bdb8d55d81ce4b746b0428717d054b8bbc4
#5 DONE 0.0s

#6 [build  1/12] FROM docker.io/ocaml/opam:debian-12-ocaml-5.4@sha256:24382fcfc3d320ec62ea7f018f1084b0d7c1dff2b236e2aed2e375928c247fbb
#6 DONE 0.0s

#7 [internal] load build context
#7 ...

#5 [stage-1 1/9] FROM docker.io/library/debian:12@sha256:49ba348354a28e39c70beffd6cf43bdb8d55d81ce4b746b0428717d054b8bbc4
#5 CACHED

#7 [internal] load build context
#7 transferring context: 1.86MB 0.1s done
#7 DONE 0.2s

#8 [stage-1 2/9] RUN apt-get update && apt-get install -y --no-install-recommends       runc       git rsync sudo dumb-init ca-certificates       libev4 libsqlite3-0 sqlite3 libgmp10 libffi8       bash coreutils util-linux procps psmisc       curl bzip2 gzip xz-utils unzip tar       graphviz       attr       gnupg     && curl -fsSL https://download.docker.com/linux/debian/gpg        | gpg --dearmor -o /usr/share/keyrings/docker.gpg     && echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable"        > /etc/apt/sources.list.d/docker.list     && apt-get update     && apt-get install -y --no-install-recommends docker-ce-cli docker-buildx-plugin     && rm -rf /var/lib/apt/lists/*
#8 0.391 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
#8 ...

#9 [build  3/12] RUN sudo apt-get update && sudo apt-get install -y       capnproto graphviz libcapnp-dev libev-dev libffi-dev libgmp-dev       libsqlite3-dev pkg-config
#9 CACHED

#10 [build  4/12] RUN cd ~/opam-repository     && git fetch -q origin master     && git reset --hard 6bda456f941d6c1e0773fcb1fd57c0eb54b8a2c1     && opam update
#10 CACHED

#11 [build  7/12] RUN sudo chown opam:opam $(pwd)
#11 CACHED

#12 [build  2/12] RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
#12 CACHED

#13 [build  5/12] RUN opam pin add -n git+https://github.com/jonludlam/ocurrent.git#close-after-exec2
#13 CACHED

#14 [build  6/12] WORKDIR /src
#14 CACHED

#15 [build  8/12] COPY --chown=opam ./day11.opam ./ocaml-docs-ci.opam ./ocaml-docs-ci-client.opam /src/
#15 CACHED

#16 [build  9/12] RUN opam install -y --deps-only .
#16 CACHED

#8 [stage-1 2/9] RUN apt-get update && apt-get install -y --no-install-recommends       runc       git rsync sudo dumb-init ca-certificates       libev4 libsqlite3-0 sqlite3 libgmp10 libffi8       bash coreutils util-linux procps psmisc       curl bzip2 gzip xz-utils unzip tar       graphviz       attr       gnupg     && curl -fsSL https://download.docker.com/linux/debian/gpg        | gpg --dearmor -o /usr/share/keyrings/docker.gpg     && echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable"        > /etc/apt/sources.list.d/docker.list     && apt-get update     && apt-get install -y --no-install-recommends docker-ce-cli docker-buildx-plugin     && rm -rf /var/lib/apt/lists/*
#8 0.411 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#8 0.411 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#8 0.491 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8790 kB]
#8 ...

#17 [build 10/12] COPY --chown=opam . .
#17 DONE 0.3s

#8 [stage-1 2/9] RUN apt-get update && apt-get install -y --no-install-recommends       runc       git rsync sudo dumb-init ca-certificates       libev4 libsqlite3-0 sqlite3 libgmp10 libffi8       bash coreutils util-linux procps psmisc       curl bzip2 gzip xz-utils unzip tar       graphviz       attr       gnupg     && curl -fsSL https://download.docker.com/linux/debian/gpg        | gpg --dearmor -o /usr/share/keyrings/docker.gpg     && echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable"        > /etc/apt/sources.list.d/docker.list     && apt-get update     && apt-get install -y --no-install-recommends docker-ce-cli docker-buildx-plugin     && rm -rf /var/lib/apt/lists/*
#8 0.757 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]
#8 0.758 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [316 kB]
#8 1.594 Fetched 9367 kB in 1s (7251 kB/s)
#8 1.594 Reading package lists...
#8 2.094 Reading package lists...
#8 2.590 Building dependency tree...
#8 2.700 Reading state information...
#8 2.823 libgmp10 is already the newest version (2:6.2.1+dfsg1-1.1).
#8 2.823 libgmp10 set to manually installed.
#8 2.823 libffi8 is already the newest version (3.4.4-1).
#8 2.823 libffi8 set to manually installed.
#8 2.823 bash is already the newest version (5.2.15-2+b13).
#8 2.823 bash set to manually installed.
#8 2.823 coreutils is already the newest version (9.1-1).
#8 2.823 coreutils set to manually installed.
#8 2.823 util-linux is already the newest version (2.38.1-5+deb12u3).
#8 2.823 util-linux set to manually installed.
#8 2.823 gzip is already the newest version (1.12-1).
#8 2.823 gzip set to manually installed.
#8 2.823 tar is already the newest version (1.34+dfsg-1.2+deb12u1).
#8 2.823 tar set to manually installed.
#8 2.823 The following additional packages will be installed:
#8 2.823   dirmngr fontconfig fontconfig-config fonts-dejavu-core git-man gnupg-l10n
#8 2.823   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
#8 2.823   libabsl20220623 libann0 libaom3 libassuan0 libavif15 libbrotli1 libbsd0
#8 2.823   libcairo2 libcdt5 libcgraph6 libcurl3-gnutls libcurl4 libdatrie1 libdav1d6
#8 2.823   libde265-0 libdeflate0 liberror-perl libexpat1 libfontconfig1 libfreetype6
#8 2.823   libfribidi0 libgav1-1 libgd3 libgdbm-compat4 libgdbm6 libglib2.0-0
#8 2.823   libgraphite2-3 libgssapi-krb5-2 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b
#8 2.823   libheif1 libice6 libjbig0 libjpeg62-turbo libk5crypto3 libkeyutils1
#8 2.823   libkrb5-3 libkrb5support0 libksba8 liblab-gamut1 libldap-2.5-0 liblerc4
#8 2.823   libltdl7 libncursesw6 libnghttp2-14 libnpth0 libnuma1 libpango-1.0-0
#8 2.823   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libperl5.36 libpixman-1-0
#8 2.823   libpng16-16 libpopt0 libproc2-0 libpsl5 librav1e0 libreadline8 librtmp1
#8 2.823   libsasl2-2 libsasl2-modules-db libsm6 libssh2-1 libssl3 libsvtav1enc1
#8 2.823   libthai-data libthai0 libtiff6 libwebp7 libx11-6 libx11-data libx265-199
#8 2.823   libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6
#8 2.823   libxmu6 libxpm4 libxrender1 libxt6 libyuv0 openssl perl perl-modules-5.36
#8 2.823   pinentry-curses readline-common x11-common
#8 2.824 Suggested packages:
#8 2.824   bzip2-doc dbus-user-session libpam-systemd pinentry-gnome3 tor gettext-base
#8 2.824   git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb
#8 2.824   git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon gsfonts
#8 2.824   graphviz-doc libgd-tools gdbm-l10n low-memory-monitor krb5-doc krb5-user
#8 2.824   sensible-utils perl-doc libterm-readline-gnu-perl
#8 2.824   | libterm-readline-perl-perl make libtap-harness-archive-perl pinentry-doc
#8 2.824   readline-doc openssh-client openssh-server python3 python3-braceexpand
#8 2.824   sqlite3-doc zip
#8 2.824 Recommended packages:
#8 2.824   patch less ssh-client fonts-liberation2 libglib2.0-data shared-mime-info
#8 2.824   xdg-user-dirs libgts-bin krb5-locales libldap-common libgpm2 publicsuffix
#8 2.824   libsasl2-modules netbase criu
#8 3.411 The following NEW packages will be installed:
#8 3.411   attr bzip2 ca-certificates curl dirmngr dumb-init fontconfig
#8 3.411   fontconfig-config fonts-dejavu-core git git-man gnupg gnupg-l10n gnupg-utils
#8 3.411   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm graphviz
#8 3.411   libabsl20220623 libann0 libaom3 libassuan0 libavif15 libbrotli1 libbsd0
#8 3.411   libcairo2 libcdt5 libcgraph6 libcurl3-gnutls libcurl4 libdatrie1 libdav1d6
#8 3.411   libde265-0 libdeflate0 liberror-perl libev4 libexpat1 libfontconfig1
#8 3.411   libfreetype6 libfribidi0 libgav1-1 libgd3 libgdbm-compat4 libgdbm6
#8 3.411   libglib2.0-0 libgraphite2-3 libgssapi-krb5-2 libgts-0.7-5 libgvc6 libgvpr2
#8 3.411   libharfbuzz0b libheif1 libice6 libjbig0 libjpeg62-turbo libk5crypto3
#8 3.411   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 liblab-gamut1 libldap-2.5-0
#8 3.411   liblerc4 libltdl7 libncursesw6 libnghttp2-14 libnpth0 libnuma1
#8 3.411   libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4
#8 3.411   libperl5.36 libpixman-1-0 libpng16-16 libpopt0 libproc2-0 libpsl5 librav1e0
#8 3.412   libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db libsm6 libsqlite3-0
#8 3.412   libssh2-1 libssl3 libsvtav1enc1 libthai-data libthai0 libtiff6 libwebp7
#8 3.412   libx11-6 libx11-data libx265-199 libxau6 libxaw7 libxcb-render0 libxcb-shm0
#8 3.412   libxcb1 libxdmcp6 libxext6 libxmu6 libxpm4 libxrender1 libxt6 libyuv0
#8 3.412   openssl perl perl-modules-5.36 pinentry-curses procps psmisc readline-common
#8 3.412   rsync runc sqlite3 sudo unzip x11-common xz-utils
#8 3.448 0 upgraded, 124 newly installed, 0 to remove and 0 not upgraded.
#8 3.448 Need to get 61.3 MB of archives.
#8 3.448 After this operation, 228 MB of additional disk space will be used.
#8 3.448 Get:1 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u3 [2815 kB]
#8 3.506 Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB]
#8 3.508 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB]
#8 3.509 Get:4 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u3 [4196 kB]
#8 3.629 Get:5 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u3 [239 kB]
#8 3.633 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpopt0 amd64 1.19+dfsg-1 [43.3 kB]
#8 3.633 Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 libssl3 amd64 3.0.20-1~deb12u2 [2036 kB]
#8 3.665 Get:8 http://deb.debian.org/debian-security bookworm-security/main amd64 rsync amd64 3.2.7-1+deb12u5 [425 kB]
#8 3.676 Get:9 http://deb.debian.org/debian bookworm/main amd64 sudo amd64 1.9.13p3-1+deb12u4 [1890 kB]
#8 3.722 Get:10 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB]
#8 3.723 Get:11 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB]
#8 3.724 Get:12 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB]
#8 3.741 Get:13 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB]
#8 3.742 Get:14 http://deb.debian.org/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB]
#8 3.744 Get:15 http://deb.debian.org/debian-security bookworm-security/main amd64 openssl amd64 3.0.20-1~deb12u2 [1439 kB]
#8 3.777 Get:16 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311+deb12u1 [155 kB]
#8 3.780 Get:17 http://deb.debian.org/debian bookworm/main amd64 xz-utils amd64 5.4.1-1 [471 kB]
#8 3.791 Get:18 http://deb.debian.org/debian bookworm/main amd64 attr amd64 1:2.5.1-4 [41.2 kB]
#8 3.792 Get:19 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
#8 3.799 Get:20 http://deb.debian.org/debian-security bookworm-security/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u5 [33.2 kB]
#8 3.799 Get:21 http://deb.debian.org/debian-security bookworm-security/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u5 [79.7 kB]
#8 3.800 Get:22 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
#8 3.802 Get:23 http://deb.debian.org/debian-security bookworm-security/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u5 [332 kB]
#8 3.809 Get:24 http://deb.debian.org/debian-security bookworm-security/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u5 [135 kB]
#8 3.812 Get:25 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
#8 3.813 Get:26 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
#8 3.814 Get:27 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
#8 3.819 Get:28 http://deb.debian.org/debian-security bookworm-security/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u3 [72.4 kB]
#8 3.819 Get:29 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
#8 3.820 Get:30 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
#8 3.822 Get:31 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
#8 3.826 Get:32 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u14 [392 kB]
#8 3.835 Get:33 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u14 [316 kB]
#8 3.842 Get:34 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
#8 3.848 Get:35 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
#8 3.855 Get:36 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1.1+deb12u2 [565 kB]
#8 3.868 Get:37 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
#8 3.872 Get:38 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
#8 3.873 Get:39 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1.1+deb12u2 [793 kB]
#8 3.908 Get:40 http://deb.debian.org/debian bookworm/main amd64 dumb-init amd64 1.2.5-2 [14.1 kB]
#8 3.909 Get:41 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u2 [99.9 kB]
#8 3.914 Get:42 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2+deb12u5 [277 kB]
#8 3.934 Get:43 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5+deb12u4 [398 kB]
#8 3.964 Get:44 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB]
#8 4.022 Get:45 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
#8 4.038 Get:46 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
#8 4.058 Get:47 http://deb.debian.org/debian bookworm/main amd64 fontconfig amd64 2.14.1-4 [449 kB]
#8 4.086 Get:48 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u14 [386 kB]
#8 4.104 Get:49 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
#8 4.105 Get:50 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u3 [2053 kB]
#8 4.198 Get:51 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u3 [7264 kB]
#8 4.760 Get:52 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1.1+deb12u2 [1093 kB]
#8 4.923 Get:53 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1.1+deb12u2 [927 kB]
#8 5.023 Get:54 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2+deb12u2 [839 kB]
#8 5.085 Get:55 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1.1+deb12u2 [950 kB]
#8 5.150 Get:56 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
#8 5.155 Get:57 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1.1+deb12u2 [695 kB]
#8 5.202 Get:58 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1.1+deb12u2 [541 kB]
#8 5.237 Get:59 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1.1+deb12u2 [531 kB]
#8 5.272 Get:60 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1.1+deb12u2 [671 kB]
#8 5.308 Get:61 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1.1+deb12u2 [846 kB]
#8 5.349 Get:62 http://deb.debian.org/debian bookworm/main amd64 libann0 amd64 1.1.2+doc-9+b1 [25.1 kB]
#8 5.350 Get:63 http://deb.debian.org/debian bookworm/main amd64 libcdt5 amd64 2.42.2-7+deb12u1 [39.6 kB]
#8 5.352 Get:64 http://deb.debian.org/debian bookworm/main amd64 libcgraph6 amd64 2.42.2-7+deb12u1 [63.0 kB]
#8 5.355 Get:65 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.6.0-1+deb12u2 [1850 kB]
#8 5.439 Get:66 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2+deb12u1 [513 kB]
#8 5.461 Get:67 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1+deb12u2 [391 kB]
#8 5.477 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB]
#8 5.491 Get:69 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB]
#8 5.522 Get:70 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB]
#8 5.604 Get:71 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB]
#8 5.609 Get:72 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB]
#8 5.614 Get:73 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1+deb12u1 [94.4 kB]
#8 5.619 Get:74 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1+deb12u2 [185 kB]
#8 5.625 Get:75 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB]
#8 5.625 Get:76 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB]
#8 5.670 Get:77 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.15.1-1+deb12u1 [215 kB]
#8 5.676 Get:78 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB]
#8 5.678 Get:79 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB]
#8 5.680 Get:80 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB]
#8 5.685 Get:81 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB]
#8 5.695 Get:82 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u4 [316 kB]
#8 5.705 Get:83 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
#8 5.706 Get:84 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB]
#8 5.709 Get:85 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
#8 5.712 Get:86 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB]
#8 5.716 Get:87 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB]
#8 5.725 Get:88 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB]
#8 5.751 Get:89 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb12u1 [48.6 kB]
#8 5.752 Get:90 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB]
#8 5.756 Get:91 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2+deb12u9 [1403 kB]
#8 5.804 Get:92 http://deb.debian.org/debian bookworm/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5+b1 [160 kB]
#8 5.811 Get:93 http://deb.debian.org/debian bookworm/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB]
#8 5.827 Get:94 http://deb.debian.org/debian bookworm/main amd64 libxcb-render0 amd64 1.15-1 [115 kB]
#8 5.829 Get:95 http://deb.debian.org/debian bookworm/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB]
#8 5.833 Get:96 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
#8 5.835 Get:97 http://deb.debian.org/debian bookworm/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB]
#8 5.836 Get:98 http://deb.debian.org/debian bookworm/main amd64 libcairo2 amd64 1.16.0-7 [575 kB]
#8 5.853 Get:99 http://deb.debian.org/debian bookworm/main amd64 libltdl7 amd64 2.4.7-7~deb12u1 [393 kB]
#8 5.864 Get:100 http://deb.debian.org/debian bookworm/main amd64 libfribidi0 amd64 1.0.8-2.1 [65.0 kB]
#8 5.865 Get:101 http://deb.debian.org/debian bookworm/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB]
#8 5.873 Get:102 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz0b amd64 6.0.0+dfsg-3 [1945 kB]
#8 5.928 Get:103 http://deb.debian.org/debian bookworm/main amd64 libthai-data all 0.1.29-1 [176 kB]
#8 5.932 Get:104 http://deb.debian.org/debian bookworm/main amd64 libdatrie1 amd64 0.2.13-2+b1 [43.3 kB]
#8 5.933 Get:105 http://deb.debian.org/debian bookworm/main amd64 libthai0 amd64 0.1.29-1 [57.5 kB]
#8 5.935 Get:106 http://deb.debian.org/debian bookworm/main amd64 libpango-1.0-0 amd64 1.50.12+ds-1 [212 kB]
#8 5.941 Get:107 http://deb.debian.org/debian bookworm/main amd64 libpangoft2-1.0-0 amd64 1.50.12+ds-1 [47.4 kB]
#8 5.942 Get:108 http://deb.debian.org/debian bookworm/main amd64 libpangocairo-1.0-0 amd64 1.50.12+ds-1 [34.2 kB]
#8 5.944 Get:109 http://deb.debian.org/debian bookworm/main amd64 libpathplan4 amd64 2.42.2-7+deb12u1 [41.9 kB]
#8 5.949 Get:110 http://deb.debian.org/debian bookworm/main amd64 libgvc6 amd64 2.42.2-7+deb12u1 [679 kB]
#8 5.971 Get:111 http://deb.debian.org/debian bookworm/main amd64 libgvpr2 amd64 2.42.2-7+deb12u1 [189 kB]
#8 5.980 Get:112 http://deb.debian.org/debian bookworm/main amd64 liblab-gamut1 amd64 2.42.2-7+deb12u1 [197 kB]
#8 5.985 Get:113 http://deb.debian.org/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB]
#8 5.991 Get:114 http://deb.debian.org/debian bookworm/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
#8 5.994 Get:115 http://deb.debian.org/debian bookworm/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
#8 5.994 Get:116 http://deb.debian.org/debian bookworm/main amd64 libxt6 amd64 1:1.2.1-1.1 [186 kB]
#8 5.999 Get:117 http://deb.debian.org/debian bookworm/main amd64 libxmu6 amd64 2:1.1.3-3 [60.1 kB]
#8 6.000 Get:118 http://deb.debian.org/debian bookworm/main amd64 libxaw7 amd64 2:1.0.14-1 [201 kB]
#8 6.006 Get:119 http://deb.debian.org/debian bookworm/main amd64 graphviz amd64 2.42.2-7+deb12u1 [611 kB]
#8 6.022 Get:120 http://deb.debian.org/debian bookworm/main amd64 libev4 amd64 1:4.33-1 [43.2 kB]
#8 6.024 Get:121 http://deb.debian.org/debian bookworm/main amd64 psmisc amd64 23.6-1 [259 kB]
#8 6.036 Get:122 http://deb.debian.org/debian bookworm/main amd64 runc amd64 1.1.5+ds1-1+deb12u1 [2710 kB]
#8 6.108 Get:123 http://deb.debian.org/debian bookworm/main amd64 sqlite3 amd64 3.40.1-2+deb12u2 [353 kB]
#8 6.120 Get:124 http://deb.debian.org/debian bookworm/main amd64 unzip amd64 6.0-28 [166 kB]
#8 6.283 debconf: delaying package configuration, since apt-utils is not installed
#8 6.337 Fetched 61.3 MB in 3s (22.7 MB/s)
#8 6.380 Selecting previously unselected package perl-modules-5.36.
#8 6.380 (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%
#8 ...

#18 [build 11/12] RUN opam exec -- dune build       ./_build/install/default/bin/ocaml-docs-ci       ./_build/install/default/bin/day11-solver-worker       ./_build/install/default/bin/day11-fork-helper       ./_build/install/default/bin/day11
#18 DONE 5.8s

#8 [stage-1 2/9] RUN apt-get update && apt-get install -y --no-install-recommends       runc       git rsync sudo dumb-init ca-certificates       libev4 libsqlite3-0 sqlite3 libgmp10 libffi8       bash coreutils util-linux procps psmisc       curl bzip2 gzip xz-utils unzip tar       graphviz       attr       gnupg     && curl -fsSL https://download.docker.com/linux/debian/gpg        | gpg --dearmor -o /usr/share/keyrings/docker.gpg     && echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable"        > /etc/apt/sources.list.d/docker.list     && apt-get update     && apt-get install -y --no-install-recommends docker-ce-cli docker-buildx-plugin     && rm -rf /var/lib/apt/lists/*
#8 6.380 (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.)
#8 6.385 Preparing to unpack .../000-perl-modules-5.36_5.36.0-7+deb12u3_all.deb ...
#8 6.387 Unpacking perl-modules-5.36 (5.36.0-7+deb12u3) ...
#8 ...

#19 [build 12/12] RUN mkdir /src/artifacts     && cp ./_build/install/default/bin/ocaml-docs-ci           ./_build/install/default/bin/day11-solver-worker           ./_build/install/default/bin/day11-fork-helper           ./_build/install/default/bin/day11           /src/artifacts/
#19 DONE 0.4s

#8 [stage-1 2/9] RUN apt-get update && apt-get install -y --no-install-recommends       runc       git rsync sudo dumb-init ca-certificates       libev4 libsqlite3-0 sqlite3 libgmp10 libffi8       bash coreutils util-linux procps psmisc       curl bzip2 gzip xz-utils unzip tar       graphviz       attr       gnupg     && curl -fsSL https://download.docker.com/linux/debian/gpg        | gpg --dearmor -o /usr/share/keyrings/docker.gpg     && echo "deb [signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable"        > /etc/apt/sources.list.d/docker.list     && apt-get update     && apt-get install -y --no-install-recommends docker-ce-cli docker-buildx-plugin     && rm -rf /var/lib/apt/lists/*
#8 6.700 Selecting previously unselected package libgdbm6:amd64.
#8 6.701 Preparing to unpack .../001-libgdbm6_1.23-3_amd64.deb ...
#8 6.702 Unpacking libgdbm6:amd64 (1.23-3) ...
#8 6.724 Selecting previously unselected package libgdbm-compat4:amd64.
#8 6.726 Preparing to unpack .../002-libgdbm-compat4_1.23-3_amd64.deb ...
#8 6.727 Unpacking libgdbm-compat4:amd64 (1.23-3) ...
#8 6.751 Selecting previously unselected package libperl5.36:amd64.
#8 6.753 Preparing to unpack .../003-libperl5.36_5.36.0-7+deb12u3_amd64.deb ...
#8 6.753 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u3) ...
#8 7.103 Selecting previously unselected package perl.
#8 7.106 Preparing to unpack .../004-perl_5.36.0-7+deb12u3_amd64.deb ...
#8 7.114 Unpacking perl (5.36.0-7+deb12u3) ...
#8 7.148 Selecting previously unselected package libpopt0:amd64.
#8 7.150 Preparing to unpack .../005-libpopt0_1.19+dfsg-1_amd64.deb ...
#8 7.151 Unpacking libpopt0:amd64 (1.19+dfsg-1) ...
#8 7.192 Selecting previously unselected package libssl3:amd64.
#8 7.194 Preparing to unpack .../006-libssl3_3.0.20-1~deb12u2_amd64.deb ...
#8 7.195 Unpacking libssl3:amd64 (3.0.20-1~deb12u2) ...
#8 7.344 Selecting previously unselected package rsync.
#8 7.346 Preparing to unpack .../007-rsync_3.2.7-1+deb12u5_amd64.deb ...
#8 7.349 Unpacking rsync (3.2.7-1+deb12u5) ...
#8 7.404 Selecting previously unselected package sudo.
#8 7.406 Preparing to unpack .../008-sudo_1.9.13p3-1+deb12u4_amd64.deb ...
#8 7.409 Unpacking sudo (1.9.13p3-1+deb12u4) ...
#8 7.532 Selecting previously unselected package libncursesw6:amd64.
#8 7.535 Preparing to unpack .../009-libncursesw6_6.4-4_amd64.deb ...
#8 7.535 Unpacking libncursesw6:amd64 (6.4-4) ...
#8 7.565 Selecting previously unselected package libproc2-0:amd64.
#8 7.567 Preparing to unpack .../010-libproc2-0_2%3a4.0.2-3_amd64.deb ...
#8 7.567 Unpacking libproc2-0:amd64 (2:4.0.2-3) ...
#8 7.592 Selecting previously unselected package procps.
#8 7.594 Preparing to unpack .../011-procps_2%3a4.0.2-3_amd64.deb ...
#8 7.605 Unpacking procps (2:4.0.2-3) ...
#8 7.677 Selecting previously unselected package readline-common.
#8 7.679 Preparing to unpack .../012-readline-common_8.2-1.3_all.deb ...
#8 7.679 Unpacking readline-common (8.2-1.3) ...
#8 7.700 Selecting previously unselected package bzip2.
#8 7.702 Preparing to unpack .../013-bzip2_1.0.8-5+b1_amd64.deb ...
#8 7.702 Unpacking bzip2 (1.0.8-5+b1) ...
#8 7.729 Selecting previously unselected package openssl.
#8 7.731 Preparing to unpack .../014-openssl_3.0.20-1~deb12u2_amd64.deb ...
#8 7.732 Unpacking openssl (3.0.20-1~deb12u2) ...
#8 7.854 Selecting previously unselected package ca-certificates.
#8 7.856 Preparing to unpack .../015-ca-certificates_20230311+deb12u1_all.deb ...
#8 7.856 Unpacking ca-certificates (20230311+deb12u1) ...
#8 7.899 Selecting previously unselected package xz-utils.
#8 7.901 Preparing to unpack .../016-xz-utils_5.4.1-1_amd64.deb ...
#8 7.901 Unpacking xz-utils (5.4.1-1) ...
#8 7.964 Selecting previously unselected package attr.
#8 7.966 Preparing to unpack .../017-attr_1%3a2.5.1-4_amd64.deb ...
#8 7.966 Unpacking attr (1:2.5.1-4) ...
#8 7.988 Selecting previously unselected package libbrotli1:amd64.
#8 7.990 Preparing to unpack .../018-libbrotli1_1.0.9-2+b6_amd64.deb ...
#8 7.990 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
#8 8.028 Selecting previously unselected package libkrb5support0:amd64.
#8 8.029 Preparing to unpack .../019-libkrb5support0_1.20.1-2+deb12u5_amd64.deb ...
#8 8.030 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u5) ...
#8 8.049 Selecting previously unselected package libk5crypto3:amd64.
#8 8.051 Preparing to unpack .../020-libk5crypto3_1.20.1-2+deb12u5_amd64.deb ...
#8 8.051 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u5) ...
#8 8.075 Selecting previously unselected package libkeyutils1:amd64.
#8 8.076 Preparing to unpack .../021-libkeyutils1_1.6.3-2_amd64.deb ...
#8 8.077 Unpacking libkeyutils1:amd64 (1.6.3-2) ...
#8 8.096 Selecting previously unselected package libkrb5-3:amd64.
#8 8.097 Preparing to unpack .../022-libkrb5-3_1.20.1-2+deb12u5_amd64.deb ...
#8 8.098 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u5) ...
#8 8.141 Selecting previously unselected package libgssapi-krb5-2:amd64.
#8 8.142 Preparing to unpack .../023-libgssapi-krb5-2_1.20.1-2+deb12u5_amd64.deb ...
#8 8.143 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u5) ...
#8 8.168 Selecting previously unselected package libsasl2-modules-db:amd64.
#8 8.170 Preparing to unpack .../024-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
#8 8.170 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
#8 8.191 Selecting previously unselected package libsasl2-2:amd64.
#8 8.194 Preparing to unpack .../025-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
#8 8.194 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
#8 8.220 Selecting previously unselected package libldap-2.5-0:amd64.
#8 8.222 Preparing to unpack .../026-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ...
#8 8.223 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
#8 8.259 Selecting previously unselected package libnghttp2-14:amd64.
#8 8.260 Preparing to unpack .../027-libnghttp2-14_1.52.0-1+deb12u3_amd64.deb ...
#8 8.261 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u3) ...
#8 8.284 Selecting previously unselected package libpsl5:amd64.
#8 8.286 Preparing to unpack .../028-libpsl5_0.21.2-1_amd64.deb ...
#8 8.286 Unpacking libpsl5:amd64 (0.21.2-1) ...
#8 8.311 Selecting previously unselected package librtmp1:amd64.
#8 8.312 Preparing to unpack .../029-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
#8 8.313 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
#8 8.338 Selecting previously unselected package libssh2-1:amd64.
#8 8.340 Preparing to unpack .../030-libssh2-1_1.10.0-3+b1_amd64.deb ...
#8 8.340 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
#8 8.374 Selecting previously unselected package libcurl4:amd64.
#8 8.376 Preparing to unpack .../031-libcurl4_7.88.1-10+deb12u14_amd64.deb ...
#8 8.376 Unpacking libcurl4:amd64 (7.88.1-10+deb12u14) ...
#8 8.414 Selecting previously unselected package curl.
#8 8.415 Preparing to unpack .../032-curl_7.88.1-10+deb12u14_amd64.deb ...
#8 8.416 Unpacking curl (7.88.1-10+deb12u14) ...
#8 8.453 Selecting previously unselected package libassuan0:amd64.
#8 8.454 Preparing to unpack .../033-libassuan0_2.5.5-5_amd64.deb ...
#8 8.455 Unpacking libassuan0:amd64 (2.5.5-5) ...
#8 8.481 Selecting previously unselected package libreadline8:amd64.
#8 8.482 Preparing to unpack .../034-libreadline8_8.2-1.3_amd64.deb ...
#8 8.483 Unpacking libreadline8:amd64 (8.2-1.3) ...
#8 8.516 Selecting previously unselected package gpgconf.
#8 8.519 Preparing to unpack .../035-gpgconf_2.2.40-1.1+deb12u2_amd64.deb ...
#8 8.520 Unpacking gpgconf (2.2.40-1.1+deb12u2) ...
#8 8.555 Selecting previously unselected package libksba8:amd64.
#8 8.557 Preparing to unpack .../036-libksba8_1.6.3-2_amd64.deb ...
#8 8.557 Unpacking libksba8:amd64 (1.6.3-2) ...
#8 8.588 Selecting previously unselected package libnpth0:amd64.
#8 8.589 Preparing to unpack .../037-libnpth0_1.6-3_amd64.deb ...
#8 8.590 Unpacking libnpth0:amd64 (1.6-3) ...
#8 8.613 Selecting previously unselected package dirmngr.
#8 8.614 Preparing to unpack .../038-dirmngr_2.2.40-1.1+deb12u2_amd64.deb ...
#8 8.632 Unpacking dirmngr (2.2.40-1.1+deb12u2) ...
#8 8.679 Selecting previously unselected package dumb-init.
#8 8.681 Preparing to unpack .../039-dumb-init_1.2.5-2_amd64.deb ...
#8 8.682 Unpacking dumb-init (1.2.5-2) ...
#8 8.700 Selecting previously unselected package libexpat1:amd64.
#8 8.701 Preparing to unpack .../040-libexpat1_2.5.0-1+deb12u2_amd64.deb ...
#8 8.702 Unpacking libexpat1:amd64 (2.5.0-1+deb12u2) ...
#8 8.725 Selecting previously unselected package libpng16-16:amd64.
#8 8.726 Preparing to unpack .../041-libpng16-16_1.6.39-2+deb12u5_amd64.deb ...
#8 8.726 Unpacking libpng16-16:amd64 (1.6.39-2+deb12u5) ...
#8 8.758 Selecting previously unselected package libfreetype6:amd64.
#8 8.759 Preparing to unpack .../042-libfreetype6_2.12.1+dfsg-5+deb12u4_amd64.deb ...
#8 8.760 Unpacking libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ...
#8 8.806 Selecting previously unselected package fonts-dejavu-core.
#8 8.808 Preparing to unpack .../043-fonts-dejavu-core_2.37-6_all.deb ...
#8 8.809 Unpacking fonts-dejavu-core (2.37-6) ...
#8 8.915 Selecting previously unselected package fontconfig-config.
#8 8.917 Preparing to unpack .../044-fontconfig-config_2.14.1-4_amd64.deb ...
#8 9.065 Unpacking fontconfig-config (2.14.1-4) ...
#8 9.099 Selecting previously unselected package libfontconfig1:amd64.
#8 9.102 Preparing to unpack .../045-libfontconfig1_2.14.1-4_amd64.deb ...
#8 9.102 Unpacking libfontconfig1:amd64 (2.14.1-4) ...
#8 9.129 Selecting previously unselected package fontconfig.
#8 9.131 Preparing to unpack .../046-fontconfig_2.14.1-4_amd64.deb ...
#8 9.131 Unpacking fontconfig (2.14.1-4) ...
#8 9.168 Selecting previously unselected package libcurl3-gnutls:amd64.
#8 9.170 Preparing to unpack .../047-libcurl3-gnutls_7.88.1-10+deb12u14_amd64.deb ...
#8 9.171 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u14) ...
#8 9.209 Selecting previously unselected package liberror-perl.
#8 9.210 Preparing to unpack .../048-liberror-perl_0.17029-2_all.deb ...
#8 9.211 Unpacking liberror-perl (0.17029-2) ...
#8 9.231 Selecting previously unselected package git-man.
#8 9.233 Preparing to unpack .../049-git-man_1%3a2.39.5-0+deb12u3_all.deb ...
#8 9.234 Unpacking git-man (1:2.39.5-0+deb12u3) ...
#8 9.328 Selecting previously unselected package git.
#8 9.330 Preparing to unpack .../050-git_1%3a2.39.5-0+deb12u3_amd64.deb ...
#8 9.337 Unpacking git (1:2.39.5-0+deb12u3) ...
#8 9.763 Selecting previously unselected package gnupg-l10n.
#8 9.765 Preparing to unpack .../051-gnupg-l10n_2.2.40-1.1+deb12u2_all.deb ...
#8 9.765 Unpacking gnupg-l10n (2.2.40-1.1+deb12u2) ...
#8 9.844 Selecting previously unselected package gnupg-utils.
#8 9.846 Preparing to unpack .../052-gnupg-utils_2.2.40-1.1+deb12u2_amd64.deb ...
#8 9.846 Unpacking gnupg-utils (2.2.40-1.1+deb12u2) ...
#8 9.910 Selecting previously unselected package libsqlite3-0:amd64.
#8 9.912 Preparing to unpack .../053-libsqlite3-0_3.40.1-2+deb12u2_amd64.deb ...
#8 9.912 Unpacking libsqlite3-0:amd64 (3.40.1-2+deb12u2) ...
#8 9.979 Selecting previously unselected package gpg.
#8 9.982 Preparing to unpack .../054-gpg_2.2.40-1.1+deb12u2_amd64.deb ...
#8 9.983 Unpacking gpg (2.2.40-1.1+deb12u2) ...
#8 10.04 Selecting previously unselected package pinentry-curses.
#8 10.04 Preparing to unpack .../055-pinentry-curses_1.2.1-1_amd64.deb ...
#8 10.04 Unpacking pinentry-curses (1.2.1-1) ...
#8 10.07 Selecting previously unselected package gpg-agent.
#8 10.07 Preparing to unpack .../056-gpg-agent_2.2.40-1.1+deb12u2_amd64.deb ...
#8 10.07 Unpacking gpg-agent (2.2.40-1.1+deb12u2) ...
#8 10.11 Selecting previously unselected package gpg-wks-client.
#8 10.11 Preparing to unpack .../057-gpg-wks-client_2.2.40-1.1+deb12u2_amd64.deb ...
#8 10.11 Unpacking gpg-wks-client (2.2.40-1.1+deb12u2) ...
#8 10.15 Selecting previously unselected package gpg-wks-server.
#8 10.15 Preparing to unpack .../058-gpg-wks-server_2.2.40-1.1+deb12u2_amd64.deb ...
#8 10.15 Unpacking gpg-wks-server (2.2.40-1.1+deb12u2) ...
#8 10.18 Selecting previously unselected package gpgsm.
#8 10.19 Preparing to unpack .../059-gpgsm_2.2.40-1.1+deb12u2_amd64.deb ...
#8 10.19 Unpacking gpgsm (2.2.40-1.1+deb12u2) ...
#8 10.23 Selecting previously unselected package gnupg.
#8 10.23 Preparing to unpack .../060-gnupg_2.2.40-1.1+deb12u2_all.deb ...
#8 10.23 Unpacking gnupg (2.2.40-1.1+deb12u2) ...
#8 10.28 Selecting previously unselected package libann0.
#8 10.28 Preparing to unpack .../061-libann0_1.1.2+doc-9+b1_amd64.deb ...
#8 10.28 Unpacking libann0 (1.1.2+doc-9+b1) ...
#8 10.30 Selecting previously unselected package libcdt5:amd64.
#8 10.30 Preparing to unpack .../062-libcdt5_2.42.2-7+deb12u1_amd64.deb ...
#8 10.30 Unpacking libcdt5:amd64 (2.42.2-7+deb12u1) ...
#8 10.33 Selecting previously unselected package libcgraph6:amd64.
#8 10.33 Preparing to unpack .../063-libcgraph6_2.42.2-7+deb12u1_amd64.deb ...
#8 10.33 Unpacking libcgraph6:amd64 (2.42.2-7+deb12u1) ...
#8 10.36 Selecting previously unselected package libaom3:amd64.
#8 10.36 Preparing to unpack .../064-libaom3_3.6.0-1+deb12u2_amd64.deb ...
#8 10.36 Unpacking libaom3:amd64 (3.6.0-1+deb12u2) ...
#8 10.51 Selecting previously unselected package libdav1d6:amd64.
#8 10.52 Preparing to unpack .../065-libdav1d6_1.0.0-2+deb12u1_amd64.deb ...
#8 10.52 Unpacking libdav1d6:amd64 (1.0.0-2+deb12u1) ...
#8 10.58 Selecting previously unselected package libabsl20220623:amd64.
#8 10.58 Preparing to unpack .../066-libabsl20220623_20220623.1-1+deb12u2_amd64.deb ...
#8 10.58 Unpacking libabsl20220623:amd64 (20220623.1-1+deb12u2) ...
#8 10.64 Selecting previously unselected package libgav1-1:amd64.
#8 10.64 Preparing to unpack .../067-libgav1-1_0.18.0-1+b1_amd64.deb ...
#8 10.64 Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
#8 10.69 Selecting previously unselected package librav1e0:amd64.
#8 10.69 Preparing to unpack .../068-librav1e0_0.5.1-6_amd64.deb ...
#8 10.70 Unpacking librav1e0:amd64 (0.5.1-6) ...
#8 10.78 Selecting previously unselected package libsvtav1enc1:amd64.
#8 10.78 Preparing to unpack .../069-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ...
#8 10.78 Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
#8 10.96 Selecting previously unselected package libjpeg62-turbo:amd64.
#8 10.96 Preparing to unpack .../070-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ...
#8 10.96 Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ...
#8 11.00 Selecting previously unselected package libyuv0:amd64.
#8 11.00 Preparing to unpack .../071-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ...
#8 11.00 Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
#8 11.03 Selecting previously unselected package libavif15:amd64.
#8 11.03 Preparing to unpack .../072-libavif15_0.11.1-1+deb12u1_amd64.deb ...
#8 11.03 Unpacking libavif15:amd64 (0.11.1-1+deb12u1) ...
#8 11.06 Selecting previously unselected package libde265-0:amd64.
#8 11.06 Preparing to unpack .../073-libde265-0_1.0.11-1+deb12u2_amd64.deb ...
#8 11.06 Unpacking libde265-0:amd64 (1.0.11-1+deb12u2) ...
#8 11.10 Selecting previously unselected package libnuma1:amd64.
#8 11.10 Preparing to unpack .../074-libnuma1_2.0.16-1_amd64.deb ...
#8 11.10 Unpacking libnuma1:amd64 (2.0.16-1) ...
#8 11.13 Selecting previously unselected package libx265-199:amd64.
#8 11.13 Preparing to unpack .../075-libx265-199_3.5-2+b1_amd64.deb ...
#8 11.14 Unpacking libx265-199:amd64 (3.5-2+b1) ...
#8 11.27 Selecting previously unselected package libheif1:amd64.
#8 11.28 Preparing to unpack .../076-libheif1_1.15.1-1+deb12u1_amd64.deb ...
#8 11.28 Unpacking libheif1:amd64 (1.15.1-1+deb12u1) ...
#8 11.31 Selecting previously unselected package libdeflate0:amd64.
#8 11.32 Preparing to unpack .../077-libdeflate0_1.14-1_amd64.deb ...
#8 11.32 Unpacking libdeflate0:amd64 (1.14-1) ...
#8 11.34 Selecting previously unselected package libjbig0:amd64.
#8 11.34 Preparing to unpack .../078-libjbig0_2.1-6.1_amd64.deb ...
#8 11.34 Unpacking libjbig0:amd64 (2.1-6.1) ...
#8 11.37 Selecting previously unselected package liblerc4:amd64.
#8 11.37 Preparing to unpack .../079-liblerc4_4.0.0+ds-2_amd64.deb ...
#8 11.37 Unpacking liblerc4:amd64 (4.0.0+ds-2) ...
#8 11.41 Selecting previously unselected package libwebp7:amd64.
#8 11.41 Preparing to unpack .../080-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ...
#8 11.41 Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
#8 11.45 Selecting previously unselected package libtiff6:amd64.
#8 11.45 Preparing to unpack .../081-libtiff6_4.5.0-6+deb12u4_amd64.deb ...
#8 11.45 Unpacking libtiff6:amd64 (4.5.0-6+deb12u4) ...
#8 11.49 Selecting previously unselected package libxau6:amd64.
#8 11.50 Preparing to unpack .../082-libxau6_1%3a1.0.9-1_amd64.deb ...
#8 11.50 Unpacking libxau6:amd64 (1:1.0.9-1) ...
#8 11.52 Selecting previously unselected package libbsd0:amd64.
#8 11.52 Preparing to unpack .../083-libbsd0_0.11.7-2_amd64.deb ...
#8 11.54 Unpacking libbsd0:amd64 (0.11.7-2) ...
#8 11.57 Selecting previously unselected package libxdmcp6:amd64.
#8 11.57 Preparing to unpack .../084-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
#8 11.57 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
#8 11.59 Selecting previously unselected package libxcb1:amd64.
#8 11.59 Preparing to unpack .../085-libxcb1_1.15-1_amd64.deb ...
#8 11.59 Unpacking libxcb1:amd64 (1.15-1) ...
#8 11.61 Selecting previously unselected package libx11-data.
#8 11.62 Preparing to unpack .../086-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ...
#8 11.62 Unpacking libx11-data (2:1.8.4-2+deb12u2) ...
#8 11.67 Selecting previously unselected package libx11-6:amd64.
#8 11.68 Preparing to unpack .../087-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ...
#8 11.68 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
#8 11.75 Selecting previously unselected package libxpm4:amd64.
#8 11.75 Preparing to unpack .../088-libxpm4_1%3a3.5.12-1.1+deb12u1_amd64.deb ...
#8 11.75 Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ...
#8 11.77 Selecting previously unselected package libgd3:amd64.
#8 11.77 Preparing to unpack .../089-libgd3_2.3.3-9_amd64.deb ...
#8 11.77 Unpacking libgd3:amd64 (2.3.3-9) ...
#8 11.81 Selecting previously unselected package libglib2.0-0:amd64.
#8 11.81 Preparing to unpack .../090-libglib2.0-0_2.74.6-2+deb12u9_amd64.deb ...
#8 11.81 Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u9) ...
#8 11.93 Selecting previously unselected package libgts-0.7-5:amd64.
#8 11.94 Preparing to unpack .../091-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ...
#8 11.94 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
#8 11.97 Selecting previously unselected package libpixman-1-0:amd64.
#8 11.98 Preparing to unpack .../092-libpixman-1-0_0.42.2-1_amd64.deb ...
#8 11.98 Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
#8 12.02 Selecting previously unselected package libxcb-render0:amd64.
#8 12.02 Preparing to unpack .../093-libxcb-render0_1.15-1_amd64.deb ...
#8 12.02 Unpacking libxcb-render0:amd64 (1.15-1) ...
#8 12.05 Selecting previously unselected package libxcb-shm0:amd64.
#8 12.05 Preparing to unpack .../094-libxcb-shm0_1.15-1_amd64.deb ...
#8 12.05 Unpacking libxcb-shm0:amd64 (1.15-1) ...
#8 12.07 Selecting previously unselected package libxext6:amd64.
#8 12.07 Preparing to unpack .../095-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
#8 12.07 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
#8 12.10 Selecting previously unselected package libxrender1:amd64.
#8 12.11 Preparing to unpack .../096-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
#8 12.11 Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
#8 12.13 Selecting previously unselected package libcairo2:amd64.
#8 12.14 Preparing to unpack .../097-libcairo2_1.16.0-7_amd64.deb ...
#8 12.14 Unpacking libcairo2:amd64 (1.16.0-7) ...
#8 12.19 Selecting previously unselected package libltdl7:amd64.
#8 12.20 Preparing to unpack .../098-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
#8 12.20 Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
#8 12.23 Selecting previously unselected package libfribidi0:amd64.
#8 12.23 Preparing to unpack .../099-libfribidi0_1.0.8-2.1_amd64.deb ...
#8 12.23 Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
#8 12.26 Selecting previously unselected package libgraphite2-3:amd64.
#8 12.26 Preparing to unpack .../100-libgraphite2-3_1.3.14-1_amd64.deb ...
#8 12.26 Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
#8 12.29 Selecting previously unselected package libharfbuzz0b:amd64.
#8 12.29 Preparing to unpack .../101-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
#8 12.29 Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
#8 12.35 Selecting previously unselected package libthai-data.
#8 12.35 Preparing to unpack .../102-libthai-data_0.1.29-1_all.deb ...
#8 12.35 Unpacking libthai-data (0.1.29-1) ...
#8 12.39 Selecting previously unselected package libdatrie1:amd64.
#8 12.39 Preparing to unpack .../103-libdatrie1_0.2.13-2+b1_amd64.deb ...
#8 12.39 Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
#8 12.42 Selecting previously unselected package libthai0:amd64.
#8 12.42 Preparing to unpack .../104-libthai0_0.1.29-1_amd64.deb ...
#8 12.42 Unpacking libthai0:amd64 (0.1.29-1) ...
#8 12.45 Selecting previously unselected package libpango-1.0-0:amd64.
#8 12.45 Preparing to unpack .../105-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
#8 12.45 Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
#8 12.49 Selecting previously unselected package libpangoft2-1.0-0:amd64.
#8 12.49 Preparing to unpack .../106-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
#8 12.49 Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
#8 12.52 Selecting previously unselected package libpangocairo-1.0-0:amd64.
#8 12.52 Preparing to unpack .../107-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
#8 12.52 Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
#8 12.54 Selecting previously unselected package libpathplan4:amd64.
#8 12.55 Preparing to unpack .../108-libpathplan4_2.42.2-7+deb12u1_amd64.deb ...
#8 12.55 Unpacking libpathplan4:amd64 (2.42.2-7+deb12u1) ...
#8 12.57 Selecting previously unselected package libgvc6.
#8 12.58 Preparing to unpack .../109-libgvc6_2.42.2-7+deb12u1_amd64.deb ...
#8 12.58 Unpacking libgvc6 (2.42.2-7+deb12u1) ...
#8 12.65 Selecting previously unselected package libgvpr2:amd64.
#8 12.65 Preparing to unpack .../110-libgvpr2_2.42.2-7+deb12u1_amd64.deb ...
#8 12.65 Unpacking libgvpr2:amd64 (2.42.2-7+deb12u1) ...
#8 12.69 Selecting previously unselected package liblab-gamut1:amd64.
#8 12.70 Preparing to unpack .../111-liblab-gamut1_2.42.2-7+deb12u1_amd64.deb ...
#8 12.70 Unpacking liblab-gamut1:amd64 (2.42.2-7+deb12u1) ...
#8 12.78 Selecting previously unselected package x11-common.
#8 12.79 Preparing to unpack .../112-x11-common_1%3a7.7+23_all.deb ...
#8 12.79 Unpacking x11-common (1:7.7+23) ...
#8 12.82 Selecting previously unselected package libice6:amd64.
#8 12.82 Preparing to unpack .../113-libice6_2%3a1.0.10-1_amd64.deb ...
#8 12.82 Unpacking libice6:amd64 (2:1.0.10-1) ...
#8 12.85 Selecting previously unselected package libsm6:amd64.
#8 12.85 Preparing to unpack .../114-libsm6_2%3a1.2.3-1_amd64.deb ...
#8 12.85 Unpacking libsm6:amd64 (2:1.2.3-1) ...
#8 12.88 Selecting previously unselected package libxt6:amd64.
#8 12.88 Preparing to unpack .../115-libxt6_1%3a1.2.1-1.1_amd64.deb ...
#8 12.88 Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
#8 12.91 Selecting previously unselected package libxmu6:amd64.
#8 12.92 Preparing to unpack .../116-libxmu6_2%3a1.1.3-3_amd64.deb ...
#8 12.92 Unpacking libxmu6:amd64 (2:1.1.3-3) ...
#8 12.94 Selecting previously unselected package libxaw7:amd64.
#8 12.95 Preparing to unpack .../117-libxaw7_2%3a1.0.14-1_amd64.deb ...
#8 12.95 Unpacking libxaw7:amd64 (2:1.0.14-1) ...
#8 12.98 Selecting previously unselected package graphviz.
#8 12.99 Preparing to unpack .../118-graphviz_2.42.2-7+deb12u1_amd64.deb ...
#8 12.99 Unpacking graphviz (2.42.2-7+deb12u1) ...
#8 13.06 Selecting previously unselected package libev4:amd64.
#8 13.06 Preparing to unpack .../119-libev4_1%3a4.33-1_amd64.deb ...
#8 13.06 Unpacking libev4:amd64 (1:4.33-1) ...
#8 13.09 Selecting previously unselected package psmisc.
#8 13.09 Preparing to unpack .../120-psmisc_23.6-1_amd64.deb ...
#8 13.09 Unpacking psmisc (23.6-1) ...
#8 13.14 Selecting previously unselected package runc.
#8 13.14 Preparing to unpack .../121-runc_1.1.5+ds1-1+deb12u1_amd64.deb ...
#8 13.14 Unpacking runc (1.1.5+ds1-1+deb12u1) ...
#8 13.36 Selecting previously unselected package sqlite3.
#8 13.37 Preparing to unpack .../122-sqlite3_3.40.1-2+deb12u2_amd64.deb ...
#8 13.37 Unpacking sqlite3 (3.40.1-2+deb12u2) ...
#8 13.41 Selecting previously unselected package unzip.
#8 13.41 Preparing to unpack .../123-unzip_6.0-28_amd64.deb ...
#8 13.41 Unpacking unzip (6.0-28) ...
#8 13.46 Setting up libksba8:amd64 (1.6.3-2) ...
#8 13.47 Setting up libexpat1:amd64 (2.5.0-1+deb12u2) ...
#8 13.47 Setting up dumb-init (1.2.5-2) ...
#8 13.47 Setting up libgraphite2-3:amd64 (1.3.14-1) ...
#8 13.47 Setting up libpixman-1-0:amd64 (0.42.2-1) ...
#8 13.47 Setting up libaom3:amd64 (3.6.0-1+deb12u2) ...
#8 13.47 Setting up libabsl20220623:amd64 (20220623.1-1+deb12u2) ...
#8 13.47 Setting up libxau6:amd64 (1:1.0.9-1) ...
#8 13.48 Setting up libkeyutils1:amd64 (1.6.3-2) ...
#8 13.48 Setting up libpsl5:amd64 (0.21.2-1) ...
#8 13.48 Setting up liblerc4:amd64 (4.0.0+ds-2) ...
#8 13.48 Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
#8 13.48 Setting up psmisc (23.6-1) ...
#8 13.49 Setting up attr (1:2.5.1-4) ...
#8 13.49 Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u9) ...
#8 13.49 No schema files found: doing nothing.
#8 13.50 Setting up libev4:amd64 (1:4.33-1) ...
#8 13.50 Setting up unzip (6.0-28) ...
#8 13.50 Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
#8 13.50 Setting up libsqlite3-0:amd64 (3.40.1-2+deb12u2) ...
#8 13.50 Setting up liblab-gamut1:amd64 (2.42.2-7+deb12u1) ...
#8 13.51 Setting up libssl3:amd64 (3.0.20-1~deb12u2) ...
#8 13.51 Setting up x11-common (1:7.7+23) ...
#8 13.58 debconf: unable to initialize frontend: Dialog
#8 13.58 debconf: (TERM is not set, so the dialog frontend is not usable.)
#8 13.58 debconf: falling back to frontend: Readline
#8 13.59 debconf: unable to initialize frontend: Readline
#8 13.59 debconf: (This frontend requires a controlling tty.)
#8 13.59 debconf: falling back to frontend: Teletype
#8 13.61 invoke-rc.d: could not determine current runlevel
#8 13.62 invoke-rc.d: policy-rc.d denied execution of restart.
#8 13.62 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u3) ...
#8 13.63 Setting up libdeflate0:amd64 (1.14-1) ...
#8 13.63 Setting up libnpth0:amd64 (1.6-3) ...
#8 13.63 Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
#8 13.63 Setting up libassuan0:amd64 (2.5.5-5) ...
#8 13.64 Setting up bzip2 (1.0.8-5+b1) ...
#8 13.64 Setting up libjbig0:amd64 (2.1-6.1) ...
#8 13.64 Setting up librav1e0:amd64 (0.5.1-6) ...
#8 13.65 Setting up runc (1.1.5+ds1-1+deb12u1) ...
#8 13.65 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u5) ...
#8 13.65 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
#8 13.65 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
#8 13.66 Setting up perl-modules-5.36 (5.36.0-7+deb12u3) ...
#8 13.66 Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ...
#8 13.66 Setting up libx11-data (2:1.8.4-2+deb12u2) ...
#8 13.66 Setting up gnupg-l10n (2.2.40-1.1+deb12u2) ...
#8 13.67 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
#8 13.67 Setting up libpathplan4:amd64 (2.42.2-7+deb12u1) ...
#8 13.67 Setting up libann0 (1.1.2+doc-9+b1) ...
#8 13.67 Setting up xz-utils (5.4.1-1) ...
#8 13.67 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#8 13.68 Setting up libfribidi0:amd64 (1.0.8-2.1) ...
#8 13.68 Setting up libproc2-0:amd64 (2:4.0.2-3) ...
#8 13.68 Setting up libpng16-16:amd64 (1.6.39-2+deb12u5) ...
#8 13.68 Setting up sudo (1.9.13p3-1+deb12u4) ...
#8 13.70 invoke-rc.d: could not determine current runlevel
#8 13.71 invoke-rc.d: policy-rc.d denied execution of start.
#8 13.71 Setting up fonts-dejavu-core (2.37-6) ...
#8 13.72 Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
#8 13.72 Setting up libncursesw6:amd64 (6.4-4) ...
#8 13.72 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u5) ...
#8 13.72 Setting up libdav1d6:amd64 (1.0.0-2+deb12u1) ...
#8 13.72 Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
#8 13.72 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
#8 13.72 Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
#8 13.73 Setting up libnuma1:amd64 (2.0.16-1) ...
#8 13.73 Setting up libtiff6:amd64 (4.5.0-6+deb12u4) ...
#8 13.73 Setting up procps (2:4.0.2-3) ...
#8 13.76 Setting up git-man (1:2.39.5-0+deb12u3) ...
#8 13.76 Setting up libthai-data (0.1.29-1) ...
#8 13.76 Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
#8 13.76 Setting up libcdt5:amd64 (2.42.2-7+deb12u1) ...
#8 13.77 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u5) ...
#8 13.77 Setting up libcgraph6:amd64 (2.42.2-7+deb12u1) ...
#8 13.77 Setting up libde265-0:amd64 (1.0.11-1+deb12u2) ...
#8 13.77 Setting up openssl (3.0.20-1~deb12u2) ...
#8 13.78 Setting up libbsd0:amd64 (0.11.7-2) ...
#8 13.78 Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
#8 13.78 Setting up readline-common (8.2-1.3) ...
#8 13.79 Setting up libgdbm6:amd64 (1.23-3) ...
#8 13.79 Setting up libpopt0:amd64 (1.19+dfsg-1) ...
#8 13.79 Setting up pinentry-curses (1.2.1-1) ...
#8 13.80 Setting up libice6:amd64 (2:1.0.10-1) ...
#8 13.82 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
#8 13.82 Setting up libxcb1:amd64 (1.15-1) ...
#8 13.82 Setting up libavif15:amd64 (0.11.1-1+deb12u1) ...
#8 13.82 Setting up libxcb-render0:amd64 (1.15-1) ...
#8 13.82 Setting up fontconfig-config (2.14.1-4) ...
#8 13.89 debconf: unable to initialize frontend: Dialog
#8 13.89 debconf: (TERM is not set, so the dialog frontend is not usable.)
#8 13.89 debconf: falling back to frontend: Readline
#8 13.90 debconf: unable to initialize frontend: Readline
#8 13.90 debconf: (This frontend requires a controlling tty.)
#8 13.90 debconf: falling back to frontend: Teletype
#8 14.08 Setting up libreadline8:amd64 (8.2-1.3) ...
#8 14.08 Setting up libxcb-shm0:amd64 (1.15-1) ...
#8 14.08 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
#8 14.09 Setting up libthai0:amd64 (0.1.29-1) ...
#8 14.09 Setting up ca-certificates (20230311+deb12u1) ...
#8 14.16 debconf: unable to initialize frontend: Dialog
#8 14.16 debconf: (TERM is not set, so the dialog frontend is not usable.)
#8 14.16 debconf: falling back to frontend: Readline
#8 14.17 debconf: unable to initialize frontend: Readline
#8 14.17 debconf: (This frontend requires a controlling tty.)
#8 14.17 debconf: falling back to frontend: Teletype
#8 14.84 Updating certificates in /etc/ssl/certs...
#8 15.67 142 added, 0 removed; done.
#8 15.69 Setting up libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ...
#8 15.70 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u5) ...
#8 15.70 Setting up libgdbm-compat4:amd64 (1.23-3) ...
#8 15.71 Setting up libx265-199:amd64 (3.5-2+b1) ...
#8 15.71 Setting up libgvpr2:amd64 (2.42.2-7+deb12u1) ...
#8 15.71 Setting up gpgconf (2.2.40-1.1+deb12u2) ...
#8 15.71 Setting up libcurl4:amd64 (7.88.1-10+deb12u14) ...
#8 15.72 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
#8 15.72 Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
#8 15.72 Setting up curl (7.88.1-10+deb12u14) ...
#8 15.72 Setting up libfontconfig1:amd64 (2.14.1-4) ...
#8 15.73 Setting up libsm6:amd64 (2:1.2.3-1) ...
#8 15.73 Setting up libperl5.36:amd64 (5.36.0-7+deb12u3) ...
#8 15.73 Setting up sqlite3 (3.40.1-2+deb12u2) ...
#8 15.73 Setting up gpg (2.2.40-1.1+deb12u2) ...
#8 15.74 Setting up rsync (3.2.7-1+deb12u5) ...
#8 15.75 invoke-rc.d: could not determine current runlevel
#8 15.75 invoke-rc.d: policy-rc.d denied execution of start.
#8 15.83 Setting up gnupg-utils (2.2.40-1.1+deb12u2) ...
#8 15.83 Setting up fontconfig (2.14.1-4) ...
#8 15.84 Regenerating fonts cache... done.
#8 17.85 Setting up gpg-agent (2.2.40-1.1+deb12u2) ...
#8 18.29 Setting up libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ...
#8 18.29 Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
#8 18.30 Setting up gpgsm (2.2.40-1.1+deb12u2) ...
#8 18.30 Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
#8 18.30 Setting up libheif1:amd64 (1.15.1-1+deb12u1) ...
#8 18.30 Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
#8 18.31 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u14) ...
#8 18.31 Setting up libcairo2:amd64 (1.16.0-7) ...
#8 18.31 Setting up dirmngr (2.2.40-1.1+deb12u2) ...
#8 18.44 Setting up perl (5.36.0-7+deb12u3) ...
#8 18.45 Setting up libgd3:amd64 (2.3.3-9) ...
#8 18.45 Setting up libxt6:amd64 (1:1.2.1-1.1) ...
#8 18.46 Setting up gpg-wks-server (2.2.40-1.1+deb12u2) ...
#8 18.46 Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
#8 18.46 Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
#8 18.46 Setting up libxmu6:amd64 (2:1.1.3-3) ...
#8 18.47 Setting up gpg-wks-client (2.2.40-1.1+deb12u2) ...
#8 18.47 Setting up libxaw7:amd64 (2:1.0.14-1) ...
#8 18.47 Setting up liberror-perl (0.17029-2) ...
#8 18.48 Setting up libgvc6 (2.42.2-7+deb12u1) ...
#8 18.50 Setting up git (1:2.39.5-0+deb12u3) ...
#8 18.51 Setting up gnupg (2.2.40-1.1+deb12u2) ...
#8 18.51 Setting up graphviz (2.42.2-7+deb12u1) ...
#8 18.52 Processing triggers for libc-bin (2.36-9+deb12u14) ...
#8 18.54 Processing triggers for ca-certificates (20230311+deb12u1) ...
#8 18.54 Updating certificates in /etc/ssl/certs...
#8 19.28 0 added, 0 removed; done.
#8 19.28 Running hooks in /etc/ca-certificates/update.d...
#8 19.28 done.
#8 19.47 Hit:1 http://deb.debian.org/debian bookworm InRelease
#8 19.47 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#8 19.47 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#8 19.49 Get:4 https://download.docker.com/linux/debian bookworm InRelease [46.6 kB]
#8 19.79 Get:5 https://download.docker.com/linux/debian bookworm/stable amd64 Packages [74.7 kB]
#8 19.83 Fetched 121 kB in 0s (315 kB/s)
#8 19.83 Reading package lists...
#8 20.37 Reading package lists...
#8 20.86 Building dependency tree...
#8 20.97 Reading state information...
#8 21.08 Suggested packages:
#8 21.08   docker-model-plugin
#8 21.08 Recommended packages:
#8 21.08   docker-compose-plugin
#8 21.10 The following NEW packages will be installed:
#8 21.10   docker-buildx-plugin docker-ce-cli
#8 21.22 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
#8 21.22 Need to get 34.1 MB of archives.
#8 21.22 After this operation, 118 MB of additional disk space will be used.
#8 21.22 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]
#8 21.89 Get:2 https://download.docker.com/linux/debian bookworm/stable amd64 docker-ce-cli amd64 5:29.6.1-1~debian.12~bookworm [16.9 MB]
#8 22.50 debconf: delaying package configuration, since apt-utils is not installed
#8 22.53 Fetched 34.1 MB in 1s (27.1 MB/s)
#8 22.55 Selecting previously unselected package docker-buildx-plugin.
#8 22.55 (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 ... 12011 files and directories currently installed.)
#8 22.56 Preparing to unpack .../docker-buildx-plugin_0.35.0-1~debian.12~bookworm_amd64.deb ...
#8 22.56 Unpacking docker-buildx-plugin (0.35.0-1~debian.12~bookworm) ...
#8 23.17 Selecting previously unselected package docker-ce-cli.
#8 23.17 Preparing to unpack .../docker-ce-cli_5%3a29.6.1-1~debian.12~bookworm_amd64.deb ...
#8 23.17 Unpacking docker-ce-cli (5:29.6.1-1~debian.12~bookworm) ...
#8 23.75 Setting up docker-buildx-plugin (0.35.0-1~debian.12~bookworm) ...
#8 23.76 Setting up docker-ce-cli (5:29.6.1-1~debian.12~bookworm) ...
#8 DONE 24.1s

#20 [stage-1 3/9] RUN existing_group=$(getent group 1000 | cut -d: -f1)     && if [ -n "$existing_group" ] && [ "$existing_group" != "app" ]; then          groupdel "$existing_group" || true;        fi     && groupadd --gid 1000 app     && existing_user=$(getent passwd 1000 | cut -d: -f1)     && if [ -n "$existing_user" ] && [ "$existing_user" != "app" ]; then          userdel -r "$existing_user" 2>/dev/null || true;        fi     && useradd --uid 1000 --gid 1000 --home /home/app                --create-home --shell /bin/bash app     && echo "app ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/app     && chmod 0440 /etc/sudoers.d/app
#20 DONE 0.3s

#21 [stage-1 4/9] RUN git config --system safe.directory '*'     && git config --system user.name "docs-ci"     && git config --system user.email "ci@day11"
#21 DONE 0.3s

#22 [stage-1 5/9] COPY --from=build      /src/artifacts/ocaml-docs-ci      /src/artifacts/day11-solver-worker      /src/artifacts/day11-fork-helper      /src/artifacts/day11      /usr/local/bin/
#22 DONE 0.1s

#23 [stage-1 6/9] WORKDIR /var/lib/ocurrent
#23 DONE 0.0s

#24 [stage-1 7/9] RUN chown 1000:1000 /var/lib/ocurrent
#24 DONE 0.3s

#25 [stage-1 8/9] RUN mkdir -p /home/app/.day11/profiles       /home/app/.day11/overlays /home/app/.day11/repo
#25 DONE 0.4s

#26 [stage-1 9/9] COPY --chown=1000:1000 docker/profiles/ /home/app/.day11/profiles/
#26 DONE 0.1s

#27 exporting to image
#27 exporting layers
#27 exporting layers 1.6s done
#27 writing image sha256:973f756e054bb7b23a157f5fba31109c892905a2654fd4ca8013ff166d4ff528 done
#27 DONE 1.6s
Job succeeded
2026-07-09 15:38.28: Job succeeded