- github
- ocaml
- opam-repository
- 9e1a08
- distributions,ubuntu-22.04-ocaml-4.14,ocsigen-start.7.0.0
(not at the head of any monitored branch or PR)
2026-04-03 15:45.09: New job: build ocsigen-start.7.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29643/head (9e1a0839a806e7cca513787f31a63eb67474fcb6)
on ubuntu-22.04-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29643/head" && git reset --hard 9e1a0839
git fetch origin master
git merge --no-edit 2a4b43904149bbedec7e93cb8c589392dcdb483a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn ocsigen-start.7.0.0 7.0.0
RUN opam reinstall ocsigen-start.7.0.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-22.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocsigen-start.7.0.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-03 15:45.09: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00-ocsigen-start.7.0.0-9e1a0839a806e7cca513787f31a63eb67474fcb6"
2026-04-03 15:45.09: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn ocsigen-start.7.0.0 7.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocsigen-start.7.0.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-22.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocsigen-start.7.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-03 15:45.09: Waiting for resource in pool OCluster
2026-04-03 17:13.11: Waiting for worker…
2026-04-03 17:15.00: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 2a4b439041 Merge pull request #29641 from daysv/release-sm-0.1.0
Updating 2a4b439041..9e1a0839a8
Fast-forward
packages/ocsigen-i18n/ocsigen-i18n.5.0.0/opam | 28 ++++++++++++++++++++++++
packages/ocsigen-start/ocsigen-start.2.21.1/opam | 1 -
packages/ocsigen-start/ocsigen-start.4.0.0/opam | 1 -
packages/ocsigen-start/ocsigen-start.4.0.1/opam | 1 -
packages/ocsigen-start/ocsigen-start.4.1.0/opam | 1 -
packages/ocsigen-start/ocsigen-start.4.3.0/opam | 1 -
packages/ocsigen-start/ocsigen-start.4.4.0/opam | 3 +--
packages/ocsigen-start/ocsigen-start.4.5.0/opam | 3 +--
packages/ocsigen-start/ocsigen-start.4.6.0/opam | 3 +--
packages/ocsigen-start/ocsigen-start.4.7.0/opam | 3 +--
packages/ocsigen-start/ocsigen-start.5.0.0/opam | 3 +--
packages/ocsigen-start/ocsigen-start.6.0.1/opam | 3 +--
packages/ocsigen-start/ocsigen-start.6.1.0/opam | 3 +--
packages/ocsigen-start/ocsigen-start.6.1.1/opam | 3 +--
packages/ocsigen-start/ocsigen-start.6.1.2/opam | 3 +--
packages/ocsigen-start/ocsigen-start.6.2.0/opam | 3 +--
packages/ocsigen-start/ocsigen-start.6.3.0/opam | 3 +--
packages/ocsigen-start/ocsigen-start.7.0.0/opam | 3 +--
packages/ocsigen-start/ocsigen-start.7.1.0/opam | 3 +--
packages/ocsigen-start/ocsigen-start.8.0.0/opam | 3 +--
20 files changed, 42 insertions(+), 33 deletions(-)
create mode 100644 packages/ocsigen-i18n/ocsigen-i18n.5.0.0/opam
(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00)
2026-04-03 17:15.07 ---> using "752ab5c6ad79de967908e3073b7fceaa0abf89b6f293aaa06b19d969149dde3c" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-03 17:15.07 ---> using "0669bed9e265bc3b2b3d06c1ad123037ba977b1d8456aed170ec41686ea38589" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 17:15.07 ---> using "6349730c1f94e34801d4d2ec70bcad3ac89f7e1e980e30add1c37e4a3d8e6840" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=ubuntu os-version=22.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-04-03 17:15.07 ---> using "bc861696cd4fc40a220411b2814ff33581cb0eb5fe28d02a2b3222de27c9fe69" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-03 17:15.07 ---> using "30c763b14d6d67839df5a6782c8698451271114c528d0cbf5b7d3c8c02ecc5bf" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-03 17:15.22 ---> saved as "ad5c12c7651a99f249d92be54daaa1a9f945ba0f716fce49cc493ca345899de7"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-03 17:15.42 ---> saved as "1edbcaa5aa7938e3d5df019cc6bcce3f4d31ca5e157c6dfc2820d088b555e802"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3844 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1622 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1310 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6803 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7125 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4219 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [84.0 kB]
- Fetched 25.4 MB in 2s (13.2 MB/s)
- Reading package lists...
-
2026-04-03 17:15.46 ---> saved as "42386728c5c58be4c4852a063a256d22099052c8ecbeed8ecebe0879caf85af1"
/home/opam: (run (shell "opam pin add -k version -yn ocsigen-start.7.0.0 7.0.0"))
ocsigen-start is now pinned to version 7.0.0
2026-04-03 17:15.47 ---> saved as "a165e6e4959d38344da16dcc3889d455265e3d110f51f4b485313ec214d7d83d"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocsigen-start.7.0.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-22.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocsigen-start.7.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocsigen-start.7.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 115 packages
- install angstrom 0.16.1 [required by uri]
- install asn1-combinators 0.3.2 [required by x509]
- install astring 0.8.5 [required by conduit]
- install base v0.16.4 [required by ppx_optcomp]
- install base-bytes base [required by eliom]
- install base64 3.5.2 [required by cohttp]
- install bigstringaf 0.10.0 [required by angstrom]
- install bos 0.2.1 [required by ca-certs]
- install ca-certs 1.0.1 [required by conduit-lwt-unix]
- install calendar 3.0.0 [required by ocsigen-toolkit, pgocaml]
- install camlp-streams 5.0.1 [required by pgocaml]
- install camlzip 1.14 [required by ocsigenserver]
- install cmdliner 1.3.0 [required by cohttp-lwt-unix]
- install cohttp 5.3.1 [required by cohttp-lwt]
- install cohttp-lwt 5.3.0 [required by cohttp-lwt-unix]
- install cohttp-lwt-unix 5.3.0 [required by ocsigen-start]
- install conduit 7.0.0 [required by conduit-lwt]
- install conduit-lwt 7.0.0 [required by cohttp-lwt-unix]
- install conduit-lwt-unix 7.0.0 [required by cohttp-lwt-unix]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by cryptokit]
- install conf-libssl 4 [required by ssl]
- install conf-pkg-config 4 [required by conf-zlib]
- install conf-zlib 1 [required by camlzip, cryptokit]
- install cppo 1.8.0 [required by ppx_deriving]
- install cryptokit 1.21.1 [required by ocsigenserver]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install csv 2.4 [required by pgocaml]
- install digestif 1.3.0 [required by ca-certs]
- install domain-name 0.5.0 [required by ipaddr, x509]
- install dune 3.22.1 [required by resource-pooling, pgocaml, ocsigen-i18n, etc.]
- install dune-configurator 3.22.1 [required by cryptokit]
- install duration 0.2.1 [required by mirage-crypto-rng]
- install eliom 11.1.1 [required by ocsigen-start]
- install eqaf 0.10 [required by digestif, mirage-crypto]
- install fmt 0.11.0 [required by cohttp-lwt-unix]
- install fpath 0.7.3 [required by ca-certs]
- install gen 1.1 [required by sedlex]
- install gmap 0.3.0 [required by x509]
- install hex 1.5.0 [required by pgocaml]
- install ipaddr 5.6.2 [required by eliom]
- install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
- install js_of_ocaml 5.9.1 [required by ocsigen-start]
- install js_of_ocaml-compiler 5.9.1 [required by eliom]
- install js_of_ocaml-lwt 5.9.1 [required by eliom]
- install js_of_ocaml-ocamlbuild 5.0 [required by eliom]
- install js_of_ocaml-ppx 5.9.1 [required by eliom]
- install js_of_ocaml-ppx_deriving_json 5.9.1 [required by eliom]
- install js_of_ocaml-tyxml 5.9.1 [required by eliom]
- install jsonm 1.0.2 [required by cohttp]
- install kdf 1.0.0 [required by x509]
- install logs 0.10.0 [required by cohttp-lwt-unix]
- install lwt 5.9.2 [required by cohttp-lwt-unix, resource-pooling]
- install lwt_log 1.1.2 [required by eliom, resource-pooling]
- install lwt_ppx 5.9.1 [required by eliom]
- install lwt_react 1.2.0 [required by ocsigenserver]
- install lwt_ssl 1.2.0 [required by conduit-lwt-unix, ocsigenserver]
- install macaddr 5.6.2 [required by ipaddr]
- install magic-mime 1.3.1 [required by cohttp-lwt-unix]
- install menhir 20260209 [required by js_of_ocaml-compiler]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by js_of_ocaml-compiler]
- install menhirSdk 20260209 [required by js_of_ocaml-compiler]
- install mirage-crypto 2.1.0 [required by ca-certs]
- install mirage-crypto-ec 2.1.0 [required by x509]
- install mirage-crypto-pk 2.1.0 [required by x509]
- install mirage-crypto-rng 2.1.0 [required by x509]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by js_of_ocaml-ocamlbuild]
- install ocamlfind 1.9.8 [required by eliom]
- install ocplib-endian 1.2 [required by lwt]
- install ocsigen-i18n 4.0.0 [required by ocsigen-start]
- install ocsigen-ppx-rpc 1.0 [required by ocsigen-start]
- install ocsigen-start 7.0.0 (pinned)
- install ocsigen-toolkit 4.1.0 [required by ocsigen-start]
- install ocsigenserver 6.0.0 [required by eliom]
- install ocsipersist 2.0.0 [required by eliom]
- install ocsipersist-lib 2.0.0 [required by ocsipersist]
- install ohex 0.2.0 [required by ca-certs]
- install parsexp v0.16.0 [required by sexplib]
- install pgocaml 4.4.0 [required by ocsigen-start]
- install pgocaml_ppx 4.4.0 [required by ocsigen-start]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.0.3 [required by eliom, pgocaml]
- install ppx_optcomp v0.16.0 [required by eliom, pgocaml_ppx]
- install ppx_sexp_conv v0.16.0 [required by cohttp-lwt-unix, pgocaml]
- install ppxlib 0.35.0 [required by ocsigen-ppx-rpc, eliom, ocsigen-i18n, pgocaml_ppx]
- install ptime 1.2.0 [required by ca-certs]
- install re 1.14.0 [required by ocsigen-start]
- install react 1.2.2 [required by js_of_ocaml-tyxml, ocsigenserver]
- install reactiveData 0.3.1 [required by eliom]
- install resource-pooling 1.2 [required by ocsigen-start]
- install rresult 0.7.0 [required by pgocaml]
- install safepass 3.1 [required by ocsigen-start]
- install sedlex 3.7 [required by js_of_ocaml-compiler]
- install seq base [required by tyxml]
- install sexplib v0.16.0 [required by pgocaml]
- install sexplib0 v0.16.0 [required by conduit-lwt, cohttp-lwt, sexplib]
- install ssl 0.7.0 [required by ocsigenserver]
- install stdio v0.16.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by cohttp]
- install topkg 1.1.1 [required by logs, react]
- install tyxml 4.6.0 [required by eliom]
- install uri 4.4.0 [required by cohttp-lwt, conduit-lwt-unix]
- install uri-sexp 4.4.0 [required by cohttp]
- install uutf 1.0.4 [required by tyxml]
- install x509 1.0.6 [required by ca-certs]
- install xml-light 2.5 [required by eliom]
- install yojson 3.0.0 [required by ocsigen-start]
- install zarith 1.14 [required by cryptokit]
The following system packages will first need to be installed:
imagemagick libgmp-dev libssl-dev pkg-config postgresql postgresql-common ruby-sass zlib1g-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "imagemagick" "libgmp-dev" "libssl-dev" "pkg-config" "postgresql" "postgresql-common" "ruby-sass" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- (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 ... 15645 files and directories currently installed.)
- Preparing to unpack .../libsystemd0_249.11-0ubuntu3.19_amd64.deb ...
- Unpacking libsystemd0:amd64 (249.11-0ubuntu3.19) over (249.11-0ubuntu3.17) ...
- Setting up libsystemd0:amd64 (249.11-0ubuntu3.19) ...
- Selecting previously unselected package libpython3.10-minimal:amd64.
- (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 ... 15645 files and directories currently installed.)
- Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.15_amd64.deb ...
- Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.15) ...
- Selecting previously unselected package python3.10-minimal.
- Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.15_amd64.deb ...
- Unpacking python3.10-minimal (3.10.12-1~22.04.15) ...
- Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.15) ...
- Setting up python3.10-minimal (3.10.12-1~22.04.15) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 15941 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ...
- Unpacking python3-minimal (3.10.6-1~22.04.1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_7.0.0_all.deb ...
- Unpacking media-types (7.0.0) ...
- Selecting previously unselected package libmpdec3:amd64.
- Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
- Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
- Selecting previously unselected package libpython3.10-stdlib:amd64.
- Preparing to unpack .../3-libpython3.10-stdlib_3.10.12-1~22.04.15_amd64.deb ...
- Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.15) ...
- Selecting previously unselected package python3.10.
- Preparing to unpack .../4-python3.10_3.10.12-1~22.04.15_amd64.deb ...
- Unpacking python3.10 (3.10.12-1~22.04.15) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ...
- Setting up python3-minimal (3.10.6-1~22.04.1) ...
- Selecting previously unselected package python3.
- (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 ... 16343 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.10.6-1~22.04.1_amd64.deb ...
- Unpacking python3 (3.10.6-1~22.04.1) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../001-libapparmor1_3.0.4-2ubuntu2.5_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.5) ...
- Selecting previously unselected package libargon2-1:amd64.
- Preparing to unpack .../002-libargon2-1_0~20171227-0.3_amd64.deb ...
- Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../003-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu5_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../004-libjson-c5_0.15-3~ubuntu1.22.04.2_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../005-libcryptsetup12_2%3a2.4.3-1ubuntu1.3_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ...
- Selecting previously unselected package libip4tc2:amd64.
- Preparing to unpack .../006-libip4tc2_1.8.7-1ubuntu5.2_amd64.deb ...
- Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5.2) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../007-libkmod2_29-1ubuntu1_amd64.deb ...
- Unpacking libkmod2:amd64 (29-1ubuntu1) ...
- Selecting previously unselected package systemd.
- Preparing to unpack .../008-systemd_249.11-0ubuntu3.19_amd64.deb ...
- Unpacking systemd (249.11-0ubuntu3.19) ...
- Selecting previously unselected package cron.
- Preparing to unpack .../009-cron_3.0pl1-137ubuntu3_amd64.deb ...
- Unpacking cron (3.0pl1-137ubuntu3) ...
- Selecting previously unselected package fonts-droid-fallback.
- Preparing to unpack .../010-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
- Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
- Selecting previously unselected package fonts-lato.
- Preparing to unpack .../011-fonts-lato_2.0-2.1_all.deb ...
- Unpacking fonts-lato (2.0-2.1) ...
- Selecting previously unselected package libfftw3-double3:amd64.
- Preparing to unpack .../012-libfftw3-double3_3.3.8-2ubuntu8_amd64.deb ...
- Unpacking libfftw3-double3:amd64 (3.3.8-2ubuntu8) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../013-libaom3_3.3.0-1ubuntu0.1_amd64.deb ...
- Unpacking libaom3:amd64 (3.3.0-1ubuntu0.1) ...
- Selecting previously unselected package libdav1d5:amd64.
- Preparing to unpack .../014-libdav1d5_0.9.2-1_amd64.deb ...
- Unpacking libdav1d5:amd64 (0.9.2-1) ...
- Selecting previously unselected package libde265-0:amd64.
- Preparing to unpack .../015-libde265-0_1.0.8-1ubuntu0.3_amd64.deb ...
- Unpacking libde265-0:amd64 (1.0.8-1ubuntu0.3) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../016-libnuma1_2.0.14-3ubuntu2_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.14-3ubuntu2) ...
- Selecting previously unselected package libx265-199:amd64.
- Preparing to unpack .../017-libx265-199_3.5-2_amd64.deb ...
- Unpacking libx265-199:amd64 (3.5-2) ...
- Selecting previously unselected package libheif1:amd64.
- Preparing to unpack .../018-libheif1_1.12.0-2build1_amd64.deb ...
- Unpacking libheif1:amd64 (1.12.0-2build1) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../019-liblcms2-2_2.12~rc1-2build2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.12~rc1-2build2) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../020-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package liblqr-1-0:amd64.
- Preparing to unpack .../021-liblqr-1-0_0.4.2-2.1_amd64.deb ...
- Unpacking liblqr-1-0:amd64 (0.4.2-2.1) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../022-libltdl7_2.4.6-15build2_amd64.deb ...
- Unpacking libltdl7:amd64 (2.4.6-15build2) ...
- Selecting previously unselected package libopenjp2-7:amd64.
- Preparing to unpack .../023-libopenjp2-7_2.4.0-6ubuntu0.4_amd64.deb ...
- Unpacking libopenjp2-7:amd64 (2.4.0-6ubuntu0.4) ...
- Selecting previously unselected package libwebpdemux2:amd64.
- Preparing to unpack .../024-libwebpdemux2_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
- Unpacking libwebpdemux2:amd64 (1.2.2-2ubuntu0.22.04.2) ...
- Selecting previously unselected package libwebpmux3:amd64.
- Preparing to unpack .../025-libwebpmux3_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
- Unpacking libwebpmux3:amd64 (1.2.2-2ubuntu0.22.04.2) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../026-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../027-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Selecting previously unselected package imagemagick-6-common.
- Preparing to unpack .../028-imagemagick-6-common_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_all.deb ...
- Unpacking imagemagick-6-common (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package libmagickcore-6.q16-6:amd64.
- Preparing to unpack .../029-libmagickcore-6.q16-6_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_amd64.deb ...
- Unpacking libmagickcore-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package libmagickwand-6.q16-6:amd64.
- Preparing to unpack .../030-libmagickwand-6.q16-6_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_amd64.deb ...
- Unpacking libmagickwand-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package poppler-data.
- Preparing to unpack .../031-poppler-data_0.4.11-1_all.deb ...
- Unpacking poppler-data (0.4.11-1) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../032-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../033-dbus_1.12.20-2ubuntu4.1_amd64.deb ...
- Unpacking dbus (1.12.20-2ubuntu4.1) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../034-dmsetup_2%3a1.02.175-2.1ubuntu5_amd64.deb ...
- Unpacking dmsetup (2:1.02.175-2.1ubuntu5) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../035-libgirepository-1.0-1_1.72.0-1_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../036-gir1.2-glib-2.0_1.72.0-1_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../037-libfribidi0_1.0.8-2ubuntu3.1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.8-2ubuntu3.1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../038-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../039-libyaml-0-2_0.2.2-1build2_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
- Selecting previously unselected package locales.
- Preparing to unpack .../040-locales_2.35-0ubuntu3.13_all.deb ...
- Unpacking locales (2.35-0ubuntu3.13) ...
- Selecting previously unselected package logrotate.
- Preparing to unpack .../041-logrotate_3.19.0-1ubuntu1.1_amd64.deb ...
- Unpacking logrotate (3.19.0-1ubuntu1.1) ...
- Selecting previously unselected package python3-dbus.
- Preparing to unpack .../042-python3-dbus_1.2.18-3build1_amd64.deb ...
- Unpacking python3-dbus (1.2.18-3build1) ...
- Selecting previously unselected package python3-gi.
- Preparing to unpack .../043-python3-gi_3.42.1-0ubuntu1_amd64.deb ...
- Unpacking python3-gi (3.42.1-0ubuntu1) ...
- Selecting previously unselected package networkd-dispatcher.
- Preparing to unpack .../044-networkd-dispatcher_2.1-2ubuntu0.22.04.2_all.deb ...
- Unpacking networkd-dispatcher (2.1-2ubuntu0.22.04.2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../045-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../046-systemd-timesyncd_249.11-0ubuntu3.19_amd64.deb ...
- Unpacking systemd-timesyncd (249.11-0ubuntu3.19) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../047-tzdata_2026a-0ubuntu0.22.04.1_all.deb ...
- Unpacking tzdata (2026a-0ubuntu0.22.04.1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../048-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../049-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ...
- Unpacking fontconfig (2.13.1-4.2ubuntu5) ...
- Selecting previously unselected package fonts-noto-mono.
- Preparing to unpack .../050-fonts-noto-mono_20201225-1build1_all.deb ...
- Unpacking fonts-noto-mono (20201225-1build1) ...
- Selecting previously unselected package fonts-urw-base35.
- Preparing to unpack .../051-fonts-urw-base35_20200910-1_all.deb ...
- Unpacking fonts-urw-base35 (20200910-1) ...
- Selecting previously unselected package libgs9-common.
- Preparing to unpack .../052-libgs9-common_9.55.0~dfsg1-0ubuntu5.13_all.deb ...
- Unpacking libgs9-common (9.55.0~dfsg1-0ubuntu5.13) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../053-libavahi-common-data_0.8-5ubuntu5.4_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-5ubuntu5.4) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../054-libavahi-common3_0.8-5ubuntu5.4_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-5ubuntu5.4) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../055-libavahi-client3_0.8-5ubuntu5.4_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-5ubuntu5.4) ...
- Selecting previously unselected package libcups2:amd64.
- Preparing to unpack .../056-libcups2_2.4.1op1-1ubuntu4.16_amd64.deb ...
- Unpacking libcups2:amd64 (2.4.1op1-1ubuntu4.16) ...
- Selecting previously unselected package libidn12:amd64.
- Preparing to unpack .../057-libidn12_1.38-4ubuntu1_amd64.deb ...
- Unpacking libidn12:amd64 (1.38-4ubuntu1) ...
- Selecting previously unselected package libijs-0.35:amd64.
- Preparing to unpack .../058-libijs-0.35_0.35-15build2_amd64.deb ...
- Unpacking libijs-0.35:amd64 (0.35-15build2) ...
- Selecting previously unselected package libjbig2dec0:amd64.
- Preparing to unpack .../059-libjbig2dec0_0.19-3build2_amd64.deb ...
- Unpacking libjbig2dec0:amd64 (0.19-3build2) ...
- Selecting previously unselected package libpaper1:amd64.
- Preparing to unpack .../060-libpaper1_1.1.28build2_amd64.deb ...
- Unpacking libpaper1:amd64 (1.1.28build2) ...
- Selecting previously unselected package libgs9:amd64.
- Preparing to unpack .../061-libgs9_9.55.0~dfsg1-0ubuntu5.13_amd64.deb ...
- Unpacking libgs9:amd64 (9.55.0~dfsg1-0ubuntu5.13) ...
- Selecting previously unselected package ghostscript.
- Preparing to unpack .../062-ghostscript_9.55.0~dfsg1-0ubuntu5.13_amd64.deb ...
- Unpacking ghostscript (9.55.0~dfsg1-0ubuntu5.13) ...
- Selecting previously unselected package gsfonts.
- Preparing to unpack .../063-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.5_all.deb ...
- Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.5) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../064-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package imagemagick-6.q16.
- Preparing to unpack .../065-imagemagick-6.q16_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_amd64.deb ...
- Unpacking imagemagick-6.q16 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package imagemagick.
- Preparing to unpack .../066-imagemagick_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_amd64.deb ...
- Unpacking imagemagick (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package javascript-common.
- Preparing to unpack .../067-javascript-common_11+nmu1_all.deb ...
- Unpacking javascript-common (11+nmu1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../068-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../069-libxcb-render0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../070-libxcb-shm0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../071-libxrender1_1%3a0.9.10-1build4_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1build4) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../072-libcairo2_1.16.0-5ubuntu2.1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-5ubuntu2.1) ...
- Selecting previously unselected package libcommon-sense-perl:amd64.
- Preparing to unpack .../073-libcommon-sense-perl_3.75-2build1_amd64.deb ...
- Unpacking libcommon-sense-perl:amd64 (3.75-2build1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../074-libdatrie1_0.2.13-2_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2) ...
- Selecting previously unselected package libdjvulibre-text.
- Preparing to unpack .../075-libdjvulibre-text_3.5.28-2ubuntu0.22.04.2_all.deb ...
- Unpacking libdjvulibre-text (3.5.28-2ubuntu0.22.04.2) ...
- Selecting previously unselected package libdjvulibre21:amd64.
- Preparing to unpack .../076-libdjvulibre21_3.5.28-2ubuntu0.22.04.2_amd64.deb ...
- Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.22.04.2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../077-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../078-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../079-libgraphite2-3_1.3.14-1build2_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../080-libharfbuzz0b_2.7.4-1ubuntu3.2_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ...
- Selecting previously unselected package libilmbase25:amd64.
- Preparing to unpack .../081-libilmbase25_2.5.7-2_amd64.deb ...
- Unpacking libilmbase25:amd64 (2.5.7-2) ...
- Selecting previously unselected package libjs-jquery.
- Preparing to unpack .../082-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ...
- Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
- Selecting previously unselected package libjson-perl.
- Preparing to unpack .../083-libjson-perl_4.04000-1_all.deb ...
- Unpacking libjson-perl (4.04000-1) ...
- Selecting previously unselected package libtypes-serialiser-perl.
- Preparing to unpack .../084-libtypes-serialiser-perl_1.01-1_all.deb ...
- Unpacking libtypes-serialiser-perl (1.01-1) ...
- Selecting previously unselected package libjson-xs-perl.
- Preparing to unpack .../085-libjson-xs-perl_4.040-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libjson-xs-perl (4.040-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libjxr0:amd64.
- Preparing to unpack .../086-libjxr0_1.2~git20170615.f752187-5_amd64.deb ...
- Unpacking libjxr0:amd64 (1.2~git20170615.f752187-5) ...
- Selecting previously unselected package libjxr-tools.
- Preparing to unpack .../087-libjxr-tools_1.2~git20170615.f752187-5_amd64.deb ...
- Unpacking libjxr-tools (1.2~git20170615.f752187-5) ...
- Selecting previously unselected package libllvm14:amd64.
- Preparing to unpack .../088-libllvm14_1%3a14.0.0-1ubuntu1.1_amd64.deb ...
- Unpacking libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ...
- Selecting previously unselected package libopenexr25:amd64.
- Preparing to unpack .../089-libopenexr25_2.5.7-1_amd64.deb ...
- Unpacking libopenexr25:amd64 (2.5.7-1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../090-libthai-data_0.1.29-1build1_all.deb ...
- Unpacking libthai-data (0.1.29-1build1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../091-libthai0_0.1.29-1build1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-1build1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../092-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../093-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../094-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Selecting previously unselected package libwmflite-0.2-7:amd64.
- Preparing to unpack .../095-libwmflite-0.2-7_0.2.12-5ubuntu1_amd64.deb ...
- Unpacking libwmflite-0.2-7:amd64 (0.2.12-5ubuntu1) ...
- Selecting previously unselected package libmagickcore-6.q16-6-extra:amd64.
- Preparing to unpack .../096-libmagickcore-6.q16-6-extra_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_amd64.deb ...
- Unpacking libmagickcore-6.q16-6-extra:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package libnetpbm10.
- Preparing to unpack .../097-libnetpbm10_2%3a10.0-15.4_amd64.deb ...
- Unpacking libnetpbm10 (2:10.0-15.4) ...
- Selecting previously unselected package libpaper-utils.
- Preparing to unpack .../098-libpaper-utils_1.1.28build2_amd64.deb ...
- Unpacking libpaper-utils (1.1.28build2) ...
- Selecting previously unselected package libpq5:amd64.
- Preparing to unpack .../099-libpq5_14.22-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpq5:amd64 (14.22-0ubuntu0.22.04.1) ...
- Selecting previously unselected package rubygems-integration.
- Preparing to unpack .../100-rubygems-integration_1.18_all.deb ...
- Unpacking rubygems-integration (1.18) ...
- Selecting previously unselected package ruby3.0.
- Preparing to unpack .../101-ruby3.0_3.0.2-7ubuntu2.12_amd64.deb ...
- Unpacking ruby3.0 (3.0.2-7ubuntu2.12) ...
- Selecting previously unselected package ruby-rubygems.
- Preparing to unpack .../102-ruby-rubygems_3.3.5-2ubuntu1.2_all.deb ...
- Unpacking ruby-rubygems (3.3.5-2ubuntu1.2) ...
- Selecting previously unselected package ruby.
- Preparing to unpack .../103-ruby_1%3a3.0~exp1_amd64.deb ...
- Unpacking ruby (1:3.0~exp1) ...
- Selecting previously unselected package rake.
- Preparing to unpack .../104-rake_13.0.6-2_all.deb ...
- Unpacking rake (13.0.6-2) ...
- Selecting previously unselected package ruby-net-telnet.
- Preparing to unpack .../105-ruby-net-telnet_0.1.1-2_all.deb ...
- Unpacking ruby-net-telnet (0.1.1-2) ...
- Selecting previously unselected package ruby-webrick.
- Preparing to unpack .../106-ruby-webrick_1.7.0-3ubuntu0.2_all.deb ...
- Unpacking ruby-webrick (1.7.0-3ubuntu0.2) ...
- Selecting previously unselected package ruby-xmlrpc.
- Preparing to unpack .../107-ruby-xmlrpc_0.3.2-1ubuntu0.1_all.deb ...
- Unpacking ruby-xmlrpc (0.3.2-1ubuntu0.1) ...
- Selecting previously unselected package libruby3.0:amd64.
- Preparing to unpack .../108-libruby3.0_3.0.2-7ubuntu2.12_amd64.deb ...
- Unpacking libruby3.0:amd64 (3.0.2-7ubuntu2.12) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../109-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7ubuntu1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../110-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../111-libssl-dev_3.0.2-0ubuntu1.21_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.21) ...
- Selecting previously unselected package libxslt1.1:amd64.
- Preparing to unpack .../112-libxslt1.1_1.1.34-4ubuntu0.22.04.5_amd64.deb ...
- Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.5) ...
- Selecting previously unselected package netpbm.
- Preparing to unpack .../113-netpbm_2%3a10.0-15.4_amd64.deb ...
- Unpacking netpbm (2:10.0-15.4) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../114-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Selecting previously unselected package postgresql-client-common.
- Preparing to unpack .../115-postgresql-client-common_238_all.deb ...
- Unpacking postgresql-client-common (238) ...
- Selecting previously unselected package postgresql-client-14.
- Preparing to unpack .../116-postgresql-client-14_14.22-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking postgresql-client-14 (14.22-0ubuntu0.22.04.1) ...
- Selecting previously unselected package ssl-cert.
- Preparing to unpack .../117-ssl-cert_1.1.2_all.deb ...
- Unpacking ssl-cert (1.1.2) ...
- Selecting previously unselected package postgresql-common.
- Preparing to unpack .../118-postgresql-common_238_all.deb ...
- Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common'
- Unpacking postgresql-common (238) ...
- Selecting previously unselected package postgresql-14.
- Preparing to unpack .../119-postgresql-14_14.22-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking postgresql-14 (14.22-0ubuntu0.22.04.1) ...
- Selecting previously unselected package postgresql.
- Preparing to unpack .../120-postgresql_14+238_all.deb ...
- Unpacking postgresql (14+238) ...
- Selecting previously unselected package ruby-ffi:amd64.
- Preparing to unpack .../121-ruby-ffi_1.15.4+dfsg-2_amd64.deb ...
- Unpacking ruby-ffi:amd64 (1.15.4+dfsg-2) ...
- Selecting previously unselected package ruby-rb-inotify.
- Preparing to unpack .../122-ruby-rb-inotify_0.9.10-2_all.deb ...
- Unpacking ruby-rb-inotify (0.9.10-2) ...
- Selecting previously unselected package ruby-listen.
- Preparing to unpack .../123-ruby-listen_3.7.0-1_all.deb ...
- Unpacking ruby-listen (3.7.0-1) ...
- Selecting previously unselected package ruby-sass.
- Preparing to unpack .../124-ruby-sass_3.7.4-5_all.deb ...
- Unpacking ruby-sass (3.7.4-5) ...
- Selecting previously unselected package sysstat.
- Preparing to unpack .../125-sysstat_12.5.2-2ubuntu0.2_amd64.deb ...
- Unpacking sysstat (12.5.2-2ubuntu0.2) ...
- Selecting previously unselected package zip.
- Preparing to unpack .../126-zip_3.0-12build2_amd64.deb ...
- Unpacking zip (3.0-12build2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../127-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up libip4tc2:amd64 (1.8.7-1ubuntu5.2) ...
- Setting up media-types (7.0.0) ...
- Setting up postgresql-client-common (238) ...
- Setting up javascript-common (11+nmu1) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1build2) ...
- Setting up liblcms2-2:amd64 (2.12~rc1-2build2) ...
- Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ...
- Setting up libpaper1:amd64 (1.1.28build2) ...
-
- Creating config file /etc/papersize with new version
- Setting up libaom3:amd64 (3.3.0-1ubuntu0.1) ...
- Setting up fontconfig (2.13.1-4.2ubuntu5) ...
- Regenerating fonts cache...
- done.
- Setting up imagemagick-6-common (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.5) ...
- Setting up fonts-lato (2.0-2.1) ...
- Setting up fonts-noto-mono (20201225-1build1) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libwmflite-0.2-7:amd64 (0.2.12-5ubuntu1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1build4) ...
- Setting up libdatrie1:amd64 (0.2.13-2) ...
- Setting up xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libxcb-render0:amd64 (1.14-3ubuntu3) ...
- Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- No schema files found: doing nothing.
- Setting up libargon2-1:amd64 (0~20171227-0.3) ...
- Setting up libijs-0.35:amd64 (0.35-15build2) ...
- Setting up libjxr0:amd64 (1.2~git20170615.f752187-5) ...
- Setting up libwebpdemux2:amd64 (1.2.2-2ubuntu0.22.04.2) ...
- Setting up cron (3.0pl1-137ubuntu3) ...
- Adding group `crontab' (GID 102) ...
- Done.
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Created symlink /etc/systemd/system/multi-user.target.wants/cron.service → /lib/systemd/system/cron.service.
- Setting up libsensors-config (1:3.6.0-7ubuntu1) ...
- Setting up libpq5:amd64 (14.22-0ubuntu0.22.04.1) ...
- Setting up libcommon-sense-perl:amd64 (3.75-2build1) ...
- Setting up libilmbase25:amd64 (2.5.7-2) ...
- Setting up rubygems-integration (1.18) ...
- Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ...
- Setting up libpaper-utils (1.1.28build2) ...
- Setting up libnetpbm10 (2:10.0-15.4) ...
- Setting up fonts-urw-base35 (20200910-1) ...
- Setting up postgresql-client-14 (14.22-0ubuntu0.22.04.1) ...
- update-alternatives: using /usr/share/postgresql/14/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode
- Setting up locales (2.35-0ubuntu3.13) ...
- Generating locales (this might take a while)...
- Generation complete.
- Setting up libcairo2:amd64 (1.16.0-5ubuntu2.1) ...
- Setting up poppler-data (0.4.11-1) ...
- Setting up tzdata (2026a-0ubuntu0.22.04.1) ...
-
- Current default time zone: 'Europe/London'
- Local time is now: Fri Apr 3 18:16:14 BST 2026.
- Universal Time is now: Fri Apr 3 17:16:14 UTC 2026.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
-
- Setting up libopenexr25:amd64 (2.5.7-1) ...
- Setting up zip (3.0-12build2) ...
- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up ssl-cert (1.1.2) ...
- Setting up libjbig2dec0:amd64 (0.19-3build2) ...
- Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.5) ...
- Setting up libavahi-common-data:amd64 (0.8-5ubuntu5.4) ...
- Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
- Setting up ruby-net-telnet (0.1.1-2) ...
- Setting up dbus (1.12.20-2ubuntu4.1) ...
- Setting up libfribidi0:amd64 (1.0.8-2ubuntu3.1) ...
- Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.21) ...
- Setting up libidn12:amd64 (1.38-4ubuntu1) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ...
- Setting up netpbm (2:10.0-15.4) ...
- Setting up libltdl7:amd64 (2.4.6-15build2) ...
- Setting up libfftw3-double3:amd64 (3.3.8-2ubuntu8) ...
- Setting up ruby-webrick (1.7.0-3ubuntu0.2) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu5) ...
- Setting up libnuma1:amd64 (2.0.14-3ubuntu2) ...
- Setting up libtypes-serialiser-perl (1.01-1) ...
- Setting up liblqr-1-0:amd64 (0.4.2-2.1) ...
- Setting up dmsetup (2:1.02.175-2.1ubuntu5) ...
- Setting up libjson-perl (4.04000-1) ...
- Setting up libmpdec3:amd64 (2.5.1-2build2) ...
- Setting up libopenjp2-7:amd64 (2.4.0-6ubuntu0.4) ...
- Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ...
- Setting up libthai-data (0.1.29-1build1) ...
- Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ...
- Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
- Setting up libdjvulibre-text (3.5.28-2ubuntu0.22.04.2) ...
- Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
- Setting up libdav1d5:amd64 (0.9.2-1) ...
- Setting up libde265-0:amd64 (1.0.8-1ubuntu0.3) ...
- Setting up libwebpmux3:amd64 (1.2.2-2ubuntu0.22.04.2) ...
- Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.2) ...
- Setting up ruby-xmlrpc (0.3.2-1ubuntu0.1) ...
- Setting up sysstat (12.5.2-2ubuntu0.2) ...
-
- Creating config file /etc/default/sysstat with new version
- update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/sar.1.gz because associated file /usr/share/man/man1/sar.sysstat.1.gz (of link group sar) doesn't exist
- Created symlink /etc/systemd/system/sysstat.service.wants/sysstat-collect.timer → /lib/systemd/system/sysstat-collect.timer.
- Created symlink /etc/systemd/system/sysstat.service.wants/sysstat-summary.timer → /lib/systemd/system/sysstat-summary.timer.
- Created symlink /etc/systemd/system/multi-user.target.wants/sysstat.service → /lib/systemd/system/sysstat.service.
- Setting up libkmod2:amd64 (29-1ubuntu1) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libgs9-common (9.55.0~dfsg1-0ubuntu5.13) ...
- Setting up logrotate (3.19.0-1ubuntu1.1) ...
- Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /lib/systemd/system/logrotate.timer.
- Setting up libjson-xs-perl (4.040-0ubuntu0.22.04.1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up libjxr-tools (1.2~git20170615.f752187-5) ...
- Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.22.04.2) ...
- Setting up libavahi-common3:amd64 (0.8-5ubuntu5.4) ...
- Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.15) ...
- Setting up libthai0:amd64 (0.1.29-1build1) ...
- Setting up postgresql-common (238) ...
- Adding user postgres to group ssl-cert
-
- Creating config file /etc/postgresql-common/createcluster.conf with new version
- Building PostgreSQL dictionaries from installed myspell/hunspell packages...
- Removing obsolete dictionary files:
- Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service.
- Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ...
- Setting up libx265-199:amd64 (3.5-2) ...
- Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.3) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Setting up libavahi-client3:amd64 (0.8-5ubuntu5.4) ...
- Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ...
- Setting up python3.10 (3.10.12-1~22.04.15) ...
- Setting up libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up libheif1:amd64 (1.12.0-2build1) ...
- Setting up python3 (3.10.6-1~22.04.1) ...
- running python rtupdate hooks for python3.10...
- running python post-rtupdate hooks for python3.10...
- Setting up systemd (249.11-0ubuntu3.19) ...
- Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
- Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
- ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
- Initializing machine ID from D-Bus machine ID.
- Setting up libmagickcore-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Setting up python3-gi (3.42.1-0ubuntu1) ...
- Setting up shared-mime-info (2.1-2) ...
- Setting up systemd-timesyncd (249.11-0ubuntu3.19) ...
- Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
- Setting up libcups2:amd64 (2.4.1op1-1ubuntu4.16) ...
- Setting up libllvm14:amd64 (1:14.0.0-1ubuntu1.1) ...
- Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.22.04.5) ...
- Setting up libmagickwand-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up postgresql-14 (14.22-0ubuntu0.22.04.1) ...
- Creating new PostgreSQL cluster 14/main ...
- /usr/lib/postgresql/14/bin/initdb -D /var/lib/postgresql/14/main --auth-local peer --auth-host scram-sha-256 --no-instructions
- The files belonging to this database system will be owned by user "postgres".
- This user must also own the server process.
-
- The database cluster will be initialized with locale "C.UTF-8".
- The default database encoding has accordingly been set to "UTF8".
- The default text search configuration will be set to "english".
-
- Data page checksums are disabled.
-
- fixing permissions on existing directory /var/lib/postgresql/14/main ... ok
- creating subdirectories ... ok
- selecting dynamic shared memory implementation ... posix
- selecting default max_connections ... 100
- selecting default shared_buffers ... 128MB
- selecting default time zone ... Europe/London
- creating configuration files ... ok
- running bootstrap script ... ok
- performing post-bootstrap initialization ...
- ok
- syncing data to disk ... ok
- update-alternatives: using /usr/share/postgresql/14/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up python3-dbus (1.2.18-3build1) ...
- Setting up libgs9:amd64 (9.55.0~dfsg1-0ubuntu5.13) ...
- Setting up libmagickcore-6.q16-6-extra:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Setting up ghostscript (9.55.0~dfsg1-0ubuntu5.13) ...
- Setting up imagemagick-6.q16 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/compare.1.gz because associated file /usr/share/man/man1/compare-im6.q16.1.gz (of link group compare) doesn't exist
- update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/compare-im6.1.gz because associated file /usr/share/man/man1/compare-im6.q16.1.gz (of link group compare-im6) doesn't exist
- update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/animate.1.gz because associated file /usr/share/man/man1/animate-im6.q16.1.gz (of link group animate) doesn't exist
- update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/animate-im6.1.gz because associated file /usr/share/man/man1/animate-im6.q16.1.gz (of link group animate-im6) doesn't exist
- update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/convert.1.gz because associated file /usr/share/man/man1/convert-im6.q16.1.gz (of link group convert) doesn't exist
- update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/convert-im6.1.gz because associated file /usr/share/man/man1/convert-im6.q16.1.gz (of link group convert-im6) doesn't exist
- update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/composite.1.gz because associated file /usr/share/man/man1/composite-im6.q16.1.gz (of link group composite) doesn't exist
- update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/composite-im6.1.gz because associated file /usr/share/man/man1/composite-im6.q16.1.gz (of link group composite-im6) doesn't exist
- update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/conjure.1.gz because associated file /usr/share/man/man1/conjure-im6.q16.1.gz (of link group conjure) doesn't exist
- update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/conjure-im6.1.gz because associated file /usr/share/man/man1/conjure-im6.q16.1.gz (of link group conjure-im6) doesn't exist
- update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/import.1.gz because associated file /usr/share/man/man1/import-im6.q16.1.gz (of link group import) doesn't exist
- update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/import-im6.1.gz because associated file /usr/share/man/man1/import-im6.q16.1.gz (of link group import-im6) doesn't exist
- update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/identify.1.gz because associated file /usr/share/man/man1/identify-im6.q16.1.gz (of link group identify) doesn't exist
- update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/identify-im6.1.gz because associated file /usr/share/man/man1/identify-im6.q16.1.gz (of link group identify-im6) doesn't exist
- update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/stream.1.gz because associated file /usr/share/man/man1/stream-im6.q16.1.gz (of link group stream) doesn't exist
- update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/stream-im6.1.gz because associated file /usr/share/man/man1/stream-im6.q16.1.gz (of link group stream-im6) doesn't exist
- update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/display.1.gz because associated file /usr/share/man/man1/display-im6.q16.1.gz (of link group display) doesn't exist
- update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/display-im6.1.gz because associated file /usr/share/man/man1/display-im6.q16.1.gz (of link group display-im6) doesn't exist
- update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/montage.1.gz because associated file /usr/share/man/man1/montage-im6.q16.1.gz (of link group montage) doesn't exist
- update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/montage-im6.1.gz because associated file /usr/share/man/man1/montage-im6.q16.1.gz (of link group montage-im6) doesn't exist
- update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify) doesn't exist
- update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify-im6.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify-im6) doesn't exist
- Setting up postgresql (14+238) ...
- Setting up networkd-dispatcher (2.1-2ubuntu0.22.04.2) ...
- Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
- Setting up imagemagick (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Setting up ruby-rubygems (3.3.5-2ubuntu1.2) ...
- Setting up rake (13.0.6-2) ...
- Setting up libruby3.0:amd64 (3.0.2-7ubuntu2.12) ...
- Setting up ruby3.0 (3.0.2-7ubuntu2.12) ...
- Setting up ruby (1:3.0~exp1) ...
- Setting up ruby-ffi:amd64 (1.15.4+dfsg-2) ...
- Setting up ruby-rb-inotify (0.9.10-2) ...
- Setting up ruby-listen (3.7.0-1) ...
- Setting up ruby-sass (3.7.4-5) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved ca-certs.1.0.1 (cached)
-> retrieved calendar.3.0.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camlzip.1.14 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cohttp.5.3.1 (cached)
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0 (cached)
-> retrieved conduit.7.0.0, conduit-lwt.7.0.0, conduit-lwt-unix.7.0.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved conf-libssl.4 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved cryptokit.1.21.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-libssl.4
-> installed conf-zlib.1
-> installed conf-gmp-powm-sec.4
-> retrieved cstruct.6.2.0 (cached)
-> retrieved csv.2.4 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved eliom.11.1.1 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gen.1.1 (cached)
-> installed cmdliner.1.3.0
-> retrieved gmap.0.3.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)
-> retrieved js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1, js_of_ocaml-lwt.5.9.1, js_of_ocaml-ppx.5.9.1, js_of_ocaml-ppx_deriving_json.5.9.1, js_of_ocaml-tyxml.5.9.1 (cached)
-> retrieved js_of_ocaml-ocamlbuild.5.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved lwt_log.1.1.2 (cached)
-> retrieved lwt_ppx.5.9.1 (cached)
-> retrieved lwt_react.1.2.0 (cached)
-> retrieved lwt_ssl.1.2.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ocsigen-i18n.4.0.0 (cached)
-> retrieved ocsigen-ppx-rpc.1.0 (cached)
-> retrieved ocsigen-start.7.0.0 (cached)
-> retrieved ocsigen-toolkit.4.1.0 (cached)
-> retrieved ocsigenserver.6.0.0 (cached)
-> retrieved ocsipersist.2.0.0, ocsipersist-lib.2.0.0 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved pgocaml.4.4.0, pgocaml_ppx.4.4.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_optcomp.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved react.1.2.2 (cached)
-> retrieved reactiveData.0.3.1 (cached)
-> retrieved resource-pooling.1.2 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved safepass.3.1 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved ssl.0.7.0 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved xml-light.2.5 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed camlzip.1.14
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed react.1.2.2
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed dune.3.22.1
-> installed astring.0.8.5
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed jsonm.1.0.2
-> installed asn1-combinators.0.3.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed csv.2.4
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed gen.1.1
-> installed gmap.0.3.0
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed reactiveData.0.3.1
-> installed safepass.3.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed xml-light.2.5
-> installed yojson.3.0.0
-> installed fpath.0.7.3
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed js_of_ocaml-ocamlbuild.5.0
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed dune-configurator.3.22.1
-> installed calendar.3.0.0
-> installed parsexp.v0.16.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed sexplib.v0.16.0
-> installed ssl.0.7.0
-> installed mirage-crypto.2.1.0
-> installed cryptokit.1.21.1
-> installed kdf.1.0.0
-> installed tyxml.4.6.0
-> installed lwt.5.9.2
-> installed uri.4.4.0
-> installed lwt_ssl.1.2.0
-> installed lwt_log.1.1.2
-> installed lwt_react.1.2.0
-> installed resource-pooling.1.2
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed menhir.20260209
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.16.0
-> installed ocsigen-i18n.4.0.0
-> installed ocsigen-ppx-rpc.1.0
-> installed lwt_ppx.5.9.1
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.7
-> installed ppx_deriving.6.0.3
-> installed ocsipersist-lib.2.0.0
-> installed ipaddr-sexp.5.6.2
-> installed uri-sexp.4.4.0
-> installed ocsipersist.2.0.0
-> installed cohttp.5.3.1
-> installed pgocaml.4.4.0
-> installed pgocaml_ppx.4.4.0
-> installed js_of_ocaml-compiler.5.9.1
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.1.0
-> installed mirage-crypto-pk.2.1.0
-> installed cohttp-lwt.5.3.0
-> installed conduit.7.0.0
-> installed bos.0.2.1
-> installed conduit-lwt.7.0.0
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed conduit-lwt-unix.7.0.0
-> installed cohttp-lwt-unix.5.3.0
-> installed ocsigenserver.6.0.0
-> installed js_of_ocaml.5.9.1
-> installed js_of_ocaml-ppx_deriving_json.5.9.1
-> installed js_of_ocaml-ppx.5.9.1
-> installed js_of_ocaml-tyxml.5.9.1
-> installed js_of_ocaml-lwt.5.9.1
-> installed eliom.11.1.1
-> installed ocsigen-toolkit.4.1.0
-> installed ocsigen-start.7.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 17:19.08 ---> saved as "12bcda51ad448fde99a3baa83097d4f67fe068de50c6f239d86da18a45198f53"
Job succeeded
2026-04-03 17:19.19: Job succeeded