Build:
  1. 0
2024-11-19 17:46.29: New job: Build Dockerfile using linux-arm64 in
                                [https://github.com/ocurrent/ocaml-ci.git#refs/pull/985/head (e941544ed2c0ff0a0a546e332748f45e0f3fd2a7)]
2024-11-19 17:46.29: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile"
2024-11-19 17:46.29: Waiting for resource in pool OCluster
2024-11-19 17:46.29: Waiting for worker…
2024-11-19 17:46.29: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
Submodule path 'ocaml-dockerfile': checked out 'dc5ab758fd581ac55b340af6060a7552d50200ba'
Submodule path 'ocaml-version': checked out 'f92a9f1b848b5eed179861ea13586a618b5fa25b'
Submodule path 'ocluster': checked out 'ba26623c6bca8b917c4252fa9739313fb14692ea'
Submodule path 'ocurrent': checked out '575e5cf1a4ade96ea4a5c43c4aa7ae12fc90dde0'
Submodule path 'solver-service': checked out 'f14bc6fdb22c1cef45bb3d3589bd778f4d6c8196'
HEAD is now at 4267da6 Update submodules and Dockerfile
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 e941544 Update submodules and Dockerfile
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 'dc5ab758fd581ac55b340af6060a7552d50200ba'
Submodule path 'ocaml-version': checked out 'f92a9f1b848b5eed179861ea13586a618b5fa25b'
Submodule path 'ocluster': checked out 'ba26623c6bca8b917c4252fa9739313fb14692ea'
Submodule path 'ocluster/obuilder': checked out 'bc6eca86e5624b32ca58fb0b5e43e7e15f188f58'
Submodule path 'ocurrent': checked out '575e5cf1a4ade96ea4a5c43c4aa7ae12fc90dde0'
Submodule path 'solver-service': checked out 'f14bc6fdb22c1cef45bb3d3589bd778f4d6c8196'
Sending build context to Docker daemon  11.74MB

Step 1/26 : FROM ocaml/opam:debian-12-ocaml-4.14@sha256:6246731ea5d2cd3a57669027aae33184d30d424e41ff8219d05a214726ef7426 AS build
docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:6246731ea5d2cd3a57669027aae33184d30d424e41ff8219d05a214726ef7426: Pulling from ocaml/opam
Digest: sha256:6246731ea5d2cd3a57669027aae33184d30d424e41ff8219d05a214726ef7426
Status: Image is up to date for ocaml/opam:debian-12-ocaml-4.14@sha256:6246731ea5d2cd3a57669027aae33184d30d424e41ff8219d05a214726ef7426
 ---> be41d36e36bf
Step 2/26 : RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam && opam init --reinit -ni
 ---> Using cache
 ---> 49d67f6c0bb0
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
 ---> Using cache
 ---> 953ba0f9817e
Step 4/26 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && opam update
 ---> Using cache
 ---> b82dfc136c9c
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/
 ---> Using cache
 ---> 1a946201a8e1
Step 6/26 : COPY --chown=opam 	ocluster/ocluster-api.opam 	ocluster/current_ocluster.opam 	/src/ocluster/
 ---> Using cache
 ---> 4da96168b285
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/
 ---> Using cache
 ---> 58ca82b0faf6
Step 8/26 : COPY --chown=opam 	ocaml-dockerfile/dockerfile*.opam 	/src/ocaml-dockerfile/
 ---> Using cache
 ---> 88ed3481b31b
Step 9/26 : WORKDIR /src
 ---> Using cache
 ---> bbb9d876eddd
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"
 ---> Using cache
 ---> 13ec4282fe34
Step 11/26 : COPY --chown=opam ocaml-ci.opam ocaml-ci-service.opam ocaml-ci-api.opam /src/
 ---> Using cache
 ---> c2e258649886
Step 12/26 : RUN opam install -y --deps-only .
 ---> Running in 60399f1cb9c3
The following actions will be performed:
=== install 229 packages
  - install 0install-solver       2.18         [required by opam-0install]
  - install angstrom              0.16.1       [required by timedesc]
  - install ansi                  0.7.0        [required by ocaml-ci-service]
  - install arp                   3.1.1        [required by tcpip]
  - install asetmap               0.8.1        [required by capnp-rpc-net]
  - install asn1-combinators      0.2.6        [required by capnp-rpc-net]
  - install astring               0.8.5        [required by ocaml-ci-service]
  - install atd                   2.15.0       [required by atdgen]
  - install atdgen                2.15.0       [required by github-data]
  - install atdgen-runtime        2.15.0       [required by atdgen]
  - install awa                   0.3.0        [required by git-unix]
  - install awa-mirage            0.3.0        [required by git-unix]
  - install base                  v0.16.3      [required by ppx_compare, capnp, ppx_custom_printf]
  - install base-bytes            base         [required by extunix]
  - install base64                3.5.1        [required by capnp-rpc-unix, current_github]
  - install bigarray-compat       1.1.0        [required by ctypes]
  - install bigarray-overlap      0.2.1        [required by prettym]
  - install bigstringaf           0.10.0       [required by git-unix]
  - install biniou                1.2.2        [required by atdgen]
  - install bos                   0.2.1        [required by ocaml-ci, ocaml-ci-service]
  - install ca-certs              0.2.3        [required by conduit-lwt-unix]
  - install ca-certs-nss          3.101        [required by git-unix]
  - install camlp-streams         5.0.1        [required by tar]
  - install capnp                 3.6.0        [required by ocaml-ci-api]
  - install capnp-rpc             1.2.3        [required by current_rpc]
  - install capnp-rpc-lwt         1.2.3        [required by ocaml-ci-api]
  - install capnp-rpc-net         1.2.3        [required by capnp-rpc-unix]
  - install capnp-rpc-unix        1.2.3        [required by ocaml-ci, ocaml-ci-service]
  - install carton                0.7.2        [required by git]
  - install carton-git            0.7.2        [required by git]
  - install carton-lwt            0.7.2        [required by git]
  - install cf                    0.5.0        [required by cf-lwt]
  - install cf-lwt                0.5.0        [required by irmin-watcher]
  - install checkseum             0.5.2        [required by decompress, git]
  - install cmdliner              1.3.0        [required by ocaml-ci-service]
  - install cohttp                5.3.1        [required by cohttp-lwt, github-unix]
  - install cohttp-lwt            5.3.0        [required by cohttp-lwt-unix]
  - install cohttp-lwt-unix       5.3.0        [required by ocaml-ci]
  - install conduit               6.2.3        [required by conduit-lwt]
  - install conduit-lwt           6.2.3        [required by cohttp-lwt-unix]
  - install conduit-lwt-unix      6.2.3        [required by cohttp-lwt-unix]
  - install conf-bash             1            [required by base]
  - install conf-capnproto        2            [required by capnp-rpc-net]
  - install conf-git              1.1          [required by current_git]
  - install conf-gmp              4            [required by zarith]
  - install conf-gmp-powm-sec     3            [required by mirage-crypto-pk]
  - install conf-graphviz         0.1          [required by current_web]
  - install conf-libev            4-12         [required by ocaml-ci-service]
  - install conf-libffi           2.0.0        [required by ctypes-foreign]
  - install conf-pkg-config       3            [required by conf-sqlite3]
  - install conf-sqlite3          1            [required by sqlite3]
  - install conf-which            1            [required by conf-graphviz]
  - install cppo                  1.7.0        [required by ppx_deriving]
  - install crunch                3.3.1        [required by current_web]
  - install csexp                 1.5.2        [required by dune-configurator]
  - install cstruct               6.2.0        [required by tar-unix, tar, current_github]
  - install cstruct-lwt           6.2.0        [required by capnp-rpc-unix, tar-unix]
  - install cstruct-unix          6.2.0        [required by awa]
  - install csv                   2.4          [required by current_web]
  - install ctypes                0.23.0       [required by cf, fsevents]
  - install ctypes-foreign        0.23.0       [required by cf]
  - install current               dev (pinned) [required by ocaml-ci]
  - install current_docker        dev (pinned) [required by ocaml-ci, ocaml-ci-service]
  - install current_git           dev (pinned) [required by ocaml-ci-service]
  - install current_github        dev (pinned) [required by ocaml-ci-service]
  - install current_incr          0.6.1        [required by current]
  - install current_ocluster      dev (pinned) [required by ocaml-ci, ocaml-ci-service]
  - install current_rpc           dev (pinned) [required by ocaml-ci-api, ocaml-ci, ocaml-ci-service]
  - install current_web           dev (pinned) [required by ocaml-ci-service]
  - install decompress            1.5.3        [required by tar]
  - install digestif              1.2.0        [required by git-unix]
  - install dns                   7.0.3        [required by git-mirage]
  - install dns-client            7.0.3        [required by git-mirage]
  - install dns-client-lwt        7.0.3        [required by happy-eyeballs-lwt]
  - install dns-client-mirage     7.0.3        [required by happy-eyeballs-mirage]
  - install dockerfile            dev (pinned) [required by dockerfile-opam]
  - install dockerfile-opam       dev (pinned) [required by ocaml-ci-service]
  - install domain-name           0.4.0        [required by git-unix]
  - install duff                  0.5          [required by carton]
  - install dune                  3.16.1       [required by ocaml-ci-api, ocaml-ci, ocaml-ci-service]
  - install dune-build-info       3.16.1       [required by solver-service]
  - install dune-configurator     3.16.1       [required by extunix, sqlite3]
  - install duration              0.2.1        [required by current_ocluster, current, current_docker, current_github]
  - install easy-format           1.3.4        [required by atd]
  - install emile                 1.1          [required by git]
  - install encore                0.8          [required by git]
  - install eqaf                  0.9          [required by awa, mirage-crypto, digestif]
  - install ethernet              3.2.0        [required by tcpip]
  - install extunix               0.4.2        [required by capnp-rpc-unix]
  - install faraday               0.8.2        [required by httpaf, paf]
  - install fmt                   0.9.0        [required by ocaml-ci-service]
  - install fpath                 0.7.3        [required by current_docker, bos, current, current_rpc]
  - install fsevents              0.3.0        [required by fsevents-lwt]
  - install fsevents-lwt          0.3.0        [required by irmin-watcher]
  - install git                   3.15.0       [required by git-unix]
  - install git-mirage            3.15.0       [required by git-unix]
  - install git-paf               3.15.0       [required by git-mirage]
  - install git-unix              3.15.0       [required by solver-service]
  - install github                4.4.1        [required by github-unix]
  - install github-data           4.4.1        [required by github]
  - install github-unix           4.4.1        [required by current_github]
  - install gmap                  0.3.0        [required by x509, dns]
  - install h2                    0.13.0       [required by paf]
  - install happy-eyeballs        0.6.0        [required by git-mirage, happy-eyeballs-lwt]
  - install happy-eyeballs-lwt    0.6.0        [required by git-unix]
  - install happy-eyeballs-mirage 0.6.0        [required by git-mirage]
  - install hex                   1.5.0        [required by current_github]
  - install hkdf                  1.0.4        [required by tls]
  - install hpack                 0.13.0       [required by h2]
  - install httpaf                0.7.1        [required by git-paf]
  - install httpun-types          0.2.0        [required by h2]
  - install hxd                   0.3.2        [required by git]
  - install inotify               2.6          [required by irmin-watcher]
  - install integers              0.7.0        [required by ctypes]
  - install ipaddr                5.6.0        [required by pgx, conduit-lwt-unix, git-unix]
  - install ipaddr-cstruct        5.6.0        [required by tcpip]
  - install ipaddr-sexp           5.6.0        [required by conduit-lwt-unix]
  - install irmin-watcher         0.5.0        [required by current_git]
  - install jsonm                 1.0.2        [required by cohttp, opam-core]
  - install ke                    0.6          [required by git, multipart_form-lwt]
  - install logs                  0.7.0        [required by ocaml-ci, ocaml-ci-service]
  - install lru                   0.3.1        [required by dns]
  - install lwt                   5.9.0        [required by tar-unix, omigrate, current_ocluster, etc.]
  - install lwt-dllist            1.0.1        [required by current]
  - install macaddr               5.6.0        [required by ipaddr]
  - install macaddr-cstruct       5.6.0        [required by tcpip]
  - install magic-mime            1.3.1        [required by cohttp-lwt-unix]
  - install menhir                20240715     [required by atd]
  - install menhirCST             20240715     [required by menhir]
  - install menhirLib             20240715     [required by menhir]
  - install menhirSdk             20240715     [required by menhir]
  - install metrics               0.4.1        [required by dns]
  - install mimic                 0.0.6        [required by git-unix]
  - install mimic-happy-eyeballs  0.0.6        [required by git-mirage]
  - install mirage-clock          4.2.0        [required by git-unix]
  - install mirage-clock-unix     4.2.0        [required by git-unix]
  - install mirage-crypto         0.11.3       [required by current_github]
  - install mirage-crypto-ec      0.11.3       [required by tls, awa]
  - install mirage-crypto-pk      0.11.3       [required by current_github]
  - install mirage-crypto-rng     0.11.3       [required by ocaml-ci-service]
  - install mirage-crypto-rng-lwt 0.11.3       [required by capnp-rpc-unix]
  - install mirage-flow           3.0.0        [required by capnp-rpc-unix]
  - install mirage-kv             6.1.1        [required by tls-mirage]
  - install mirage-net            4.0.0        [required by tcpip]
  - install mirage-random         3.0.0        [required by git-mirage]
  - install mirage-runtime        4.8.1        [required by mirage-unix]
  - install mirage-time           3.0.0        [required by git-unix]
  - install mirage-unix           5.0.1        [required by git-unix]
  - install mtime                 2.1.0        [required by mirage-crypto-rng-lwt, git-unix]
  - install multipart_form        0.6.0        [required by multipart_form-lwt]
  - install multipart_form-lwt    0.6.0        [required by current_web]
  - install num                   1.5-1        [required by sexplib]
  - install obuilder-spec         0.6.0        [required by ocaml-ci, ocaml-ci-service]
  - install ocaml-compiler-libs   v0.12.4      [required by ppxlib]
  - install ocaml-syntax-shims    1.0.0        [required by angstrom]
  - install ocaml-version         3.7.1        [required by ocaml-ci, ocaml-ci-service]
  - install ocamlbuild            0.15.0       [required by bos]
  - install ocamlfind             1.9.6        [required by bos]
  - install ocamlgraph            2.1.0        [required by opam-core, git]
  - install ocluster-api          dev (pinned) [required by ocaml-ci, ocaml-ci-service]
  - install ocplib-endian         1.2          [required by lwt, capnp]
  - install omigrate              0.3.2        [required by ocaml-ci]
  - install opam-0install         0.5          [required by ocaml-ci, ocaml-ci-service]
  - install opam-core             2.3.0        [required by opam-format]
  - install opam-file-format      2.1.6        [required by opam-0install]
  - install opam-format           2.3.0        [required by opam-0install]
  - install opam-repository       2.3.0        [required by opam-state]
  - install opam-state            2.3.0        [required by opam-0install]
  - install optint                0.3.0        [required by decompress, git]
  - install paf                   0.5.0        [required by git-paf]
  - install parsexp               v0.16.0      [required by sexplib]
  - install pbkdf                 1.2.0        [required by x509]
  - install pecu                  0.7          [required by emile, multipart_form]
  - install pgx                   2.2          [required by omigrate]
  - install pgx_lwt               2.2          [required by pgx_lwt_unix]
  - install pgx_lwt_unix          2.2          [required by omigrate]
  - install ppx_compare           v0.16.0      [required by pgx]
  - install ppx_custom_printf     v0.16.0      [required by pgx]
  - install ppx_derivers          1.2.1        [required by ppx_deriving]
  - install ppx_deriving          6.0.3        [required by ocaml-ci-api, ocaml-ci, ocaml-ci-service]
  - install ppx_deriving_yojson   3.9.0        [required by ocaml-ci-api, ocaml-ci, ocaml-ci-service]
  - install ppx_sexp_conv         v0.16.0      [required by ocaml-ci-service]
  - install ppxlib                0.33.0       [required by extunix, ppx_deriving]
  - install prettym               0.0.3        [required by multipart_form]
  - install prometheus            1.2          [required by current_ocluster, current, current_github]
  - install prometheus-app        1.2          [required by ocaml-ci-service]
  - install psq                   0.2.1        [required by git]
  - install ptime                 1.2.0        [required by timedesc, current_github]
  - install randomconv            0.1.3        [required by dns-client]
  - install re                    1.12.0       [required by current]
  - install res                   5.0.2        [required by capnp]
  - install result                1.5          [required by timedesc, current_rpc, current, etc.]
  - install routes                2.0.0        [required by current_web]
  - install rresult               0.7.0        [required by bos, current_github]
  - install seq                   base         [required by timedesc]
  - install session               0.5.0        [required by current_web]
  - install session-cohttp        0.5.0        [required by session-cohttp-lwt]
  - install session-cohttp-lwt    0.5.0        [required by current_web]
  - install sexplib               v0.16.0      [required by obuilder-spec, dockerfile-opam]
  - install sexplib0              v0.16.0      [required by cohttp-lwt, pgx]
  - install sha                   1.15.4       [required by opam-core]
  - install solver-service        dev (pinned) [required by ocaml-ci, ocaml-ci-service]
  - install solver-service-api    dev (pinned) [required by solver-service]
  - install spdx_licenses         1.2.0        [required by opam-state]
  - install sqlite3               5.2.0        [required by current, omigrate]
  - install stdint                0.7.2        [required by current_rpc]
  - install stdio                 v0.16.0      [required by capnp]
  - install stdlib-shims          0.3.0        [required by ppxlib]
  - install stringext             1.6.0        [required by github-unix]
  - install swhid_core            0.1          [required by opam-core]
  - install tar                   2.6.0        [required by ocaml-ci]
  - install tar-unix              2.6.0        [required by ocaml-ci]
  - install tcpip                 8.0.0        [required by git-unix]
  - install timedesc              3.1.0        [required by ocaml-ci, ocaml-ci-service]
  - install timedesc-tzdb         3.1.0        [required by timedesc]
  - install timedesc-tzlocal      3.1.0        [required by timedesc]
  - install tls                   0.17.3       [required by capnp-rpc-net, git-unix]
  - install tls-lwt               0.17.3       [required by current_github]
  - install tls-mirage            0.17.3       [required by capnp-rpc-net, git-unix]
  - install topkg                 1.0.7        [required by bos]
  - install tyxml                 4.6.0        [required by ansi, current_github]
  - install unstrctrd             0.4          [required by multipart_form]
  - install uri                   4.4.0        [required by omigrate, current_github]
  - install uri-sexp              4.4.0        [required by cohttp]
  - install uuidm                 0.9.9        [required by pgx]
  - install uutf                  1.0.3        [required by tyxml]
  - install x509                  0.16.5       [required by current_github]
  - install yojson                2.2.2        [required by solver-service, current_docker, current_github]
  - install zarith                1.14         [required by asn1-combinators, awa]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (https://github.com/inhabitedtype/angstrom/archive/0.16.1.tar.gz)
-> retrieved ansi.0.7.0  (https://github.com/ocurrent/ansi/releases/download/0.7.0/ansi-0.7.0.tbz)
-> retrieved asetmap.0.8.1  (http://erratique.ch/software/asetmap/releases/asetmap-0.8.1.tbz)
-> retrieved 0install-solver.2.18  (https://github.com/0install/0install/releases/download/v2.18/0install-2.18.tbz)
-> retrieved astring.0.8.5  (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
-> retrieved arp.3.1.1  (https://github.com/mirage/arp/releases/download/v3.1.1/arp-3.1.1.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 awa.0.3.0, awa-mirage.0.3.0  (https://github.com/mirage/awa-ssh/releases/download/v0.3.0/awa-0.3.0.tbz)
-> retrieved base.v0.16.3  (https://github.com/janestreet/base/archive/refs/tags/v0.16.3.tar.gz)
-> retrieved atd.2.15.0, atdgen.2.15.0, atdgen-runtime.2.15.0  (https://github.com/ahrefs/atd/releases/download/2.15.0/atd-2.15.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-compat.1.1.0  (https://github.com/mirage/bigarray-compat/releases/download/v1.1.0/bigarray-compat-1.1.0.tbz)
-> retrieved bigarray-overlap.0.2.1  (https://github.com/dinosaure/overlap/releases/download/v0.2.1/bigarray-overlap-0.2.1.tbz)
-> retrieved bigstringaf.0.10.0  (https://github.com/inhabitedtype/bigstringaf/archive/0.10.0.tar.gz)
-> retrieved bos.0.2.1  (https://erratique.ch/software/bos/releases/bos-0.2.1.tbz)
-> 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 camlp-streams.5.0.1  (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
-> retrieved ca-certs-nss.3.101  (https://github.com/mirage/ca-certs-nss/releases/download/v3.101/ca-certs-nss-3.101.tbz)
-> 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, capnp-rpc-lwt.1.2.3, capnp-rpc-net.1.2.3, capnp-rpc-unix.1.2.3  (https://github.com/mirage/capnp-rpc/releases/download/v1.2.3/capnp-rpc-1.2.3.tbz)
-> retrieved carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2  (https://github.com/robur-coop/carton/releases/download/0.7.2/carton-0.7.2.tbz)
-> retrieved cmdliner.1.3.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz)
-> retrieved checkseum.0.5.2  (https://github.com/mirage/checkseum/releases/download/v0.5.2/checkseum-0.5.2.tbz)
-> retrieved cf.0.5.0, cf-lwt.0.5.0  (https://github.com/mirage/ocaml-cf/releases/download/0.5.0/cf-lwt-0.5.0.tbz)
-> retrieved cohttp.5.3.1  (https://github.com/mirage/ocaml-cohttp/releases/download/v5.3.1/cohttp-5.3.1.tbz)
-> installed conf-bash.1
-> installed conf-capnproto.2
-> installed conf-git.1.1
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (https://github.com/mirage/ocaml-cohttp/releases/download/v5.3.0/cohttp-5.3.0.tbz)
-> retrieved conf-gmp.4  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp/test.c.4)
-> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3  (https://github.com/mirage/ocaml-conduit/releases/download/v6.2.3/conduit-6.2.3.tbz)
-> 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
-> retrieved conf-gmp-powm-sec.3  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp-powm-sec/test.c.3)
-> installed conf-gmp-powm-sec.3
-> retrieved conf-libev.4-12  (2 extra sources)
-> retrieved conf-libev.4-12  (2 extra sources)
-> retrieved cppo.1.7.0  (https://github.com/ocaml-community/cppo/archive/refs/tags/v1.7.0.tar.gz)
-> installed conf-libev.4-12
-> 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, cstruct-lwt.6.2.0, cstruct-unix.6.2.0  (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (https://github.com/yallop/ocaml-ctypes/archive/refs/tags/0.23.0.tar.gz)
-> retrieved current.dev  (file:///src/ocurrent)
-> retrieved csv.2.4  (https://github.com/Chris00/ocaml-csv/releases/download/2.4/csv-2.4.tbz)
-> 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)
-> installed cmdliner.1.3.0
-> retrieved decompress.1.5.3  (https://github.com/mirage/decompress/releases/download/v1.5.3/decompress-1.5.3.tbz)
-> retrieved dockerfile.dev  (file:///src/ocaml-dockerfile)
-> retrieved dockerfile-opam.dev  (file:///src/ocaml-dockerfile)
-> retrieved dns.7.0.3, dns-client.7.0.3, dns-client-lwt.7.0.3, dns-client-mirage.7.0.3  (https://github.com/mirage/ocaml-dns/releases/download/v7.0.3/dns-7.0.3.tbz)
-> retrieved digestif.1.2.0  (https://github.com/mirage/digestif/releases/download/v1.2.0/digestif-1.2.0.tbz)
-> 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 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 dune.3.16.1, dune-build-info.3.16.1, dune-configurator.3.16.1  (https://github.com/ocaml/dune/releases/download/3.16.1/dune-3.16.1.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 eqaf.0.9  (https://github.com/mirage/eqaf/releases/download/v0.9/eqaf-0.9.tbz)
-> retrieved faraday.0.8.2  (https://github.com/inhabitedtype/faraday/archive/0.8.2.tar.gz)
-> retrieved ethernet.3.2.0  (https://github.com/mirage/ethernet/releases/download/v3.2.0/ethernet-3.2.0.tbz)
-> retrieved fmt.0.9.0  (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
-> retrieved extunix.0.4.2  (https://github.com/ygrek/extunix/releases/download/v0.4.2/extunix-0.4.2.tbz)
-> retrieved fpath.0.7.3  (https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz)
-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0  (https://github.com/mirage/ocaml-fsevents/releases/download/0.3.0/fsevents-lwt-0.3.0.tbz)
-> retrieved git.3.15.0, git-mirage.3.15.0, git-paf.3.15.0, git-unix.3.15.0  (https://github.com/mirage/ocaml-git/releases/download/3.15.0/git-3.15.0.tbz)
-> retrieved github.4.4.1, github-data.4.4.1, 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 hex.1.5.0  (https://github.com/mirage/ocaml-hex/releases/download/v1.5.0/hex-1.5.0.tbz)
-> retrieved happy-eyeballs.0.6.0, happy-eyeballs-lwt.0.6.0, 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 h2.0.13.0, hpack.0.13.0  (https://github.com/anmonteiro/ocaml-h2/releases/download/0.13.0/h2-0.13.0.tbz)
-> retrieved httpaf.0.7.1  (https://github.com/inhabitedtype/httpaf/archive/0.7.1.tar.gz)
-> retrieved httpun-types.0.2.0  (https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz)
-> 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 inotify.2.6  (https://github.com/whitequark/ocaml-inotify/releases/download/v2.6/inotify-2.6.tbz)
-> retrieved integers.0.7.0  (https://github.com/yallop/ocaml-integers/archive/0.7.0.tar.gz)
-> retrieved jsonm.1.0.2  (https://erratique.ch/software/jsonm/releases/jsonm-1.0.2.tbz)
-> retrieved ipaddr.5.6.0, ipaddr-cstruct.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0, macaddr-cstruct.5.6.0  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.6.0/ipaddr-5.6.0.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 lwt.5.9.0  (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.0.tar.gz)
-> retrieved lru.0.3.1  (https://github.com/pqwy/lru/releases/download/v0.3.1/lru-0.3.1.tbz)
-> retrieved lwt-dllist.1.0.1  (https://github.com/mirage/lwt-dllist/releases/download/v1.0.1/lwt-dllist-v1.0.1.tbz)
-> 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 menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz)
-> 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, 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, 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-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-net.4.0.0  (https://github.com/mirage/mirage-net/releases/download/v4.0.0/mirage-net-v4.0.0.tbz)
-> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-lwt.0.11.3  (https://github.com/mirage/mirage-crypto/releases/download/v0.11.3/mirage-crypto-0.11.3.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 mirage-runtime.4.8.1  (https://github.com/mirage/mirage/releases/download/v4.8.1/mirage-4.8.1.tbz)
-> retrieved mtime.2.1.0  (https://erratique.ch/software/mtime/releases/mtime-2.1.0.tbz)
-> retrieved mirage-time.3.0.0  (https://github.com/mirage/mirage-time/releases/download/v3.0.0/mirage-time-v3.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 multipart_form.0.6.0, multipart_form-lwt.0.6.0  (https://github.com/dinosaure/multipart_form/releases/download/v0.6.0/multipart_form-0.6.0.tbz)
-> retrieved num.1.5-1  (https://github.com/ocaml/num/archive/v1.5.tar.gz)
-> retrieved obuilder-spec.0.6.0  (https://github.com/ocurrent/obuilder/releases/download/v0.6.0/obuilder-0.6.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)
-> 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-version.3.7.1  (https://github.com/ocurrent/ocaml-version/releases/download/v3.7.1/ocaml-version-3.7.1.bz2)
-> retrieved ocamlbuild.0.15.0  (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.15.0.tar.gz)
-> retrieved ocluster-api.dev  (file:///src/ocluster)
-> retrieved ocamlfind.1.9.6  (http://download.camlcity.org/download/findlib-1.9.6.tar.gz)
-> installed num.1.5-1
-> retrieved ocplib-endian.1.2  (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
-> 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)
-> retrieved opam-0install.0.5  (https://github.com/ocaml-opam/opam-0install-solver/releases/download/v0.5/opam-0install-0.5.tbz)
-> retrieved opam-core.2.3.0, opam-format.2.3.0, opam-repository.2.3.0, opam-state.2.3.0  (https://github.com/ocaml/opam/archive/refs/tags/2.3.0.tar.gz)
-> retrieved opam-file-format.2.1.6  (https://github.com/ocaml/opam-file-format/archive/refs/tags/2.1.6.tar.gz)
-> retrieved parsexp.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/parsexp-v0.16.0.tar.gz)
-> retrieved optint.0.3.0  (https://github.com/mirage/optint/releases/download/v0.3.0/optint-0.3.0.tbz)
-> retrieved pbkdf.1.2.0  (https://github.com/abeaumont/ocaml-pbkdf/archive/1.2.0.tar.gz)
-> retrieved paf.0.5.0  (https://github.com/dinosaure/paf-le-chien/releases/download/0.5.0/paf-0.5.0.tbz)
-> retrieved ppx_compare.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_compare-v0.16.0.tar.gz)
-> retrieved pecu.0.7  (https://github.com/mirage/pecu/releases/download/v0.7/pecu-0.7.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 pgx.2.2, pgx_lwt.2.2, pgx_lwt_unix.2.2  (https://github.com/arenadotio/pgx/releases/download/2.2/pgx-2.2.tbz)
-> retrieved ppx_derivers.1.2.1  (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
-> 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 ocamlfind.1.9.6
-> installed base-bytes.base
-> retrieved ppx_deriving.6.0.3  (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.0.3/ppx_deriving-6.0.3.tbz)
-> retrieved ppx_deriving_yojson.3.9.0  (https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.9.0/ppx_deriving_yojson-3.9.0.tbz)
-> retrieved ppxlib.0.33.0  (https://github.com/ocaml-ppx/ppxlib/releases/download/0.33.0/ppxlib-0.33.0.tbz)
-> retrieved prettym.0.0.3  (https://github.com/dinosaure/prettym/releases/download/0.0.3/prettym-0.0.3.tbz)
-> retrieved ptime.1.2.0  (https://erratique.ch/software/ptime/releases/ptime-1.2.0.tbz)
-> retrieved prometheus.1.2, 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)
-> retrieved randomconv.0.1.3  (https://github.com/hannesm/randomconv/releases/download/v0.1.3/randomconv-v0.1.3.tbz)
-> retrieved res.5.0.2  (https://github.com/mmottl/res/releases/download/5.0.2/res-5.0.2.tbz)
-> retrieved re.1.12.0  (https://github.com/ocaml/ocaml-re/releases/download/1.12.0/re-1.12.0.tbz)
-> retrieved rresult.0.7.0  (https://erratique.ch/software/rresult/releases/rresult-0.7.0.tbz)
-> retrieved result.1.5  (https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz)
-> installed ocamlbuild.0.15.0
-> retrieved seq.base  (2 extra sources)
-> retrieved seq.base  (2 extra sources)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib-v0.16.0.tar.gz)
-> retrieved routes.2.0.0  (https://github.com/anuragsoni/routes/releases/download/2.0.0/routes-2.0.0.tbz)
-> retrieved sexplib0.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz)
-> retrieved solver-service.dev  (file:///src/solver-service)
-> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0  (https://github.com/inhabitedtype/ocaml-session/archive/0.5.0.tar.gz)
-> retrieved solver-service-api.dev  (file:///src/solver-service)
-> retrieved sha.1.15.4  (https://github.com/djs55/ocaml-sha/releases/download/v1.15.4/sha-1.15.4.tbz)
-> retrieved sqlite3.5.2.0  (https://github.com/mmottl/sqlite3-ocaml/releases/download/5.2.0/sqlite3-5.2.0.tbz)
-> retrieved stdio.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/stdio-v0.16.0.tar.gz)
-> retrieved spdx_licenses.1.2.0  (https://github.com/kit-ty-kate/spdx_licenses/releases/download/v1.2.0/spdx_licenses-1.2.0.tar.gz)
-> 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)
-> retrieved swhid_core.0.1  (https://github.com/OCamlPro/swhid_core/archive/refs/tags/0.1.tar.gz)
-> retrieved tar.2.6.0, tar-unix.2.6.0  (https://github.com/mirage/ocaml-tar/releases/download/v2.6.0/tar-2.6.0.tbz)
-> retrieved tcpip.8.0.0  (https://github.com/mirage/mirage-tcpip/releases/download/v8.0.0/tcpip-8.0.0.tbz)
-> retrieved topkg.1.0.7  (https://erratique.ch/software/topkg/releases/topkg-1.0.7.tbz)
-> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.0  (https://github.com/daypack-dev/timere/releases/download/timedesc-3.1.0/timedesc-3.1.0.tar.gz)
-> retrieved tls.0.17.3, tls-lwt.0.17.3, tls-mirage.0.17.3  (https://github.com/mirleft/ocaml-tls/releases/download/v0.17.3/tls-0.17.3.tbz)
-> retrieved tyxml.4.6.0  (https://github.com/ocsigen/tyxml/releases/download/4.6.0/tyxml-4.6.0.tbz)
-> retrieved uuidm.0.9.9  (https://erratique.ch/software/uuidm/releases/uuidm-0.9.9.tbz)
-> retrieved uutf.1.0.3  (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
-> installed dune.3.16.1
-> 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.7.0
-> installed csexp.1.5.2
-> installed topkg.1.0.7
-> installed csv.2.4
-> installed current_incr.0.6.1
-> installed domain-name.0.4.0
-> installed duration.0.2.1
-> installed easy-format.1.3.4
-> installed gmap.0.3.0
-> installed lwt-dllist.1.0.1
-> installed macaddr.5.6.0
-> installed magic-mime.1.3.1
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed mirage-clock.4.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.3.7.1
-> installed opam-file-format.2.1.6
-> installed optint.0.3.0
-> installed pecu.0.7
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed res.5.0.2
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed spdx_licenses.1.2.0
-> installed stdint.0.7.2
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed swhid_core.0.1
-> retrieved unstrctrd.0.4  (https://github.com/dinosaure/unstrctrd/releases/download/v0.4/unstrctrd-0.4.tbz)
-> retrieved uri.4.4.0, 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)
-> installed ocplib-endian.1.2
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uuidm.0.9.9
-> installed biniou.1.2.2
-> installed ipaddr.5.6.0
-> installed lru.0.3.1
-> installed routes.2.0.0
-> installed timedesc-tzdb.3.1.0
-> installed timedesc-tzlocal.3.1.0
-> installed uutf.1.0.3
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed integers.0.7.0
-> retrieved zarith.1.14  (https://github.com/ocaml/Zarith/archive/release-1.14.tar.gz)
-> installed astring.0.8.5
-> installed duff.0.5
-> retrieved yojson.2.2.2  (https://github.com/ocaml-community/yojson/releases/download/2.2.2/yojson-2.2.2.tbz)
-> installed metrics.0.4.1
-> installed ke.0.6
-> installed dune-build-info.3.16.1
-> installed cstruct.6.2.0
-> installed crunch.3.3.1
-> installed sha.1.15.4
-> installed parsexp.v0.16.0
-> installed cstruct-unix.6.2.0
-> installed mirage-random.3.0.0
-> installed macaddr-cstruct.5.6.0
-> installed ipaddr-cstruct.5.6.0
-> installed randomconv.0.1.3
-> installed hex.1.5.0
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed eqaf.0.9
-> installed dune-configurator.3.16.1
-> installed ocamlgraph.2.1.0
-> installed yojson.2.2.2
-> installed sexplib.v0.16.0
-> installed digestif.1.2.0
-> installed bigstringaf.0.10.0
-> installed mirage-clock-unix.4.2.0
-> installed checkseum.0.5.2
-> installed atdgen-runtime.2.15.0
-> installed faraday.0.8.2
-> installed zarith.1.14
-> installed angstrom.0.16.1
-> installed mirage-crypto.0.11.3
-> installed sqlite3.5.2.0
-> installed prettym.0.0.3
-> installed httpun-types.0.2.0
-> installed encore.0.8
-> installed hkdf.1.0.4
-> installed emile.1.1
-> installed pbkdf.1.2.0
-> installed asn1-combinators.0.2.6
-> installed httpaf.0.7.1
-> installed hpack.0.13.0
-> installed unstrctrd.0.4
-> installed tyxml.4.6.0
-> installed decompress.1.5.3
-> installed ansi.0.7.0
-> installed timedesc.3.1.0
-> installed h2.0.13.0
-> installed tar.2.6.0
-> installed lwt.5.9.0
-> installed uri.4.4.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-time.3.0.0
-> installed mirage-net.4.0.0
-> installed inotify.2.6
-> installed mirage-kv.6.1.1
-> installed mirage-flow.3.0.0
-> installed prometheus.1.2
-> installed tar-unix.2.6.0
-> installed hxd.0.3.2
-> installed logs.0.7.0
-> installed ethernet.3.2.0
-> installed opam-core.2.3.0
-> installed happy-eyeballs.0.6.0
-> installed mimic.0.0.6
-> installed ctypes.0.23.0
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-runtime.4.8.1
-> installed arp.3.1.1
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed session.0.5.0
-> installed mirage-unix.5.0.1
-> installed multipart_form.0.6.0
-> installed base.v0.16.3
-> installed capnp-rpc.1.2.3
-> installed mirage-crypto-pk.0.11.3
-> installed multipart_form-lwt.0.6.0
-> installed dns.7.0.3
-> installed stdio.v0.16.0
-> installed tcpip.8.0.0
-> installed ctypes-foreign.0.23.0
-> installed cf.0.5.0
-> installed fsevents.0.3.0
-> installed dns-client.7.0.3
-> installed cf-lwt.0.5.0
-> installed fsevents-lwt.0.3.0
-> installed bos.0.2.1
-> installed irmin-watcher.0.5.0
-> installed carton.0.7.2
-> installed carton-lwt.0.7.2
-> installed carton-git.0.7.2
-> installed mirage-crypto-ec.0.11.3
-> installed opam-format.2.3.0
-> installed menhir.20240715
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed git.3.15.0
-> installed capnp.3.6.0
-> installed ca-certs-nss.3.101
-> installed atd.2.15.0
-> installed awa.0.3.0
-> installed tls.0.17.3
-> installed ppxlib.0.33.0
-> installed opam-repository.2.3.0
-> installed awa-mirage.0.3.0
-> installed tls-lwt.0.17.3
-> installed tls-mirage.0.17.3
-> installed atdgen.2.15.0
-> installed dns-client-lwt.7.0.3
-> installed dns-client-mirage.7.0.3
-> installed paf.0.5.0
-> installed happy-eyeballs-mirage.0.6.0
-> installed git-paf.3.15.0
-> installed mimic-happy-eyeballs.0.0.6
-> installed capnp-rpc-lwt.1.2.3
-> installed git-mirage.3.15.0
-> installed happy-eyeballs-lwt.0.6.0
-> installed current_rpc.dev
-> installed ppx_compare.v0.16.0
-> installed capnp-rpc-net.1.2.3
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed dockerfile.dev
-> installed current.dev
-> installed dockerfile-opam.dev
-> installed git-unix.3.15.0
-> installed ipaddr-sexp.5.6.0
-> installed uri-sexp.4.4.0
-> installed opam-state.2.3.0
-> installed obuilder-spec.0.6.0
-> installed ppx_deriving_yojson.3.9.0
-> installed ocluster-api.dev
-> installed current_git.dev
-> installed solver-service-api.dev
-> installed current_docker.dev
-> installed opam-0install.0.5
-> installed conduit.6.2.3
-> installed ppx_custom_printf.v0.16.0
-> installed github-data.4.4.1
-> installed cohttp.5.3.1
-> installed session-cohttp.0.5.0
-> installed extunix.0.4.2
-> installed conduit-lwt.6.2.3
-> installed capnp-rpc-unix.1.2.3
-> installed solver-service.dev
-> installed current_ocluster.dev
-> installed cohttp-lwt.5.3.0
-> installed pgx.2.2
-> installed session-cohttp-lwt.0.5.0
-> installed pgx_lwt.2.2
-> installed pgx_lwt_unix.2.2
-> installed conduit-lwt-unix.6.2.3
-> installed github.4.4.1
-> installed omigrate.0.3.2
-> 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 60399f1cb9c3
 ---> 6eb0ab3c1478
Step 13/26 : ADD --chown=opam . .
 ---> fee38e359377
Step 14/26 : RUN opam exec -- dune build ./_build/install/default/bin/ocaml-ci-service
 ---> Running in c31c2a4e44bf
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
schema.capnp --> schema.mli schema.ml
kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
Removing intermediate container c31c2a4e44bf
 ---> b23cd9c61733
Step 15/26 : FROM debian:12
12: Pulling from library/debian
Digest: sha256:10901ccd8d249047f9761845b4594f121edef079cfd8224edebd9ea726f0a7f6
Status: Image is up to date for debian:12
 ---> 853897d65bc9
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 79332563cdfb
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 arm64 Packages [8688 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main arm64 Packages [2468 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [201 kB]
Fetched 9146 kB in 1s (7784 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 56.6 MB of archives.
After this operation, 224 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7+deb12u1 [2815 kB]
Get:2 http://deb.debian.org/debian bookworm/main arm64 libgdbm6 arm64 1.23-3 [70.9 kB]
Get:3 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7+deb12u1 [4014 kB]
Get:5 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7+deb12u1 [239 kB]
Get:6 http://deb.debian.org/debian bookworm/main arm64 netbase all 6.4 [12.8 kB]
Get:7 http://deb.debian.org/debian bookworm/main arm64 readline-common all 8.2-1.3 [69.0 kB]
Get:8 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.15-1~deb12u1 [1811 kB]
Get:9 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.15-1~deb12u1 [1392 kB]
Get:10 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20230311 [153 kB]
Get:11 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB]
Get:12 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB]
Get:13 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB]
Get:14 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2+b1 [72.6 kB]
Get:15 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-2+deb12u2 [31.8 kB]
Get:16 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-2+deb12u2 [79.4 kB]
Get:17 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
Get:18 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-2+deb12u2 [313 kB]
Get:19 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-2+deb12u2 [124 kB]
Get:20 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.2p1-2+deb12u3 [937 kB]
Get:21 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
Get:22 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
Get:23 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
Get:24 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-5 [171 kB]
Get:25 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.52.0-1+deb12u2 [68.6 kB]
Get:26 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.2-1 [58.6 kB]
Get:27 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
Get:28 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
Get:29 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.88.1-10+deb12u8 [365 kB]
Get:30 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.88.1-10+deb12u8 [309 kB]
Get:31 http://deb.debian.org/debian bookworm/main arm64 libassuan0 arm64 2.5.5-5 [45.9 kB]
Get:32 http://deb.debian.org/debian bookworm/main arm64 libreadline8 arm64 8.2-1.3 [155 kB]
Get:33 http://deb.debian.org/debian bookworm/main arm64 gpgconf arm64 2.2.40-1.1 [557 kB]
Get:34 http://deb.debian.org/debian bookworm/main arm64 libksba8 arm64 1.6.3-2 [119 kB]
Get:35 http://deb.debian.org/debian bookworm/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
Get:36 http://deb.debian.org/debian bookworm/main arm64 dirmngr arm64 2.2.40-1.1 [770 kB]
Get:37 http://deb.debian.org/debian bookworm/main arm64 dumb-init arm64 1.2.5-2 [13.9 kB]
Get:38 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1+deb12u1 [84.6 kB]
Get:39 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB]
Get:40 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-5+deb12u3 [368 kB]
Get:41 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-6 [1068 kB]
Get:42 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB]
Get:43 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB]
Get:44 http://deb.debian.org/debian bookworm/main arm64 fontconfig arm64 2.14.1-4 [449 kB]
Get:45 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.88.1-10+deb12u8 [360 kB]
Get:46 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB]
Get:47 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.5-0+deb12u1 [2054 kB]
Get:48 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.5-0+deb12u1 [7137 kB]
Get:49 http://deb.debian.org/debian bookworm/main arm64 gnupg-l10n all 2.2.40-1.1 [1093 kB]
Get:50 http://deb.debian.org/debian bookworm/main arm64 gnupg-utils arm64 2.2.40-1.1 [880 kB]
Get:51 http://deb.debian.org/debian bookworm/main arm64 libsqlite3-0 arm64 3.40.1-2+deb12u1 [785 kB]
Get:52 http://deb.debian.org/debian bookworm/main arm64 gpg arm64 2.2.40-1.1 [903 kB]
Get:53 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-4 [122 kB]
Get:54 http://deb.debian.org/debian bookworm/main arm64 pinentry-curses arm64 1.2.1-1 [75.2 kB]
Get:55 http://deb.debian.org/debian bookworm/main arm64 gpg-agent arm64 2.2.40-1.1 [673 kB]
Get:56 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-client arm64 2.2.40-1.1 [532 kB]
Get:57 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-server arm64 2.2.40-1.1 [524 kB]
Get:58 http://deb.debian.org/debian bookworm/main arm64 gpgsm arm64 2.2.40-1.1 [651 kB]
Get:59 http://deb.debian.org/debian bookworm/main arm64 gnupg all 2.2.40-1.1 [846 kB]
Get:60 http://deb.debian.org/debian bookworm/main arm64 gnupg2 all 2.2.40-1.1 [445 kB]
Get:61 http://deb.debian.org/debian bookworm/main arm64 libann0 arm64 1.1.2+doc-9+b1 [23.6 kB]
Get:62 http://deb.debian.org/debian bookworm/main arm64 libcdt5 arm64 2.42.2-7+deb12u1 [38.4 kB]
Get:63 http://deb.debian.org/debian bookworm/main arm64 libcgraph6 arm64 2.42.2-7+deb12u1 [59.7 kB]
Get:64 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.6.0-1+deb12u1 [1379 kB]
Get:65 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2+deb12u1 [275 kB]
Get:66 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1 [363 kB]
Get:67 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB]
Get:68 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB]
Get:69 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB]
Get:70 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.5-2 [171 kB]
Get:71 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230123.b2528b0-1 [122 kB]
Get:72 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB]
Get:73 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.11-1+deb12u2 [148 kB]
Get:74 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB]
Get:75 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB]
Get:76 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.15.1-1+deb12u1 [191 kB]
Get:77 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB]
Get:78 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB]
Get:79 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB]
Get:80 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.2+deb12u1 [260 kB]
Get:81 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-6+deb12u1 [301 kB]
Get:82 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
Get:83 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
Get:84 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB]
Get:85 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB]
Get:86 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.4-2+deb12u2 [735 kB]
Get:87 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1+deb12u1 [45.4 kB]
Get:88 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-9 [113 kB]
Get:89 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.6-2+deb12u4 [1313 kB]
Get:90 http://deb.debian.org/debian bookworm/main arm64 libgts-0.7-5 arm64 0.7.6+darcs121130-5+b1 [142 kB]
Get:91 http://deb.debian.org/debian bookworm/main arm64 libpixman-1-0 arm64 0.42.2-1 [470 kB]
Get:92 http://deb.debian.org/debian bookworm/main arm64 libxcb-render0 arm64 1.15-1 [115 kB]
Get:93 http://deb.debian.org/debian bookworm/main arm64 libxcb-shm0 arm64 1.15-1 [106 kB]
Get:94 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB]
Get:95 http://deb.debian.org/debian bookworm/main arm64 libxrender1 arm64 1:0.9.10-1.1 [32.0 kB]
Get:96 http://deb.debian.org/debian bookworm/main arm64 libcairo2 arm64 1.16.0-7 [527 kB]
Get:97 http://deb.debian.org/debian bookworm/main arm64 libltdl7 arm64 2.4.7-7~deb12u1 [392 kB]
Get:98 http://deb.debian.org/debian bookworm/main arm64 libfribidi0 arm64 1.0.8-2.1 [64.9 kB]
Get:99 http://deb.debian.org/debian bookworm/main arm64 libgraphite2-3 arm64 1.3.14-1 [75.6 kB]
Get:100 http://deb.debian.org/debian bookworm/main arm64 libharfbuzz0b arm64 6.0.0+dfsg-3 [1914 kB]
Get:101 http://deb.debian.org/debian bookworm/main arm64 libthai-data all 0.1.29-1 [176 kB]
Get:102 http://deb.debian.org/debian bookworm/main arm64 libdatrie1 arm64 0.2.13-2+b1 [42.6 kB]
Get:103 http://deb.debian.org/debian bookworm/main arm64 libthai0 arm64 0.1.29-1 [56.2 kB]
Get:104 http://deb.debian.org/debian bookworm/main arm64 libpango-1.0-0 arm64 1.50.12+ds-1 [200 kB]
Get:105 http://deb.debian.org/debian bookworm/main arm64 libpangoft2-1.0-0 arm64 1.50.12+ds-1 [44.5 kB]
Get:106 http://deb.debian.org/debian bookworm/main arm64 libpangocairo-1.0-0 arm64 1.50.12+ds-1 [32.0 kB]
Get:107 http://deb.debian.org/debian bookworm/main arm64 libpathplan4 arm64 2.42.2-7+deb12u1 [40.1 kB]
Get:108 http://deb.debian.org/debian bookworm/main arm64 libgvc6 arm64 2.42.2-7+deb12u1 [613 kB]
Get:109 http://deb.debian.org/debian bookworm/main arm64 libgvpr2 arm64 2.42.2-7+deb12u1 [178 kB]
Get:110 http://deb.debian.org/debian bookworm/main arm64 liblab-gamut1 arm64 2.42.2-7+deb12u1 [197 kB]
Get:111 http://deb.debian.org/debian bookworm/main arm64 x11-common all 1:7.7+23 [252 kB]
Get:112 http://deb.debian.org/debian bookworm/main arm64 libice6 arm64 2:1.0.10-1 [55.6 kB]
Get:113 http://deb.debian.org/debian bookworm/main arm64 libsm6 arm64 2:1.2.3-1 [34.0 kB]
Get:114 http://deb.debian.org/debian bookworm/main arm64 libxt6 arm64 1:1.2.1-1.1 [172 kB]
Get:115 http://deb.debian.org/debian bookworm/main arm64 libxmu6 arm64 2:1.1.3-3 [57.2 kB]
Get:116 http://deb.debian.org/debian bookworm/main arm64 libxaw7 arm64 2:1.0.14-1 [184 kB]
Get:117 http://deb.debian.org/debian bookworm/main arm64 graphviz arm64 2.42.2-7+deb12u1 [567 kB]
Get:118 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-9+deb12u9 [45.9 kB]
Get:119 http://deb.debian.org/debian bookworm/main arm64 linux-libc-dev arm64 6.1.115-1 [2042 kB]
Get:120 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB]
Get:121 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
Get:122 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB]
Get:123 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB]
Get:124 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB]
Get:125 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
Get:126 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB]
Get:127 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-9+deb12u9 [1431 kB]
Get:128 http://deb.debian.org/debian bookworm/main arm64 libev4 arm64 1:4.33-1 [41.3 kB]
Get:129 http://deb.debian.org/debian bookworm/main arm64 libsqlite3-dev arm64 3.40.1-2+deb12u1 [979 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 56.6 MB in 1s (49.3 MB/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 ... 6083 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:arm64.
Preparing to unpack .../001-libgdbm6_1.23-3_arm64.deb ...
Unpacking libgdbm6:arm64 (1.23-3) ...
Selecting previously unselected package libgdbm-compat4:arm64.
Preparing to unpack .../002-libgdbm-compat4_1.23-3_arm64.deb ...
Unpacking libgdbm-compat4:arm64 (1.23-3) ...
Selecting previously unselected package libperl5.36:arm64.
Preparing to unpack .../003-libperl5.36_5.36.0-7+deb12u1_arm64.deb ...
Unpacking libperl5.36:arm64 (5.36.0-7+deb12u1) ...
Selecting previously unselected package perl.
Preparing to unpack .../004-perl_5.36.0-7+deb12u1_arm64.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:arm64.
Preparing to unpack .../007-libssl3_3.0.15-1~deb12u1_arm64.deb ...
Unpacking libssl3:arm64 (3.0.15-1~deb12u1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../008-openssl_3.0.15-1~deb12u1_arm64.deb ...
Unpacking openssl (3.0.15-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:arm64.
Preparing to unpack .../010-libbsd0_0.11.7-2_arm64.deb ...
Unpacking libbsd0:arm64 (0.11.7-2) ...
Selecting previously unselected package libedit2:arm64.
Preparing to unpack .../011-libedit2_3.1-20221030-2_arm64.deb ...
Unpacking libedit2:arm64 (3.1-20221030-2) ...
Selecting previously unselected package libcbor0.8:arm64.
Preparing to unpack .../012-libcbor0.8_0.8.0-2+b1_arm64.deb ...
Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ...
Selecting previously unselected package libfido2-1:arm64.
Preparing to unpack .../013-libfido2-1_1.12.0-2+b1_arm64.deb ...
Unpacking libfido2-1:arm64 (1.12.0-2+b1) ...
Selecting previously unselected package libkrb5support0:arm64.
Preparing to unpack .../014-libkrb5support0_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../015-libk5crypto3_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libkeyutils1:arm64.
Preparing to unpack .../016-libkeyutils1_1.6.3-2_arm64.deb ...
Unpacking libkeyutils1:arm64 (1.6.3-2) ...
Selecting previously unselected package libkrb5-3:arm64.
Preparing to unpack .../017-libkrb5-3_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package libgssapi-krb5-2:arm64.
Preparing to unpack .../018-libgssapi-krb5-2_1.20.1-2+deb12u2_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u2) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../019-openssh-client_1%3a9.2p1-2+deb12u3_arm64.deb ...
Unpacking openssh-client (1:9.2p1-2+deb12u3) ...
Selecting previously unselected package libbrotli1:arm64.
Preparing to unpack .../020-libbrotli1_1.0.9-2+b6_arm64.deb ...
Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
Selecting previously unselected package libsasl2-modules-db:arm64.
Preparing to unpack .../021-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libsasl2-2:arm64.
Preparing to unpack .../022-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
Selecting previously unselected package libldap-2.5-0:arm64.
Preparing to unpack .../023-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
Selecting previously unselected package libnghttp2-14:arm64.
Preparing to unpack .../024-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ...
Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ...
Selecting previously unselected package libpsl5:arm64.
Preparing to unpack .../025-libpsl5_0.21.2-1_arm64.deb ...
Unpacking libpsl5:arm64 (0.21.2-1) ...
Selecting previously unselected package librtmp1:arm64.
Preparing to unpack .../026-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Selecting previously unselected package libssh2-1:arm64.
Preparing to unpack .../027-libssh2-1_1.10.0-3+b1_arm64.deb ...
Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
Selecting previously unselected package libcurl4:arm64.
Preparing to unpack .../028-libcurl4_7.88.1-10+deb12u8_arm64.deb ...
Unpacking libcurl4:arm64 (7.88.1-10+deb12u8) ...
Selecting previously unselected package curl.
Preparing to unpack .../029-curl_7.88.1-10+deb12u8_arm64.deb ...
Unpacking curl (7.88.1-10+deb12u8) ...
Selecting previously unselected package libassuan0:arm64.
Preparing to unpack .../030-libassuan0_2.5.5-5_arm64.deb ...
Unpacking libassuan0:arm64 (2.5.5-5) ...
Selecting previously unselected package libreadline8:arm64.
Preparing to unpack .../031-libreadline8_8.2-1.3_arm64.deb ...
Unpacking libreadline8:arm64 (8.2-1.3) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../032-gpgconf_2.2.40-1.1_arm64.deb ...
Unpacking gpgconf (2.2.40-1.1) ...
Selecting previously unselected package libksba8:arm64.
Preparing to unpack .../033-libksba8_1.6.3-2_arm64.deb ...
Unpacking libksba8:arm64 (1.6.3-2) ...
Selecting previously unselected package libnpth0:arm64.
Preparing to unpack .../034-libnpth0_1.6-3_arm64.deb ...
Unpacking libnpth0:arm64 (1.6-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../035-dirmngr_2.2.40-1.1_arm64.deb ...
Unpacking dirmngr (2.2.40-1.1) ...
Selecting previously unselected package dumb-init.
Preparing to unpack .../036-dumb-init_1.2.5-2_arm64.deb ...
Unpacking dumb-init (1.2.5-2) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../037-libexpat1_2.5.0-1+deb12u1_arm64.deb ...
Unpacking libexpat1:arm64 (2.5.0-1+deb12u1) ...
Selecting previously unselected package libpng16-16:arm64.
Preparing to unpack .../038-libpng16-16_1.6.39-2_arm64.deb ...
Unpacking libpng16-16:arm64 (1.6.39-2) ...
Selecting previously unselected package libfreetype6:arm64.
Preparing to unpack .../039-libfreetype6_2.12.1+dfsg-5+deb12u3_arm64.deb ...
Unpacking libfreetype6:arm64 (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_arm64.deb ...
Unpacking fontconfig-config (2.14.1-4) ...
Selecting previously unselected package libfontconfig1:arm64.
Preparing to unpack .../042-libfontconfig1_2.14.1-4_arm64.deb ...
Unpacking libfontconfig1:arm64 (2.14.1-4) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../043-fontconfig_2.14.1-4_arm64.deb ...
Unpacking fontconfig (2.14.1-4) ...
Selecting previously unselected package libcurl3-gnutls:arm64.
Preparing to unpack .../044-libcurl3-gnutls_7.88.1-10+deb12u8_arm64.deb ...
Unpacking libcurl3-gnutls:arm64 (7.88.1-10+deb12u8) ...
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.5-0+deb12u1_all.deb ...
Unpacking git-man (1:2.39.5-0+deb12u1) ...
Selecting previously unselected package git.
Preparing to unpack .../047-git_1%3a2.39.5-0+deb12u1_arm64.deb ...
Unpacking git (1:2.39.5-0+deb12u1) ...
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_arm64.deb ...
Unpacking gnupg-utils (2.2.40-1.1) ...
Selecting previously unselected package libsqlite3-0:arm64.
Preparing to unpack .../050-libsqlite3-0_3.40.1-2+deb12u1_arm64.deb ...
Unpacking libsqlite3-0:arm64 (3.40.1-2+deb12u1) ...
Selecting previously unselected package gpg.
Preparing to unpack .../051-gpg_2.2.40-1.1_arm64.deb ...
Unpacking gpg (2.2.40-1.1) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../052-libncursesw6_6.4-4_arm64.deb ...
Unpacking libncursesw6:arm64 (6.4-4) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../053-pinentry-curses_1.2.1-1_arm64.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_arm64.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_arm64.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_arm64.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_arm64.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_arm64.deb ...
Unpacking libann0 (1.1.2+doc-9+b1) ...
Selecting previously unselected package libcdt5:arm64.
Preparing to unpack .../061-libcdt5_2.42.2-7+deb12u1_arm64.deb ...
Unpacking libcdt5:arm64 (2.42.2-7+deb12u1) ...
Selecting previously unselected package libcgraph6:arm64.
Preparing to unpack .../062-libcgraph6_2.42.2-7+deb12u1_arm64.deb ...
Unpacking libcgraph6:arm64 (2.42.2-7+deb12u1) ...
Selecting previously unselected package libaom3:arm64.
Preparing to unpack .../063-libaom3_3.6.0-1+deb12u1_arm64.deb ...
Unpacking libaom3:arm64 (3.6.0-1+deb12u1) ...
Selecting previously unselected package libdav1d6:arm64.
Preparing to unpack .../064-libdav1d6_1.0.0-2+deb12u1_arm64.deb ...
Unpacking libdav1d6:arm64 (1.0.0-2+deb12u1) ...
Selecting previously unselected package libabsl20220623:arm64.
Preparing to unpack .../065-libabsl20220623_20220623.1-1_arm64.deb ...
Unpacking libabsl20220623:arm64 (20220623.1-1) ...
Selecting previously unselected package libgav1-1:arm64.
Preparing to unpack .../066-libgav1-1_0.18.0-1+b1_arm64.deb ...
Unpacking libgav1-1:arm64 (0.18.0-1+b1) ...
Selecting previously unselected package librav1e0:arm64.
Preparing to unpack .../067-librav1e0_0.5.1-6_arm64.deb ...
Unpacking librav1e0:arm64 (0.5.1-6) ...
Selecting previously unselected package libsvtav1enc1:arm64.
Preparing to unpack .../068-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ...
Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
Selecting previously unselected package libjpeg62-turbo:arm64.
Preparing to unpack .../069-libjpeg62-turbo_1%3a2.1.5-2_arm64.deb ...
Unpacking libjpeg62-turbo:arm64 (1:2.1.5-2) ...
Selecting previously unselected package libyuv0:arm64.
Preparing to unpack .../070-libyuv0_0.0~git20230123.b2528b0-1_arm64.deb ...
Unpacking libyuv0:arm64 (0.0~git20230123.b2528b0-1) ...
Selecting previously unselected package libavif15:arm64.
Preparing to unpack .../071-libavif15_0.11.1-1_arm64.deb ...
Unpacking libavif15:arm64 (0.11.1-1) ...
Selecting previously unselected package libde265-0:arm64.
Preparing to unpack .../072-libde265-0_1.0.11-1+deb12u2_arm64.deb ...
Unpacking libde265-0:arm64 (1.0.11-1+deb12u2) ...
Selecting previously unselected package libnuma1:arm64.
Preparing to unpack .../073-libnuma1_2.0.16-1_arm64.deb ...
Unpacking libnuma1:arm64 (2.0.16-1) ...
Selecting previously unselected package libx265-199:arm64.
Preparing to unpack .../074-libx265-199_3.5-2+b1_arm64.deb ...
Unpacking libx265-199:arm64 (3.5-2+b1) ...
Selecting previously unselected package libheif1:arm64.
Preparing to unpack .../075-libheif1_1.15.1-1+deb12u1_arm64.deb ...
Unpacking libheif1:arm64 (1.15.1-1+deb12u1) ...
Selecting previously unselected package libdeflate0:arm64.
Preparing to unpack .../076-libdeflate0_1.14-1_arm64.deb ...
Unpacking libdeflate0:arm64 (1.14-1) ...
Selecting previously unselected package libjbig0:arm64.
Preparing to unpack .../077-libjbig0_2.1-6.1_arm64.deb ...
Unpacking libjbig0:arm64 (2.1-6.1) ...
Selecting previously unselected package liblerc4:arm64.
Preparing to unpack .../078-liblerc4_4.0.0+ds-2_arm64.deb ...
Unpacking liblerc4:arm64 (4.0.0+ds-2) ...
Selecting previously unselected package libwebp7:arm64.
Preparing to unpack .../079-libwebp7_1.2.4-0.2+deb12u1_arm64.deb ...
Unpacking libwebp7:arm64 (1.2.4-0.2+deb12u1) ...
Selecting previously unselected package libtiff6:arm64.
Preparing to unpack .../080-libtiff6_4.5.0-6+deb12u1_arm64.deb ...
Unpacking libtiff6:arm64 (4.5.0-6+deb12u1) ...
Selecting previously unselected package libxau6:arm64.
Preparing to unpack .../081-libxau6_1%3a1.0.9-1_arm64.deb ...
Unpacking libxau6:arm64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:arm64.
Preparing to unpack .../082-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:arm64.
Preparing to unpack .../083-libxcb1_1.15-1_arm64.deb ...
Unpacking libxcb1:arm64 (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:arm64.
Preparing to unpack .../085-libx11-6_2%3a1.8.4-2+deb12u2_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.8.4-2+deb12u2) ...
Selecting previously unselected package libxpm4:arm64.
Preparing to unpack .../086-libxpm4_1%3a3.5.12-1.1+deb12u1_arm64.deb ...
Unpacking libxpm4:arm64 (1:3.5.12-1.1+deb12u1) ...
Selecting previously unselected package libgd3:arm64.
Preparing to unpack .../087-libgd3_2.3.3-9_arm64.deb ...
Unpacking libgd3:arm64 (2.3.3-9) ...
Selecting previously unselected package libglib2.0-0:arm64.
Preparing to unpack .../088-libglib2.0-0_2.74.6-2+deb12u4_arm64.deb ...
Unpacking libglib2.0-0:arm64 (2.74.6-2+deb12u4) ...
Selecting previously unselected package libgts-0.7-5:arm64.
Preparing to unpack .../089-libgts-0.7-5_0.7.6+darcs121130-5+b1_arm64.deb ...
Unpacking libgts-0.7-5:arm64 (0.7.6+darcs121130-5+b1) ...
Selecting previously unselected package libpixman-1-0:arm64.
Preparing to unpack .../090-libpixman-1-0_0.42.2-1_arm64.deb ...
Unpacking libpixman-1-0:arm64 (0.42.2-1) ...
Selecting previously unselected package libxcb-render0:arm64.
Preparing to unpack .../091-libxcb-render0_1.15-1_arm64.deb ...
Unpacking libxcb-render0:arm64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0:arm64.
Preparing to unpack .../092-libxcb-shm0_1.15-1_arm64.deb ...
Unpacking libxcb-shm0:arm64 (1.15-1) ...
Selecting previously unselected package libxext6:arm64.
Preparing to unpack .../093-libxext6_2%3a1.3.4-1+b1_arm64.deb ...
Unpacking libxext6:arm64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender1:arm64.
Preparing to unpack .../094-libxrender1_1%3a0.9.10-1.1_arm64.deb ...
Unpacking libxrender1:arm64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2:arm64.
Preparing to unpack .../095-libcairo2_1.16.0-7_arm64.deb ...
Unpacking libcairo2:arm64 (1.16.0-7) ...
Selecting previously unselected package libltdl7:arm64.
Preparing to unpack .../096-libltdl7_2.4.7-7~deb12u1_arm64.deb ...
Unpacking libltdl7:arm64 (2.4.7-7~deb12u1) ...
Selecting previously unselected package libfribidi0:arm64.
Preparing to unpack .../097-libfribidi0_1.0.8-2.1_arm64.deb ...
Unpacking libfribidi0:arm64 (1.0.8-2.1) ...
Selecting previously unselected package libgraphite2-3:arm64.
Preparing to unpack .../098-libgraphite2-3_1.3.14-1_arm64.deb ...
Unpacking libgraphite2-3:arm64 (1.3.14-1) ...
Selecting previously unselected package libharfbuzz0b:arm64.
Preparing to unpack .../099-libharfbuzz0b_6.0.0+dfsg-3_arm64.deb ...
Unpacking libharfbuzz0b:arm64 (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:arm64.
Preparing to unpack .../101-libdatrie1_0.2.13-2+b1_arm64.deb ...
Unpacking libdatrie1:arm64 (0.2.13-2+b1) ...
Selecting previously unselected package libthai0:arm64.
Preparing to unpack .../102-libthai0_0.1.29-1_arm64.deb ...
Unpacking libthai0:arm64 (0.1.29-1) ...
Selecting previously unselected package libpango-1.0-0:arm64.
Preparing to unpack .../103-libpango-1.0-0_1.50.12+ds-1_arm64.deb ...
Unpacking libpango-1.0-0:arm64 (1.50.12+ds-1) ...
Selecting previously unselected package libpangoft2-1.0-0:arm64.
Preparing to unpack .../104-libpangoft2-1.0-0_1.50.12+ds-1_arm64.deb ...
Unpacking libpangoft2-1.0-0:arm64 (1.50.12+ds-1) ...
Selecting previously unselected package libpangocairo-1.0-0:arm64.
Preparing to unpack .../105-libpangocairo-1.0-0_1.50.12+ds-1_arm64.deb ...
Unpacking libpangocairo-1.0-0:arm64 (1.50.12+ds-1) ...
Selecting previously unselected package libpathplan4:arm64.
Preparing to unpack .../106-libpathplan4_2.42.2-7+deb12u1_arm64.deb ...
Unpacking libpathplan4:arm64 (2.42.2-7+deb12u1) ...
Selecting previously unselected package libgvc6.
Preparing to unpack .../107-libgvc6_2.42.2-7+deb12u1_arm64.deb ...
Unpacking libgvc6 (2.42.2-7+deb12u1) ...
Selecting previously unselected package libgvpr2:arm64.
Preparing to unpack .../108-libgvpr2_2.42.2-7+deb12u1_arm64.deb ...
Unpacking libgvpr2:arm64 (2.42.2-7+deb12u1) ...
Selecting previously unselected package liblab-gamut1:arm64.
Preparing to unpack .../109-liblab-gamut1_2.42.2-7+deb12u1_arm64.deb ...
Unpacking liblab-gamut1:arm64 (2.42.2-7+deb12u1) ...
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:arm64.
Preparing to unpack .../111-libice6_2%3a1.0.10-1_arm64.deb ...
Unpacking libice6:arm64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:arm64.
Preparing to unpack .../112-libsm6_2%3a1.2.3-1_arm64.deb ...
Unpacking libsm6:arm64 (2:1.2.3-1) ...
Selecting previously unselected package libxt6:arm64.
Preparing to unpack .../113-libxt6_1%3a1.2.1-1.1_arm64.deb ...
Unpacking libxt6:arm64 (1:1.2.1-1.1) ...
Selecting previously unselected package libxmu6:arm64.
Preparing to unpack .../114-libxmu6_2%3a1.1.3-3_arm64.deb ...
Unpacking libxmu6:arm64 (2:1.1.3-3) ...
Selecting previously unselected package libxaw7:arm64.
Preparing to unpack .../115-libxaw7_2%3a1.0.14-1_arm64.deb ...
Unpacking libxaw7:arm64 (2:1.0.14-1) ...
Selecting previously unselected package graphviz.
Preparing to unpack .../116-graphviz_2.42.2-7+deb12u1_arm64.deb ...
Unpacking graphviz (2.42.2-7+deb12u1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../117-libc-dev-bin_2.36-9+deb12u9_arm64.deb ...
Unpacking libc-dev-bin (2.36-9+deb12u9) ...
Selecting previously unselected package linux-libc-dev:arm64.
Preparing to unpack .../118-linux-libc-dev_6.1.115-1_arm64.deb ...
Unpacking linux-libc-dev:arm64 (6.1.115-1) ...
Selecting previously unselected package libcrypt-dev:arm64.
Preparing to unpack .../119-libcrypt-dev_1%3a4.4.33-2_arm64.deb ...
Unpacking libcrypt-dev:arm64 (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:arm64.
Preparing to unpack .../121-libtirpc3_1.3.3+ds-1_arm64.deb ...
Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl2:arm64.
Preparing to unpack .../122-libnsl2_1.3.0-2_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-2) ...
Selecting previously unselected package libtirpc-dev:arm64.
Preparing to unpack .../123-libtirpc-dev_1.3.3+ds-1_arm64.deb ...
Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ...
Selecting previously unselected package libnsl-dev:arm64.
Preparing to unpack .../124-libnsl-dev_1.3.0-2_arm64.deb ...
Unpacking libnsl-dev:arm64 (1.3.0-2) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../125-rpcsvc-proto_1.4.3-1_arm64.deb ...
Unpacking rpcsvc-proto (1.4.3-1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../126-libc6-dev_2.36-9+deb12u9_arm64.deb ...
Unpacking libc6-dev:arm64 (2.36-9+deb12u9) ...
Selecting previously unselected package libev4:arm64.
Preparing to unpack .../127-libev4_1%3a4.33-1_arm64.deb ...
Unpacking libev4:arm64 (1:4.33-1) ...
Selecting previously unselected package libsqlite3-dev:arm64.
Preparing to unpack .../128-libsqlite3-dev_3.40.1-2+deb12u1_arm64.deb ...
Unpacking libsqlite3-dev:arm64 (3.40.1-2+deb12u1) ...
Setting up libksba8:arm64 (1.6.3-2) ...
Setting up libexpat1:arm64 (2.5.0-1+deb12u1) ...
Setting up dumb-init (1.2.5-2) ...
Setting up libgraphite2-3:arm64 (1.3.14-1) ...
Setting up libpixman-1-0:arm64 (0.42.2-1) ...
Setting up libaom3:arm64 (3.6.0-1+deb12u1) ...
Setting up libabsl20220623:arm64 (20220623.1-1) ...
Setting up libxau6:arm64 (1:1.0.9-1) ...
Setting up libkeyutils1:arm64 (1.6.3-2) ...
Setting up libpsl5:arm64 (0.21.2-1) ...
Setting up liblerc4:arm64 (4.0.0+ds-2) ...
Setting up libdatrie1:arm64 (0.2.13-2+b1) ...
Setting up libglib2.0-0:arm64 (2.74.6-2+deb12u4) ...
No schema files found: doing nothing.
Setting up libtirpc-common (1.3.3+ds-1) ...
Setting up libev4:arm64 (1:4.33-1) ...
Setting up libcbor0.8:arm64 (0.8.0-2+b1) ...
Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
Setting up libsqlite3-0:arm64 (3.40.1-2+deb12u1) ...
Setting up liblab-gamut1:arm64 (2.42.2-7+deb12u1) ...
Setting up libssl3:arm64 (3.0.15-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:arm64 (1.52.0-1+deb12u2) ...
Setting up libdeflate0:arm64 (1.14-1) ...
Setting up linux-libc-dev:arm64 (6.1.115-1) ...
Setting up libnpth0:arm64 (1.6-3) ...
Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
Setting up libassuan0:arm64 (2.5.5-5) ...
Setting up libjbig0:arm64 (2.1-6.1) ...
Setting up librav1e0:arm64 (0.5.1-6) ...
Setting up libkrb5support0:arm64 (1.20.1-2+deb12u2) ...
Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
Setting up libgts-0.7-5:arm64 (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:arm64 (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:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
Setting up libpathplan4:arm64 (2.42.2-7+deb12u1) ...
Setting up libann0 (1.1.2+doc-9+b1) ...
Setting up libfribidi0:arm64 (1.0.8-2.1) ...
Setting up libpng16-16:arm64 (1.6.39-2) ...
Setting up fonts-dejavu-core (2.37-6) ...
Setting up libgav1-1:arm64 (0.18.0-1+b1) ...
Setting up libncursesw6:arm64 (6.4-4) ...
Setting up libk5crypto3:arm64 (1.20.1-2+deb12u2) ...
Setting up libdav1d6:arm64 (1.0.0-2+deb12u1) ...
Setting up libltdl7:arm64 (2.4.7-7~deb12u1) ...
Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
Setting up libwebp7:arm64 (1.2.4-0.2+deb12u1) ...
Setting up libnuma1:arm64 (2.0.16-1) ...
Setting up libcrypt-dev:arm64 (1:4.4.33-2) ...
Setting up libtiff6:arm64 (4.5.0-6+deb12u1) ...
Setting up git-man (1:2.39.5-0+deb12u1) ...
Setting up libthai-data (0.1.29-1) ...
Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
Setting up netbase (6.4) ...
Setting up libcdt5:arm64 (2.42.2-7+deb12u1) ...
Setting up libkrb5-3:arm64 (1.20.1-2+deb12u2) ...
Setting up libcgraph6:arm64 (2.42.2-7+deb12u1) ...
Setting up libfido2-1:arm64 (1.12.0-2+b1) ...
Setting up libde265-0:arm64 (1.0.11-1+deb12u2) ...
Setting up libc-dev-bin (2.36-9+deb12u9) ...
Setting up openssl (3.0.15-1~deb12u1) ...
Setting up libbsd0:arm64 (0.11.7-2) ...
Setting up libyuv0:arm64 (0.0~git20230123.b2528b0-1) ...
Setting up readline-common (8.2-1.3) ...
Setting up libgdbm6:arm64 (1.23-3) ...
Setting up pinentry-curses (1.2.1-1) ...
Setting up libice6:arm64 (2:1.0.10-1) ...
Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
Setting up libxcb1:arm64 (1.15-1) ...
Setting up libavif15:arm64 (0.11.1-1) ...
Setting up libxcb-render0:arm64 (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:arm64 (3.1-20221030-2) ...
Setting up libreadline8:arm64 (8.2-1.3) ...
Setting up libxcb-shm0:arm64 (1.15-1) ...
Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
Setting up libthai0:arm64 (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:arm64 (2.12.1+dfsg-5+deb12u3) ...
Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u2) ...
Setting up libgdbm-compat4:arm64 (1.23-3) ...
Setting up libx265-199:arm64 (3.5-2+b1) ...
Setting up libgvpr2:arm64 (2.42.2-7+deb12u1) ...
Setting up gpgconf (2.2.40-1.1) ...
Setting up libcurl4:arm64 (7.88.1-10+deb12u8) ...
Setting up libx11-6:arm64 (2:1.8.4-2+deb12u2) ...
Setting up libharfbuzz0b:arm64 (6.0.0+dfsg-3) ...
Setting up curl (7.88.1-10+deb12u8) ...
Setting up libfontconfig1:arm64 (2.14.1-4) ...
Setting up libsm6:arm64 (2:1.2.3-1) ...
Setting up libperl5.36:arm64 (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:arm64 (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:arm64 (1:3.5.12-1.1+deb12u1) ...
Setting up libxrender1:arm64 (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:arm64 (1.50.12+ds-1) ...
Setting up libheif1:arm64 (1.15.1-1+deb12u1) ...
Setting up libxext6:arm64 (2:1.3.4-1+b1) ...
Setting up libcurl3-gnutls:arm64 (7.88.1-10+deb12u8) ...
Setting up libcairo2:arm64 (1.16.0-7) ...
Setting up dirmngr (2.2.40-1.1) ...
Setting up perl (5.36.0-7+deb12u1) ...
Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ...
Setting up libgd3:arm64 (2.3.3-9) ...
Setting up libxt6:arm64 (1:1.2.1-1.1) ...
Setting up gpg-wks-server (2.2.40-1.1) ...
Setting up libnsl2:arm64 (1.3.0-2) ...
Setting up libpangoft2-1.0-0:arm64 (1.50.12+ds-1) ...
Setting up libpangocairo-1.0-0:arm64 (1.50.12+ds-1) ...
Setting up libxmu6:arm64 (2:1.1.3-3) ...
Setting up gpg-wks-client (2.2.40-1.1) ...
Setting up libxaw7:arm64 (2:1.0.14-1) ...
Setting up liberror-perl (0.17029-2) ...
Setting up libgvc6 (2.42.2-7+deb12u1) ...
Setting up git (1:2.39.5-0+deb12u1) ...
Setting up libnsl-dev:arm64 (1.3.0-2) ...
Setting up gnupg (2.2.40-1.1) ...
Setting up libc6-dev:arm64 (2.36-9+deb12u9) ...
Setting up graphviz (2.42.2-7+deb12u1) ...
Setting up gnupg2 (2.2.40-1.1) ...
Setting up libsqlite3-dev:arm64 (3.40.1-2+deb12u1) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
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 79332563cdfb
 ---> ebaecf27fda2
Step 17/26 : RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
 ---> Running in 4100e72c7893
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Removing intermediate container 4100e72c7893
 ---> 9c476c20db4b
Step 18/26 : RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list
 ---> Running in 5b363f22cfb7
Removing intermediate container 5b363f22cfb7
 ---> 63280aa80ccc
Step 19/26 : RUN apt-get update && apt-get install docker-ce docker-buildx-plugin -y --no-install-recommends
 ---> Running in 3c7c0c5b6311
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 arm64 Packages [31.3 kB]
Fetched 74.6 kB in 1s (118 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:
  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 79.7 MB of archives.
After this operation, 307 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
Get:2 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
Get:3 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
Get:4 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
Get:5 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
Get:6 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
Get:7 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
Get:8 https://download.docker.com/linux/debian bookworm/stable arm64 containerd.io arm64 1.7.23-1 [22.1 MB]
Get:9 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
Get:10 https://download.docker.com/linux/debian bookworm/stable arm64 docker-buildx-plugin arm64 0.17.1-1~debian.12~bookworm [27.8 MB]
Get:11 https://download.docker.com/linux/debian bookworm/stable arm64 docker-ce-cli arm64 5:27.3.1-1~debian.12~bookworm [13.6 MB]
Get:12 https://download.docker.com/linux/debian bookworm/stable arm64 docker-ce arm64 5:27.3.1-1~debian.12~bookworm [15.7 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 79.7 MB in 1s (59.3 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 ... 12967 files and directories currently installed.)
Preparing to unpack .../00-containerd.io_1.7.23-1_arm64.deb ...
Unpacking containerd.io (1.7.23-1) ...
Selecting previously unselected package docker-buildx-plugin.
Preparing to unpack .../01-docker-buildx-plugin_0.17.1-1~debian.12~bookworm_arm64.deb ...
Unpacking docker-buildx-plugin (0.17.1-1~debian.12~bookworm) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../02-docker-ce-cli_5%3a27.3.1-1~debian.12~bookworm_arm64.deb ...
Unpacking docker-ce-cli (5:27.3.1-1~debian.12~bookworm) ...
Selecting previously unselected package libip4tc2:arm64.
Preparing to unpack .../03-libip4tc2_1.8.9-2_arm64.deb ...
Unpacking libip4tc2:arm64 (1.8.9-2) ...
Selecting previously unselected package libip6tc2:arm64.
Preparing to unpack .../04-libip6tc2_1.8.9-2_arm64.deb ...
Unpacking libip6tc2:arm64 (1.8.9-2) ...
Selecting previously unselected package libxtables12:arm64.
Preparing to unpack .../05-libxtables12_1.8.9-2_arm64.deb ...
Unpacking libxtables12:arm64 (1.8.9-2) ...
Selecting previously unselected package libmnl0:arm64.
Preparing to unpack .../06-libmnl0_1.0.4-3_arm64.deb ...
Unpacking libmnl0:arm64 (1.0.4-3) ...
Selecting previously unselected package libnfnetlink0:arm64.
Preparing to unpack .../07-libnfnetlink0_1.0.2-2_arm64.deb ...
Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
Selecting previously unselected package libnetfilter-conntrack3:arm64.
Preparing to unpack .../08-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
Selecting previously unselected package libnftnl11:arm64.
Preparing to unpack .../09-libnftnl11_1.2.4-2_arm64.deb ...
Unpacking libnftnl11:arm64 (1.2.4-2) ...
Selecting previously unselected package iptables.
Preparing to unpack .../10-iptables_1.8.9-2_arm64.deb ...
Unpacking iptables (1.8.9-2) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../11-docker-ce_5%3a27.3.1-1~debian.12~bookworm_arm64.deb ...
Unpacking docker-ce (5:27.3.1-1~debian.12~bookworm) ...
Setting up libip4tc2:arm64 (1.8.9-2) ...
Setting up libip6tc2:arm64 (1.8.9-2) ...
Setting up docker-buildx-plugin (0.17.1-1~debian.12~bookworm) ...
Setting up libmnl0:arm64 (1.0.4-3) ...
Setting up containerd.io (1.7.23-1) ...
Setting up libxtables12:arm64 (1.8.9-2) ...
Setting up docker-ce-cli (5:27.3.1-1~debian.12~bookworm) ...
Setting up libnfnetlink0:arm64 (1.0.2-2) ...
Setting up libnftnl11:arm64 (1.2.4-2) ...
Setting up libnetfilter-conntrack3:arm64 (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.3.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+deb12u9) ...
Removing intermediate container 3c7c0c5b6311
 ---> b0ab9706c3df
Step 20/26 : WORKDIR /var/lib/ocurrent
 ---> Running in 98b81742b45a
Removing intermediate container 98b81742b45a
 ---> 399918a1d8e6
Step 21/26 : ENTRYPOINT ["dumb-init", "/usr/local/bin/ocaml-ci-service"]
 ---> Running in a6048fc0e627
Removing intermediate container a6048fc0e627
 ---> b6114218b72a
Step 22/26 : ENV OCAMLRUNPARAM=a=2
 ---> Running in 5633c8a3c1a6
Removing intermediate container 5633c8a3c1a6
 ---> fd79b47d3112
Step 23/26 : ENV DOCKER_CLI_EXPERIMENTAL=enabled
 ---> Running in ad8f9c777102
Removing intermediate container ad8f9c777102
 ---> f070c95be3c5
Step 24/26 : COPY --from=build /src/_build/install/default/bin/ocaml-ci-service /src/_build/install/default/bin/solver-service /usr/local/bin/
 ---> 2c876ab28f74
Step 25/26 : RUN mkdir -p /migrations
 ---> Running in 5fe077e32fc1
Removing intermediate container 5fe077e32fc1
 ---> 1e21ec518ca8
Step 26/26 : COPY --from=build /src/migrations /migrations
 ---> 99a94cb5aebe
Successfully built 99a94cb5aebe
Job succeeded
2024-11-19 17:49.13: Job succeeded