Build:
  1. 0
2024-07-25 07:17.10: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocurrent/ocaml-ci.git#refs/pull/957/head (e74e33c0d5f6d2a1d0dadac44a40fcc807cef0d1)]
2024-07-25 07:17.10: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile"
2024-07-25 07:17.10: Waiting for resource in pool OCluster
2024-07-25 07:17.10: Waiting for worker…
2024-07-25 07:17.10: Got resource from pool OCluster
Building on doris.caelum.ci.dev
Submodule path 'ocaml-dockerfile': checked out '8961432d1d3b2fb5541f5bb16bfad7d35574b8b7'
Submodule path 'ocaml-version': checked out 'b80aad5425c7dd6f1e6f8925f5719c72f8b8f7fa'
Submodule path 'ocluster': checked out '912ecfd38f003c6f537abca7e5313973b15ba615'
Submodule path 'ocurrent': checked out 'e43b6c5c896a4cc5ca5c1d0cfbf10a6401fbcd47'
Submodule path 'solver-service': checked out 'f14bc6fdb22c1cef45bb3d3589bd778f4d6c8196'
HEAD is now at b71fcfe Add @cuihtlauac as admin
Synchronizing submodule url for 'ocaml-dockerfile'
Synchronizing submodule url for 'ocaml-version'
Synchronizing submodule url for 'ocluster'
Synchronizing submodule url for 'ocurrent'
Synchronizing submodule url for 'solver-service'
Cleared directory 'ocaml-dockerfile'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) unregistered for path 'ocaml-dockerfile'
Cleared directory 'ocaml-version'
Submodule 'ocaml-version' (https://github.com/ocurrent/ocaml-version.git) unregistered for path 'ocaml-version'
Cleared directory 'ocluster'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) unregistered for path 'ocluster'
Cleared directory 'ocurrent'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) unregistered for path 'ocurrent'
Cleared directory 'solver-service'
Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) unregistered for path 'solver-service'
HEAD is now at e74e33c Formatting
warning: Could not unset core.worktree setting in submodule 'ocaml-dockerfile'
Cleared directory 'ocaml-dockerfile'
warning: Could not unset core.worktree setting in submodule 'ocaml-version'
Cleared directory 'ocaml-version'
warning: Could not unset core.worktree setting in submodule 'ocluster'
Cleared directory 'ocluster'
warning: Could not unset core.worktree setting in submodule 'ocurrent'
Cleared directory 'ocurrent'
warning: Could not unset core.worktree setting in submodule 'solver-service'
Cleared directory 'solver-service'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) registered for path 'ocaml-dockerfile'
Submodule 'ocaml-version' (https://github.com/ocurrent/ocaml-version.git) registered for path 'ocaml-version'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) registered for path 'ocluster'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) registered for path 'ocurrent'
Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) registered for path 'solver-service'
Submodule path 'ocaml-dockerfile': checked out '8961432d1d3b2fb5541f5bb16bfad7d35574b8b7'
Submodule path 'ocaml-version': checked out 'b80aad5425c7dd6f1e6f8925f5719c72f8b8f7fa'
Submodule path 'ocluster': checked out '912ecfd38f003c6f537abca7e5313973b15ba615'
Submodule path 'ocluster/obuilder': checked out '2d0af3df9d934c936736986e827e9d1f5b94aed9'
Submodule path 'ocurrent': checked out 'e43b6c5c896a4cc5ca5c1d0cfbf10a6401fbcd47'
Submodule path 'solver-service': checked out 'f14bc6fdb22c1cef45bb3d3589bd778f4d6c8196'
Sending build context to Docker daemon  11.69MB

Step 1/26 : FROM ocaml/opam:debian-12-ocaml-4.14@sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111 AS build
docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111: Pulling from ocaml/opam
Digest: sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111
Status: Image is up to date for ocaml/opam:debian-12-ocaml-4.14@sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111
 ---> 34e895762c9f
Step 2/26 : RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni
 ---> Running in 712db33133a4
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
Removing intermediate container 712db33133a4
 ---> 9b836ff3e9bb
Step 3/26 : RUN sudo apt-get update && sudo apt-get install libcapnp-dev libffi-dev libev-dev capnproto m4 pkg-config libsqlite3-dev libgmp-dev graphviz -y --no-install-recommends
 ---> Running in e43e0ba8be75
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8788 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.8 kB]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [169 kB]
Fetched 9225 kB in 2s (4926 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  fontconfig libann0 libcairo2 libcapnp-0.9.2 libcdt5 libcgraph6 libdatrie1
  libev4 libfribidi0 libglib2.0-0 libgmpxx4ldbl libgraphite2-3 libgts-0.7-5
  libgvc6 libgvpr2 libharfbuzz0b libice6 liblab-gamut1 libltdl7 libpango-1.0-0
  libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpkgconf3
  libsm6 libssl-dev libssl3 libthai-data libthai0 libxaw7 libxcb-render0
  libxcb-shm0 libxmu6 libxrender1 libxt6 openssl pkgconf pkgconf-bin
  x11-common
Suggested packages:
  gsfonts graphviz-doc low-memory-monitor gmp-doc libgmp10-doc libmpfr-dev
  sqlite3-doc libssl-doc m4-doc
Recommended packages:
  fonts-liberation2 libglib2.0-data shared-mime-info xdg-user-dirs libgts-bin
The following NEW packages will be installed:
  capnproto fontconfig graphviz libann0 libcairo2 libcapnp-0.9.2 libcapnp-dev
  libcdt5 libcgraph6 libdatrie1 libev-dev libev4 libffi-dev libfribidi0
  libglib2.0-0 libgmp-dev libgmpxx4ldbl libgraphite2-3 libgts-0.7-5 libgvc6
  libgvpr2 libharfbuzz0b libice6 liblab-gamut1 libltdl7 libpango-1.0-0
  libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpkgconf3
  libsm6 libsqlite3-dev libssl-dev libthai-data libthai0 libxaw7
  libxcb-render0 libxcb-shm0 libxmu6 libxrender1 libxt6 m4 pkg-config pkgconf
  pkgconf-bin x11-common
The following packages will be upgraded:
  libssl3 openssl
2 upgraded, 47 newly installed, 0 to remove and 56 not upgraded.
Need to get 21.0 MB of archives.
After this operation, 63.8 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.13-1~deb12u1 [2022 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libcapnp-0.9.2 amd64 0.9.2-2 [1305 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 capnproto amd64 0.9.2-2 [244 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 fontconfig amd64 2.14.1-4 [449 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 libann0 amd64 1.1.2+doc-9+b1 [25.1 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 libcdt5 amd64 2.42.2-7+b3 [39.8 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libcgraph6 amd64 2.42.2-7+b3 [63.2 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2+deb12u3 [1400 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5+b1 [160 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libxcb-render0 amd64 1.15-1 [115 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 libcairo2 amd64 1.16.0-7 [575 kB]
Get:15 http://deb.debian.org/debian bookworm/main amd64 libltdl7 amd64 2.4.7-7~deb12u1 [393 kB]
Get:16 http://deb.debian.org/debian bookworm/main amd64 libfribidi0 amd64 1.0.8-2.1 [65.0 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz0b amd64 6.0.0+dfsg-3 [1945 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 libthai-data all 0.1.29-1 [176 kB]
Get:20 http://deb.debian.org/debian bookworm/main amd64 libdatrie1 amd64 0.2.13-2+b1 [43.3 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 libthai0 amd64 0.1.29-1 [57.5 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 libpango-1.0-0 amd64 1.50.12+ds-1 [212 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 libpangoft2-1.0-0 amd64 1.50.12+ds-1 [47.4 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 libpangocairo-1.0-0 amd64 1.50.12+ds-1 [34.2 kB]
Get:25 http://deb.debian.org/debian bookworm/main amd64 libpathplan4 amd64 2.42.2-7+b3 [42.2 kB]
Get:26 http://deb.debian.org/debian bookworm/main amd64 libgvc6 amd64 2.42.2-7+b3 [678 kB]
Get:27 http://deb.debian.org/debian bookworm/main amd64 libgvpr2 amd64 2.42.2-7+b3 [189 kB]
Get:28 http://deb.debian.org/debian bookworm/main amd64 liblab-gamut1 amd64 2.42.2-7+b3 [198 kB]
Get:29 http://deb.debian.org/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB]
Get:30 http://deb.debian.org/debian bookworm/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
Get:31 http://deb.debian.org/debian bookworm/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
Get:32 http://deb.debian.org/debian bookworm/main amd64 libxt6 amd64 1:1.2.1-1.1 [186 kB]
Get:33 http://deb.debian.org/debian bookworm/main amd64 libxmu6 amd64 2:1.1.3-3 [60.1 kB]
Get:34 http://deb.debian.org/debian bookworm/main amd64 libxaw7 amd64 2:1.0.14-1 [201 kB]
Get:35 http://deb.debian.org/debian bookworm/main amd64 graphviz amd64 2.42.2-7+b3 [611 kB]
Get:36 http://deb.debian.org/debian bookworm/main amd64 libssl-dev amd64 3.0.13-1~deb12u1 [2435 kB]
Get:37 http://deb.debian.org/debian bookworm/main amd64 libcapnp-dev amd64 0.9.2-2 [1820 kB]
Get:38 http://deb.debian.org/debian bookworm/main amd64 libev4 amd64 1:4.33-1 [43.2 kB]
Get:39 http://deb.debian.org/debian bookworm/main amd64 libev-dev amd64 1:4.33-1 [137 kB]
Get:40 http://deb.debian.org/debian bookworm/main amd64 libffi-dev amd64 3.4.4-1 [59.4 kB]
Get:41 http://deb.debian.org/debian bookworm/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg1-1.1 [338 kB]
Get:42 http://deb.debian.org/debian bookworm/main amd64 libgmp-dev amd64 2:6.2.1+dfsg1-1.1 [641 kB]
Get:43 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:44 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-dev amd64 3.40.1-2 [1025 kB]
Get:45 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:46 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.13-1~deb12u1 [1418 kB]
Get:47 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:48 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:49 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 21.0 MB in 0s (43.3 MB/s)
(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 ... 18743 files and directories currently installed.)
Preparing to unpack .../00-libssl3_3.0.13-1~deb12u1_amd64.deb ...
Unpacking libssl3:amd64 (3.0.13-1~deb12u1) over (3.0.9-1) ...
Selecting previously unselected package libcapnp-0.9.2:amd64.
Preparing to unpack .../01-libcapnp-0.9.2_0.9.2-2_amd64.deb ...
Unpacking libcapnp-0.9.2:amd64 (0.9.2-2) ...
Selecting previously unselected package capnproto.
Preparing to unpack .../02-capnproto_0.9.2-2_amd64.deb ...
Unpacking capnproto (0.9.2-2) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../03-fontconfig_2.14.1-4_amd64.deb ...
Unpacking fontconfig (2.14.1-4) ...
Selecting previously unselected package libann0.
Preparing to unpack .../04-libann0_1.1.2+doc-9+b1_amd64.deb ...
Unpacking libann0 (1.1.2+doc-9+b1) ...
Selecting previously unselected package libcdt5:amd64.
Preparing to unpack .../05-libcdt5_2.42.2-7+b3_amd64.deb ...
Unpacking libcdt5:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libcgraph6:amd64.
Preparing to unpack .../06-libcgraph6_2.42.2-7+b3_amd64.deb ...
Unpacking libcgraph6:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../07-libglib2.0-0_2.74.6-2+deb12u3_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u3) ...
Selecting previously unselected package libgts-0.7-5:amd64.
Preparing to unpack .../08-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ...
Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../09-libpixman-1-0_0.42.2-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../10-libxcb-render0_1.15-1_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../11-libxcb-shm0_1.15-1_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.15-1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../12-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../13-libcairo2_1.16.0-7_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-7) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../14-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
Selecting previously unselected package libfribidi0:amd64.
Preparing to unpack .../15-libfribidi0_1.0.8-2.1_amd64.deb ...
Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../16-libgraphite2-3_1.3.14-1_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../17-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../18-libthai-data_0.1.29-1_all.deb ...
Unpacking libthai-data (0.1.29-1) ...
Selecting previously unselected package libdatrie1:amd64.
Preparing to unpack .../19-libdatrie1_0.2.13-2+b1_amd64.deb ...
Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
Selecting previously unselected package libthai0:amd64.
Preparing to unpack .../20-libthai0_0.1.29-1_amd64.deb ...
Unpacking libthai0:amd64 (0.1.29-1) ...
Selecting previously unselected package libpango-1.0-0:amd64.
Preparing to unpack .../21-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
Selecting previously unselected package libpangoft2-1.0-0:amd64.
Preparing to unpack .../22-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
Selecting previously unselected package libpangocairo-1.0-0:amd64.
Preparing to unpack .../23-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
Selecting previously unselected package libpathplan4:amd64.
Preparing to unpack .../24-libpathplan4_2.42.2-7+b3_amd64.deb ...
Unpacking libpathplan4:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libgvc6.
Preparing to unpack .../25-libgvc6_2.42.2-7+b3_amd64.deb ...
Unpacking libgvc6 (2.42.2-7+b3) ...
Selecting previously unselected package libgvpr2:amd64.
Preparing to unpack .../26-libgvpr2_2.42.2-7+b3_amd64.deb ...
Unpacking libgvpr2:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package liblab-gamut1:amd64.
Preparing to unpack .../27-liblab-gamut1_2.42.2-7+b3_amd64.deb ...
Unpacking liblab-gamut1:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../28-x11-common_1%3a7.7+23_all.deb ...
Unpacking x11-common (1:7.7+23) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../29-libice6_2%3a1.0.10-1_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../30-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../31-libxt6_1%3a1.2.1-1.1_amd64.deb ...
Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
Selecting previously unselected package libxmu6:amd64.
Preparing to unpack .../32-libxmu6_2%3a1.1.3-3_amd64.deb ...
Unpacking libxmu6:amd64 (2:1.1.3-3) ...
Selecting previously unselected package libxaw7:amd64.
Preparing to unpack .../33-libxaw7_2%3a1.0.14-1_amd64.deb ...
Unpacking libxaw7:amd64 (2:1.0.14-1) ...
Selecting previously unselected package graphviz.
Preparing to unpack .../34-graphviz_2.42.2-7+b3_amd64.deb ...
Unpacking graphviz (2.42.2-7+b3) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../35-libssl-dev_3.0.13-1~deb12u1_amd64.deb ...
Unpacking libssl-dev:amd64 (3.0.13-1~deb12u1) ...
Selecting previously unselected package libcapnp-dev:amd64.
Preparing to unpack .../36-libcapnp-dev_0.9.2-2_amd64.deb ...
Unpacking libcapnp-dev:amd64 (0.9.2-2) ...
Selecting previously unselected package libev4:amd64.
Preparing to unpack .../37-libev4_1%3a4.33-1_amd64.deb ...
Unpacking libev4:amd64 (1:4.33-1) ...
Selecting previously unselected package libev-dev:amd64.
Preparing to unpack .../38-libev-dev_1%3a4.33-1_amd64.deb ...
Unpacking libev-dev:amd64 (1:4.33-1) ...
Selecting previously unselected package libffi-dev:amd64.
Preparing to unpack .../39-libffi-dev_3.4.4-1_amd64.deb ...
Unpacking libffi-dev:amd64 (3.4.4-1) ...
Selecting previously unselected package libgmpxx4ldbl:amd64.
Preparing to unpack .../40-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
Selecting previously unselected package libgmp-dev:amd64.
Preparing to unpack .../41-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../42-libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package libsqlite3-dev:amd64.
Preparing to unpack .../43-libsqlite3-dev_3.40.1-2_amd64.deb ...
Unpacking libsqlite3-dev:amd64 (3.40.1-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../44-m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Preparing to unpack .../45-openssl_3.0.13-1~deb12u1_amd64.deb ...
Unpacking openssl (3.0.13-1~deb12u1) over (3.0.9-1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../46-pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../47-pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../48-pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up libgraphite2-3:amd64 (1.3.14-1) ...
Setting up libpixman-1-0:amd64 (0.42.2-1) ...
Setting up fontconfig (2.14.1-4) ...
Regenerating fonts cache... done.
Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
Setting up libxcb-render0:amd64 (1.15-1) ...
Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u3) ...
No schema files found: doing nothing.
Setting up libev4:amd64 (1:4.33-1) ...
Setting up liblab-gamut1:amd64 (2.42.2-7+b3) ...
Setting up libssl3:amd64 (3.0.13-1~deb12u1) ...
Setting up x11-common (1:7.7+23) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up m4 (1.4.19-3) ...
Setting up libxcb-shm0:amd64 (1.15-1) ...
Setting up libffi-dev:amd64 (3.4.4-1) ...
Setting up libcairo2:amd64 (1.16.0-7) ...
Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
Setting up libsqlite3-dev:amd64 (3.40.1-2) ...
Setting up libpathplan4:amd64 (2.42.2-7+b3) ...
Setting up libann0 (1.1.2+doc-9+b1) ...
Setting up libfribidi0:amd64 (1.0.8-2.1) ...
Setting up libssl-dev:amd64 (3.0.13-1~deb12u1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
Setting up libcapnp-0.9.2:amd64 (0.9.2-2) ...
Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
Setting up libthai-data (0.1.29-1) ...
Setting up libcdt5:amd64 (2.42.2-7+b3) ...
Setting up libcgraph6:amd64 (2.42.2-7+b3) ...
Setting up libev-dev:amd64 (1:4.33-1) ...
Setting up openssl (3.0.13-1~deb12u1) ...
Setting up libcapnp-dev:amd64 (0.9.2-2) ...
Setting up libice6:amd64 (2:1.0.10-1) ...
Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up libthai0:amd64 (0.1.29-1) ...
Setting up capnproto (0.9.2-2) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Setting up libgvpr2:amd64 (2.42.2-7+b3) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
Setting up libxt6:amd64 (1:1.2.1-1.1) ...
Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
Setting up libxmu6:amd64 (2:1.1.3-3) ...
Setting up libxaw7:amd64 (2:1.0.14-1) ...
Setting up libgvc6 (2.42.2-7+b3) ...
Setting up graphviz (2.42.2-7+b3) ...
Processing triggers for libc-bin (2.36-9) ...
Removing intermediate container e43e0ba8be75
 ---> 1f73b6cf27ab
Step 4/26 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard cf93548ddc4f36b87b006f4858fac7ae73ccaa0f && opam update
 ---> Running in 2536ddd5fe78
Updating files:  12% (3904/31826)
Updating files:  13% (4138/31826)
Updating files:  14% (4456/31826)
Updating files:  15% (4774/31826)
Updating files:  16% (5093/31826)
Updating files:  17% (5411/31826)
Updating files:  18% (5729/31826)
Updating files:  19% (6047/31826)
Updating files:  20% (6366/31826)
Updating files:  21% (6684/31826)
Updating files:  22% (7002/31826)
Updating files:  23% (7320/31826)
Updating files:  24% (7639/31826)
Updating files:  24% (7659/31826)
Updating files:  25% (7957/31826)
Updating files:  26% (8275/31826)
Updating files:  27% (8594/31826)
Updating files:  28% (8912/31826)
Updating files:  29% (9230/31826)
Updating files:  30% (9548/31826)
Updating files:  31% (9867/31826)
Updating files:  32% (10185/31826)
Updating files:  33% (10503/31826)
Updating files:  34% (10821/31826)
Updating files:  35% (11140/31826)
Updating files:  36% (11458/31826)
Updating files:  36% (11471/31826)
Updating files:  37% (11776/31826)
Updating files:  38% (12094/31826)
Updating files:  39% (12413/31826)
Updating files:  40% (12731/31826)
Updating files:  41% (13049/31826)
Updating files:  42% (13367/31826)
Updating files:  43% (13686/31826)
Updating files:  44% (14004/31826)
Updating files:  45% (14322/31826)
Updating files:  46% (14640/31826)
Updating files:  47% (14959/31826)
Updating files:  48% (15277/31826)
Updating files:  48% (15391/31826)
Updating files:  49% (15595/31826)
Updating files:  50% (15913/31826)
Updating files:  51% (16232/31826)
Updating files:  52% (16550/31826)
Updating files:  53% (16868/31826)
Updating files:  54% (17187/31826)
Updating files:  55% (17505/31826)
Updating files:  56% (17823/31826)
Updating files:  57% (18141/31826)
Updating files:  58% (18460/31826)
Updating files:  59% (18778/31826)
Updating files:  60% (19096/31826)
Updating files:  60% (19390/31826)
Updating files:  61% (19414/31826)
Updating files:  62% (19733/31826)
Updating files:  63% (20051/31826)
Updating files:  64% (20369/31826)
Updating files:  65% (20687/31826)
Updating files:  66% (21006/31826)
Updating files:  67% (21324/31826)
Updating files:  68% (21642/31826)
Updating files:  69% (21960/31826)
Updating files:  70% (22279/31826)
Updating files:  71% (22597/31826)
Updating files:  72% (22915/31826)
Updating files:  73% (23233/31826)
Updating files:  74% (23552/31826)
Updating files:  75% (23870/31826)
Updating files:  75% (24074/31826)
Updating files:  76% (24188/31826)
Updating files:  77% (24507/31826)
Updating files:  78% (24825/31826)
Updating files:  79% (25143/31826)
Updating files:  80% (25461/31826)
Updating files:  81% (25780/31826)
Updating files:  82% (26098/31826)
Updating files:  83% (26416/31826)
Updating files:  84% (26734/31826)
Updating files:  85% (27053/31826)
Updating files:  86% (27371/31826)
Updating files:  87% (27689/31826)
Updating files:  88% (28007/31826)
Updating files:  89% (28326/31826)
Updating files:  90% (28644/31826)
Updating files:  91% (28962/31826)
Updating files:  92% (29280/31826)
Updating files:  92% (29285/31826)
Updating files:  93% (29599/31826)
Updating files:  94% (29917/31826)
Updating files:  95% (30235/31826)
Updating files:  96% (30553/31826)
Updating files:  97% (30872/31826)
Updating files:  98% (31190/31826)
Updating files:  99% (31508/31826)
Updating files: 100% (31826/31826)
Updating files: 100% (31826/31826), done.
HEAD is now at cf93548ddc Merge pull request #24595 from ProgramingIsTheFuture/release-ppx_default-v0.1.1

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
Now run 'opam upgrade' to apply any package updates.
Removing intermediate container 2536ddd5fe78
 ---> df83108c1d53
Step 5/26 : COPY --chown=opam 	ocurrent/current_docker.opam 	ocurrent/current_github.opam 	ocurrent/current_git.opam 	ocurrent/current.opam 	ocurrent/current_rpc.opam 	ocurrent/current_slack.opam 	ocurrent/current_web.opam 	/src/ocurrent/
 ---> c4aee01de22d
Step 6/26 : COPY --chown=opam 	ocluster/ocluster-api.opam 	ocluster/current_ocluster.opam 	/src/ocluster/
 ---> 2bb748e0167d
Step 7/26 : COPY --chown=opam 	solver-service/solver-service-api.opam 	solver-service/solver-service.opam 	solver-service/solver-worker.opam 	/src/solver-service/
 ---> 72dcdff81900
Step 8/26 : COPY --chown=opam 	ocaml-dockerfile/dockerfile*.opam 	/src/ocaml-dockerfile/
 ---> c9a09119a56e
Step 9/26 : WORKDIR /src
 ---> Running in 3b2264af90c7
Removing intermediate container 3b2264af90c7
 ---> fb3286d5a5e1
Step 10/26 : RUN opam pin add -yn current_docker.dev "./ocurrent" &&     opam pin add -yn current_github.dev "./ocurrent" &&     opam pin add -yn current_git.dev "./ocurrent" &&     opam pin add -yn current.dev "./ocurrent" &&     opam pin add -yn current_rpc.dev "./ocurrent" &&     opam pin add -yn current_slack.dev "./ocurrent" &&     opam pin add -yn current_web.dev "./ocurrent" &&     opam pin add -yn current_ocluster.dev "./ocluster" &&     opam pin add -yn dockerfile.dev "./ocaml-dockerfile" &&     opam pin add -yn dockerfile-opam.dev "./ocaml-dockerfile" &&     opam pin add -yn solver-service-api.dev "./solver-service" &&     opam pin add -yn solver-service.dev "./solver-service" &&     opam pin add -yn solver-worker.dev "./solver-service" &&     opam pin add -yn ocluster-api.dev "./ocluster"
 ---> Running in 7099e41d9e44
[current_docker.dev] synchronised (file:///src/ocurrent)
current_docker is now pinned to file:///src/ocurrent (version dev)
[current_github.dev] synchronised (file:///src/ocurrent)
current_github is now pinned to file:///src/ocurrent (version dev)
[current_git.dev] synchronised (file:///src/ocurrent)
current_git is now pinned to file:///src/ocurrent (version dev)
[current.dev] synchronised (file:///src/ocurrent)
current is now pinned to file:///src/ocurrent (version dev)
[current_rpc.dev] synchronised (file:///src/ocurrent)
current_rpc is now pinned to file:///src/ocurrent (version dev)
[current_slack.dev] synchronised (file:///src/ocurrent)
current_slack is now pinned to file:///src/ocurrent (version dev)
[current_web.dev] synchronised (file:///src/ocurrent)
current_web is now pinned to file:///src/ocurrent (version dev)
[current_ocluster.dev] synchronised (file:///src/ocluster)
current_ocluster is now pinned to file:///src/ocluster (version dev)
[dockerfile.dev] synchronised (file:///src/ocaml-dockerfile)
dockerfile is now pinned to file:///src/ocaml-dockerfile (version dev)
[dockerfile-opam.dev] synchronised (file:///src/ocaml-dockerfile)
dockerfile-opam is now pinned to file:///src/ocaml-dockerfile (version dev)
Package solver-service-api does not exist, create as a NEW package? [Y/n] y
[solver-service-api.dev] synchronised (file:///src/solver-service)
solver-service-api is now pinned to file:///src/solver-service (version dev)
Package solver-service does not exist, create as a NEW package? [Y/n] y
[solver-service.dev] synchronised (file:///src/solver-service)
solver-service is now pinned to file:///src/solver-service (version dev)
Package solver-worker does not exist, create as a NEW package? [Y/n] y
[solver-worker.dev] synchronised (file:///src/solver-service)
solver-worker is now pinned to file:///src/solver-service (version dev)
[ocluster-api.dev] synchronised (file:///src/ocluster)
ocluster-api is now pinned to file:///src/ocluster (version dev)
Removing intermediate container 7099e41d9e44
 ---> 7269a0ab48ef
Step 11/26 : COPY --chown=opam ocaml-ci.opam ocaml-ci-service.opam ocaml-ci-api.opam /src/
 ---> 49e79b078384
Step 12/26 : RUN opam install -y --deps-only .
 ---> Running in b00658c5cd1a
The following actions will be performed:
  - install   cmdliner              1.2.0
  - install   ocamlfind             1.9.6
  - install   conf-libev            4-12
  - install   conf-pkg-config       3
  - install   seq                   base
  - install   ocamlbuild            0.14.2
  - recompile ocaml-options-vanilla 1        [upstream or system changes]
  - install   conf-capnproto        2
  - install   conf-git              1.1
  - install   conf-gmp              4
  - install   dune                  3.11.0
  - install   conf-which            1
  - install   num                   1.4
  - install   base-bytes            base
  - install   conf-sqlite3          1
  - install   conf-libffi           2.0.0
  - install   topkg                 1.0.7
  - install   zarith                1.13
  - install   conf-gmp-powm-sec     3
  - install   timedesc-tzlocal      2.0.0
  - install   timedesc-tzdb         2.0.0
  - install   stringext             1.6.0
  - install   stdlib-shims          0.3.0
  - install   stdint                0.7.2
  - install   sexplib0              v0.16.0
  - install   routes                2.0.0
  - install   result                1.5
  - install   res                   5.0.1
  - install   re                    1.11.0
  - install   psq                   0.2.1
  - install   ppx_derivers          1.2.1
  - install   pecu                  0.6
  - install   optint                0.3.0
  - install   opam-file-format      2.1.6
  - install   ocaml-version         3.6.2
  - install   ocaml-syntax-shims    1.0.0
  - install   ocaml-compiler-libs   v0.12.4
  - install   mirage-clock          4.2.0
  - install   menhirSdk             20230608
  - install   menhirLib             20230608
  - install   magic-mime            1.3.1
  - install   macaddr               5.5.0
  - install   lwt-dllist            1.0.1
  - install   gmap                  0.3.0
  - install   functoria-runtime     4.4.0
  - install   easy-format           1.3.4
  - install   duration              0.2.1
  - install   dune-build-info       3.11.0
  - install   domain-name           0.4.0
  - install   current_incr          0.6.1
  - install   csexp                 1.5.2
  - install   cppo                  1.6.9
  - install   camlp-streams         5.0.1
  - install   bigarray-overlap      0.2.1
  - install   bigarray-compat       1.1.0
  - install   base64                3.5.1
  - install   0install-solver       2.18
  - install   conf-graphviz         0.1
  - install   csv                   2.4
  - install   uutf                  1.0.3
  - install   uuidm                 0.9.8
  - install   rresult               0.7.0
  - install   ptime                 1.1.0
  - install   mtime                 2.0.0
  - install   fmt                   0.9.0
  - install   astring               0.8.5
  - install   asetmap               0.8.1
  - install   ocamlgraph            2.1.0
  - install   integers              0.7.0
  - install   parsexp               v0.16.0
  - install   lru                   0.3.1
  - install   ppxlib                0.31.0
  - install   menhir                20230608
  - install   ipaddr                5.5.0
  - install   dune-configurator     3.11.0
  - install   yojson                2.1.0
  - install   ocplib-endian         1.2
  - install   biniou                1.2.2
  - install   tyxml                 4.6.0
  - install   jsonm                 1.0.2
  - install   crunch                3.3.1
  - install   metrics               0.4.1
  - install   ke                    0.6
  - install   duff                  0.5
  - install   cstruct               6.2.0
  - install   fpath                 0.7.3
  - install   opam-core             2.1.5
  - install   sexplib               v0.16.0
  - install   ppx_deriving          5.2.1
  - install   sqlite3               5.1.0
  - install   mirage-clock-unix     4.2.0
  - install   extunix               0.4.1
  - install   ctypes                0.21.1
  - install   checkseum             0.5.2
  - install   bigstringaf           0.9.1
  - install   base                  v0.16.3
  - install   atd                   2.12.0
  - install   lwt                   5.7.0
  - install   atdgen-runtime        2.12.0
  - install   ansi                  0.7.0
  - install   randomconv            0.1.3
  - install   mirage-random         3.0.0
  - install   macaddr-cstruct       5.5.0
  - install   ipaddr-cstruct        5.5.0
  - install   hex                   1.5.0
  - install   eqaf                  0.9
  - install   cstruct-unix          6.2.0
  - install   asn1-combinators      0.2.6
  - install   opam-format           2.1.5
  - install   ppx_deriving_yojson   3.7.0
  - install   ctypes-foreign        0.21.1
  - install   decompress            1.5.3
  - install   prettym               0.0.3
  - install   faraday               0.8.2
  - install   angstrom              0.15.0
  - install   stdio                 v0.16.0
  - install   ppx_sexp_conv         v0.16.0
  - install   ppx_compare           v0.16.0
  - install   prometheus            1.2
  - install   mirage-time           3.0.0
  - install   mirage-net            4.0.0
  - install   mirage-kv             6.1.1
  - install   mirage-flow           3.0.0
  - install   logs                  0.7.0
  - install   inotify               2.4.1
  - install   hxd                   0.3.2
  - install   cstruct-lwt           6.2.0
  - install   atdgen                2.12.0
  - install   mirage-crypto         0.11.2
  - install   digestif              1.1.4
  - install   opam-repository       2.1.5
  - install   cf                    0.5.0
  - install   tar                   2.6.0
  - install   uri                   4.4.0
  - install   unstrctrd             0.3
  - install   timedesc              2.0.0
  - install   httpaf                0.7.1
  - install   hpack                 0.10.0
  - install   encore                0.8
  - install   emile                 1.1
  - install   capnp                 3.6.0
  - install   ppx_custom_printf     v0.16.0
  - install   obuilder-spec         0.5.1
  - install   ipaddr-sexp           5.5.0
  - install   dockerfile            dev*
  - install   mirage-runtime        4.4.0
  - install   mimic                 0.0.6
  - install   happy-eyeballs        0.6.0
  - install   ethernet              3.2.0
  - install   dns                   7.0.3
  - install   capnp-rpc             1.2.3
  - install   bos                   0.2.1
  - install   github-data           4.4.1
  - install   pbkdf                 1.2.0
  - install   mirage-crypto-rng     0.11.2
  - install   hkdf                  1.0.4
  - install   opam-state            2.1.5
  - install   fsevents              0.3.0
  - install   cf-lwt                0.5.0
  - install   tar-unix              2.6.0
  - install   uri-sexp              4.4.0
  - install   multipart_form        0.5.0
  - install   h2                    0.10.0
  - install   pgx                   2.2
  - install   conduit               6.2.0
  - install   dockerfile-opam       dev*
  - install   mirage-unix           5.0.1
  - install   arp                   3.1.0
  - install   capnp-rpc-lwt         1.2.3
  - install   current               dev*
  - install   carton                0.7.0
  - install   session               0.5.0
  - install   mirage-crypto-rng-lwt 0.11.2
  - install   mirage-crypto-pk      0.11.2
  - install   mirage-crypto-ec      0.11.2
  - install   dns-client            7.0.3
  - install   opam-0install         0.4.3
  - install   fsevents-lwt          0.3.0
  - install   cohttp                5.3.0
  - install   multipart_form-lwt    0.5.0
  - install   pgx_lwt               2.2
  - install   conduit-lwt           6.2.0
  - install   tcpip                 8.0.0
  - install   solver-service-api    dev*
  - install   ocluster-api          dev*
  - install   current_rpc           dev*
  - install   carton-lwt            0.7.0
  - install   x509                  0.16.5
  - install   irmin-watcher         0.5.0
  - install   session-cohttp        0.5.0
  - install   cohttp-lwt            5.3.0
  - install   pgx_lwt_unix          2.2
  - install   carton-git            0.7.0
  - install   tls                   0.17.1
  - install   ca-certs-nss          3.92
  - install   ca-certs              0.2.3
  - install   awa                   0.3.0
  - install   current_git           dev*
  - install   session-cohttp-lwt    0.5.0
  - install   github                4.4.1
  - install   omigrate              0.3.2
  - install   git                   3.14.0
  - install   tls-mirage            0.17.1
  - install   tls-lwt               0.17.1
  - install   awa-mirage            0.3.0
  - install   current_docker        dev*
  - install   paf                   0.5.0
  - install   dns-client-mirage     7.0.3
  - install   capnp-rpc-net         1.2.3
  - install   dns-client-lwt        7.0.3
  - install   conduit-lwt-unix      6.2.0
  - install   git-paf               3.14.0
  - install   happy-eyeballs-mirage 0.6.0
  - install   capnp-rpc-unix        1.2.3
  - install   happy-eyeballs-lwt    0.6.0
  - install   cohttp-lwt-unix       5.3.0
  - install   mimic-happy-eyeballs  0.0.6
  - install   current_ocluster      dev*
  - install   prometheus-app        1.2
  - install   github-unix           4.4.1
  - install   git-mirage            3.14.0
  - install   current_web           dev*
  - install   git-unix              3.14.0
  - install   current_github        dev*
  - install   solver-service        dev*
===== 224 to install | 1 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.15.0  (https://github.com/inhabitedtype/angstrom/archive/0.15.0.tar.gz)
-> retrieved ansi.0.7.0  (https://github.com/ocurrent/ansi/releases/download/0.7.0/ansi-0.7.0.tbz)
-> retrieved 0install-solver.2.18  (https://github.com/0install/0install/releases/download/v2.18/0install-2.18.tbz)
-> retrieved arp.3.1.0  (https://github.com/mirage/arp/releases/download/v3.1.0/arp-3.1.0.tbz)
-> retrieved asetmap.0.8.1  (http://erratique.ch/software/asetmap/releases/asetmap-0.8.1.tbz)
-> retrieved astring.0.8.5  (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved asn1-combinators.0.2.6  (https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v0.2.6/asn1-combinators-v0.2.6.tbz)
-> retrieved atdgen.2.12.0  (https://github.com/ahrefs/atd/releases/download/2.12.0/atdts-2.12.0.tbz)
-> retrieved atd.2.12.0  (https://github.com/ahrefs/atd/releases/download/2.12.0/atdts-2.12.0.tbz)
-> retrieved atdgen-runtime.2.12.0  (https://github.com/ahrefs/atd/releases/download/2.12.0/atdts-2.12.0.tbz)
-> retrieved base.v0.16.3  (https://github.com/janestreet/base/archive/refs/tags/v0.16.3.tar.gz)
-> retrieved awa.0.3.0  (https://github.com/mirage/awa-ssh/releases/download/v0.3.0/awa-0.3.0.tbz)
-> retrieved awa-mirage.0.3.0  (https://github.com/mirage/awa-ssh/releases/download/v0.3.0/awa-0.3.0.tbz)
-> retrieved bigarray-compat.1.1.0  (https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz)
-> retrieved base64.3.5.1  (https://github.com/mirage/ocaml-base64/releases/download/v3.5.1/base64-3.5.1.tbz)
-> retrieved bigarray-overlap.0.2.1  (https://github.com/dinosaure/overlap/releases/download/v0.2.1/bigarray-overlap-0.2.1.tbz)
-> retrieved bos.0.2.1  (https://erratique.ch/software/bos/releases/bos-0.2.1.tbz)
-> retrieved bigstringaf.0.9.1  (https://github.com/inhabitedtype/bigstringaf/archive/0.9.1.tar.gz)
-> retrieved biniou.1.2.2  (https://github.com/mjambon/biniou/releases/download/1.2.2/biniou-1.2.2.tbz)
-> retrieved ca-certs.0.2.3  (https://github.com/mirage/ca-certs/releases/download/v0.2.3/ca-certs-0.2.3.tbz)
-> retrieved ca-certs-nss.3.92  (https://github.com/mirage/ca-certs-nss/releases/download/v3.92/ca-certs-nss-3.92.tbz)
-> retrieved camlp-streams.5.0.1  (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
-> retrieved capnp.3.6.0  (https://github.com/capnproto/capnp-ocaml/releases/download/v3.6.0/capnp-3.6.0.tbz)
-> retrieved capnp-rpc.1.2.3  (https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz)
-> retrieved capnp-rpc-unix.1.2.3  (cached)
-> retrieved capnp-rpc-net.1.2.3  (https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz)
-> retrieved capnp-rpc-lwt.1.2.3  (https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz)
-> retrieved carton.0.7.0  (https://github.com/mirage/ocaml-git/releases/download/carton-v0.7.0/git-carton-v0.7.0.tbz)
-> retrieved carton-git.0.7.0  (https://github.com/mirage/ocaml-git/releases/download/carton-v0.7.0/git-carton-v0.7.0.tbz)
-> retrieved carton-lwt.0.7.0  (https://github.com/mirage/ocaml-git/releases/download/carton-v0.7.0/git-carton-v0.7.0.tbz)
-> retrieved cf.0.5.0  (https://github.com/mirage/ocaml-cf/releases/download/0.5.0/cf-lwt-0.5.0.tbz)
-> retrieved cf-lwt.0.5.0  (https://github.com/mirage/ocaml-cf/releases/download/0.5.0/cf-lwt-0.5.0.tbz)
-> retrieved checkseum.0.5.2  (https://github.com/mirage/checkseum/releases/download/v0.5.2/checkseum-0.5.2.tbz)
-> retrieved cmdliner.1.2.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-1.2.0.tbz)
-> retrieved cohttp.5.3.0  (https://github.com/mirage/ocaml-cohttp/releases/download/v5.3.0/cohttp-5.3.0.tbz)
-> retrieved cohttp-lwt.5.3.0  (https://github.com/mirage/ocaml-cohttp/releases/download/v5.3.0/cohttp-5.3.0.tbz)
-> retrieved cohttp-lwt-unix.5.3.0  (https://github.com/mirage/ocaml-cohttp/releases/download/v5.3.0/cohttp-5.3.0.tbz)
-> retrieved conduit-lwt-unix.6.2.0  (https://github.com/mirage/ocaml-conduit/releases/download/v6.2.0/conduit-6.2.0.tbz)
-> retrieved conduit.6.2.0  (https://github.com/mirage/ocaml-conduit/releases/download/v6.2.0/conduit-6.2.0.tbz)
-> installed conf-capnproto.2
-> installed conf-git.1.1
-> installed conf-gmp.4
-> installed conf-pkg-config.3
-> installed conf-which.1
-> installed conf-libffi.2.0.0
-> installed conf-sqlite3.1
-> installed conf-graphviz.0.1
-> installed conf-gmp-powm-sec.3
-> installed conf-libev.4-12
-> retrieved cppo.1.6.9  (https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz)
-> retrieved conduit-lwt.6.2.0  (https://github.com/mirage/ocaml-conduit/releases/download/v6.2.0/conduit-6.2.0.tbz)
-> retrieved crunch.3.3.1  (https://github.com/mirage/ocaml-crunch/releases/download/v3.3.1/crunch-3.3.1.tbz)
-> retrieved csexp.1.5.2  (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
-> retrieved cstruct.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved cstruct-lwt.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved cstruct-unix.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> installed cmdliner.1.2.0
-> retrieved ctypes-foreign.0.21.1  (https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.21.1.tar.gz)
-> retrieved ctypes.0.21.1  (https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.21.1.tar.gz)
-> retrieved csv.2.4  (https://github.com/Chris00/ocaml-csv/releases/download/2.4/csv-2.4.tbz)
-> retrieved current.dev  (file:///src/ocurrent)
-> retrieved current_docker.dev  (file:///src/ocurrent)
-> retrieved current_git.dev  (file:///src/ocurrent)
-> retrieved current_github.dev  (file:///src/ocurrent)
-> retrieved current_ocluster.dev  (file:///src/ocluster)
-> retrieved current_rpc.dev  (file:///src/ocurrent)
-> retrieved current_web.dev  (file:///src/ocurrent)
-> retrieved current_incr.0.6.1  (https://github.com/ocurrent/current_incr/releases/download/0.6.1/current_incr-0.6.1.tbz)
-> retrieved decompress.1.5.3  (https://github.com/mirage/decompress/releases/download/v1.5.3/decompress-1.5.3.tbz)
-> retrieved dns.7.0.3  (https://github.com/mirage/ocaml-dns/releases/download/v7.0.3/dns-7.0.3.tbz)
-> retrieved dns-client.7.0.3  (cached)
-> retrieved digestif.1.1.4  (https://github.com/mirage/digestif/releases/download/v1.1.4/digestif-1.1.4.tbz)
-> retrieved dns-client-lwt.7.0.3  (cached)
-> retrieved dns-client-mirage.7.0.3  (cached)
-> retrieved dockerfile.dev  (file:///src/ocaml-dockerfile)
-> retrieved dockerfile-opam.dev  (file:///src/ocaml-dockerfile)
-> retrieved domain-name.0.4.0  (https://github.com/hannesm/domain-name/releases/download/v0.4.0/domain-name-0.4.0.tbz)
-> retrieved duff.0.5  (https://github.com/mirage/duff/releases/download/v0.5/duff-0.5.tbz)
-> retrieved dune.3.11.0  (https://github.com/ocaml/dune/releases/download/3.11.0/dune-3.11.0.tbz)
-> retrieved dune-build-info.3.11.0  (cached)
-> retrieved dune-configurator.3.11.0  (cached)
-> retrieved duration.0.2.1  (https://github.com/hannesm/duration/releases/download/v0.2.1/duration-0.2.1.tbz)
-> retrieved easy-format.1.3.4  (https://github.com/ocaml-community/easy-format/releases/download/1.3.4/easy-format-1.3.4.tbz)
-> retrieved eqaf.0.9  (https://github.com/mirage/eqaf/releases/download/v0.9/eqaf-0.9.tbz)
-> retrieved emile.1.1  (https://github.com/dinosaure/emile/releases/download/v1.1/emile-v1.1.tbz)
-> retrieved encore.0.8  (https://github.com/mirage/encore/releases/download/v0.8/encore-v0.8.tbz)
-> retrieved faraday.0.8.2  (https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz)
-> retrieved extunix.0.4.1  (https://github.com/ygrek/extunix/releases/download/v0.4.1/extunix-0.4.1.tbz)
-> retrieved fmt.0.9.0  (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
-> retrieved fpath.0.7.3  (https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz)
-> retrieved ethernet.3.2.0  (https://github.com/mirage/ethernet/releases/download/v3.2.0/ethernet-3.2.0.tbz)
-> retrieved fsevents.0.3.0  (https://github.com/mirage/ocaml-fsevents/releases/download/0.3.0/fsevents-lwt-0.3.0.tbz)
-> retrieved fsevents-lwt.0.3.0  (https://github.com/mirage/ocaml-fsevents/releases/download/0.3.0/fsevents-lwt-0.3.0.tbz)
-> retrieved functoria-runtime.4.4.0  (https://github.com/mirage/mirage/releases/download/v4.4.0/mirage-4.4.0.tbz)
-> retrieved git-mirage.3.14.0  (https://github.com/mirage/ocaml-git/releases/download/3.14.0/git-3.14.0.tbz)
-> retrieved git.3.14.0  (https://github.com/mirage/ocaml-git/releases/download/3.14.0/git-3.14.0.tbz)
-> retrieved git-unix.3.14.0  (cached)
-> retrieved git-paf.3.14.0  (https://github.com/mirage/ocaml-git/releases/download/3.14.0/git-3.14.0.tbz)
-> retrieved github.4.4.1  (https://github.com/mirage/ocaml-github/releases/download/4.4.1/github-data-4.4.1.tbz)
-> retrieved github-data.4.4.1  (https://github.com/mirage/ocaml-github/releases/download/4.4.1/github-data-4.4.1.tbz)
-> retrieved github-unix.4.4.1  (https://github.com/mirage/ocaml-github/releases/download/4.4.1/github-data-4.4.1.tbz)
-> retrieved gmap.0.3.0  (https://github.com/hannesm/gmap/releases/download/0.3.0/gmap-0.3.0.tbz)
-> retrieved h2.0.10.0  (https://github.com/anmonteiro/ocaml-h2/releases/download/0.10.0/h2-0.10.0.tbz)
-> retrieved happy-eyeballs.0.6.0  (https://github.com/robur-coop/happy-eyeballs/releases/download/v0.6.0/happy-eyeballs-0.6.0.tbz)
-> retrieved happy-eyeballs-lwt.0.6.0  (https://github.com/robur-coop/happy-eyeballs/releases/download/v0.6.0/happy-eyeballs-0.6.0.tbz)
-> retrieved happy-eyeballs-mirage.0.6.0  (https://github.com/robur-coop/happy-eyeballs/releases/download/v0.6.0/happy-eyeballs-0.6.0.tbz)
-> retrieved hpack.0.10.0  (cached)
-> retrieved hex.1.5.0  (https://github.com/mirage/ocaml-hex/releases/download/v1.5.0/hex-1.5.0.tbz)
-> retrieved httpaf.0.7.1  (https://github.com/inhabitedtype/httpaf/archive/0.7.1.tar.gz)
-> retrieved hkdf.1.0.4  (https://github.com/hannesm/ocaml-hkdf/releases/download/v1.0.4/hkdf-v1.0.4.tbz)
-> retrieved hxd.0.3.2  (https://github.com/dinosaure/hxd/releases/download/v0.3.2/hxd-0.3.2.tbz)
-> retrieved integers.0.7.0  (https://github.com/yallop/ocaml-integers/archive/0.7.0.tar.gz)
-> retrieved inotify.2.4.1  (https://github.com/whitequark/ocaml-inotify/archive/v2.4.1.tar.gz)
-> retrieved ipaddr-cstruct.5.5.0  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.5.0/ipaddr-5.5.0.tbz)
-> retrieved ipaddr-sexp.5.5.0  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.5.0/ipaddr-5.5.0.tbz)
-> retrieved ipaddr.5.5.0  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.5.0/ipaddr-5.5.0.tbz)
-> retrieved jsonm.1.0.2  (https://erratique.ch/software/jsonm/releases/jsonm-1.0.2.tbz)
-> retrieved logs.0.7.0  (https://erratique.ch/software/logs/releases/logs-0.7.0.tbz)
-> retrieved irmin-watcher.0.5.0  (https://github.com/mirage/irmin-watcher/releases/download/0.5.0/irmin-watcher-0.5.0.tbz)
-> retrieved ke.0.6  (https://github.com/mirage/ke/releases/download/v0.6/ke-0.6.tbz)
-> retrieved lru.0.3.1  (https://github.com/pqwy/lru/releases/download/v0.3.1/lru-0.3.1.tbz)
-> retrieved lwt.5.7.0  (https://github.com/ocsigen/lwt/archive/refs/tags/5.7.0.tar.gz)
-> retrieved macaddr.5.5.0  (cached)
-> retrieved macaddr-cstruct.5.5.0  (cached)
-> retrieved menhir.20230608  (https://gitlab.inria.fr/fpottier/menhir/-/archive/20230608/archive.tar.gz)
-> retrieved lwt-dllist.1.0.1  (https://github.com/mirage/lwt-dllist/releases/download/v1.0.1/lwt-dllist-v1.0.1.tbz)
-> retrieved menhirLib.20230608  (cached)
-> retrieved menhirSdk.20230608  (cached)
-> retrieved magic-mime.1.3.1  (https://github.com/mirage/ocaml-magic-mime/releases/download/v1.3.1/magic-mime-1.3.1.tbz)
-> retrieved metrics.0.4.1  (https://github.com/mirage/metrics/releases/download/v0.4.1/metrics-0.4.1.tbz)
-> retrieved mimic.0.0.6  (https://github.com/dinosaure/mimic/releases/download/0.0.6/mimic-0.0.6.tbz)
-> retrieved mimic-happy-eyeballs.0.0.6  (https://github.com/dinosaure/mimic/releases/download/0.0.6/mimic-0.0.6.tbz)
-> retrieved mirage-clock.4.2.0  (https://github.com/mirage/mirage-clock/releases/download/v4.2.0/mirage-clock-4.2.0.tbz)
-> retrieved mirage-clock-unix.4.2.0  (https://github.com/mirage/mirage-clock/releases/download/v4.2.0/mirage-clock-4.2.0.tbz)
-> retrieved mirage-crypto.0.11.2  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.2/mirage-crypto-0.11.2.tbz)
-> retrieved mirage-crypto-ec.0.11.2  (cached)
-> retrieved mirage-crypto-pk.0.11.2  (cached)
-> retrieved mirage-crypto-rng.0.11.2  (cached)
-> retrieved mirage-crypto-rng-lwt.0.11.2  (cached)
-> retrieved mirage-flow.3.0.0  (https://github.com/mirage/mirage-flow/releases/download/v3.0.0/mirage-flow-v3.0.0.tbz)
-> retrieved mirage-kv.6.1.1  (https://github.com/mirage/mirage-kv/releases/download/v6.1.1/mirage-kv-6.1.1.tbz)
-> retrieved mirage-runtime.4.4.0  (cached)
-> retrieved mirage-net.4.0.0  (https://github.com/mirage/mirage-net/releases/download/v4.0.0/mirage-net-v4.0.0.tbz)
-> retrieved mirage-random.3.0.0  (https://github.com/mirage/mirage-random/releases/download/v3.0.0/mirage-random-v3.0.0.tbz)
-> retrieved mtime.2.0.0  (https://erratique.ch/software/mtime/releases/mtime-2.0.0.tbz)
-> retrieved mirage-unix.5.0.1  (https://github.com/mirage/mirage-unix/releases/download/v5.0.1/mirage-unix-5.0.1.tbz)
-> retrieved mirage-time.3.0.0  (https://github.com/mirage/mirage-time/releases/download/v3.0.0/mirage-time-v3.0.0.tbz)
-> installed dune.3.11.0
-> installed 0install-solver.2.18
-> installed base64.3.5.1
-> installed bigarray-compat.1.1.0
-> installed bigarray-overlap.0.2.1
-> installed camlp-streams.5.0.1
-> installed cppo.1.6.9
-> installed csexp.1.5.2
-> installed current_incr.0.6.1
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed easy-format.1.3.4
-> installed functoria-runtime.4.4.0
-> installed gmap.0.3.0
-> installed lwt-dllist.1.0.1
-> installed macaddr.5.5.0
-> installed magic-mime.1.3.1
-> installed menhirLib.20230608
-> installed menhirSdk.20230608
-> installed mirage-clock.4.2.0
-> retrieved multipart_form.0.5.0  (https://github.com/dinosaure/multipart_form/releases/download/v0.5.0/multipart_form-0.5.0.tbz)
-> retrieved multipart_form-lwt.0.5.0  (https://github.com/dinosaure/multipart_form/releases/download/v0.5.0/multipart_form-0.5.0.tbz)
-> retrieved num.1.4  (https://github.com/ocaml/num/archive/v1.4.tar.gz)
-> removed   ocaml-options-vanilla.1
-> installed ocaml-options-vanilla.1
-> installed ipaddr.5.5.0
-> installed biniou.1.2.2
-> retrieved ocaml-syntax-shims.1.0.0  (https://github.com/ocaml-ppx/ocaml-syntax-shims/releases/download/1.0.0/ocaml-syntax-shims-1.0.0.tbz)
-> retrieved ocaml-compiler-libs.v0.12.4  (https://github.com/janestreet/ocaml-compiler-libs/releases/download/v0.12.4/ocaml-compiler-libs-v0.12.4.tbz)
-> installed dune-build-info.3.11.0
-> retrieved obuilder-spec.0.5.1  (https://github.com/ocurrent/obuilder/releases/download/v0.5.1/obuilder-0.5.1.tbz)
-> retrieved ocamlfind.1.9.6  (http://download.camlcity.org/download/findlib-1.9.6.tar.gz)
-> retrieved ocamlbuild.0.14.2  (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.2.tar.gz)
-> installed dune-configurator.3.11.0
-> retrieved ocaml-version.3.6.2  (https://github.com/ocurrent/ocaml-version/releases/download/v3.6.2/ocaml-version-3.6.2.tbz)
-> retrieved ocluster-api.dev  (file:///src/ocluster)
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-version.3.6.2
-> retrieved ocplib-endian.1.2  (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
-> installed bigstringaf.0.9.1
-> installed mirage-clock-unix.4.2.0
-> retrieved ocamlgraph.2.1.0  (https://github.com/backtracking/ocamlgraph/releases/download/2.1.0/ocamlgraph-2.1.0.tbz)
-> retrieved omigrate.0.3.2  (https://github.com/tmattio/omigrate/releases/download/0.3.2/omigrate-0.3.2.tbz)
-> installed faraday.0.8.2
-> retrieved opam-0install.0.4.3  (https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.4.3/opam-0install-cudf-0.4.3.tbz)
-> retrieved opam-file-format.2.1.6  (https://github.com/ocaml/opam-file-format/archive/refs/tags/2.1.6.tar.gz)
-> retrieved opam-core.2.1.5  (https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz)
-> retrieved opam-state.2.1.5  (cached)
-> retrieved opam-repository.2.1.5  (https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz)
-> retrieved opam-format.2.1.5  (https://github.com/ocaml/opam/archive/refs/tags/2.1.5.tar.gz)
-> installed opam-file-format.2.1.6
-> retrieved optint.0.3.0  (https://github.com/mirage/optint/releases/download/v0.3.0/optint-0.3.0.tbz)
-> retrieved paf.0.5.0  (https://github.com/dinosaure/paf-le-chien/releases/download/0.5.0/paf-0.5.0.tbz)
-> retrieved parsexp.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/parsexp-v0.16.0.tar.gz)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed optint.0.3.0
-> retrieved pbkdf.1.2.0  (https://github.com/abeaumont/ocaml-pbkdf/archive/1.2.0.tar.gz)
-> installed ocplib-endian.1.2
-> retrieved pecu.0.6  (https://github.com/mirage/pecu/releases/download/v0.6/pecu-v0.6.tbz)
-> retrieved pgx.2.2  (https://github.com/arenadotio/pgx/releases/download/2.2/pgx-2.2.tbz)
-> retrieved pgx_lwt.2.2  (https://github.com/arenadotio/pgx/releases/download/2.2/pgx-2.2.tbz)
-> installed csv.2.4
-> installed pecu.0.6
-> installed checkseum.0.5.2
-> retrieved pgx_lwt_unix.2.2  (https://github.com/arenadotio/pgx/releases/download/2.2/pgx-2.2.tbz)
-> retrieved ppx_custom_printf.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_custom_printf-v0.16.0.tar.gz)
-> retrieved ppx_compare.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_compare-v0.16.0.tar.gz)
-> installed num.1.4
-> retrieved ppx_derivers.1.2.1  (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
-> retrieved ppx_deriving_yojson.3.7.0  (https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.7.0/ppx_deriving_yojson-3.7.0.tar.gz)
-> installed ppx_derivers.1.2.1
-> retrieved ppx_deriving.5.2.1  (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v5.2.1/ppx_deriving-v5.2.1.tbz)
-> retrieved ppx_sexp_conv.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_conv-v0.16.0.tar.gz)
-> installed ocamlbuild.0.14.2
-> installed decompress.1.5.3
-> retrieved ppxlib.0.31.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.31.0/ppxlib-0.31.0.tbz)
-> retrieved prettym.0.0.3  (https://github.com/dinosaure/prettym/releases/download/0.0.3/prettym-0.0.3.tbz)
-> retrieved prometheus.1.2  (https://github.com/mirage/prometheus/releases/download/v1.2/prometheus-1.2.tbz)
-> retrieved ptime.1.1.0  (https://erratique.ch/software/ptime/releases/ptime-1.1.0.tbz)
-> retrieved prometheus-app.1.2  (https://github.com/mirage/prometheus/releases/download/v1.2/prometheus-1.2.tbz)
-> retrieved psq.0.2.1  (https://github.com/pqwy/psq/releases/download/v0.2.1/psq-0.2.1.tbz)
-> installed lwt.5.7.0
-> retrieved re.1.11.0  (https://github.com/ocaml/ocaml-re/releases/download/1.11.0/re-1.11.0.tbz)
-> retrieved randomconv.0.1.3  (https://github.com/hannesm/randomconv/releases/download/v0.1.3/randomconv-v0.1.3.tbz)
-> installed mirage-time.3.0.0
-> installed inotify.2.4.1
-> retrieved res.5.0.1  (https://github.com/mmottl/res/releases/download/5.0.1/res-5.0.1.tbz)
-> retrieved rresult.0.7.0  (https://erratique.ch/software/rresult/releases/rresult-0.7.0.tbz)
-> installed seq.base
-> retrieved result.1.5  (https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz)
-> retrieved routes.2.0.0  (https://github.com/anuragsoni/routes/releases/download/2.0.0/routes-2.0.0.tbz)
-> installed psq.0.2.1
-> installed result.1.5
-> installed res.5.0.1
-> installed hxd.0.3.2
-> installed routes.2.0.0
-> retrieved session-cohttp-lwt.0.5.0  (https://github.com/inhabitedtype/ocaml-session/archive/0.5.0.tar.gz)
-> retrieved session-cohttp.0.5.0  (https://github.com/inhabitedtype/ocaml-session/archive/0.5.0.tar.gz)
-> retrieved session.0.5.0  (https://github.com/inhabitedtype/ocaml-session/archive/0.5.0.tar.gz)
-> installed lru.0.3.1
-> retrieved solver-service.dev  (file:///src/solver-service)
-> retrieved solver-service-api.dev  (file:///src/solver-service)
-> installed angstrom.0.15.0
-> installed re.1.11.0
-> retrieved sexplib0.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz)
-> retrieved sexplib.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib-v0.16.0.tar.gz)
-> retrieved stdio.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/stdio-v0.16.0.tar.gz)
-> retrieved sqlite3.5.1.0  (https://github.com/mmottl/sqlite3-ocaml/releases/download/5.1.0/sqlite3-5.1.0.tbz)
-> installed httpaf.0.7.1
-> installed sexplib0.v0.16.0
-> retrieved stdint.0.7.2  (https://github.com/andrenth/ocaml-stdint/releases/download/0.7.2/stdint-0.7.2.tbz)
-> retrieved stringext.1.6.0  (https://github.com/rgrinberg/stringext/releases/download/1.6.0/stringext-1.6.0.tbz)
-> retrieved stdlib-shims.0.3.0  (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
-> installed stringext.1.6.0
-> installed hpack.0.10.0
-> installed stdlib-shims.0.3.0
-> retrieved tar.2.6.0  (https://github.com/mirage/ocaml-tar/releases/download/v2.6.0/tar-2.6.0.tbz)
-> retrieved tar-unix.2.6.0  (https://github.com/mirage/ocaml-tar/releases/download/v2.6.0/tar-2.6.0.tbz)
-> installed sqlite3.5.1.0
-> installed stdint.0.7.2
-> installed integers.0.7.0
-> retrieved tcpip.8.0.0  (https://github.com/mirage/mirage-tcpip/releases/download/v8.0.0/tcpip-8.0.0.tbz)
-> installed parsexp.v0.16.0
-> installed h2.0.10.0
-> retrieved timedesc.2.0.0  (https://github.com/daypack-dev/timere/releases/download/timedesc-2.0.0/timedesc-2.0.0.tar.gz)
-> retrieved timedesc-tzdb.2.0.0  (https://github.com/daypack-dev/timere/releases/download/timedesc-2.0.0/timedesc-2.0.0.tar.gz)
-> installed menhir.20230608
-> retrieved timedesc-tzlocal.2.0.0  (https://github.com/daypack-dev/timere/releases/download/timedesc-2.0.0/timedesc-2.0.0.tar.gz)
-> installed sexplib.v0.16.0
-> installed ocamlgraph.2.1.0
-> retrieved tls.0.17.1  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.1/tls-0.17.1.tbz)
-> retrieved tls-lwt.0.17.1  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.1/tls-0.17.1.tbz)
-> installed timedesc-tzdb.2.0.0
-> installed timedesc-tzlocal.2.0.0
-> retrieved topkg.1.0.7  (https://erratique.ch/software/topkg/releases/topkg-1.0.7.tbz)
-> retrieved tls-mirage.0.17.1  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.1/tls-0.17.1.tbz)
-> retrieved tyxml.4.6.0  (https://github.com/ocsigen/tyxml/releases/download/4.6.0/tyxml-4.6.0.tbz)
-> retrieved unstrctrd.0.3  (https://github.com/dinosaure/unstrctrd/releases/download/v0.3/unstrctrd-v0.3.tbz)
-> retrieved uuidm.0.9.8  (https://erratique.ch/software/uuidm/releases/uuidm-0.9.8.tbz)
-> retrieved uri.4.4.0  (https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.0.tbz)
-> retrieved uutf.1.0.3  (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
-> retrieved uri-sexp.4.4.0  (https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.0.tbz)
-> retrieved x509.0.16.5  (https://github.com/mirleft/ocaml-x509/releases/download/v0.16.5/x509-0.16.5.tbz)
-> retrieved zarith.1.13  (https://github.com/ocaml/Zarith/archive/release-1.13.tar.gz)
-> retrieved yojson.2.1.0  (https://github.com/ocaml-community/yojson/releases/download/2.1.0/yojson-2.1.0.tbz)
-> installed base.v0.16.3
-> installed uri.4.4.0
-> installed stdio.v0.16.0
-> installed yojson.2.1.0
-> installed ctypes.0.21.1
-> installed atdgen-runtime.2.12.0
-> installed zarith.1.13
-> installed opam-core.2.1.5
-> installed topkg.1.0.7
-> installed atd.2.12.0
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uuidm.0.9.8
-> installed ctypes-foreign.0.21.1
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed cf.0.5.0
-> installed fsevents.0.3.0
-> installed cf-lwt.0.5.0
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed astring.0.8.5
-> installed emile.1.1
-> installed unstrctrd.0.3
-> installed fsevents-lwt.0.3.0
-> installed duff.0.5
-> installed mirage-kv.6.1.1
-> installed atdgen.2.12.0
-> installed metrics.0.4.1
-> installed encore.0.8
-> installed ke.0.6
-> installed cstruct.6.2.0
-> installed prometheus.1.2
-> installed crunch.3.3.1
-> installed cstruct-unix.6.2.0
-> installed cstruct-lwt.6.2.0
-> installed macaddr-cstruct.5.5.0
-> installed hex.1.5.0
-> installed ipaddr-cstruct.5.5.0
-> installed mirage-net.4.0.0
-> installed jsonm.1.0.2
-> installed capnp.3.6.0
-> installed mirage-flow.3.0.0
-> installed mirage-random.3.0.0
-> installed randomconv.0.1.3
-> installed fpath.0.7.3
-> installed prettym.0.0.3
-> installed tar.2.6.0
-> installed asn1-combinators.0.2.6
-> installed eqaf.0.9
-> installed timedesc.2.0.0
-> installed logs.0.7.0
-> installed tar-unix.2.6.0
-> installed ethernet.3.2.0
-> installed happy-eyeballs.0.6.0
-> installed mirage-runtime.4.4.0
-> installed digestif.1.1.4
-> installed irmin-watcher.0.5.0
-> installed mimic.0.0.6
-> installed mirage-unix.5.0.1
-> installed arp.3.1.0
-> installed multipart_form.0.5.0
-> installed tyxml.4.6.0
-> installed capnp-rpc.1.2.3
-> installed mirage-crypto.0.11.2
-> installed dns.7.0.3
-> installed multipart_form-lwt.0.5.0
-> installed ansi.0.7.0
-> installed hkdf.1.0.4
-> installed pbkdf.1.2.0
-> installed tcpip.8.0.0
-> installed opam-format.2.1.5
-> installed mirage-crypto-rng.0.11.2
-> installed ppxlib.0.31.0
-> installed bos.0.2.1
-> installed dns-client.7.0.3
-> installed mirage-crypto-pk.0.11.2
-> installed mirage-crypto-rng-lwt.0.11.2
-> installed session.0.5.0
-> installed capnp-rpc-lwt.1.2.3
-> installed current_rpc.dev
-> installed github-data.4.4.1
-> installed carton.0.7.0
-> installed ppx_compare.v0.16.0
-> installed carton-lwt.0.7.0
-> installed carton-git.0.7.0
-> installed ppx_sexp_conv.v0.16.0
-> installed opam-repository.2.1.5
-> installed ppx_deriving.5.2.1
-> installed dockerfile.dev
-> installed current.dev
-> installed dockerfile-opam.dev
-> installed mirage-crypto-ec.0.11.2
-> installed ipaddr-sexp.5.5.0
-> installed uri-sexp.4.4.0
-> installed obuilder-spec.0.5.1
-> installed git.3.14.0
-> installed ppx_deriving_yojson.3.7.0
-> installed ocluster-api.dev
-> installed current_git.dev
-> installed solver-service-api.dev
-> installed x509.0.16.5
-> installed current_docker.dev
-> installed ca-certs.0.2.3
-> installed conduit.6.2.0
-> installed ppx_custom_printf.v0.16.0
-> installed cohttp.5.3.0
-> installed ca-certs-nss.3.92
-> installed session-cohttp.0.5.0
-> installed tls.0.17.1
-> installed awa.0.3.0
-> installed conduit-lwt.6.2.0
-> installed tls-mirage.0.17.1
-> installed opam-state.2.1.5
-> installed tls-lwt.0.17.1
-> installed awa-mirage.0.3.0
-> installed extunix.0.4.1
-> installed dns-client-mirage.7.0.3
-> installed paf.0.5.0
-> installed pgx.2.2
-> installed cohttp-lwt.5.3.0
-> installed dns-client-lwt.7.0.3
-> installed happy-eyeballs-mirage.0.6.0
-> installed session-cohttp-lwt.0.5.0
-> installed capnp-rpc-net.1.2.3
-> installed git-paf.3.14.0
-> installed mimic-happy-eyeballs.0.0.6
-> installed opam-0install.0.4.3
-> installed pgx_lwt.2.2
-> installed git-mirage.3.14.0
-> installed pgx_lwt_unix.2.2
-> installed capnp-rpc-unix.1.2.3
-> installed github.4.4.1
-> installed happy-eyeballs-lwt.0.6.0
-> installed current_ocluster.dev
-> installed conduit-lwt-unix.6.2.0
-> installed omigrate.0.3.2
-> installed git-unix.3.14.0
-> installed solver-service.dev
-> installed cohttp-lwt-unix.5.3.0
-> installed prometheus-app.1.2
-> installed current_web.dev
-> installed github-unix.4.4.1
-> installed current_github.dev
Done.
# Run eval $(opam env) to update the current shell environment
Removing intermediate container b00658c5cd1a
 ---> 6ff69d9cca0d
Step 13/26 : ADD --chown=opam . .
 ---> 29510e776f9a
Step 14/26 : RUN opam exec -- dune build ./_build/install/default/bin/ocaml-ci-service
 ---> Running in 7343c7dc2a6a
schema.capnp --> schema.mli schema.ml
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
schema.capnp --> schema.mli schema.ml
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
schema.capnp --> schema.mli schema.ml
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
schema.capnp --> schema.mli schema.ml
ocurrent.capnp --> ocurrent.mli ocurrent.ml
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
Removing intermediate container 7343c7dc2a6a
 ---> 5b1ae56a270b
Step 15/26 : FROM debian:12
12: Pulling from library/debian
ca4e5d672725: Pulling fs layer
ca4e5d672725: Verifying Checksum
ca4e5d672725: Download complete
ca4e5d672725: Pull complete
Digest: sha256:45f2e735295654f13e3be10da2a6892c708f71a71be845818f6058982761a6d3
Status: Downloaded newer image for debian:12
 ---> 2e5b8d3ef33e
Step 16/26 : RUN apt-get update && apt-get install libev4 openssh-client curl gnupg2 dumb-init git graphviz libsqlite3-dev ca-certificates netbase -y --no-install-recommends
 ---> Running in aca9ea56b075
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8788 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.8 kB]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [169 kB]
Fetched 9225 kB in 2s (5857 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  dirmngr fontconfig fontconfig-config fonts-dejavu-core git-man gnupg
  gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
  gpgsm libabsl20220623 libann0 libaom3 libassuan0 libavif15 libbrotli1
  libbsd0 libc-dev-bin libc6-dev libcairo2 libcbor0.8 libcdt5 libcgraph6
  libcrypt-dev libcurl3-gnutls libcurl4 libdatrie1 libdav1d6 libde265-0
  libdeflate0 libedit2 liberror-perl libexpat1 libfido2-1 libfontconfig1
  libfreetype6 libfribidi0 libgav1-1 libgd3 libgdbm-compat4 libgdbm6
  libglib2.0-0 libgraphite2-3 libgssapi-krb5-2 libgts-0.7-5 libgvc6 libgvpr2
  libharfbuzz0b libheif1 libice6 libjbig0 libjpeg62-turbo libk5crypto3
  libkeyutils1 libkrb5-3 libkrb5support0 libksba8 liblab-gamut1 libldap-2.5-0
  liblerc4 libltdl7 libncursesw6 libnghttp2-14 libnpth0 libnsl-dev libnsl2
  libnuma1 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4
  libperl5.36 libpixman-1-0 libpng16-16 libpsl5 librav1e0 libreadline8
  librtmp1 libsasl2-2 libsasl2-modules-db libsm6 libsqlite3-0 libssh2-1
  libssl3 libsvtav1enc1 libthai-data libthai0 libtiff6 libtirpc-common
  libtirpc-dev libtirpc3 libwebp7 libx11-6 libx11-data libx265-199 libxau6
  libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxmu6
  libxpm4 libxrender1 libxt6 libyuv0 linux-libc-dev openssl perl
  perl-modules-5.36 pinentry-curses readline-common rpcsvc-proto x11-common
Suggested packages:
  dbus-user-session libpam-systemd pinentry-gnome3 tor gettext-base
  git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb
  git-cvs git-mediawiki git-svn parcimonie xloadimage scdaemon gsfonts
  graphviz-doc glibc-doc manpages-dev libgd-tools gdbm-l10n low-memory-monitor
  krb5-doc krb5-user sensible-utils sqlite3-doc keychain libpam-ssh
  monkeysphere ssh-askpass perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl make libtap-harness-archive-perl pinentry-doc
  readline-doc
Recommended packages:
  patch less fonts-liberation2 manpages manpages-dev libc-devtools
  libglib2.0-data shared-mime-info xdg-user-dirs libgts-bin krb5-locales
  libldap-common libgpm2 publicsuffix libsasl2-modules xauth
The following NEW packages will be installed:
  ca-certificates curl dirmngr dumb-init fontconfig fontconfig-config
  fonts-dejavu-core git git-man gnupg gnupg-l10n gnupg-utils gnupg2 gpg
  gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm graphviz
  libabsl20220623 libann0 libaom3 libassuan0 libavif15 libbrotli1 libbsd0
  libc-dev-bin libc6-dev libcairo2 libcbor0.8 libcdt5 libcgraph6 libcrypt-dev
  libcurl3-gnutls libcurl4 libdatrie1 libdav1d6 libde265-0 libdeflate0
  libedit2 liberror-perl libev4 libexpat1 libfido2-1 libfontconfig1
  libfreetype6 libfribidi0 libgav1-1 libgd3 libgdbm-compat4 libgdbm6
  libglib2.0-0 libgraphite2-3 libgssapi-krb5-2 libgts-0.7-5 libgvc6 libgvpr2
  libharfbuzz0b libheif1 libice6 libjbig0 libjpeg62-turbo libk5crypto3
  libkeyutils1 libkrb5-3 libkrb5support0 libksba8 liblab-gamut1 libldap-2.5-0
  liblerc4 libltdl7 libncursesw6 libnghttp2-14 libnpth0 libnsl-dev libnsl2
  libnuma1 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4
  libperl5.36 libpixman-1-0 libpng16-16 libpsl5 librav1e0 libreadline8
  librtmp1 libsasl2-2 libsasl2-modules-db libsm6 libsqlite3-0 libsqlite3-dev
  libssh2-1 libssl3 libsvtav1enc1 libthai-data libthai0 libtiff6
  libtirpc-common libtirpc-dev libtirpc3 libwebp7 libx11-6 libx11-data
  libx265-199 libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6
  libxext6 libxmu6 libxpm4 libxrender1 libxt6 libyuv0 linux-libc-dev netbase
  openssh-client openssl perl perl-modules-5.36 pinentry-curses
  readline-common rpcsvc-proto x11-common
0 upgraded, 129 newly installed, 0 to remove and 0 not upgraded.
Need to get 61.2 MB of archives.
After this operation, 238 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u1 [2815 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u1 [4218 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u1 [239 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.13-1~deb12u1 [2022 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.13-1~deb12u1 [1418 kB]
Get:10 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20230311 [153 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB]
Get:12 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB]
Get:14 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2+b1 [77.2 kB]
Get:15 http://deb.debian.org/debian-security bookworm-security/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u2 [32.6 kB]
Get:16 http://deb.debian.org/debian-security bookworm-security/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u2 [78.7 kB]
Get:17 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
Get:18 http://deb.debian.org/debian-security bookworm-security/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u2 [332 kB]
Get:19 http://deb.debian.org/debian-security bookworm-security/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u2 [135 kB]
Get:20 http://deb.debian.org/debian-security bookworm-security/main amd64 openssh-client amd64 1:9.2p1-2+deb12u3 [991 kB]
Get:21 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
Get:22 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
Get:23 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
Get:24 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
Get:25 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u1 [72.4 kB]
Get:26 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
Get:27 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
Get:28 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
Get:29 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u6 [390 kB]
Get:30 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u6 [314 kB]
Get:31 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
Get:32 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
Get:33 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1.1 [564 kB]
Get:34 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
Get:35 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
Get:36 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1.1 [792 kB]
Get:37 http://deb.debian.org/debian bookworm/main amd64 dumb-init amd64 1.2.5-2 [14.1 kB]
Get:38 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB]
Get:39 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2 [276 kB]
Get:40 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5+deb12u3 [398 kB]
Get:41 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB]
Get:42 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
Get:43 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
Get:44 http://deb.debian.org/debian bookworm/main amd64 fontconfig amd64 2.14.1-4 [449 kB]
Get:45 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u6 [385 kB]
Get:46 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
Get:47 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.2-1.1 [2049 kB]
Get:48 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.2-1.1 [7171 kB]
Get:49 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1.1 [1093 kB]
Get:50 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1.1 [927 kB]
Get:51 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2 [837 kB]
Get:52 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1.1 [949 kB]
Get:53 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-4 [134 kB]
Get:54 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
Get:55 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1.1 [695 kB]
Get:56 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1.1 [541 kB]
Get:57 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1.1 [531 kB]
Get:58 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1.1 [671 kB]
Get:59 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1.1 [846 kB]
Get:60 http://deb.debian.org/debian bookworm/main amd64 gnupg2 all 2.2.40-1.1 [445 kB]
Get:61 http://deb.debian.org/debian bookworm/main amd64 libann0 amd64 1.1.2+doc-9+b1 [25.1 kB]
Get:62 http://deb.debian.org/debian bookworm/main amd64 libcdt5 amd64 2.42.2-7+b3 [39.8 kB]
Get:63 http://deb.debian.org/debian bookworm/main amd64 libcgraph6 amd64 2.42.2-7+b3 [63.2 kB]
Get:64 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.6.0-1 [1851 kB]
Get:65 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2+deb12u1 [513 kB]
Get:66 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1 [391 kB]
Get:67 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB]
Get:68 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB]
Get:69 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB]
Get:70 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB]
Get:71 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB]
Get:72 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB]
Get:73 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1+deb12u2 [185 kB]
Get:74 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB]
Get:75 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB]
Get:76 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.15.1-1 [215 kB]
Get:77 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB]
Get:78 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB]
Get:79 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB]
Get:80 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB]
Get:81 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u1 [316 kB]
Get:82 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:83 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:84 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB]
Get:85 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB]
Get:86 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB]
Get:87 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb12u1 [48.6 kB]
Get:88 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB]
Get:89 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2+deb12u3 [1400 kB]
Get:90 http://deb.debian.org/debian bookworm/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5+b1 [160 kB]
Get:91 http://deb.debian.org/debian bookworm/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB]
Get:92 http://deb.debian.org/debian bookworm/main amd64 libxcb-render0 amd64 1.15-1 [115 kB]
Get:93 http://deb.debian.org/debian bookworm/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB]
Get:94 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
Get:95 http://deb.debian.org/debian bookworm/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB]
Get:96 http://deb.debian.org/debian bookworm/main amd64 libcairo2 amd64 1.16.0-7 [575 kB]
Get:97 http://deb.debian.org/debian bookworm/main amd64 libltdl7 amd64 2.4.7-7~deb12u1 [393 kB]
Get:98 http://deb.debian.org/debian bookworm/main amd64 libfribidi0 amd64 1.0.8-2.1 [65.0 kB]
Get:99 http://deb.debian.org/debian bookworm/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB]
Get:100 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz0b amd64 6.0.0+dfsg-3 [1945 kB]
Get:101 http://deb.debian.org/debian bookworm/main amd64 libthai-data all 0.1.29-1 [176 kB]
Get:102 http://deb.debian.org/debian bookworm/main amd64 libdatrie1 amd64 0.2.13-2+b1 [43.3 kB]
Get:103 http://deb.debian.org/debian bookworm/main amd64 libthai0 amd64 0.1.29-1 [57.5 kB]
Get:104 http://deb.debian.org/debian bookworm/main amd64 libpango-1.0-0 amd64 1.50.12+ds-1 [212 kB]
Get:105 http://deb.debian.org/debian bookworm/main amd64 libpangoft2-1.0-0 amd64 1.50.12+ds-1 [47.4 kB]
Get:106 http://deb.debian.org/debian bookworm/main amd64 libpangocairo-1.0-0 amd64 1.50.12+ds-1 [34.2 kB]
Get:107 http://deb.debian.org/debian bookworm/main amd64 libpathplan4 amd64 2.42.2-7+b3 [42.2 kB]
Get:108 http://deb.debian.org/debian bookworm/main amd64 libgvc6 amd64 2.42.2-7+b3 [678 kB]
Get:109 http://deb.debian.org/debian bookworm/main amd64 libgvpr2 amd64 2.42.2-7+b3 [189 kB]
Get:110 http://deb.debian.org/debian bookworm/main amd64 liblab-gamut1 amd64 2.42.2-7+b3 [198 kB]
Get:111 http://deb.debian.org/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB]
Get:112 http://deb.debian.org/debian bookworm/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
Get:113 http://deb.debian.org/debian bookworm/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
Get:114 http://deb.debian.org/debian bookworm/main amd64 libxt6 amd64 1:1.2.1-1.1 [186 kB]
Get:115 http://deb.debian.org/debian bookworm/main amd64 libxmu6 amd64 2:1.1.3-3 [60.1 kB]
Get:116 http://deb.debian.org/debian bookworm/main amd64 libxaw7 amd64 2:1.0.14-1 [201 kB]
Get:117 http://deb.debian.org/debian bookworm/main amd64 graphviz amd64 2.42.2-7+b3 [611 kB]
Get:118 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u7 [45.8 kB]
Get:119 http://deb.debian.org/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.99-1 [2007 kB]
Get:120 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
Get:121 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
Get:122 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
Get:123 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
Get:124 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
Get:125 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:126 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
Get:127 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u7 [1899 kB]
Get:128 http://deb.debian.org/debian bookworm/main amd64 libev4 amd64 1:4.33-1 [43.2 kB]
Get:129 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-dev amd64 3.40.1-2 [1025 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 61.2 MB in 11s (5363 kB/s)
Selecting previously unselected package perl-modules-5.36.
(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 ... 6089 files and directories currently installed.)
Preparing to unpack .../000-perl-modules-5.36_5.36.0-7+deb12u1_all.deb ...
Unpacking perl-modules-5.36 (5.36.0-7+deb12u1) ...
Selecting previously unselected package libgdbm6:amd64.
Preparing to unpack .../001-libgdbm6_1.23-3_amd64.deb ...
Unpacking libgdbm6:amd64 (1.23-3) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../002-libgdbm-compat4_1.23-3_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.23-3) ...
Selecting previously unselected package libperl5.36:amd64.
Preparing to unpack .../003-libperl5.36_5.36.0-7+deb12u1_amd64.deb ...
Unpacking libperl5.36:amd64 (5.36.0-7+deb12u1) ...
Selecting previously unselected package perl.
Preparing to unpack .../004-perl_5.36.0-7+deb12u1_amd64.deb ...
Unpacking perl (5.36.0-7+deb12u1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../005-netbase_6.4_all.deb ...
Unpacking netbase (6.4) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../006-readline-common_8.2-1.3_all.deb ...
Unpacking readline-common (8.2-1.3) ...
Selecting previously unselected package libssl3:amd64.
Preparing to unpack .../007-libssl3_3.0.13-1~deb12u1_amd64.deb ...
Unpacking libssl3:amd64 (3.0.13-1~deb12u1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../008-openssl_3.0.13-1~deb12u1_amd64.deb ...
Unpacking openssl (3.0.13-1~deb12u1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../009-ca-certificates_20230311_all.deb ...
Unpacking ca-certificates (20230311) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../010-libbsd0_0.11.7-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.11.7-2) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../011-libedit2_3.1-20221030-2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20221030-2) ...
Selecting previously unselected package libcbor0.8:amd64.
Preparing to unpack .../012-libcbor0.8_0.8.0-2+b1_amd64.deb ...
Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ...
Selecting previously unselected package libfido2-1:amd64.
Preparing to unpack .../013-libfido2-1_1.12.0-2+b1_amd64.deb ...
Unpacking libfido2-1:amd64 (1.12.0-2+b1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../014-libkrb5support0_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../015-libk5crypto3_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../016-libkeyutils1_1.6.3-2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6.3-2) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../017-libkrb5-3_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../018-libgssapi-krb5-2_1.20.1-2+deb12u2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../019-openssh-client_1%3a9.2p1-2+deb12u3_amd64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u3) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../020-libbrotli1_1.0.9-2+b6_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../021-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../022-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libldap-2.5-0:amd64.
Preparing to unpack .../023-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ...
Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../024-libnghttp2-14_1.52.0-1+deb12u1_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u1) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../025-libpsl5_0.21.2-1_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.2-1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../026-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../027-libssh2-1_1.10.0-3+b1_amd64.deb ...
Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../028-libcurl4_7.88.1-10+deb12u6_amd64.deb ...
Unpacking libcurl4:amd64 (7.88.1-10+deb12u6) ...
Selecting previously unselected package curl.
Preparing to unpack .../029-curl_7.88.1-10+deb12u6_amd64.deb ...
Unpacking curl (7.88.1-10+deb12u6) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../030-libassuan0_2.5.5-5_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.5-5) ...
Selecting previously unselected package libreadline8:amd64.
Preparing to unpack .../031-libreadline8_8.2-1.3_amd64.deb ...
Unpacking libreadline8:amd64 (8.2-1.3) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../032-gpgconf_2.2.40-1.1_amd64.deb ...
Unpacking gpgconf (2.2.40-1.1) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../033-libksba8_1.6.3-2_amd64.deb ...
Unpacking libksba8:amd64 (1.6.3-2) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../034-libnpth0_1.6-3_amd64.deb ...
Unpacking libnpth0:amd64 (1.6-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../035-dirmngr_2.2.40-1.1_amd64.deb ...
Unpacking dirmngr (2.2.40-1.1) ...
Selecting previously unselected package dumb-init.
Preparing to unpack .../036-dumb-init_1.2.5-2_amd64.deb ...
Unpacking dumb-init (1.2.5-2) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../037-libexpat1_2.5.0-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.5.0-1) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../038-libpng16-16_1.6.39-2_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.39-2) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../039-libfreetype6_2.12.1+dfsg-5+deb12u3_amd64.deb ...
Unpacking libfreetype6:amd64 (2.12.1+dfsg-5+deb12u3) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../040-fonts-dejavu-core_2.37-6_all.deb ...
Unpacking fonts-dejavu-core (2.37-6) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../041-fontconfig-config_2.14.1-4_amd64.deb ...
Unpacking fontconfig-config (2.14.1-4) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../042-libfontconfig1_2.14.1-4_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.14.1-4) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../043-fontconfig_2.14.1-4_amd64.deb ...
Unpacking fontconfig (2.14.1-4) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../044-libcurl3-gnutls_7.88.1-10+deb12u6_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u6) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../045-liberror-perl_0.17029-2_all.deb ...
Unpacking liberror-perl (0.17029-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../046-git-man_1%3a2.39.2-1.1_all.deb ...
Unpacking git-man (1:2.39.2-1.1) ...
Selecting previously unselected package git.
Preparing to unpack .../047-git_1%3a2.39.2-1.1_amd64.deb ...
Unpacking git (1:2.39.2-1.1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../048-gnupg-l10n_2.2.40-1.1_all.deb ...
Unpacking gnupg-l10n (2.2.40-1.1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../049-gnupg-utils_2.2.40-1.1_amd64.deb ...
Unpacking gnupg-utils (2.2.40-1.1) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../050-libsqlite3-0_3.40.1-2_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.40.1-2) ...
Selecting previously unselected package gpg.
Preparing to unpack .../051-gpg_2.2.40-1.1_amd64.deb ...
Unpacking gpg (2.2.40-1.1) ...
Selecting previously unselected package libncursesw6:amd64.
Preparing to unpack .../052-libncursesw6_6.4-4_amd64.deb ...
Unpacking libncursesw6:amd64 (6.4-4) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../053-pinentry-curses_1.2.1-1_amd64.deb ...
Unpacking pinentry-curses (1.2.1-1) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../054-gpg-agent_2.2.40-1.1_amd64.deb ...
Unpacking gpg-agent (2.2.40-1.1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../055-gpg-wks-client_2.2.40-1.1_amd64.deb ...
Unpacking gpg-wks-client (2.2.40-1.1) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../056-gpg-wks-server_2.2.40-1.1_amd64.deb ...
Unpacking gpg-wks-server (2.2.40-1.1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../057-gpgsm_2.2.40-1.1_amd64.deb ...
Unpacking gpgsm (2.2.40-1.1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../058-gnupg_2.2.40-1.1_all.deb ...
Unpacking gnupg (2.2.40-1.1) ...
Selecting previously unselected package gnupg2.
Preparing to unpack .../059-gnupg2_2.2.40-1.1_all.deb ...
Unpacking gnupg2 (2.2.40-1.1) ...
Selecting previously unselected package libann0.
Preparing to unpack .../060-libann0_1.1.2+doc-9+b1_amd64.deb ...
Unpacking libann0 (1.1.2+doc-9+b1) ...
Selecting previously unselected package libcdt5:amd64.
Preparing to unpack .../061-libcdt5_2.42.2-7+b3_amd64.deb ...
Unpacking libcdt5:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libcgraph6:amd64.
Preparing to unpack .../062-libcgraph6_2.42.2-7+b3_amd64.deb ...
Unpacking libcgraph6:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libaom3:amd64.
Preparing to unpack .../063-libaom3_3.6.0-1_amd64.deb ...
Unpacking libaom3:amd64 (3.6.0-1) ...
Selecting previously unselected package libdav1d6:amd64.
Preparing to unpack .../064-libdav1d6_1.0.0-2+deb12u1_amd64.deb ...
Unpacking libdav1d6:amd64 (1.0.0-2+deb12u1) ...
Selecting previously unselected package libabsl20220623:amd64.
Preparing to unpack .../065-libabsl20220623_20220623.1-1_amd64.deb ...
Unpacking libabsl20220623:amd64 (20220623.1-1) ...
Selecting previously unselected package libgav1-1:amd64.
Preparing to unpack .../066-libgav1-1_0.18.0-1+b1_amd64.deb ...
Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
Selecting previously unselected package librav1e0:amd64.
Preparing to unpack .../067-librav1e0_0.5.1-6_amd64.deb ...
Unpacking librav1e0:amd64 (0.5.1-6) ...
Selecting previously unselected package libsvtav1enc1:amd64.
Preparing to unpack .../068-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ...
Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../069-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ...
Selecting previously unselected package libyuv0:amd64.
Preparing to unpack .../070-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ...
Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
Selecting previously unselected package libavif15:amd64.
Preparing to unpack .../071-libavif15_0.11.1-1_amd64.deb ...
Unpacking libavif15:amd64 (0.11.1-1) ...
Selecting previously unselected package libde265-0:amd64.
Preparing to unpack .../072-libde265-0_1.0.11-1+deb12u2_amd64.deb ...
Unpacking libde265-0:amd64 (1.0.11-1+deb12u2) ...
Selecting previously unselected package libnuma1:amd64.
Preparing to unpack .../073-libnuma1_2.0.16-1_amd64.deb ...
Unpacking libnuma1:amd64 (2.0.16-1) ...
Selecting previously unselected package libx265-199:amd64.
Preparing to unpack .../074-libx265-199_3.5-2+b1_amd64.deb ...
Unpacking libx265-199:amd64 (3.5-2+b1) ...
Selecting previously unselected package libheif1:amd64.
Preparing to unpack .../075-libheif1_1.15.1-1_amd64.deb ...
Unpacking libheif1:amd64 (1.15.1-1) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../076-libdeflate0_1.14-1_amd64.deb ...
Unpacking libdeflate0:amd64 (1.14-1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../077-libjbig0_2.1-6.1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-6.1) ...
Selecting previously unselected package liblerc4:amd64.
Preparing to unpack .../078-liblerc4_4.0.0+ds-2_amd64.deb ...
Unpacking liblerc4:amd64 (4.0.0+ds-2) ...
Selecting previously unselected package libwebp7:amd64.
Preparing to unpack .../079-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ...
Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
Selecting previously unselected package libtiff6:amd64.
Preparing to unpack .../080-libtiff6_4.5.0-6+deb12u1_amd64.deb ...
Unpacking libtiff6:amd64 (4.5.0-6+deb12u1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../081-libxau6_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../082-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../083-libxcb1_1.15-1_amd64.deb ...
Unpacking libxcb1:amd64 (1.15-1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../084-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ...
Unpacking libx11-data (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../085-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../086-libxpm4_1%3a3.5.12-1.1+deb12u1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../087-libgd3_2.3.3-9_amd64.deb ...
Unpacking libgd3:amd64 (2.3.3-9) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../088-libglib2.0-0_2.74.6-2+deb12u3_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u3) ...
Selecting previously unselected package libgts-0.7-5:amd64.
Preparing to unpack .../089-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ...
Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../090-libpixman-1-0_0.42.2-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../091-libxcb-render0_1.15-1_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../092-libxcb-shm0_1.15-1_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.15-1) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../093-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../094-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../095-libcairo2_1.16.0-7_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-7) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../096-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
Selecting previously unselected package libfribidi0:amd64.
Preparing to unpack .../097-libfribidi0_1.0.8-2.1_amd64.deb ...
Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../098-libgraphite2-3_1.3.14-1_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../099-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../100-libthai-data_0.1.29-1_all.deb ...
Unpacking libthai-data (0.1.29-1) ...
Selecting previously unselected package libdatrie1:amd64.
Preparing to unpack .../101-libdatrie1_0.2.13-2+b1_amd64.deb ...
Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
Selecting previously unselected package libthai0:amd64.
Preparing to unpack .../102-libthai0_0.1.29-1_amd64.deb ...
Unpacking libthai0:amd64 (0.1.29-1) ...
Selecting previously unselected package libpango-1.0-0:amd64.
Preparing to unpack .../103-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
Selecting previously unselected package libpangoft2-1.0-0:amd64.
Preparing to unpack .../104-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
Selecting previously unselected package libpangocairo-1.0-0:amd64.
Preparing to unpack .../105-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
Selecting previously unselected package libpathplan4:amd64.
Preparing to unpack .../106-libpathplan4_2.42.2-7+b3_amd64.deb ...
Unpacking libpathplan4:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libgvc6.
Preparing to unpack .../107-libgvc6_2.42.2-7+b3_amd64.deb ...
Unpacking libgvc6 (2.42.2-7+b3) ...
Selecting previously unselected package libgvpr2:amd64.
Preparing to unpack .../108-libgvpr2_2.42.2-7+b3_amd64.deb ...
Unpacking libgvpr2:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package liblab-gamut1:amd64.
Preparing to unpack .../109-liblab-gamut1_2.42.2-7+b3_amd64.deb ...
Unpacking liblab-gamut1:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../110-x11-common_1%3a7.7+23_all.deb ...
Unpacking x11-common (1:7.7+23) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../111-libice6_2%3a1.0.10-1_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../112-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../113-libxt6_1%3a1.2.1-1.1_amd64.deb ...
Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
Selecting previously unselected package libxmu6:amd64.
Preparing to unpack .../114-libxmu6_2%3a1.1.3-3_amd64.deb ...
Unpacking libxmu6:amd64 (2:1.1.3-3) ...
Selecting previously unselected package libxaw7:amd64.
Preparing to unpack .../115-libxaw7_2%3a1.0.14-1_amd64.deb ...
Unpacking libxaw7:amd64 (2:1.0.14-1) ...
Selecting previously unselected package graphviz.
Preparing to unpack .../116-graphviz_2.42.2-7+b3_amd64.deb ...
Unpacking graphviz (2.42.2-7+b3) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../117-libc-dev-bin_2.36-9+deb12u7_amd64.deb ...
Unpacking libc-dev-bin (2.36-9+deb12u7) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../118-linux-libc-dev_6.1.99-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (6.1.99-1) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../119-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../120-libtirpc-common_1.3.3+ds-1_all.deb ...
Unpacking libtirpc-common (1.3.3+ds-1) ...
Selecting previously unselected package libtirpc3:amd64.
Preparing to unpack .../121-libtirpc3_1.3.3+ds-1_amd64.deb ...
Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl2:amd64.
Preparing to unpack .../122-libnsl2_1.3.0-2_amd64.deb ...
Unpacking libnsl2:amd64 (1.3.0-2) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../123-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../124-libnsl-dev_1.3.0-2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../125-rpcsvc-proto_1.4.3-1_amd64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../126-libc6-dev_2.36-9+deb12u7_amd64.deb ...
Unpacking libc6-dev:amd64 (2.36-9+deb12u7) ...
Selecting previously unselected package libev4:amd64.
Preparing to unpack .../127-libev4_1%3a4.33-1_amd64.deb ...
Unpacking libev4:amd64 (1:4.33-1) ...
Selecting previously unselected package libsqlite3-dev:amd64.
Preparing to unpack .../128-libsqlite3-dev_3.40.1-2_amd64.deb ...
Unpacking libsqlite3-dev:amd64 (3.40.1-2) ...
Setting up libksba8:amd64 (1.6.3-2) ...
Setting up libexpat1:amd64 (2.5.0-1) ...
Setting up dumb-init (1.2.5-2) ...
Setting up libgraphite2-3:amd64 (1.3.14-1) ...
Setting up libpixman-1-0:amd64 (0.42.2-1) ...
Setting up libaom3:amd64 (3.6.0-1) ...
Setting up libabsl20220623:amd64 (20220623.1-1) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up libkeyutils1:amd64 (1.6.3-2) ...
Setting up libpsl5:amd64 (0.21.2-1) ...
Setting up liblerc4:amd64 (4.0.0+ds-2) ...
Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u3) ...
No schema files found: doing nothing.
Setting up libtirpc-common (1.3.3+ds-1) ...
Setting up libev4:amd64 (1:4.33-1) ...
Setting up libcbor0.8:amd64 (0.8.0-2+b1) ...
Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
Setting up libsqlite3-0:amd64 (3.40.1-2) ...
Setting up liblab-gamut1:amd64 (2.42.2-7+b3) ...
Setting up libssl3:amd64 (3.0.13-1~deb12u1) ...
Setting up x11-common (1:7.7+23) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u1) ...
Setting up libdeflate0:amd64 (1.14-1) ...
Setting up linux-libc-dev:amd64 (6.1.99-1) ...
Setting up libnpth0:amd64 (1.6-3) ...
Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
Setting up libassuan0:amd64 (2.5.5-5) ...
Setting up libjbig0:amd64 (2.1-6.1) ...
Setting up librav1e0:amd64 (0.5.1-6) ...
Setting up libkrb5support0:amd64 (1.20.1-2+deb12u2) ...
Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
Setting up perl-modules-5.36 (5.36.0-7+deb12u1) ...
Setting up rpcsvc-proto (1.4.3-1) ...
Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ...
Setting up libx11-data (2:1.8.4-2+deb12u2) ...
Setting up gnupg-l10n (2.2.40-1.1) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Setting up libpathplan4:amd64 (2.42.2-7+b3) ...
Setting up libann0 (1.1.2+doc-9+b1) ...
Setting up libfribidi0:amd64 (1.0.8-2.1) ...
Setting up libpng16-16:amd64 (1.6.39-2) ...
Setting up fonts-dejavu-core (2.37-6) ...
Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
Setting up libncursesw6:amd64 (6.4-4) ...
Setting up libk5crypto3:amd64 (1.20.1-2+deb12u2) ...
Setting up libdav1d6:amd64 (1.0.0-2+deb12u1) ...
Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
Setting up libnuma1:amd64 (2.0.16-1) ...
Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
Setting up libtiff6:amd64 (4.5.0-6+deb12u1) ...
Setting up git-man (1:2.39.2-1.1) ...
Setting up libthai-data (0.1.29-1) ...
Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
Setting up netbase (6.4) ...
Setting up libcdt5:amd64 (2.42.2-7+b3) ...
Setting up libkrb5-3:amd64 (1.20.1-2+deb12u2) ...
Setting up libcgraph6:amd64 (2.42.2-7+b3) ...
Setting up libfido2-1:amd64 (1.12.0-2+b1) ...
Setting up libde265-0:amd64 (1.0.11-1+deb12u2) ...
Setting up libc-dev-bin (2.36-9+deb12u7) ...
Setting up openssl (3.0.13-1~deb12u1) ...
Setting up libbsd0:amd64 (0.11.7-2) ...
Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
Setting up readline-common (8.2-1.3) ...
Setting up libgdbm6:amd64 (1.23-3) ...
Setting up pinentry-curses (1.2.1-1) ...
Setting up libice6:amd64 (2:1.0.10-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libxcb1:amd64 (1.15-1) ...
Setting up libavif15:amd64 (0.11.1-1) ...
Setting up libxcb-render0:amd64 (1.15-1) ...
Setting up fontconfig-config (2.14.1-4) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Setting up libedit2:amd64 (3.1-20221030-2) ...
Setting up libreadline8:amd64 (8.2-1.3) ...
Setting up libxcb-shm0:amd64 (1.15-1) ...
Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
Setting up libthai0:amd64 (0.1.29-1) ...
Setting up ca-certificates (20230311) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Updating certificates in /etc/ssl/certs...
140 added, 0 removed; done.
Setting up libfreetype6:amd64 (2.12.1+dfsg-5+deb12u3) ...
Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u2) ...
Setting up libgdbm-compat4:amd64 (1.23-3) ...
Setting up libx265-199:amd64 (3.5-2+b1) ...
Setting up libgvpr2:amd64 (2.42.2-7+b3) ...
Setting up gpgconf (2.2.40-1.1) ...
Setting up libcurl4:amd64 (7.88.1-10+deb12u6) ...
Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
Setting up curl (7.88.1-10+deb12u6) ...
Setting up libfontconfig1:amd64 (2.14.1-4) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up libperl5.36:amd64 (5.36.0-7+deb12u1) ...
Setting up gpg (2.2.40-1.1) ...
Setting up gnupg-utils (2.2.40-1.1) ...
Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
Setting up fontconfig (2.14.1-4) ...
Regenerating fonts cache... done.
Setting up gpg-agent (2.2.40-1.1) ...
Setting up libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ...
Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
Setting up openssh-client (1:9.2p1-2+deb12u3) ...
Setting up gpgsm (2.2.40-1.1) ...
Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
Setting up libheif1:amd64 (1.15.1-1) ...
Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u6) ...
Setting up libcairo2:amd64 (1.16.0-7) ...
Setting up dirmngr (2.2.40-1.1) ...
Setting up perl (5.36.0-7+deb12u1) ...
Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
Setting up libgd3:amd64 (2.3.3-9) ...
Setting up libxt6:amd64 (1:1.2.1-1.1) ...
Setting up gpg-wks-server (2.2.40-1.1) ...
Setting up libnsl2:amd64 (1.3.0-2) ...
Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
Setting up libxmu6:amd64 (2:1.1.3-3) ...
Setting up gpg-wks-client (2.2.40-1.1) ...
Setting up libxaw7:amd64 (2:1.0.14-1) ...
Setting up liberror-perl (0.17029-2) ...
Setting up libgvc6 (2.42.2-7+b3) ...
Setting up git (1:2.39.2-1.1) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up gnupg (2.2.40-1.1) ...
Setting up libc6-dev:amd64 (2.36-9+deb12u7) ...
Setting up graphviz (2.42.2-7+b3) ...
Setting up gnupg2 (2.2.40-1.1) ...
Setting up libsqlite3-dev:amd64 (3.40.1-2) ...
Processing triggers for libc-bin (2.36-9+deb12u7) ...
Processing triggers for ca-certificates (20230311) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Removing intermediate container aca9ea56b075
 ---> 23629f756879
Step 17/26 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
 ---> Running in 1b3232e94a59
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Removing intermediate container 1b3232e94a59
 ---> b6752972925b
Step 18/26 : RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list
 ---> Running in e9abda89f409
Removing intermediate container e9abda89f409
 ---> e192e58da0e5
Step 19/26 : RUN apt-get update && apt-get install docker-ce docker-buildx-plugin -y --no-install-recommends
 ---> Running in d01075df9d4e
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Get:4 https://download.docker.com/linux/debian bookworm InRelease [43.3 kB]
Get:5 https://download.docker.com/linux/debian bookworm/stable amd64 Packages [27.7 kB]
Fetched 71.0 kB in 1s (115 kB/s)
Reading package lists...
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.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  containerd.io docker-ce-cli iptables libip4tc2 libip6tc2 libmnl0
  libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12
Suggested packages:
  aufs-tools cgroupfs-mount | cgroup-lite firewalld kmod
Recommended packages:
  apparmor docker-ce-rootless-extras pigz procps xz-utils
  docker-compose-plugin nftables
The following NEW packages will be installed:
  containerd.io docker-buildx-plugin docker-ce docker-ce-cli iptables
  libip4tc2 libip6tc2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
  libxtables12
0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
Need to get 101 MB of archives.
After this operation, 355 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libip6tc2 amd64 1.8.9-2 [19.4 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 libxtables12 amd64 1.8.9-2 [30.8 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.1 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 libnetfilter-conntrack3 amd64 1.0.9-3 [40.7 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libnftnl11 amd64 1.2.4-2 [61.6 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 iptables amd64 1.8.9-2 [360 kB]
Get:9 https://download.docker.com/linux/debian bookworm/stable amd64 containerd.io amd64 1.7.19-1 [30.5 MB]
Get:10 https://download.docker.com/linux/debian bookworm/stable amd64 docker-buildx-plugin amd64 0.16.1-1~debian.12~bookworm [29.9 MB]
Get:11 https://download.docker.com/linux/debian bookworm/stable amd64 docker-ce-cli amd64 5:27.1.1-1~debian.12~bookworm [14.6 MB]
Get:12 https://download.docker.com/linux/debian bookworm/stable amd64 docker-ce amd64 5:27.1.1-1~debian.12~bookworm [25.2 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 101 MB in 3s (40.2 MB/s)
Selecting previously unselected package containerd.io.
(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 ... 13001 files and directories currently installed.)
Preparing to unpack .../00-containerd.io_1.7.19-1_amd64.deb ...
Unpacking containerd.io (1.7.19-1) ...
Selecting previously unselected package docker-buildx-plugin.
Preparing to unpack .../01-docker-buildx-plugin_0.16.1-1~debian.12~bookworm_amd64.deb ...
Unpacking docker-buildx-plugin (0.16.1-1~debian.12~bookworm) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../02-docker-ce-cli_5%3a27.1.1-1~debian.12~bookworm_amd64.deb ...
Unpacking docker-ce-cli (5:27.1.1-1~debian.12~bookworm) ...
Selecting previously unselected package libip4tc2:amd64.
Preparing to unpack .../03-libip4tc2_1.8.9-2_amd64.deb ...
Unpacking libip4tc2:amd64 (1.8.9-2) ...
Selecting previously unselected package libip6tc2:amd64.
Preparing to unpack .../04-libip6tc2_1.8.9-2_amd64.deb ...
Unpacking libip6tc2:amd64 (1.8.9-2) ...
Selecting previously unselected package libxtables12:amd64.
Preparing to unpack .../05-libxtables12_1.8.9-2_amd64.deb ...
Unpacking libxtables12:amd64 (1.8.9-2) ...
Selecting previously unselected package libmnl0:amd64.
Preparing to unpack .../06-libmnl0_1.0.4-3_amd64.deb ...
Unpacking libmnl0:amd64 (1.0.4-3) ...
Selecting previously unselected package libnfnetlink0:amd64.
Preparing to unpack .../07-libnfnetlink0_1.0.2-2_amd64.deb ...
Unpacking libnfnetlink0:amd64 (1.0.2-2) ...
Selecting previously unselected package libnetfilter-conntrack3:amd64.
Preparing to unpack .../08-libnetfilter-conntrack3_1.0.9-3_amd64.deb ...
Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ...
Selecting previously unselected package libnftnl11:amd64.
Preparing to unpack .../09-libnftnl11_1.2.4-2_amd64.deb ...
Unpacking libnftnl11:amd64 (1.2.4-2) ...
Selecting previously unselected package iptables.
Preparing to unpack .../10-iptables_1.8.9-2_amd64.deb ...
Unpacking iptables (1.8.9-2) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../11-docker-ce_5%3a27.1.1-1~debian.12~bookworm_amd64.deb ...
Unpacking docker-ce (5:27.1.1-1~debian.12~bookworm) ...
Setting up libip4tc2:amd64 (1.8.9-2) ...
Setting up libip6tc2:amd64 (1.8.9-2) ...
Setting up docker-buildx-plugin (0.16.1-1~debian.12~bookworm) ...
Setting up libmnl0:amd64 (1.0.4-3) ...
Setting up containerd.io (1.7.19-1) ...
Setting up libxtables12:amd64 (1.8.9-2) ...
Setting up docker-ce-cli (5:27.1.1-1~debian.12~bookworm) ...
Setting up libnfnetlink0:amd64 (1.0.2-2) ...
Setting up libnftnl11:amd64 (1.2.4-2) ...
Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ...
Setting up iptables (1.8.9-2) ...
update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
Setting up docker-ce (5:27.1.1-1~debian.12~bookworm) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Processing triggers for libc-bin (2.36-9+deb12u7) ...
Removing intermediate container d01075df9d4e
 ---> 24a9f8dbb96c
Step 20/26 : WORKDIR /var/lib/ocurrent
 ---> Running in 4230d8bf9a97
Removing intermediate container 4230d8bf9a97
 ---> 00548c22a331
Step 21/26 : ENTRYPOINT ["dumb-init", "/usr/local/bin/ocaml-ci-service"]
 ---> Running in a9de501564f5
Removing intermediate container a9de501564f5
 ---> ac37b876a95a
Step 22/26 : ENV OCAMLRUNPARAM=a=2
 ---> Running in 00b88adaee50
Removing intermediate container 00b88adaee50
 ---> 6a988828163a
Step 23/26 : ENV DOCKER_CLI_EXPERIMENTAL=enabled
 ---> Running in c43bbd2ad391
Removing intermediate container c43bbd2ad391
 ---> 66b88a68a9f3
Step 24/26 : COPY --from=build /src/_build/install/default/bin/ocaml-ci-service /src/_build/install/default/bin/solver-service /usr/local/bin/
 ---> 9d98d52a45c8
Step 25/26 : RUN mkdir -p /migrations
 ---> Running in cce482db61ee
Removing intermediate container cce482db61ee
 ---> 475e52b547da
Step 26/26 : COPY --from=build /src/migrations /migrations
 ---> e4083461d634
Successfully built e4083461d634
Job succeeded
2024-07-25 07:25.15: Job succeeded