Organisationssanettebogueb307b7 ()ubuntu-20.04-4.14_opam-2.2

ubuntu-20.04-4.14_opam-2.2

Logs

Show full logs
2024-09-18 15:13.53: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (b307b736609e19ba6fee688cfed761ce9425a2e1) (linux-x86_64:ubuntu-20.04-4.14_opam-2.2)
Base: ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard b307b736
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5
# ubuntu-20.04-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y bogue.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-09-18 15:13.53: Using cache hint "sanette/bogue-ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5-ubuntu-20.04-4.14_opam-2.2-dcdd48cb077e6f5365ad23711a187ee4"
2024-09-18 15:13.53: Using OBuilder spec:
((from ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5)
 (comment ubuntu-20.04-4.14_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y bogue.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-09-18 15:13.53: Waiting for resource in pool OCluster
2024-09-18 15:56.06: Waiting for worker…
2024-09-18 15:56.54: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/bogue.git-610f1e1e85172752554da4aff87c7c6fb55285ea/.git/
HEAD is now at b307b73 remove audio un/lock

(from ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5)
2024-09-18 15:56.56 ---> using "25496fbf6ce192ce5dd26299fc1accbd3acd3fd0aef161f60c28f64fc5bbc74d" from cache

/: (comment ubuntu-20.04-4.14_opam-2.2)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-18 15:56.56 ---> using "b92d48a8864abcea9b263663c967cf9a655cbb01567107cdbc04879238bd9b9a" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development 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.

Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 31 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=31 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-18 15:56.56 ---> using "decd1204226e4e76ec308abd411c14a0f664eb4a4782b33fdbabd56ce97dfe49" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-121-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-09-18 15:56.56 ---> using "3d8109942344cabff9f0afc137206be340a7dcbaaaac18f91bdeb050c73100f9" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-18 15:56.56 ---> using "5bf3af136f109eb7d95b239ee655fa6f37ddb81007022004163320e5ba19f16c" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..45f961713f  master     -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-09-18 15:56.56 ---> using "af60894ff3e67aa66f0b70d487fd7b4ad7d6061090cff8c167617253660e5250" from cache

/src: (copy (src bogue.opam) (dst ./))
2024-09-18 15:56.56 ---> saved as "3fe4516c1309d1384a9c33874aff47dbfd27d4c9b75a481833060e1b00f3be00"

/src: (run (network host)
           (shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2024-09-18 15:56.58 ---> saved as "7bf98f6c90f6066f50c2be4212619ebb6c4d4ec10908e1a89102d97c6318950e"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.0")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
- Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1273 kB]
- Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4008 kB]
- Get:7 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB]
- Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4016 kB]
- Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4478 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1559 kB]
- Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4178 kB]
- Get:12 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.5 kB]
- Fetched 19.8 MB in 2s (12.9 MB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    libffi-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "libsdl2-image-dev" "libsdl2-ttf-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython3.8-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 ... 14694 files and directories currently installed.)
- Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.12_amd64.deb ...
- Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.12) ...
- Selecting previously unselected package python3.8-minimal.
- Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.12_amd64.deb ...
- Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.12) ...
- Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.12) ...
- Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.12) ...
- 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 ... 14977 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking python3-minimal (3.8.2-0ubuntu2) ...
- Selecting previously unselected package mime-support.
- Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
- Unpacking mime-support (3.64ubuntu1) ...
- Selecting previously unselected package libmpdec2:amd64.
- Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
- Unpacking libmpdec2:amd64 (2.4.2-3) ...
- Selecting previously unselected package libpython3.8-stdlib:amd64.
- Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.12_amd64.deb ...
- Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.12) ...
- Selecting previously unselected package python3.8.
- Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.12_amd64.deb ...
- Unpacking python3.8 (3.8.10-0ubuntu1~20.04.12) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
- Setting up python3-minimal (3.8.2-0ubuntu2) ...
- 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 ... 15379 files and directories currently installed.)
- Preparing to unpack .../python3_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking python3 (3.8.2-0ubuntu2) ...
- Preparing to unpack .../libudev1_245.4-4ubuntu3.24_amd64.deb ...
- Unpacking libudev1:amd64 (245.4-4ubuntu3.24) over (245.4-4ubuntu3.23) ...
- Setting up libudev1:amd64 (245.4-4ubuntu3.24) ...
- Selecting previously unselected package libapparmor1: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 ... 15413 files and directories currently installed.)
- Preparing to unpack .../000-libapparmor1_2.13.3-7ubuntu5.4_amd64.deb ...
- Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.4) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../001-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../002-dbus_1.12.16-2ubuntu2.3_amd64.deb ...
- Unpacking dbus (1.12.16-2ubuntu2.3) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../003-libmagic-mgc_1%3a5.38-4_amd64.deb ...
- Unpacking libmagic-mgc (1:5.38-4) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../004-libmagic1_1%3a5.38-4_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.38-4) ...
- Selecting previously unselected package file.
- Preparing to unpack .../005-file_1%3a5.38-4_amd64.deb ...
- Unpacking file (1:5.38-4) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../006-libglib2.0-0_2.64.6-1~ubuntu20.04.7_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.7) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../007-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../008-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../009-libelf1_0.176-1.1ubuntu0.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.176-1.1ubuntu0.1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../010-libglib2.0-data_2.64.6-1~ubuntu20.04.7_all.deb ...
- Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.7) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../011-tzdata_2024a-0ubuntu0.20.04.1_all.deb ...
- Unpacking tzdata (2024a-0ubuntu0.20.04.1) ...
- Selecting previously unselected package libicu66:amd64.
- Preparing to unpack .../012-libicu66_66.1-2ubuntu2.1_amd64.deb ...
- Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../013-libxml2_2.9.10+dfsg-5ubuntu0.20.04.7_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.7) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../014-shared-mime-info_1.15-1_amd64.deb ...
- Unpacking shared-mime-info (1.15-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../015-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../016-xkb-data_2.29-2_all.deb ...
- Unpacking xkb-data (2.29-2) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../017-libdrm-common_2.4.107-8ubuntu1~20.04.2_all.deb ...
- Unpacking libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../018-libdrm2_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libpng16-16:amd64.
- Preparing to unpack .../019-libpng16-16_1.6.37-2_amd64.deb ...
- Unpacking libpng16-16:amd64 (1.6.37-2) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../020-alsa-topology-conf_1.2.2-1_all.deb ...
- Unpacking alsa-topology-conf (1.2.2-1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../021-alsa-ucm-conf_1.2.2-1ubuntu0.13_all.deb ...
- Unpacking alsa-ucm-conf (1.2.2-1ubuntu0.13) ...
- Selecting previously unselected package libibus-1.0-5:amd64.
- Preparing to unpack .../022-libibus-1.0-5_1.5.22-2ubuntu2.1_amd64.deb ...
- Unpacking libibus-1.0-5:amd64 (1.5.22-2ubuntu2.1) ...
- Selecting previously unselected package gir1.2-ibus-1.0:amd64.
- Preparing to unpack .../023-gir1.2-ibus-1.0_1.5.22-2ubuntu2.1_amd64.deb ...
- Unpacking gir1.2-ibus-1.0:amd64 (1.5.22-2ubuntu2.1) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../024-libasound2-data_1.2.2-2.1ubuntu2.5_all.deb ...
- Unpacking libasound2-data (1.2.2-2.1ubuntu2.5) ...
- Selecting previously unselected package libasound2:amd64.
- Preparing to unpack .../025-libasound2_1.2.2-2.1ubuntu2.5_amd64.deb ...
- Unpacking libasound2:amd64 (1.2.2-2.1ubuntu2.5) ...
- Selecting previously unselected package libasound2-dev:amd64.
- Preparing to unpack .../026-libasound2-dev_1.2.2-2.1ubuntu2.5_amd64.deb ...
- Unpacking libasound2-dev:amd64 (1.2.2-2.1ubuntu2.5) ...
- Selecting previously unselected package libasyncns0:amd64.
- Preparing to unpack .../027-libasyncns0_0.8-6_amd64.deb ...
- Unpacking libasyncns0:amd64 (0.8-6) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../028-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
- Unpacking pkg-config (0.29.1-0ubuntu4) ...
- Selecting previously unselected package libdbus-1-dev:amd64.
- Preparing to unpack .../029-libdbus-1-dev_1.12.16-2ubuntu2.3_amd64.deb ...
- Unpacking libdbus-1-dev:amd64 (1.12.16-2ubuntu2.3) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../030-libdrm-amdgpu1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../031-libpciaccess0_0.16-0ubuntu1_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.16-0ubuntu1) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../032-libdrm-intel1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../033-libdrm-nouveau2_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../034-libdrm-radeon1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../035-libglvnd0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../036-libwayland-server0_1.18.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.18.0-1ubuntu0.1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../037-libgbm1_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libgbm1:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../038-libglapi-mesa_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../039-libwayland-client0_1.18.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../040-libx11-xcb1_2%3a1.6.9-2ubuntu1.6_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.6) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../041-libxcb-dri2-0_1.14-2_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.14-2) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../042-libxcb-dri3-0_1.14-2_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.14-2) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../043-libxcb-present0_1.14-2_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.14-2) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../044-libxcb-sync1_1.14-2_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.14-2) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../045-libxcb-xfixes0_1.14-2_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.14-2) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../046-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../047-libegl-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../048-libegl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libegl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../049-libxcb-glx0_1.14-2_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.14-2) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../050-libxcb-shm0_1.14-2_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-2) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../051-libxfixes3_1%3a5.0.3-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:5.0.3-2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../052-libxxf86vm1_1%3a1.1.4-1build1_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1build1) ...
- Selecting previously unselected package libllvm12:amd64.
- Preparing to unpack .../053-libllvm12_1%3a12.0.0-3ubuntu1~20.04.5_amd64.deb ...
- Unpacking libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../054-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../055-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../056-libvulkan1_1.2.131.2-1_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.2.131.2-1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../057-libgl1-mesa-dri_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../058-libglx-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../059-libglx0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../060-libgl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../061-libglx-dev_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../062-libgl-dev_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libegl-dev:amd64.
- Preparing to unpack .../063-libegl-dev_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libegl-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libgles1:amd64.
- Preparing to unpack .../064-libgles1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libgles1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../065-libgles2_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libgles2:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libgles-dev:amd64.
- Preparing to unpack .../066-libgles-dev_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libgles-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libopengl0:amd64.
- Preparing to unpack .../067-libopengl0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libopengl0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libopengl-dev:amd64.
- Preparing to unpack .../068-libopengl-dev_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libopengl-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libglvnd-dev:amd64.
- Preparing to unpack .../069-libglvnd-dev_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libglvnd-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libegl1-mesa-dev:amd64.
- Preparing to unpack .../070-libegl1-mesa-dev_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libegl1-mesa-dev:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libogg0:amd64.
- Preparing to unpack .../071-libogg0_1.3.4-0ubuntu1_amd64.deb ...
- Unpacking libogg0:amd64 (1.3.4-0ubuntu1) ...
- Selecting previously unselected package libflac8:amd64.
- Preparing to unpack .../072-libflac8_1.3.3-1ubuntu0.2_amd64.deb ...
- Unpacking libflac8:amd64 (1.3.3-1ubuntu0.2) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../073-libfreetype6_2.10.1-2ubuntu0.3_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.10.1-2ubuntu0.3) ...
- Selecting previously unselected package libgles2-mesa-dev:amd64.
- Preparing to unpack .../074-libgles2-mesa-dev_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libgles2-mesa-dev:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../075-libglib2.0-bin_2.64.6-1~ubuntu20.04.7_amd64.deb ...
- Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.7) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../076-libffi-dev_3.3-4_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.3-4) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../077-python3-lib2to3_3.8.10-0ubuntu1~20.04_all.deb ...
- Unpacking python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../078-python3-distutils_3.8.10-0ubuntu1~20.04_all.deb ...
- Unpacking python3-distutils (3.8.10-0ubuntu1~20.04) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../079-libglib2.0-dev-bin_2.64.6-1~ubuntu20.04.7_amd64.deb ...
- Unpacking libglib2.0-dev-bin (2.64.6-1~ubuntu20.04.7) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../080-uuid-dev_2.34-0.1ubuntu9.6_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.6) ...
- Selecting previously unselected package libblkid-dev:amd64.
- Preparing to unpack .../081-libblkid-dev_2.34-0.1ubuntu9.6_amd64.deb ...
- Unpacking libblkid-dev:amd64 (2.34-0.1ubuntu9.6) ...
- Selecting previously unselected package libmount-dev:amd64.
- Preparing to unpack .../082-libmount-dev_2.34-0.1ubuntu9.6_amd64.deb ...
- Unpacking libmount-dev:amd64 (2.34-0.1ubuntu9.6) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../083-libpcre16-3_2%3a8.39-12ubuntu0.1_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-12ubuntu0.1) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../084-libpcre32-3_2%3a8.39-12ubuntu0.1_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-12ubuntu0.1) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../085-libpcrecpp0v5_2%3a8.39-12ubuntu0.1_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-12ubuntu0.1) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../086-libpcre3-dev_2%3a8.39-12ubuntu0.1_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-12ubuntu0.1) ...
- Selecting previously unselected package libsepol1-dev:amd64.
- Preparing to unpack .../087-libsepol1-dev_3.0-1ubuntu0.1_amd64.deb ...
- Unpacking libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../088-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../089-libpcre2-32-0_10.34-7ubuntu0.1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.34-7ubuntu0.1) ...
- Selecting previously unselected package libpcre2-posix2:amd64.
- Preparing to unpack .../090-libpcre2-posix2_10.34-7ubuntu0.1_amd64.deb ...
- Unpacking libpcre2-posix2:amd64 (10.34-7ubuntu0.1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../091-libpcre2-dev_10.34-7ubuntu0.1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.34-7ubuntu0.1) ...
- Selecting previously unselected package libselinux1-dev:amd64.
- Preparing to unpack .../092-libselinux1-dev_3.0-1build2_amd64.deb ...
- Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../093-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu1.5_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ...
- Selecting previously unselected package libglib2.0-dev:amd64.
- Preparing to unpack .../094-libglib2.0-dev_2.64.6-1~ubuntu20.04.7_amd64.deb ...
- Unpacking libglib2.0-dev:amd64 (2.64.6-1~ubuntu20.04.7) ...
- Selecting previously unselected package libglu1-mesa:amd64.
- Preparing to unpack .../095-libglu1-mesa_9.0.1-1build1_amd64.deb ...
- Unpacking libglu1-mesa:amd64 (9.0.1-1build1) ...
- Selecting previously unselected package libgl1-mesa-dev:amd64.
- Preparing to unpack .../096-libgl1-mesa-dev_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libgl1-mesa-dev:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libglu1-mesa-dev:amd64.
- Preparing to unpack .../097-libglu1-mesa-dev_9.0.1-1build1_amd64.deb ...
- Unpacking libglu1-mesa-dev:amd64 (9.0.1-1build1) ...
- Selecting previously unselected package libibus-1.0-dev:amd64.
- Preparing to unpack .../098-libibus-1.0-dev_1.5.22-2ubuntu2.1_amd64.deb ...
- Unpacking libibus-1.0-dev:amd64 (1.5.22-2ubuntu2.1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../099-x11-common_1%3a7.7+19ubuntu14_all.deb ...
- dpkg-query: no packages found matching nux-tools
- Unpacking x11-common (1:7.7+19ubuntu14) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../100-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ...
- Selecting previously unselected package libice-dev:amd64.
- Preparing to unpack .../101-libice-dev_2%3a1.0.10-0ubuntu1_amd64.deb ...
- Unpacking libice-dev:amd64 (2:1.0.10-0ubuntu1) ...
- Selecting previously unselected package libjpeg-turbo8:amd64.
- Preparing to unpack .../102-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.3_amd64.deb ...
- Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ...
- Selecting previously unselected package libjpeg8:amd64.
- Preparing to unpack .../103-libjpeg8_8c-2ubuntu8_amd64.deb ...
- Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
- Selecting previously unselected package libvorbis0a:amd64.
- Preparing to unpack .../104-libvorbis0a_1.3.6-2ubuntu1_amd64.deb ...
- Unpacking libvorbis0a:amd64 (1.3.6-2ubuntu1) ...
- Selecting previously unselected package libvorbisenc2:amd64.
- Preparing to unpack .../105-libvorbisenc2_1.3.6-2ubuntu1_amd64.deb ...
- Unpacking libvorbisenc2:amd64 (1.3.6-2ubuntu1) ...
- Selecting previously unselected package libsndfile1:amd64.
- Preparing to unpack .../106-libsndfile1_1.0.28-7ubuntu0.2_amd64.deb ...
- Unpacking libsndfile1:amd64 (1.0.28-7ubuntu0.2) ...
- Selecting previously unselected package libwrap0:amd64.
- Preparing to unpack .../107-libwrap0_7.6.q-30_amd64.deb ...
- Unpacking libwrap0:amd64 (7.6.q-30) ...
- Selecting previously unselected package libpulse0:amd64.
- Preparing to unpack .../108-libpulse0_1%3a13.99.1-1ubuntu3.13_amd64.deb ...
- Unpacking libpulse0:amd64 (1:13.99.1-1ubuntu3.13) ...
- Selecting previously unselected package libpulse-mainloop-glib0:amd64.
- Preparing to unpack .../109-libpulse-mainloop-glib0_1%3a13.99.1-1ubuntu3.13_amd64.deb ...
- Unpacking libpulse-mainloop-glib0:amd64 (1:13.99.1-1ubuntu3.13) ...
- Selecting previously unselected package libpulse-dev:amd64.
- Preparing to unpack .../110-libpulse-dev_1%3a13.99.1-1ubuntu3.13_amd64.deb ...
- Unpacking libpulse-dev:amd64 (1:13.99.1-1ubuntu3.13) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../111-libwayland-cursor0_1.18.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.18.0-1ubuntu0.1) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../112-libwayland-egl1_1.18.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.18.0-1ubuntu0.1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../113-libxrender1_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../114-libxcursor1_1%3a1.2.0-2_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.0-2) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../115-libxi6_2%3a1.7.10-0ubuntu1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.7.10-0ubuntu1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../116-libxinerama1_2%3a1.1.4-2_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-2) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../117-libxkbcommon0_0.10.0-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (0.10.0-1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../118-libxrandr2_2%3a1.5.2-0ubuntu1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-0ubuntu1) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../119-libxss1_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libsdl2-2.0-0:amd64.
- Preparing to unpack .../120-libsdl2-2.0-0_2.0.10+dfsg1-3_amd64.deb ...
- Unpacking libsdl2-2.0-0:amd64 (2.0.10+dfsg1-3) ...
- Selecting previously unselected package libsndio7.0:amd64.
- Preparing to unpack .../121-libsndio7.0_1.5.0-3_amd64.deb ...
- Unpacking libsndio7.0:amd64 (1.5.0-3) ...
- Selecting previously unselected package libsndio-dev:amd64.
- Preparing to unpack .../122-libsndio-dev_1.5.0-3_amd64.deb ...
- Unpacking libsndio-dev:amd64 (1.5.0-3) ...
- Selecting previously unselected package libudev-dev:amd64.
- Preparing to unpack .../123-libudev-dev_245.4-4ubuntu3.24_amd64.deb ...
- Unpacking libudev-dev:amd64 (245.4-4ubuntu3.24) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../124-libwayland-bin_1.18.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-bin (1.18.0-1ubuntu0.1) ...
- Selecting previously unselected package libwayland-dev:amd64.
- Preparing to unpack .../125-libwayland-dev_1.18.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-dev:amd64 (1.18.0-1ubuntu0.1) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../126-libxrender-dev_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libxfixes-dev:amd64.
- Preparing to unpack .../127-libxfixes-dev_1%3a5.0.3-2_amd64.deb ...
- Unpacking libxfixes-dev:amd64 (1:5.0.3-2) ...
- Selecting previously unselected package libxcursor-dev:amd64.
- Preparing to unpack .../128-libxcursor-dev_1%3a1.2.0-2_amd64.deb ...
- Unpacking libxcursor-dev:amd64 (1:1.2.0-2) ...
- Selecting previously unselected package x11proto-xext-dev.
- Preparing to unpack .../129-x11proto-xext-dev_2019.2-1ubuntu1_all.deb ...
- Unpacking x11proto-xext-dev (2019.2-1ubuntu1) ...
- Selecting previously unselected package libxext-dev:amd64.
- Preparing to unpack .../130-libxext-dev_2%3a1.3.4-0ubuntu1_amd64.deb ...
- Unpacking libxext-dev:amd64 (2:1.3.4-0ubuntu1) ...
- Selecting previously unselected package x11proto-input-dev.
- Preparing to unpack .../131-x11proto-input-dev_2019.2-1ubuntu1_all.deb ...
- Unpacking x11proto-input-dev (2019.2-1ubuntu1) ...
- Selecting previously unselected package libxi-dev:amd64.
- Preparing to unpack .../132-libxi-dev_2%3a1.7.10-0ubuntu1_amd64.deb ...
- Unpacking libxi-dev:amd64 (2:1.7.10-0ubuntu1) ...
- Selecting previously unselected package x11proto-xinerama-dev.
- Preparing to unpack .../133-x11proto-xinerama-dev_2019.2-1ubuntu1_all.deb ...
- Unpacking x11proto-xinerama-dev (2019.2-1ubuntu1) ...
- Selecting previously unselected package libxinerama-dev:amd64.
- Preparing to unpack .../134-libxinerama-dev_2%3a1.1.4-2_amd64.deb ...
- Unpacking libxinerama-dev:amd64 (2:1.1.4-2) ...
- Selecting previously unselected package libxkbcommon-dev:amd64.
- Preparing to unpack .../135-libxkbcommon-dev_0.10.0-1_amd64.deb ...
- Unpacking libxkbcommon-dev:amd64 (0.10.0-1) ...
- Selecting previously unselected package x11proto-randr-dev.
- Preparing to unpack .../136-x11proto-randr-dev_2019.2-1ubuntu1_all.deb ...
- Unpacking x11proto-randr-dev (2019.2-1ubuntu1) ...
- Selecting previously unselected package libxrandr-dev:amd64.
- Preparing to unpack .../137-libxrandr-dev_2%3a1.5.2-0ubuntu1_amd64.deb ...
- Unpacking libxrandr-dev:amd64 (2:1.5.2-0ubuntu1) ...
- Selecting previously unselected package x11proto-scrnsaver-dev.
- Preparing to unpack .../138-x11proto-scrnsaver-dev_2019.2-1ubuntu1_all.deb ...
- Unpacking x11proto-scrnsaver-dev (2019.2-1ubuntu1) ...
- Selecting previously unselected package libxss-dev:amd64.
- Preparing to unpack .../139-libxss-dev_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxss-dev:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../140-libsm6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxt6:amd64.
- Preparing to unpack .../141-libxt6_1%3a1.1.5-1_amd64.deb ...
- Unpacking libxt6:amd64 (1:1.1.5-1) ...
- Selecting previously unselected package libsm-dev:amd64.
- Preparing to unpack .../142-libsm-dev_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxt-dev:amd64.
- Preparing to unpack .../143-libxt-dev_1%3a1.1.5-1_amd64.deb ...
- Unpacking libxt-dev:amd64 (1:1.1.5-1) ...
- Selecting previously unselected package libxv1:amd64.
- Preparing to unpack .../144-libxv1_2%3a1.0.11-1_amd64.deb ...
- Unpacking libxv1:amd64 (2:1.0.11-1) ...
- Selecting previously unselected package libxv-dev:amd64.
- Preparing to unpack .../145-libxv-dev_2%3a1.0.11-1_amd64.deb ...
- Unpacking libxv-dev:amd64 (2:1.0.11-1) ...
- Selecting previously unselected package x11proto-xf86vidmode-dev.
- Preparing to unpack .../146-x11proto-xf86vidmode-dev_2019.2-1ubuntu1_all.deb ...
- Unpacking x11proto-xf86vidmode-dev (2019.2-1ubuntu1) ...
- Selecting previously unselected package libxxf86vm-dev:amd64.
- Preparing to unpack .../147-libxxf86vm-dev_1%3a1.1.4-1build1_amd64.deb ...
- Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1build1) ...
- Selecting previously unselected package libsdl2-dev:amd64.
- Preparing to unpack .../148-libsdl2-dev_2.0.10+dfsg1-3_amd64.deb ...
- Unpacking libsdl2-dev:amd64 (2.0.10+dfsg1-3) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../149-libjbig0_2.1-3.1ubuntu0.20.04.1_amd64.deb ...
- Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.20.04.1) ...
- Selecting previously unselected package libwebp6:amd64.
- Preparing to unpack .../150-libwebp6_0.6.1-2ubuntu0.20.04.3_amd64.deb ...
- Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.3) ...
- Selecting previously unselected package libtiff5:amd64.
- Preparing to unpack .../151-libtiff5_4.1.0+git191117-2ubuntu0.20.04.14_amd64.deb ...
- Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.14) ...
- Selecting previously unselected package libsdl2-image-2.0-0:amd64.
- Preparing to unpack .../152-libsdl2-image-2.0-0_2.0.5+dfsg1-2_amd64.deb ...
- Unpacking libsdl2-image-2.0-0:amd64 (2.0.5+dfsg1-2) ...
- Selecting previously unselected package libsdl2-image-dev:amd64.
- Preparing to unpack .../153-libsdl2-image-dev_2.0.5+dfsg1-2_amd64.deb ...
- Unpacking libsdl2-image-dev:amd64 (2.0.5+dfsg1-2) ...
- Selecting previously unselected package libsdl2-ttf-2.0-0:amd64.
- Preparing to unpack .../154-libsdl2-ttf-2.0-0_2.0.15+dfsg1-1_amd64.deb ...
- Unpacking libsdl2-ttf-2.0-0:amd64 (2.0.15+dfsg1-1) ...
- Selecting previously unselected package libsdl2-ttf-dev:amd64.
- Preparing to unpack .../155-libsdl2-ttf-dev_2.0.15+dfsg1-1_amd64.deb ...
- Unpacking libsdl2-ttf-dev:amd64 (2.0.15+dfsg1-1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../156-libxcb-randr0_1.14-2_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.14-2) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../157-mesa-vulkan-drivers_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-12ubuntu0.1) ...
- Setting up libxcb-dri3-0:amd64 (1.14-2) ...
- Setting up libwayland-server0:amd64 (1.18.0-1ubuntu0.1) ...
- Setting up libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.6) ...
- Setting up libpciaccess0:amd64 (0.16-0ubuntu1) ...
- Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.4) ...
- Setting up libxcb-xfixes0:amd64 (1.14-2) ...
- Setting up libogg0:amd64 (1.3.4-0ubuntu1) ...
- Setting up mime-support (3.64ubuntu1) ...
- Setting up libpcre16-3:amd64 (2:8.39-12ubuntu0.1) ...
- Setting up libxi6:amd64 (2:1.7.10-0ubuntu1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1) ...
- Setting up xdg-user-dirs (0.17-2ubuntu1) ...
- Setting up alsa-ucm-conf (1.2.2-1ubuntu0.13) ...
- Setting up libmagic-mgc (1:5.38-4) ...
- Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.7) ...
- No schema files found: doing nothing.
- Setting up libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up x11proto-randr-dev (2019.2-1ubuntu1) ...
- Setting up libxcb-glx0:amd64 (1.14-2) ...
- Setting up libibus-1.0-5:amd64 (1.5.22-2ubuntu2.1) ...
- Setting up x11-common (1:7.7+19ubuntu14) ...
- update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ...
- Setting up libmagic1:amd64 (1:5.38-4) ...
- Setting up libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
- Setting up xkb-data (2.29-2) ...
- Setting up libxcb-shm0:amd64 (1.14-2) ...
- Setting up file (1:5.38-4) ...
- Setting up libffi-dev:amd64 (3.3-4) ...
- Setting up x11proto-xinerama-dev (2019.2-1ubuntu1) ...
- Setting up libjbig0:amd64 (2.1-3.1ubuntu0.20.04.1) ...
- Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ...
- Setting up libopengl0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1build1) ...
- Setting up libflac8:amd64 (1.3.3-1ubuntu0.2) ...
- Setting up tzdata (2024a-0ubuntu0.20.04.1) ...
- 
- Current default time zone: 'Europe/London'
- Local time is now:      Wed Sep 18 16:57:48 BST 2024.
- Universal Time is now:  Wed Sep 18 15:57:48 UTC 2024.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
- 
- Setting up libxcb-present0:amd64 (1.14-2) ...
- Setting up libasound2-data (1.2.2-2.1ubuntu2.5) ...
- Setting up libpcre2-32-0:amd64 (10.34-7ubuntu0.1) ...
- Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.7) ...
- Setting up libgles2:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libwrap0:amd64 (7.6.q-30) ...
- Setting up libxfixes3:amd64 (1:5.0.3-2) ...
- Setting up libxcb-sync1:amd64 (1.14-2) ...
- Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.6) ...
- Setting up libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
- Setting up libgles1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
- Setting up dbus (1.12.16-2ubuntu2.3) ...
- Setting up libxinerama1:amd64 (2:1.1.4-2) ...
- Setting up libxv1:amd64 (2:1.0.11-1) ...
- Setting up libpng16-16:amd64 (1.6.37-2) ...
- Setting up libpcre32-3:amd64 (2:8.39-12ubuntu0.1) ...
- Setting up libvorbis0a:amd64 (1.3.6-2ubuntu1) ...
- Setting up x11proto-input-dev (2019.2-1ubuntu1) ...
- Setting up libxrandr2:amd64 (2:1.5.2-0ubuntu1) ...
- Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.3) ...
- Setting up pkg-config (0.29.1-0ubuntu4) ...
- Setting up libudev-dev:amd64 (245.4-4ubuntu3.24) ...
- Setting up libpcre2-posix2:amd64 (10.34-7ubuntu0.1) ...
- Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
- Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ...
- Setting up libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libvulkan1:amd64 (1.2.131.2-1) ...
- Setting up libxcb-dri2-0:amd64 (1.14-2) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ...
- Setting up x11proto-xf86vidmode-dev (2019.2-1ubuntu1) ...
- Setting up x11proto-xext-dev (2019.2-1ubuntu1) ...
- Setting up alsa-topology-conf (1.2.2-1) ...
- Setting up libasyncns0:amd64 (0.8-6) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up libxcb-randr0:amd64 (1.14-2) ...
- Setting up libasound2:amd64 (1.2.2-2.1ubuntu2.5) ...
- Setting up libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
- Setting up libwayland-egl1:amd64 (1.18.0-1ubuntu0.1) ...
- Setting up libxss1:amd64 (1:1.2.3-1) ...
- Setting up libmpdec2:amd64 (2.4.2-3) ...
- Setting up libopengl-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.12) ...
- Setting up libasound2-dev:amd64 (1.2.2-2.1ubuntu2.5) ...
- Setting up python3.8 (3.8.10-0ubuntu1~20.04.12) ...
- Setting up x11proto-scrnsaver-dev (2019.2-1ubuntu1) ...
- Setting up libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ...
- Setting up libxrender-dev:amd64 (1:0.9.10-1) ...
- Setting up libvorbisenc2:amd64 (1.3.6-2ubuntu1) ...
- Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
- Setting up libxkbcommon0:amd64 (0.10.0-1) ...
- Setting up libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ...
- Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
- Setting up libblkid-dev:amd64 (2.34-0.1ubuntu9.6) ...
- Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ...
- Setting up libpcre2-dev:amd64 (10.34-7ubuntu0.1) ...
- Setting up libice-dev:amd64 (2:1.0.10-0ubuntu1) ...
- Setting up libselinux1-dev:amd64 (3.0-1build2) ...
- Setting up libpcre3-dev:amd64 (2:8.39-12ubuntu0.1) ...
- Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
- Setting up libxxf86vm-dev:amd64 (1:1.1.4-1build1) ...
- Setting up libxkbcommon-dev:amd64 (0.10.0-1) ...
- Setting up libxcursor1:amd64 (1:1.2.0-2) ...
- Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.7) ...
- Setting up python3 (3.8.2-0ubuntu2) ...
- running python rtupdate hooks for python3.8...
- running python post-rtupdate hooks for python3.8...
- Setting up libxfixes-dev:amd64 (1:5.0.3-2) ...
- Setting up libfreetype6:amd64 (2.10.1-2ubuntu0.3) ...
- Setting up libdbus-1-dev:amd64 (1.12.16-2ubuntu2.3) ...
- Setting up gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
- Setting up libxext-dev:amd64 (2:1.3.4-0ubuntu1) ...
- Setting up libsndio7.0:amd64 (1.5.0-3) ...
- Setting up libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libwayland-cursor0:amd64 (1.18.0-1ubuntu0.1) ...
- Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.14) ...
- Setting up libsndfile1:amd64 (1.0.28-7ubuntu0.2) ...
- Setting up libxi-dev:amd64 (2:1.7.10-0ubuntu1) ...
- Setting up python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...
- Setting up gir1.2-ibus-1.0:amd64 (1.5.22-2ubuntu2.1) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.7) ...
- Setting up libmount-dev:amd64 (2.34-0.1ubuntu9.6) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up python3-distutils (3.8.10-0ubuntu1~20.04) ...
- Setting up libglib2.0-dev-bin (2.64.6-1~ubuntu20.04.7) ...
- Setting up mesa-vulkan-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libsndio-dev:amd64 (1.5.0-3) ...
- Setting up libgbm1:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libpulse0:amd64 (1:13.99.1-1ubuntu3.13) ...
- Setting up libsm-dev:amd64 (2:1.2.3-1) ...
- Setting up libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libxcursor-dev:amd64 (1:1.2.0-2) ...
- Setting up libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libxss-dev:amd64 (1:1.2.3-1) ...
- Setting up libxv-dev:amd64 (2:1.0.11-1) ...
- Setting up libwayland-bin (1.18.0-1ubuntu0.1) ...
- Setting up libxrandr-dev:amd64 (2:1.5.2-0ubuntu1) ...
- Setting up libegl-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libglib2.0-dev:amd64 (2.64.6-1~ubuntu20.04.7) ...
- Setting up libpulse-mainloop-glib0:amd64 (1:13.99.1-1ubuntu3.13) ...
- Setting up shared-mime-info (1.15-1) ...
- Setting up libxinerama-dev:amd64 (2:1.1.4-2) ...
- Setting up libxt6:amd64 (1:1.1.5-1) ...
- Setting up libpulse-dev:amd64 (1:13.99.1-1ubuntu3.13) ...
- Setting up libegl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libsdl2-2.0-0:amd64 (2.0.10+dfsg1-3) ...
- Setting up libsdl2-image-2.0-0:amd64 (2.0.5+dfsg1-2) ...
- Setting up libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libwayland-dev:amd64 (1.18.0-1ubuntu0.1) ...
- Setting up libibus-1.0-dev:amd64 (1.5.22-2ubuntu2.1) ...
- Setting up libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libxt-dev:amd64 (1:1.1.5-1) ...
- Setting up libglx-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libsdl2-ttf-2.0-0:amd64 (2.0.15+dfsg1-1) ...
- Setting up libglu1-mesa:amd64 (9.0.1-1build1) ...
- Setting up libgl-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libegl-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libglu1-mesa-dev:amd64 (9.0.1-1build1) ...
- Setting up libgles-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libglvnd-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libgl1-mesa-dev:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libegl1-mesa-dev:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libgles2-mesa-dev:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libsdl2-dev:amd64 (2.0.10+dfsg1-3) ...
- Setting up libsdl2-ttf-dev:amd64 (2.0.15+dfsg1-1) ...
- Setting up libsdl2-image-dev:amd64 (2.0.5+dfsg1-2) ...
- Processing triggers for libc-bin (2.31-0ubuntu9.16) ...
2024-09-18 15:57.52 ---> saved as "ffa141581cc72e3360f1db3cb572e3b2d2a7c7cc42ba344de447180bf39bffa7"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 20 packages
  - install bigarray-compat   1.1.0
  - install conf-libffi       2.0.0
  - install conf-pkg-config   3
  - install conf-sdl2         1
  - install conf-sdl2-image   1
  - install conf-sdl2-ttf     1
  - install csexp             1.5.2
  - install ctypes            0.20.2
  - install ctypes-foreign    0.18.0
  - install dune              3.16.0
  - install dune-configurator 3.16.0
  - install integers          0.7.0
  - install ocamlbuild        0.15.0
  - install ocamlfind         1.9.6
  - install stdlib-shims      0.3.0
  - install topkg             1.0.7
  - install tsdl              0.9.8
  - install tsdl-image        0.6
  - install tsdl-ttf          0.6
  - install xdg               3.16.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-pkg-config.3
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl.0.9.8  (https://erratique.ch/software/tsdl/releases/tsdl-0.9.8.tbz)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0, xdg.3.16.0  (cached)
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed dune.3.16.0
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.16.0
-> installed dune-configurator.3.16.0
-> installed ctypes.0.20.2
-> installed tsdl.0.9.8
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-18 15:59.28 ---> saved as "d7b23dcda92b8c77578b97dcf4b4cdb86cee380f603847c9719213ae31f5602e"

/src: (copy (src .) (dst /src))
2024-09-18 15:59.28 ---> saved as "e9865ce67a6f49ccb50c330c52dc5219e595121e309d2acab7e5bf9125d82627"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/examples && ./examples.exe 00)
[0][0] :	 Warning: User variable 'LOG_TO_FILE' not found in config.
[0][0] :	 Warning: Using LOG_TO_FILE=false
[0][0] :	 I/O: Executable=examples.exe
[0][0] :	 I/O: Invoking opam
[25][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[25][0] :	 Warning: User variable 'DIR' not found in config.
[25][0] :	 Warning: Using DIR=
[28][0] :	 Warning: User variable 'THEME' not found in config.
[28][0] :	 Warning: Using THEME=default
[28][0] :	 I/O: No theme specified, using default=default
[30][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20240229]
[30][0] :	 I/O: Reading BACKGROUND=color:white
[30][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[30][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[30][0] :	 Warning: Using THEME=default
Loading Bogue 20240229 with config dir /src/_build/install/default/share/bogue/themes/default
[30][0] :	 Warning: Using BACKGROUND=color:white
[30][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[30][0] :	 Warning: Using BG_COLOR=lightsteelblue
[30][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[30][0] :	 Warning: Using BUTTON_COLOR_OFF=steelblue
[30][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[30][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[30][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[30][0] :	 Warning: Using CHECK_OFF=fa:square-o
[30][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[30][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[30][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[30][0] :	 Warning: Using FAINT_COLOR=gainsboro
[30][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[30][0] :	 Warning: Using TEXT_COLOR=black
[30][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[30][0] :	 Warning: Using SEL_BG_COLOR=slategray
[30][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[30][0] :	 Warning: Using SEL_FG_COLOR=white
[30][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[30][0] :	 Warning: Using LABEL_COLOR=black
[30][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[30][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[30][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[30][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[30][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[30][0] :	 Warning: Using LABEL_FONT_SIZE=14
[30][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[30][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[30][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[30][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[30][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[30][0] :	 Warning: Using TEXT_FONT_SIZE=14
[30][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[30][0] :	 Warning: Using SMALL_FONT_SIZE=10
[30][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[30][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[30][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[30][0] :	 Warning: Using ROOM_MARGIN=10
[30][0] :	 Warning: User variable 'FA_DIR' not found in config.
[30][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[30][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[30][0] :	 Warning: Using INT_SCALE=false
[30][0] :	 Warning: User variable 'SCALE' not found in config.
[30][0] :	 Warning: Using SCALE=0
[30][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[30][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[33][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[37][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[37][0] :	 Warning: SDL initialized
[37][0] :	 Event: SDL Events initialized
[37][0] :	 Event: Register new event type:user (32768)
[37][0] :	 Event: Register new event type:stop (32769)
[37][0] :	 Event: Register new event type:stopped (32770)
[37][0] :	 Event: Register new event type:mouse_enter (32771)
[37][0] :	 Event: Register new event type:mouse_leave (32772)
[37][0] :	 Event: Register new event type:redraw (32773)
[37][0] :	 Event: Register new event type:mouse_at_rest (32774)
[37][0] :	 Event: Register new event type:startup (32775)
[37][0] :	 Event: Register new event type:var_changed (32776)
[37][0] :	 Event: Register new event type:update (32777)
[37][0] :	 Event: Register new event type:sync_action (32778)
[37][0] :	 Event: Register new event type:keyboard_focus (32779)
[37][0] :	 Event: Register new event type:mouse_focus (32780)
[37][0] :	 Event: Register new event type:remove_layout (32781)
[37][0] :	 Event: Register new event type:destroy_window (32782)
[37][0] :	 Event: Register new event type:not_used (32783)
[37][0] :	 Board: Layout #1 (dummy) created.
[37][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[37][0] :	 Graphics: SDL Video initialized
[37][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[38][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[40][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[40][0] :	 Graphics: DPI from system: 110
[40][0] :	 Graphics; Warning: Using SCALE=1.000000
[40][0] :	 Graphics: SDL Image initialized
[40][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[41][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[41][0] :	 Board: Adding timeout 1
[41][0] :	 Board: Layout #2 (windows_house) created.
[41][0] :	 Board: ==> Running board!
[51][0] :	 Board: Has focus: NO
[51][0] :	 Board: Adding timeout 2
[51][0] :	 Graphics: FPS:100 (round_trip=0)

[62][0] :	 Graphics: FPS:100 (round_trip=1)

[71][0] :	 Graphics: FPS:100 (round_trip=0)

[81][0] :	 Graphics: FPS:100 (round_trip=0)

[91][0] :	 Graphics: FPS:100 (round_trip=0)

[101][0] :	 Graphics: FPS:100 (round_trip=0)

[111][0] :	 Graphics: FPS:100 (round_trip=0)

[122][0] :	 Graphics: FPS:100 (round_trip=1)

[131][0] :	 Graphics: FPS:100 (round_trip=0)

[141][0] :	 Graphics: FPS:100 (round_trip=0)

[151][0] :	 Graphics: FPS:100 (round_trip=0)

[161][0] :	 Graphics: FPS:100 (round_trip=0)

[171][0] :	 Graphics: FPS:100 (round_trip=0)

[182][0] :	 Graphics: FPS:100 (round_trip=0)

[192][0] :	 Graphics: FPS:100 (round_trip=0)

[202][0] :	 Graphics: FPS:100 (round_trip=0)

[212][0] :	 Graphics: FPS:100 (round_trip=0)

[222][0] :	 Graphics: FPS:100 (round_trip=0)

[232][0] :	 Graphics: FPS:100 (round_trip=0)

[243][0] :	 Graphics: FPS:100 (round_trip=0)

[253][0] :	 Graphics: FPS:100 (round_trip=0)

[263][0] :	 Graphics: FPS:100 (round_trip=0)

[273][0] :	 Graphics: FPS:100 (round_trip=0)

[283][0] :	 Graphics: FPS:100 (round_trip=0)

[294][0] :	 Graphics: FPS:100 (round_trip=1)

[303][0] :	 Graphics: FPS:100 (round_trip=0)

[314][0] :	 Graphics: FPS:100 (round_trip=0)

[324][0] :	 Graphics: FPS:100 (round_trip=0)

[334][0] :	 Graphics: FPS:100 (round_trip=0)

[345][0] :	 Graphics: FPS:100 (round_trip=0)

[355][0] :	 Graphics: FPS:100 (round_trip=0)

[365][0] :	 Graphics: FPS:100 (round_trip=0)

[375][0] :	 Graphics: FPS:100 (round_trip=0)

[385][0] :	 Graphics: FPS:100 (round_trip=0)

[396][0] :	 Graphics: FPS:100 (round_trip=1)

[405][0] :	 Graphics: FPS:100 (round_trip=0)

[415][0] :	 Graphics: FPS:100 (round_trip=0)

[425][0] :	 Graphics: FPS:100 (round_trip=0)

[435][0] :	 Graphics: FPS:100 (round_trip=0)

[445][0] :	 Graphics: FPS:100 (round_trip=0)

[456][0] :	 Graphics: FPS:100 (round_trip=0)

[466][0] :	 Graphics: FPS:100 (round_trip=0)

[476][0] :	 Graphics: FPS:100 (round_trip=0)

[486][0] :	 Graphics: FPS:100 (round_trip=0)

[496][0] :	 Graphics: FPS:100 (round_trip=0)

[506][0] :	 Graphics: FPS:100 (round_trip=0)

[517][0] :	 Graphics: FPS:100 (round_trip=0)

[527][0] :	 Graphics: FPS:100 (round_trip=0)

[537][0] :	 Graphics: FPS:100 (round_trip=0)

[547][0] :	 Graphics: FPS:100 (round_trip=0)

[557][0] :	 Graphics: FPS:100 (round_trip=0)

[568][0] :	 Graphics: FPS:100 (round_trip=0)

[578][0] :	 Graphics: FPS:100 (round_trip=0)

[588][0] :	 Graphics: FPS:100 (round_trip=0)

[598][0] :	 Graphics: FPS:100 (round_trip=0)

[608][0] :	 Graphics: FPS:100 (round_trip=0)

[618][0] :	 Graphics: FPS:100 (round_trip=0)

[629][0] :	 Graphics: FPS:100 (round_trip=0)

[639][0] :	 Graphics: FPS:100 (round_trip=0)

[649][0] :	 Graphics: FPS:100 (round_trip=0)

[659][0] :	 Graphics: FPS:100 (round_trip=0)

[669][0] :	 Graphics: FPS:100 (round_trip=0)

[679][0] :	 Graphics: FPS:100 (round_trip=0)

[690][0] :	 Graphics: FPS:100 (round_trip=0)

[700][0] :	 Graphics: FPS:100 (round_trip=0)

[710][0] :	 Graphics: FPS:100 (round_trip=0)

[720][0] :	 Graphics: FPS:100 (round_trip=0)

[730][0] :	 Graphics: FPS:100 (round_trip=0)

[740][0] :	 Graphics: FPS:100 (round_trip=0)

[751][0] :	 Graphics: FPS:100 (round_trip=0)

[761][0] :	 Graphics: FPS:100 (round_trip=0)

[771][0] :	 Graphics: FPS:100 (round_trip=0)

[781][0] :	 Graphics: FPS:100 (round_trip=0)

[791][0] :	 Graphics: FPS:100 (round_trip=0)

[802][0] :	 Graphics: FPS:100 (round_trip=0)

[812][0] :	 Graphics: FPS:100 (round_trip=0)

[822][0] :	 Graphics: FPS:100 (round_trip=0)

[832][0] :	 Graphics: FPS:100 (round_trip=0)

[843][0] :	 Graphics: FPS:100 (round_trip=0)

[853][0] :	 Graphics: FPS:100 (round_trip=0)

[864][0] :	 Graphics: FPS:100 (round_trip=0)

[874][0] :	 Graphics: FPS:100 (round_trip=0)

[884][0] :	 Graphics: FPS:100 (round_trip=0)

[894][0] :	 Graphics: FPS:100 (round_trip=0)

[904][0] :	 Graphics: FPS:100 (round_trip=0)

[914][0] :	 Graphics: FPS:100 (round_trip=0)

[925][0] :	 Graphics: FPS:100 (round_trip=0)

[935][0] :	 Graphics: FPS:100 (round_trip=0)

[945][0] :	 Graphics: FPS:100 (round_trip=0)

[955][0] :	 Graphics: FPS:100 (round_trip=0)

[966][0] :	 Graphics: FPS:100 (round_trip=0)

[976][0] :	 Graphics: FPS:100 (round_trip=0)

[986][0] :	 Graphics: FPS:100 (round_trip=0)

[996][0] :	 Graphics: FPS:100 (round_trip=0)

[1005][0] :	 Graphics: FPS:100 (round_trip=0)

[1016][0] :	 Graphics: FPS:100 (round_trip=0)

[1026][0] :	 Graphics: FPS:100 (round_trip=0)

[1036][0] :	 Graphics: FPS:100 (round_trip=0)

[1046][0] :	 Board: Executing timeout 1
Hello world
[1046][0] :	 Memory: All zombies have been killed! Congratulations!
[1046][0] :	 Board: Quitting...
[1046][0] :	 Graphics: Quitting SDL Image
[1046][0] :	 Graphics: Quitting SDL Video
[1046][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1046][0] :	 Memory: Freeing surface (123,128)
[1046][0] :	 Event: Quitting SDL Events
[1046][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.0.10
/bin/sh: 1: xdpyinfo: not found
2024-09-18 15:59.34 ---> saved as "84aa02a930cd802b1f105122f9a07bfdcd4d7beb2b91200288e128e62e7125e8"
Job succeeded
2024-09-18 15:59.34: Job succeeded