Organisationssanettetsdl3c6c46 ()ubuntu-22.04-5.4_opam-2.5

ubuntu-22.04-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-04-11 11:09.14: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (3c6c46aa426b06301c2af997afb26ccecd91cea9) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard 3c6c46aa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9
# ubuntu-22.04-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl.opam ./
RUN opam pin add -yn tsdl.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl.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


2026-04-11 11:09.14: Using cache hint "sanette/tsdl-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9-ubuntu-22.04-5.4_opam-2.5-7efe6469eb878fa6912b9bac90dbfa02"
2026-04-11 11:09.14: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9)
(comment ubuntu-22.04-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.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.5 --depext-only -y tsdl.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"))
)


2026-04-11 11:09.14: Waiting for resource in pool OCluster
2026-04-11 11:09.14: Waiting for worker…
2026-04-11 11:09.14: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 3c6c46a stub false for debug


(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9' locally
docker.io/ocaml/opam@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9: Pulling from ocaml/opam
b1cba2e842ca: Pulling fs layer
421afdaed246: Pulling fs layer
4f870a39d887: Pulling fs layer
55a213a632b1: Pulling fs layer
45b4d0733e62: Pulling fs layer
3aeb1fde2a5c: Pulling fs layer
b1cba2e842ca: Waiting
aafef83927b6: Pulling fs layer
421afdaed246: Waiting
bcf6200713a7: Pulling fs layer
55a213a632b1: Waiting
4f870a39d887: Waiting
45b4d0733e62: Waiting
44126a1f4f31: Pulling fs layer
3aeb1fde2a5c: Waiting
aafef83927b6: Waiting
bcf6200713a7: Waiting
640d0ce4ea89: Pulling fs layer
44126a1f4f31: Waiting
b5d13c755b81: Pulling fs layer
640d0ce4ea89: Waiting
d4f408980979: Pulling fs layer
b5d13c755b81: Waiting
a89dafa13071: Pulling fs layer
636fd786dcef: Pulling fs layer
d4f408980979: Waiting
a89dafa13071: Waiting
31dae2391bd4: Pulling fs layer
636fd786dcef: Waiting
8b28883ae878: Pulling fs layer
4a187d75ee24: Pulling fs layer
31dae2391bd4: Waiting
4f4fb700ef54: Pulling fs layer
8b28883ae878: Waiting
4a187d75ee24: Waiting
15ef0a4fe052: Pulling fs layer
81aef10b7468: Pulling fs layer
8492c04426b2: Pulling fs layer
931be6b45df3: Pulling fs layer
15ef0a4fe052: Waiting
8492c04426b2: Waiting
b3b41b093e1c: Pulling fs layer
81aef10b7468: Waiting
931be6b45df3: Waiting
c66a499f18f1: Pulling fs layer
b3b41b093e1c: Waiting
dc859d65a979: Pulling fs layer
f9a4b7e83cbc: Pulling fs layer
8406175b74f2: Pulling fs layer
dc859d65a979: Waiting
d8a867e68b39: Pulling fs layer
f9a4b7e83cbc: Waiting
1b4507b9d94f: Pulling fs layer
d8a867e68b39: Waiting
8406175b74f2: Waiting
86753f729f41: Pulling fs layer
1b4507b9d94f: Waiting
bb1554100fd0: Pulling fs layer
86753f729f41: Waiting
79f063451047: Pulling fs layer
bb1554100fd0: Waiting
af19aefa8c28: Pulling fs layer
79f063451047: Waiting
18ae77be10c6: Pulling fs layer
23748796c9e7: Pulling fs layer
af19aefa8c28: Waiting
8a87c1d60ed6: Pulling fs layer
18ae77be10c6: Waiting
23748796c9e7: Waiting
f59dc0679c75: Pulling fs layer
8a87c1d60ed6: Waiting
d71672fc129c: Pulling fs layer
f59dc0679c75: Waiting
44dd0ab5fdef: Pulling fs layer
edadc98b94f2: Pulling fs layer
5594968993e8: Pulling fs layer
44dd0ab5fdef: Waiting
d71672fc129c: Waiting
edadc98b94f2: Waiting
9f6b7b34fd6d: Pulling fs layer
5594968993e8: Waiting
fae525a8fdf7: Pulling fs layer
250c7a686cbe: Pulling fs layer
9f6b7b34fd6d: Waiting
5230fa14e4cf: Pulling fs layer
fae525a8fdf7: Waiting
864dff2bbd6b: Pulling fs layer
250c7a686cbe: Waiting
5230fa14e4cf: Waiting
864dff2bbd6b: Waiting
b1cba2e842ca: Verifying Checksum
b1cba2e842ca: Download complete
421afdaed246: Download complete
4f870a39d887: Verifying Checksum
4f870a39d887: Download complete
b1cba2e842ca: Pull complete
421afdaed246: Pull complete
4f870a39d887: Pull complete
45b4d0733e62: Verifying Checksum
45b4d0733e62: Download complete
3aeb1fde2a5c: Verifying Checksum
3aeb1fde2a5c: Download complete
aafef83927b6: Verifying Checksum
aafef83927b6: Download complete
bcf6200713a7: Verifying Checksum
bcf6200713a7: Download complete
44126a1f4f31: Verifying Checksum
44126a1f4f31: Download complete
55a213a632b1: Verifying Checksum
55a213a632b1: Download complete
b5d13c755b81: Download complete
640d0ce4ea89: Verifying Checksum
640d0ce4ea89: Download complete
d4f408980979: Verifying Checksum
d4f408980979: Download complete
a89dafa13071: Verifying Checksum
a89dafa13071: Download complete
8b28883ae878: Download complete
31dae2391bd4: Verifying Checksum
31dae2391bd4: Download complete
636fd786dcef: Verifying Checksum
636fd786dcef: Download complete
4a187d75ee24: Download complete
4f4fb700ef54: Download complete
15ef0a4fe052: Verifying Checksum
15ef0a4fe052: Download complete
81aef10b7468: Download complete
8492c04426b2: Download complete
931be6b45df3: Download complete
b3b41b093e1c: Download complete
c66a499f18f1: Download complete
dc859d65a979: Download complete
f9a4b7e83cbc: Verifying Checksum
f9a4b7e83cbc: Download complete
8406175b74f2: Download complete
d8a867e68b39: Download complete
86753f729f41: Download complete
1b4507b9d94f: Verifying Checksum
1b4507b9d94f: Download complete
bb1554100fd0: Download complete
79f063451047: Verifying Checksum
79f063451047: Download complete
af19aefa8c28: Verifying Checksum
af19aefa8c28: Download complete
23748796c9e7: Download complete
f59dc0679c75: Download complete
55a213a632b1: Pull complete
45b4d0733e62: Pull complete
d71672fc129c: Verifying Checksum
d71672fc129c: Download complete
44dd0ab5fdef: Verifying Checksum
44dd0ab5fdef: Download complete
edadc98b94f2: Verifying Checksum
5594968993e8: Verifying Checksum
5594968993e8: Download complete
9f6b7b34fd6d: Verifying Checksum
9f6b7b34fd6d: Download complete
8a87c1d60ed6: Verifying Checksum
8a87c1d60ed6: Download complete
fae525a8fdf7: Verifying Checksum
fae525a8fdf7: Download complete
250c7a686cbe: Download complete
5230fa14e4cf: Verifying Checksum
5230fa14e4cf: Download complete
864dff2bbd6b: Verifying Checksum
864dff2bbd6b: Download complete
18ae77be10c6: Verifying Checksum
18ae77be10c6: Download complete
3aeb1fde2a5c: Pull complete
aafef83927b6: Pull complete
bcf6200713a7: Pull complete
44126a1f4f31: Pull complete
640d0ce4ea89: Pull complete
b5d13c755b81: Pull complete
d4f408980979: Pull complete
a89dafa13071: Pull complete
636fd786dcef: Pull complete
31dae2391bd4: Pull complete
8b28883ae878: Pull complete
4a187d75ee24: Pull complete
4f4fb700ef54: Pull complete
15ef0a4fe052: Pull complete
81aef10b7468: Pull complete
8492c04426b2: Pull complete
931be6b45df3: Pull complete
b3b41b093e1c: Pull complete
c66a499f18f1: Pull complete
dc859d65a979: Pull complete
f9a4b7e83cbc: Pull complete
8406175b74f2: Pull complete
d8a867e68b39: Pull complete
1b4507b9d94f: Pull complete
86753f729f41: Pull complete
bb1554100fd0: Pull complete
79f063451047: Pull complete
af19aefa8c28: Pull complete
18ae77be10c6: Pull complete
23748796c9e7: Pull complete
8a87c1d60ed6: Pull complete
f59dc0679c75: Pull complete
d71672fc129c: Pull complete
44dd0ab5fdef: Pull complete
edadc98b94f2: Pull complete
5594968993e8: Pull complete
9f6b7b34fd6d: Pull complete
fae525a8fdf7: Pull complete
250c7a686cbe: Pull complete
5230fa14e4cf: Pull complete
864dff2bbd6b: Pull complete
Digest: sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9
Status: Downloaded newer image for ocaml/opam@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9
2026-04-11 11:09.15 ---> using "a494baecbb94e7af4729d4c2ae860efde3ac6b3dc163dcb8423239dae5deadc4" from cache


/: (comment ubuntu-22.04-5.4_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-11 11:09.15 ---> using "e5280f8b1c6f0298ccc2a6bcb36e6de990878c996fb6e9437093be910da9449d" 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 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-11 11:09.15 ---> using "0733a7d2324a7e649e143a7b1a25624625d45bf75af068c91f760900ce4dfe73" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-11 11:09.15 ---> using "4d7450a6f82470363f267e9558dda7fc3483e573698f6886e667a9bb28c3b837" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-11 11:09.15 ---> using "b8a2c0d42955ac90f8517be228dcb3fea7854c0d204131339e5e27619cebb1b7" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ffb54b9bdd..42844088d7  master     -> origin/master
7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 11:09.15 ---> using "0fa7eb44255de065cc240c70a7beb0213b83c1707e98ca5b2d4f129c0af88d39" from cache


/src: (copy (src tsdl.opam) (dst ./))
2026-04-11 11:09.15 ---> using "12ce319dad2515488c23351bb98b17616c0ef8498e668d908f3a6dab3af7d176" from cache


/src: (run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
[tsdl.dev] synchronised (file:///src)
tsdl is now pinned to file:///src (version dev)
2026-04-11 11:09.15 ---> using "1c8cd26816c338dc19aa12616bf3acfdc5c8a4048e6f72d247456b56862bf733" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-11 11:09.15 ---> using "690b586ec16d91c51f000122830762f2e8590f9dda09058b22bf2fcc3b367882" from cache


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.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.5 --depext-only -y tsdl.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1622 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7143 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4226 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [84.0 kB]
- Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3889 kB]
- Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1311 kB]
- Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6917 kB]
- Fetched 25.6 MB in 2s (13.1 MB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 pkg-config


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 15669 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 ... 15965 files and directories currently installed.)
- Preparing to unpack .../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 .../media-types_7.0.0_all.deb ...
- Unpacking media-types (7.0.0) ...
- Selecting previously unselected package libmpdec3:amd64.
- Preparing to unpack .../libmpdec3_2.5.1-2build2_amd64.deb ...
- Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
- Preparing to unpack .../libuuid1_2.37.2-4ubuntu3.5_amd64.deb ...
- Unpacking libuuid1:amd64 (2.37.2-4ubuntu3.5) over (2.37.2-4ubuntu3.4) ...
- Setting up libuuid1:amd64 (2.37.2-4ubuntu3.5) ...
- Selecting previously unselected package libpython3.10-stdlib: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 ... 15999 files and directories currently installed.)
- Preparing to unpack .../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 .../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 .../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 ... 16367 files and directories currently installed.)
- Preparing to unpack .../python3_3.10.6-1~22.04.1_amd64.deb ...
- Unpacking python3 (3.10.6-1~22.04.1) ...
- Preparing to unpack .../libblkid1_2.37.2-4ubuntu3.5_amd64.deb ...
- Unpacking libblkid1:amd64 (2.37.2-4ubuntu3.5) over (2.37.2-4ubuntu3.4) ...
- Setting up libblkid1:amd64 (2.37.2-4ubuntu3.5) ...
- (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 ... 16387 files and directories currently installed.)
- Preparing to unpack .../libmount1_2.37.2-4ubuntu3.5_amd64.deb ...
- Unpacking libmount1:amd64 (2.37.2-4ubuntu3.5) over (2.37.2-4ubuntu3.4) ...
- Setting up libmount1:amd64 (2.37.2-4ubuntu3.5) ...
- (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 ... 16387 files and directories currently installed.)
- Preparing to unpack .../libudev1_249.11-0ubuntu3.20_amd64.deb ...
- Unpacking libudev1:amd64 (249.11-0ubuntu3.20) over (249.11-0ubuntu3.17) ...
- Setting up libudev1:amd64 (249.11-0ubuntu3.20) ...
- 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 ... 16387 files and directories currently installed.)
- Preparing to unpack .../000-libapparmor1_3.0.4-2ubuntu2.5_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.5) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../001-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 .../002-dbus_1.12.20-2ubuntu4.1_amd64.deb ...
- Unpacking dbus (1.12.20-2ubuntu4.1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../003-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../004-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 .../005-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 libelf1:amd64.
- Preparing to unpack .../006-libelf1_0.186-1ubuntu0.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.186-1ubuntu0.1) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../007-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 .../008-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../009-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../010-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../011-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../012-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../013-xkb-data_2.33-1_all.deb ...
- Unpacking xkb-data (2.33-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../014-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ...
- Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../015-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../016-alsa-topology-conf_1.2.5.1-2_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-2) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../017-libasound2-data_1.2.6.1-1ubuntu1.1_all.deb ...
- Unpacking libasound2-data (1.2.6.1-1ubuntu1.1) ...
- Selecting previously unselected package libasound2:amd64.
- Preparing to unpack .../018-libasound2_1.2.6.1-1ubuntu1.1_amd64.deb ...
- Unpacking libasound2:amd64 (1.2.6.1-1ubuntu1.1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../019-alsa-ucm-conf_1.2.6.3-1ubuntu1.12_all.deb ...
- Unpacking alsa-ucm-conf (1.2.6.3-1ubuntu1.12) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../020-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ...
- Unpacking fontconfig (2.13.1-4.2ubuntu5) ...
- Selecting previously unselected package libibus-1.0-5:amd64.
- Preparing to unpack .../021-libibus-1.0-5_1.5.26-4_amd64.deb ...
- Unpacking libibus-1.0-5:amd64 (1.5.26-4) ...
- Selecting previously unselected package gir1.2-ibus-1.0:amd64.
- Preparing to unpack .../022-gir1.2-ibus-1.0_1.5.26-4_amd64.deb ...
- Unpacking gir1.2-ibus-1.0:amd64 (1.5.26-4) ...
- Selecting previously unselected package libasound2-dev:amd64.
- Preparing to unpack .../023-libasound2-dev_1.2.6.1-1ubuntu1.1_amd64.deb ...
- Unpacking libasound2-dev:amd64 (1.2.6.1-1ubuntu1.1) ...
- Selecting previously unselected package libasyncns0:amd64.
- Preparing to unpack .../024-libasyncns0_0.8-6build2_amd64.deb ...
- Unpacking libasyncns0:amd64 (0.8-6build2) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../025-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 .../026-libxcb-render0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../027-libxcb-shm0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../028-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 .../029-libcairo2_1.16.0-5ubuntu2.1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-5ubuntu2.1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../030-libdatrie1_0.2.13-2_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../031-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Selecting previously unselected package libdbus-1-dev:amd64.
- Preparing to unpack .../032-libdbus-1-dev_1.12.20-2ubuntu4.1_amd64.deb ...
- Unpacking libdbus-1-dev:amd64 (1.12.20-2ubuntu4.1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../033-libwayland-client0_1.20.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.20.0-1ubuntu0.1) ...
- Selecting previously unselected package libdecor-0-0:amd64.
- Preparing to unpack .../034-libdecor-0-0_0.1.0-3build1_amd64.deb ...
- Unpacking libdecor-0-0:amd64 (0.1.0-3build1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../035-libwayland-server0_1.20.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../036-libwayland-cursor0_1.20.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.20.0-1ubuntu0.1) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../037-libwayland-egl1_1.20.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.20.0-1ubuntu0.1) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../038-libwayland-bin_1.20.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-bin (1.20.0-1ubuntu0.1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../039-libffi-dev_3.4.2-4_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.2-4) ...
- Selecting previously unselected package libwayland-dev:amd64.
- Preparing to unpack .../040-libwayland-dev_1.20.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-dev:amd64 (1.20.0-1ubuntu0.1) ...
- Selecting previously unselected package libdecor-0-dev:amd64.
- Preparing to unpack .../041-libdecor-0-dev_0.1.0-3build1_amd64.deb ...
- Unpacking libdecor-0-dev:amd64 (0.1.0-3build1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../042-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 .../043-libharfbuzz0b_2.7.4-1ubuntu3.2_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../044-libthai-data_0.1.29-1build1_all.deb ...
- Unpacking libthai-data (0.1.29-1build1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../045-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 .../046-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 .../047-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 .../048-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 libdecor-0-plugin-1-cairo:amd64.
- Preparing to unpack .../049-libdecor-0-plugin-1-cairo_0.1.0-3build1_amd64.deb ...
- Unpacking libdecor-0-plugin-1-cairo:amd64 (0.1.0-3build1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../050-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../051-libpciaccess0_0.16-3_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.16-3) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../052-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../053-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../054-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libpciaccess-dev:amd64.
- Preparing to unpack .../055-libpciaccess-dev_0.16-3_amd64.deb ...
- Unpacking libpciaccess-dev:amd64 (0.16-3) ...
- Selecting previously unselected package libdrm-dev:amd64.
- Preparing to unpack .../056-libdrm-dev_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm-dev:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../057-libglvnd0_1.4.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../058-libxcb-randr0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../059-libgbm1_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../060-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../061-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../062-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../063-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../064-libxcb-present0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../065-libxcb-sync1_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../066-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../067-libxshmfence1_1.3-1build4_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1build4) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../068-libegl-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../069-libegl1_1.4.0-1_amd64.deb ...
- Unpacking libegl1:amd64 (1.4.0-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../070-libxcb-glx0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../071-libxfixes3_1%3a6.0.0-1_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-1) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../072-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ...
- Selecting previously unselected package libllvm15:amd64.
- Preparing to unpack .../073-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ...
- Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../074-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 .../075-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../076-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../077-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../078-libglx0_1.4.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../079-libgl1_1.4.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.4.0-1) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../080-libglx-dev_1.4.0-1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../081-libgl-dev_1.4.0-1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libegl-dev:amd64.
- Preparing to unpack .../082-libegl-dev_1.4.0-1_amd64.deb ...
- Unpacking libegl-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libglvnd-core-dev:amd64.
- Preparing to unpack .../083-libglvnd-core-dev_1.4.0-1_amd64.deb ...
- Unpacking libglvnd-core-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgles1:amd64.
- Preparing to unpack .../084-libgles1_1.4.0-1_amd64.deb ...
- Unpacking libgles1:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../085-libgles2_1.4.0-1_amd64.deb ...
- Unpacking libgles2:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgles-dev:amd64.
- Preparing to unpack .../086-libgles-dev_1.4.0-1_amd64.deb ...
- Unpacking libgles-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libopengl0:amd64.
- Preparing to unpack .../087-libopengl0_1.4.0-1_amd64.deb ...
- Unpacking libopengl0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libopengl-dev:amd64.
- Preparing to unpack .../088-libopengl-dev_1.4.0-1_amd64.deb ...
- Unpacking libopengl-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libglvnd-dev:amd64.
- Preparing to unpack .../089-libglvnd-dev_1.4.0-1_amd64.deb ...
- Unpacking libglvnd-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libegl1-mesa-dev:amd64.
- Preparing to unpack .../090-libegl1-mesa-dev_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libegl1-mesa-dev:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libogg0:amd64.
- Preparing to unpack .../091-libogg0_1.3.5-0ubuntu3_amd64.deb ...
- Unpacking libogg0:amd64 (1.3.5-0ubuntu3) ...
- Selecting previously unselected package libflac8:amd64.
- Preparing to unpack .../092-libflac8_1.3.3-2ubuntu0.2_amd64.deb ...
- Unpacking libflac8:amd64 (1.3.3-2ubuntu0.2) ...
- Selecting previously unselected package libgbm-dev:amd64.
- Preparing to unpack .../093-libgbm-dev_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libgbm-dev:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libgl1-amber-dri:amd64.
- Preparing to unpack .../094-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ...
- Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../095-libglib2.0-bin_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-bin (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../096-python3-lib2to3_3.10.8-1~22.04_all.deb ...
- Unpacking python3-lib2to3 (3.10.8-1~22.04) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../097-python3-distutils_3.10.8-1~22.04_all.deb ...
- Unpacking python3-distutils (3.10.8-1~22.04) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../098-libglib2.0-dev-bin_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-dev-bin (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../099-uuid-dev_2.37.2-4ubuntu3.5_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.37.2-4ubuntu3.5) ...
- Selecting previously unselected package libblkid-dev:amd64.
- Preparing to unpack .../100-libblkid-dev_2.37.2-4ubuntu3.5_amd64.deb ...
- Unpacking libblkid-dev:amd64 (2.37.2-4ubuntu3.5) ...
- Selecting previously unselected package libsepol-dev:amd64.
- Preparing to unpack .../101-libsepol-dev_3.3-1build1_amd64.deb ...
- Unpacking libsepol-dev:amd64 (3.3-1build1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../102-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../103-libpcre2-32-0_10.39-3ubuntu0.1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ...
- Selecting previously unselected package libpcre2-posix3:amd64.
- Preparing to unpack .../104-libpcre2-posix3_10.39-3ubuntu0.1_amd64.deb ...
- Unpacking libpcre2-posix3:amd64 (10.39-3ubuntu0.1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../105-libpcre2-dev_10.39-3ubuntu0.1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.39-3ubuntu0.1) ...
- Selecting previously unselected package libselinux1-dev:amd64.
- Preparing to unpack .../106-libselinux1-dev_3.3-1build2_amd64.deb ...
- Unpacking libselinux1-dev:amd64 (3.3-1build2) ...
- Selecting previously unselected package libmount-dev:amd64.
- Preparing to unpack .../107-libmount-dev_2.37.2-4ubuntu3.5_amd64.deb ...
- Unpacking libmount-dev:amd64 (2.37.2-4ubuntu3.5) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../108-libpcre16-3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../109-libpcre32-3_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../110-libpcrecpp0v5_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../111-libpcre3-dev_2%3a8.39-13ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../112-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Selecting previously unselected package libglib2.0-dev:amd64.
- Preparing to unpack .../113-libglib2.0-dev_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-dev:amd64 (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libglu1-mesa:amd64.
- Preparing to unpack .../114-libglu1-mesa_9.0.2-1_amd64.deb ...
- Unpacking libglu1-mesa:amd64 (9.0.2-1) ...
- Selecting previously unselected package libglu1-mesa-dev:amd64.
- Preparing to unpack .../115-libglu1-mesa-dev_9.0.2-1_amd64.deb ...
- Unpacking libglu1-mesa-dev:amd64 (9.0.2-1) ...
- Selecting previously unselected package libibus-1.0-dev:amd64.
- Preparing to unpack .../116-libibus-1.0-dev_1.5.26-4_amd64.deb ...
- Unpacking libibus-1.0-dev:amd64 (1.5.26-4) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../117-x11-common_1%3a7.7+23ubuntu2_all.deb ...
- Unpacking x11-common (1:7.7+23ubuntu2) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../118-libice6_2%3a1.0.10-1build2_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-1build2) ...
- Selecting previously unselected package libice-dev:amd64.
- Preparing to unpack .../119-libice-dev_2%3a1.0.10-1build2_amd64.deb ...
- Unpacking libice-dev:amd64 (2:1.0.10-1build2) ...
- Selecting previously unselected package libopus0:amd64.
- Preparing to unpack .../120-libopus0_1.3.1-0.1build2_amd64.deb ...
- Unpacking libopus0:amd64 (1.3.1-0.1build2) ...
- Selecting previously unselected package libvorbis0a:amd64.
- Preparing to unpack .../121-libvorbis0a_1.3.7-1build2_amd64.deb ...
- Unpacking libvorbis0a:amd64 (1.3.7-1build2) ...
- Selecting previously unselected package libvorbisenc2:amd64.
- Preparing to unpack .../122-libvorbisenc2_1.3.7-1build2_amd64.deb ...
- Unpacking libvorbisenc2:amd64 (1.3.7-1build2) ...
- Selecting previously unselected package libsndfile1:amd64.
- Preparing to unpack .../123-libsndfile1_1.0.31-2ubuntu0.2_amd64.deb ...
- Unpacking libsndfile1:amd64 (1.0.31-2ubuntu0.2) ...
- Selecting previously unselected package libpulse0:amd64.
- Preparing to unpack .../124-libpulse0_1%3a15.99.1+dfsg1-1ubuntu2.2_amd64.deb ...
- Unpacking libpulse0:amd64 (1:15.99.1+dfsg1-1ubuntu2.2) ...
- Selecting previously unselected package libpulse-mainloop-glib0:amd64.
- Preparing to unpack .../125-libpulse-mainloop-glib0_1%3a15.99.1+dfsg1-1ubuntu2.2_amd64.deb ...
- Unpacking libpulse-mainloop-glib0:amd64 (1:15.99.1+dfsg1-1ubuntu2.2) ...
- Selecting previously unselected package libpulse-dev:amd64.
- Preparing to unpack .../126-libpulse-dev_1%3a15.99.1+dfsg1-1ubuntu2.2_amd64.deb ...
- Unpacking libpulse-dev:amd64 (1:15.99.1+dfsg1-1ubuntu2.2) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../127-libxcursor1_1%3a1.2.0-2build4_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.0-2build4) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../128-libxi6_2%3a1.8-1build1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8-1build1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../129-libxinerama1_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../130-libxkbcommon0_1.4.0-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../131-libxrandr2_2%3a1.5.2-1build1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../132-libxss1_1%3a1.2.3-1build2_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.3-1build2) ...
- Selecting previously unselected package libsdl2-2.0-0:amd64.
- Preparing to unpack .../133-libsdl2-2.0-0_2.0.20+dfsg-2ubuntu1.22.04.1_amd64.deb ...
- Unpacking libsdl2-2.0-0:amd64 (2.0.20+dfsg-2ubuntu1.22.04.1) ...
- Selecting previously unselected package libsndio7.0:amd64.
- Preparing to unpack .../134-libsndio7.0_1.8.1-1.1_amd64.deb ...
- Unpacking libsndio7.0:amd64 (1.8.1-1.1) ...
- Selecting previously unselected package libsndio-dev:amd64.
- Preparing to unpack .../135-libsndio-dev_1.8.1-1.1_amd64.deb ...
- Unpacking libsndio-dev:amd64 (1.8.1-1.1) ...
- Selecting previously unselected package libudev-dev:amd64.
- Preparing to unpack .../136-libudev-dev_249.11-0ubuntu3.20_amd64.deb ...
- Unpacking libudev-dev:amd64 (249.11-0ubuntu3.20) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../137-libxrender-dev_1%3a0.9.10-1build4_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.10-1build4) ...
- Selecting previously unselected package libxfixes-dev:amd64.
- Preparing to unpack .../138-libxfixes-dev_1%3a6.0.0-1_amd64.deb ...
- Unpacking libxfixes-dev:amd64 (1:6.0.0-1) ...
- Selecting previously unselected package libxcursor-dev:amd64.
- Preparing to unpack .../139-libxcursor-dev_1%3a1.2.0-2build4_amd64.deb ...
- Unpacking libxcursor-dev:amd64 (1:1.2.0-2build4) ...
- Selecting previously unselected package libxext-dev:amd64.
- Preparing to unpack .../140-libxext-dev_2%3a1.3.4-1build1_amd64.deb ...
- Unpacking libxext-dev:amd64 (2:1.3.4-1build1) ...
- Selecting previously unselected package libxi-dev:amd64.
- Preparing to unpack .../141-libxi-dev_2%3a1.8-1build1_amd64.deb ...
- Unpacking libxi-dev:amd64 (2:1.8-1build1) ...
- Selecting previously unselected package libxinerama-dev:amd64.
- Preparing to unpack .../142-libxinerama-dev_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama-dev:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxkbcommon-dev:amd64.
- Preparing to unpack .../143-libxkbcommon-dev_1.4.0-1_amd64.deb ...
- Unpacking libxkbcommon-dev:amd64 (1.4.0-1) ...
- Selecting previously unselected package libxrandr-dev:amd64.
- Preparing to unpack .../144-libxrandr-dev_2%3a1.5.2-1build1_amd64.deb ...
- Unpacking libxrandr-dev:amd64 (2:1.5.2-1build1) ...
- Selecting previously unselected package libxss-dev:amd64.
- Preparing to unpack .../145-libxss-dev_1%3a1.2.3-1build2_amd64.deb ...
- Unpacking libxss-dev:amd64 (1:1.2.3-1build2) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../146-libsm6_2%3a1.2.3-1build2_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1build2) ...
- Selecting previously unselected package libxt6:amd64.
- Preparing to unpack .../147-libxt6_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxt6:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libsm-dev:amd64.
- Preparing to unpack .../148-libsm-dev_2%3a1.2.3-1build2_amd64.deb ...
- Unpacking libsm-dev:amd64 (2:1.2.3-1build2) ...
- Selecting previously unselected package libxt-dev:amd64.
- Preparing to unpack .../149-libxt-dev_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxt-dev:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxv1:amd64.
- Preparing to unpack .../150-libxv1_2%3a1.0.11-1build2_amd64.deb ...
- Unpacking libxv1:amd64 (2:1.0.11-1build2) ...
- Selecting previously unselected package libxv-dev:amd64.
- Preparing to unpack .../151-libxv-dev_2%3a1.0.11-1build2_amd64.deb ...
- Unpacking libxv-dev:amd64 (2:1.0.11-1build2) ...
- Selecting previously unselected package libxxf86vm-dev:amd64.
- Preparing to unpack .../152-libxxf86vm-dev_1%3a1.1.4-1build3_amd64.deb ...
- Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1build3) ...
- Selecting previously unselected package libsdl2-dev:amd64.
- Preparing to unpack .../153-libsdl2-dev_2.0.20+dfsg-2ubuntu1.22.04.1_amd64.deb ...
- Unpacking libsdl2-dev:amd64 (2.0.20+dfsg-2ubuntu1.22.04.1) ...
- Setting up media-types (7.0.0) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1build2) ...
- Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ...
- Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ...
- Setting up libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ...
- Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ...
- Setting up libpciaccess0:amd64 (0.16-3) ...
- Setting up fontconfig (2.13.1-4.2ubuntu5) ...
- Regenerating fonts cache...
- done.
- Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.5) ...
- Setting up libpciaccess-dev:amd64 (0.16-3) ...
- Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ...
- Setting up libogg0:amd64 (1.3.5-0ubuntu3) ...
- Setting up libglvnd-core-dev:amd64 (1.4.0-1) ...
- Setting up libpcre16-3:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Setting up libxi6:amd64 (2:1.8-1build1) ...
- 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 libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- No schema files found: doing nothing.
- Setting up libglvnd0:amd64 (1.4.0-1) ...
- Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ...
- Setting up libibus-1.0-5:amd64 (1.5.26-4) ...
- Setting up x11-common (1:7.7+23ubuntu2) ...
- 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-7ubuntu1) ...
- Setting up xkb-data (2.33-1) ...
- Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ...
- Setting up libffi-dev:amd64 (3.4.2-4) ...
- Setting up libcairo2:amd64 (1.16.0-5ubuntu2.1) ...
- Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ...
- Setting up libopengl0:amd64 (1.4.0-1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ...
- Setting up libflac8:amd64 (1.3.3-2ubuntu0.2) ...
- Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ...
- Setting up libasound2-data (1.2.6.1-1ubuntu1.1) ...
- Setting up libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ...
- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Setting up libgles2:amd64 (1.4.0-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-1) ...
- Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ...
- Setting up uuid-dev:amd64 (2.37.2-4ubuntu3.5) ...
- Setting up libgles1:amd64 (1.4.0-1) ...
- Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
- Setting up dbus (1.12.20-2ubuntu4.1) ...
- Setting up libfribidi0:amd64 (1.0.8-2ubuntu3.1) ...
- Setting up libopus0:amd64 (1.3.1-0.1build2) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3) ...
- Setting up libxv1:amd64 (2:1.0.11-1build2) ...
- Setting up libpcre32-3:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Setting up libvorbis0a:amd64 (1.3.7-1build2) ...
- Setting up libxrandr2:amd64 (2:1.5.2-1build1) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up libudev-dev:amd64 (249.11-0ubuntu3.20) ...
- Setting up libsepol-dev:amd64 (3.3-1build1) ...
- Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ...
- Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libxext-dev:amd64 (2:1.3.4-1build1) ...
- Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up libpcre2-posix3:amd64 (10.39-3ubuntu0.1) ...
- Setting up alsa-topology-conf (1.2.5.1-2) ...
- Setting up libasyncns0:amd64 (0.8-6build2) ...
- Setting up libxshmfence1:amd64 (1.3-1build4) ...
- Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ...
- Setting up libasound2:amd64 (1.2.6.1-1ubuntu1.1) ...
- Setting up libmpdec3:amd64 (2.5.1-2build2) ...
- 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 libglu1-mesa:amd64 (9.0.2-1) ...
- Setting up libwayland-egl1:amd64 (1.20.0-1ubuntu0.1) ...
- Setting up libxss1:amd64 (1:1.2.3-1build2) ...
- Setting up libopengl-dev:amd64 (1.4.0-1) ...
- Setting up libasound2-dev:amd64 (1.2.6.1-1ubuntu1.1) ...
- Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libelf1:amd64 (0.186-1ubuntu0.1) ...
- Setting up libxrender-dev:amd64 (1:0.9.10-1build4) ...
- Setting up libvorbisenc2:amd64 (1.3.7-1build2) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libxkbcommon0:amd64 (1.4.0-1) ...
- Setting up libwayland-client0:amd64 (1.20.0-1ubuntu0.1) ...
- Setting up libblkid-dev:amd64 (2.37.2-4ubuntu3.5) ...
- Setting up libice6:amd64 (2:1.0.10-1build2) ...
- Setting up libpcre2-dev:amd64 (10.39-3ubuntu0.1) ...
- Setting up libice-dev:amd64 (2:1.0.10-1build2) ...
- Setting up alsa-ucm-conf (1.2.6.3-1ubuntu1.12) ...
- Setting up libselinux1-dev:amd64 (3.3-1build2) ...
- Setting up libpcre3-dev:amd64 (2:8.39-13ubuntu0.22.04.1) ...
- Setting up libxxf86vm-dev:amd64 (1:1.1.4-1build3) ...
- Setting up libxkbcommon-dev:amd64 (1.4.0-1) ...
- Setting up libxcursor1:amd64 (1:1.2.0-2build4) ...
- Setting up libglib2.0-bin (2.72.4-0ubuntu2.9) ...
- Setting up libxss-dev:amd64 (1:1.2.3-1build2) ...
- Setting up libxfixes-dev:amd64 (1:6.0.0-1) ...
- Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.15) ...
- Setting up libthai0:amd64 (0.1.29-1build1) ...
- Setting up libxv-dev:amd64 (2:1.0.11-1build2) ...
- Setting up libxrandr-dev:amd64 (2:1.5.2-1build1) ...
- Setting up libdbus-1-dev:amd64 (1.12.20-2ubuntu4.1) ...
- Setting up libxinerama-dev:amd64 (2:1.1.4-3) ...
- Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ...
- Setting up libsndio7.0:amd64 (1.8.1-1.1) ...
- Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libwayland-cursor0:amd64 (1.20.0-1ubuntu0.1) ...
- Setting up libdecor-0-0:amd64 (0.1.0-3build1) ...
- Setting up libsndfile1:amd64 (1.0.31-2ubuntu0.2) ...
- Setting up libxi-dev:amd64 (2:1.8-1build1) ...
- Setting up gir1.2-ibus-1.0:amd64 (1.5.26-4) ...
- Setting up libsm6:amd64 (2:1.2.3-1build2) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Setting up libmount-dev:amd64 (2.37.2-4ubuntu3.5) ...
- Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libsndio-dev:amd64 (1.8.1-1.1) ...
- Setting up python3.10 (3.10.12-1~22.04.15) ...
- Setting up libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libpulse0:amd64 (1:15.99.1+dfsg1-1ubuntu2.2) ...
- Setting up libsm-dev:amd64 (2:1.2.3-1build2) ...
- Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libxcursor-dev:amd64 (1:1.2.0-2build4) ...
- Setting up libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- 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 libgbm-dev:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libwayland-bin (1.20.0-1ubuntu0.1) ...
- Setting up libegl-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libpulse-mainloop-glib0:amd64 (1:15.99.1+dfsg1-1ubuntu2.2) ...
- Setting up shared-mime-info (2.1-2) ...
- Setting up libxt6:amd64 (1:1.2.1-1) ...
- Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ...
- Setting up libegl1:amd64 (1.4.0-1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up libsdl2-2.0-0:amd64 (2.0.20+dfsg-2ubuntu1.22.04.1) ...
- Setting up python3-lib2to3 (3.10.8-1~22.04) ...
- Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up python3-distutils (3.10.8-1~22.04) ...
- Setting up libglib2.0-dev-bin (2.72.4-0ubuntu2.9) ...
- Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ...
- Setting up libdrm-dev:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libwayland-dev:amd64 (1.20.0-1ubuntu0.1) ...
- Setting up libdecor-0-dev:amd64 (0.1.0-3build1) ...
- Setting up libglib2.0-dev:amd64 (2.72.4-0ubuntu2.9) ...
- Setting up libxt-dev:amd64 (1:1.2.1-1) ...
- Setting up libdecor-0-plugin-1-cairo:amd64 (0.1.0-3build1) ...
- Setting up libpulse-dev:amd64 (1:15.99.1+dfsg1-1ubuntu2.2) ...
- Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libglx0:amd64 (1.4.0-1) ...
- Setting up libibus-1.0-dev:amd64 (1.5.26-4) ...
- Setting up libgl1:amd64 (1.4.0-1) ...
- Setting up libglx-dev:amd64 (1.4.0-1) ...
- Setting up libgl-dev:amd64 (1.4.0-1) ...
- Setting up libegl-dev:amd64 (1.4.0-1) ...
- Setting up libglu1-mesa-dev:amd64 (9.0.2-1) ...
- Setting up libgles-dev:amd64 (1.4.0-1) ...
- Setting up libglvnd-dev:amd64 (1.4.0-1) ...
- Setting up libegl1-mesa-dev:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libsdl2-dev:amd64 (2.0.20+dfsg-2ubuntu1.22.04.1) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...
# To update the current shell environment, run: eval $(opam env)
2026-04-11 11:09.15 ---> using "a80a52eda011491ccd6c2aab71942b7037f405fb04c45a83053d6f2caa192aef" from cache


/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 10 packages
- install conf-libffi       2.0.0
- install conf-pkg-config   4
- install conf-sdl2         1
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.22.1
- install dune-configurator 3.22.1
- install integers          0.7.0
- install stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.22.1
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 11:09.15 ---> using "c20c9a36a7f6f76d1360bfffc4ef196adaee1c016c146c03ef226d43413e4be2" from cache


/src: (copy (src .) (dst /src))
2026-04-11 11:09.15 ---> saved as "cc13d032de723ad09d90f1c0e9c3b5e5eda64365ba341c1c5fec40d6c2a0458d"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_tsdl.exe)
SDL_GetError
SDL_free
SDL_SetMainReady
SDL_Init
SDL_InitSubSystem
SDL_Quit
SDL_QuitSubSystem
SDL_WasInit
SDL_ClearHints
SDL_GetHint
SDL_GetHintBoolean
SDL_SetHint
SDL_SetHintWithPriority
SDL_ClearError
SDL_SetError
SDL_LogMessage
SDL_LogGetPriority
SDL_LogResetPriorities
SDL_LogSetAllPriority
SDL_LogSetPriority
SDL_GetVersion
SDL_GetRevision
SDL_GetRevisionNumber
SDL_LoadFile_RW
SDL_RWFromFile
SDL_RWFromConstMem
SDL_RWFromMem
SDL_GetBasePath
SDL_GetPrefPath
SDL_EnclosePoints
SDL_HasIntersection
SDL_IntersectRect
SDL_IntersectRectAndLine
SDL_UnionRect
SDL_AllocPalette
SDL_FreePalette
SDL_SetPaletteColors
SDL_CalculateGammaRamp
SDL_ComposeCustomBlendMode
SDL_AllocFormat
SDL_FreeFormat
SDL_GetPixelFormatName
SDL_GetRGB
SDL_GetRGBA
SDL_MapRGB
SDL_MapRGBA
SDL_MasksToPixelFormatEnum
SDL_PixelFormatEnumToMasks
SDL_SetPixelFormatPalette
SDL_UpperBlitScaled
SDL_UpperBlit
SDL_ConvertPixels
SDL_ConvertSurface
SDL_ConvertSurfaceFormat
SDL_CreateRGBSurface
SDL_CreateRGBSurfaceFrom
SDL_CreateRGBSurfaceWithFormat
SDL_CreateRGBSurfaceWithFormatFrom
SDL_DuplicateSurface
SDL_FillRect
SDL_FillRects
SDL_FreeSurface
SDL_GetClipRect
SDL_GetColorKey
SDL_GetSurfaceAlphaMod
SDL_GetSurfaceBlendMode
SDL_GetSurfaceColorMod
SDL_LoadBMP_RW
SDL_LockSurface
SDL_LowerBlit
SDL_LowerBlitScaled
SDL_SaveBMP_RW
SDL_SetClipRect
SDL_SetColorKey
SDL_SetSurfaceAlphaMod
SDL_SetSurfaceBlendMode
SDL_SetSurfaceColorMod
SDL_SetSurfacePalette
SDL_SetSurfaceRLE
SDL_UnlockSurface
SDL_CreateRenderer
SDL_CreateSoftwareRenderer
SDL_DestroyRenderer
SDL_GetNumRenderDrivers
SDL_GetRenderDrawBlendMode
SDL_GetRenderDrawColor
SDL_GetRenderDriverInfo
SDL_GetRenderTarget
SDL_GetRenderer
SDL_GetRendererInfo
SDL_GetRendererOutputSize
SDL_RenderClear
SDL_RenderCopy
SDL_RenderCopyEx
SDL_RenderDrawLine
SDL_RenderDrawLineF
SDL_RenderDrawLines
SDL_RenderDrawPoint
SDL_RenderDrawPoints
SDL_RenderDrawPointF
SDL_RenderDrawPointsF
SDL_RenderDrawRect
SDL_RenderDrawRects
SDL_RenderFillRect
SDL_RenderFillRects
SDL_RenderGeometry
SDL_RenderGeometryRaw
SDL_RenderGetClipRect
SDL_RenderIsClipEnabled
SDL_RenderGetIntegerScale
SDL_RenderGetLogicalSize
SDL_RenderGetScale
SDL_RenderGetViewport
SDL_RenderPresent
SDL_RenderReadPixels
SDL_RenderSetClipRect
SDL_RenderSetIntegerScale
SDL_RenderSetLogicalSize
SDL_RenderSetScale
SDL_RenderSetViewport
SDL_RenderTargetSupported
SDL_SetRenderDrawBlendMode
SDL_SetRenderDrawColor
SDL_SetRenderTarget
SDL_CreateTexture
SDL_CreateTextureFromSurface
SDL_DestroyTexture
SDL_GetTextureAlphaMod
SDL_GetTextureBlendMode
SDL_GetTextureColorMod
SDL_GetTextureScaleMode
SDL_QueryTexture
SDL_LockTexture
SDL_SetTextureAlphaMod
SDL_SetTextureBlendMode
SDL_SetTextureColorMod
SDL_SetTextureScaleMode
SDL_UnlockTexture
SDL_UpdateTexture
SDL_UpdateYUVTexture
SDL_GetCurrentVideoDriver
SDL_GetNumVideoDrivers
SDL_GetVideoDriver
SDL_VideoInit
SDL_VideoQuit
SDL_GetClosestDisplayMode
SDL_GetCurrentDisplayMode
SDL_GetDesktopDisplayMode
SDL_GetDisplayBounds
SDL_GetDisplayDPI
SDL_GetDisplayMode
SDL_GetDisplayUsableBounds
SDL_GetNumDisplayModes
SDL_GetDisplayName
SDL_GetNumVideoDisplays
SDL_CreateWindow
SDL_CreateWindowAndRenderer
SDL_DestroyWindow
SDL_GetWindowBrightness
SDL_GetWindowBordersSize
SDL_GetWindowDisplayIndex
SDL_GetWindowDisplayMode
SDL_GetWindowFlags
SDL_GetWindowFromID
SDL_GetWindowGammaRamp
SDL_GetWindowGrab
SDL_GetGrabbedWindow
SDL_GetWindowID
SDL_GetWindowMaximumSize
SDL_GetWindowMinimumSize
SDL_GetWindowOpacity
SDL_GetWindowPixelFormat
SDL_GetWindowPosition
SDL_GetWindowSize
SDL_GetWindowSurface
SDL_GetWindowTitle
SDL_HideWindow
SDL_MaximizeWindow
SDL_MinimizeWindow
SDL_RaiseWindow
SDL_RestoreWindow
SDL_SetWindowBordered
SDL_SetWindowBrightness
SDL_SetWindowDisplayMode
SDL_SetWindowFullscreen
SDL_SetWindowGammaRamp
SDL_SetWindowGrab
SDL_SetWindowIcon
SDL_SetWindowInputFocus
SDL_SetWindowMaximumSize
SDL_SetWindowMinimumSize
SDL_SetWindowModalFor
SDL_SetWindowOpacity
SDL_SetWindowPosition
SDL_SetWindowResizable
SDL_SetWindowSize
SDL_SetWindowTitle
SDL_ShowWindow
SDL_UpdateWindowSurface
SDL_UpdateWindowSurfaceRects
SDL_GL_BindTexture
SDL_GL_CreateContext
SDL_GL_DeleteContext
SDL_GL_ExtensionSupported
SDL_GL_GetAttribute
SDL_GL_GetCurrentContext
SDL_GL_GetDrawableSize
SDL_GL_GetSwapInterval
SDL_GL_MakeCurrent
SDL_GL_ResetAttributes
SDL_GL_SetAttribute
SDL_GL_SetSwapInterval
SDL_GL_SwapWindow
SDL_GL_UnbindTexture
SDL_Vulkan_LoadLibrary
SDL_Vulkan_UnloadLibrary
SDL_Vulkan_GetInstanceExtensions
SDL_Vulkan_CreateSurface
SDL_Vulkan_GetDrawableSize
SDL_DisableScreenSaver
SDL_EnableScreenSaver
SDL_IsScreenSaverEnabled
SDL_ShowMessageBox
SDL_ShowSimpleMessageBox
SDL_GetClipboardText
SDL_HasClipboardText
SDL_SetClipboardText
SDL_GetKeyboardFocus
SDL_GetKeyboardState
SDL_GetKeyFromName
SDL_GetKeyFromScancode
SDL_GetKeyName
SDL_GetModState
SDL_GetScancodeFromKey
SDL_GetScancodeFromName
SDL_GetScancodeName
SDL_HasScreenKeyboardSupport
SDL_IsScreenKeyboardShown
SDL_IsTextInputActive
SDL_SetModState
SDL_SetTextInputRect
SDL_StartTextInput
SDL_StopTextInput
SDL_CaptureMouse
SDL_CreateColorCursor
SDL_CreateCursor
SDL_CreateSystemCursor
SDL_FreeCursor
SDL_GetCursor
SDL_GetDefaultCursor
SDL_GetGlobalMouseState
SDL_GetMouseFocus
SDL_GetMouseState
SDL_GetRelativeMouseMode
SDL_GetRelativeMouseState
SDL_ShowCursor
SDL_SetCursor
SDL_SetRelativeMouseMode
SDL_WarpMouseInWindow
SDL_WarpMouseGlobal
SDL_GetNumTouchDevices
SDL_GetNumTouchFingers
SDL_GetTouchDevice
SDL_GetTouchFinger
SDL_LoadDollarTemplates
SDL_RecordGesture
SDL_SaveDollarTemplate
SDL_SaveAllDollarTemplates
SDL_JoystickClose
SDL_JoystickCurrentPowerLevel
SDL_JoystickEventState
SDL_JoystickFromInstanceID
SDL_JoystickGetAttached
SDL_JoystickGetAxis
SDL_JoystickGetAxisInitialState
SDL_JoystickGetBall
SDL_JoystickGetButton
SDL_JoystickGetDeviceGUID
SDL_JoystickGetDeviceProduct
SDL_JoystickGetDeviceProductVersion
SDL_JoystickGetDeviceType
SDL_JoystickGetDeviceInstanceID
SDL_JoystickGetDeviceVendor
SDL_JoystickGetGUID
SDL_JoystickGetGUIDFromString
SDL_JoystickGetGUIDString
SDL_JoystickGetHat
SDL_JoystickGetProduct
SDL_JoystickGetProductVersion
SDL_JoystickGetType
SDL_JoystickGetVendor
SDL_JoystickInstanceID
SDL_JoystickName
SDL_JoystickNameForIndex
SDL_JoystickNumAxes
SDL_JoystickNumBalls
SDL_JoystickNumButtons
SDL_JoystickNumHats
SDL_JoystickOpen
SDL_JoystickUpdate
SDL_NumJoysticks
SDL_GameControllerAddMapping
SDL_GameControllerAddMappingsFromRW
SDL_GameControllerClose
SDL_GameControllerEventState
SDL_GameControllerFromInstanceID
SDL_GameControllerGetAttached
SDL_GameControllerGetAxis
SDL_GameControllerGetAxisFromString
SDL_GameControllerGetBindForAxis
SDL_GameControllerGetBindForButton
SDL_GameControllerGetButton
SDL_GameControllerGetButtonFromString
SDL_GameControllerGetJoystick
SDL_GameControllerGetProduct
SDL_GameControllerGetProductVersion
SDL_GameControllerGetStringForAxis
SDL_GameControllerGetStringForButton
SDL_GameControllerGetVendor
SDL_GameControllerMapping
SDL_GameControllerMappingForIndex
SDL_GameControllerMappingForGUID
SDL_GameControllerName
SDL_GameControllerNameForIndex
SDL_GameControllerNumMappings
SDL_GameControllerOpen
SDL_GameControllerUpdate
SDL_IsGameController
SDL_EventState
SDL_FlushEvent
SDL_FlushEvents
SDL_HasEvent
SDL_HasEvents
SDL_PollEvent
SDL_PumpEvents
SDL_PushEvent
SDL_RegisterEvents
SDL_WaitEvent
SDL_WaitEventTimeout
SDL_HapticClose
SDL_HapticDestroyEffect
SDL_HapticEffectSupported
SDL_HapticGetEffectStatus
SDL_HapticIndex
SDL_HapticName
SDL_HapticNewEffect
SDL_HapticNumAxes
SDL_HapticNumEffects
SDL_HapticNumEffectsPlaying
SDL_HapticOpen
SDL_HapticOpenFromJoystick
SDL_HapticOpenFromMouse
SDL_HapticOpened
SDL_HapticPause
SDL_HapticQuery
SDL_HapticRumbleInit
SDL_HapticRumblePlay
SDL_HapticRumbleStop
SDL_HapticRumbleSupported
SDL_HapticRunEffect
SDL_HapticSetAutocenter
SDL_HapticSetGain
SDL_HapticStopAll
SDL_HapticStopEffect
SDL_HapticUnpause
SDL_HapticUpdateEffect
SDL_JoystickIsHaptic
SDL_MouseIsHaptic
SDL_NumHaptics
SDL_AudioInit
SDL_AudioQuit
SDL_GetAudioDriver
SDL_GetCurrentAudioDriver
SDL_GetNumAudioDrivers
SDL_CloseAudioDevice
SDL_FreeWAV
SDL_GetAudioDeviceName
SDL_GetAudioDeviceStatus
SDL_GetNumAudioDevices
SDL_LoadWAV_RW
SDL_LockAudioDevice
SDL_OpenAudioDevice
SDL_PauseAudioDevice
SDL_UnlockAudioDevice
SDL_QueueAudio
SDL_DequeueAudio
SDL_GetQueuedAudioSize
SDL_ClearQueuedAudio
SDL_Delay
SDL_GetTicks
SDL_GetTicks64
SDL_GetPerformanceCounter
SDL_GetPerformanceFrequency
SDL_GetPlatform
SDL_GetCPUCacheLineSize
SDL_GetCPUCount
SDL_GetSystemRAM
SDL_Has3DNow
SDL_HasAltiVec
SDL_HasAVX
SDL_HasAVX2
SDL_HasMMX
SDL_HasNEON
SDL_HasRDTSC
SDL_HasSSE
SDL_HasSSE2
SDL_HasSSE3
SDL_HasSSE41
SDL_HasSSE42
SDL_GetPowerInfo
SDL_GetPreferredLocales
Preferences path = /home/opam/.local/share/bogue/test/
INFO: SDL Version (2,0,20)
error: XDG_RUNTIME_DIR not set in the environment.
INFO: Init error: No available video device
2026-04-11 11:09.17 ---> saved as "bf737b6657597e428961e2a65a0f82d4e811d90e6dbfbcdb4fbc04b07af49c45"
Job succeeded
2026-04-11 11:09.17: Job succeeded