Build:
  1. 0
2026-04-18 12:19.08: New job: build conf-gtk4.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29729/head (2310578e89f832a10b66499d051ee8a812aa278b)
                              on debian-13-ocaml-4.14/i386

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29729/head" && git reset --hard 2310578e
git fetch origin master
git merge --no-edit cdba2588612e823f02fc8ce1c05c85b8139ac2a0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn conf-gtk4.1 1
RUN opam reinstall conf-gtk4.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-gtk4.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-18 12:19.08: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9-conf-gtk4.1-2310578e89f832a10b66499d051ee8a812aa278b"
2026-04-18 12:19.08: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9)
 (shell /usr/bin/linux32 /bin/sh -c)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-gtk4.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-18 12:19.08: Waiting for resource in pool OCluster
2026-04-18 12:19.09: Waiting for worker…
2026-04-18 12:19.12: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at cdba258861 Merge pull request #29700 from davesnx/release-ochre-1.0.0
Merge made by the 'ort' strategy.
 packages/conf-gtk4/conf-gtk4.1/opam    | 50 ++++++++++++++++++++++++++++++++++
 packages/ocgtk/ocgtk.0.1~preview1/opam | 50 ++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)
 create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
 create mode 100644 packages/ocgtk/ocgtk.0.1~preview1/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9' locally
docker.io/ocaml/opam@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9: Pulling from ocaml/opam
a59dab062b6e: Pulling fs layer
4c235f9505d7: Pulling fs layer
2fd1e3aa020e: Pulling fs layer
a3ffcc28d7c3: Pulling fs layer
061b92ac769b: Pulling fs layer
b76f3d7c2af7: Pulling fs layer
66cd1ae705c1: Pulling fs layer
9ac7fe9595c0: Pulling fs layer
2fd1e3aa020e: Waiting
a1013b12591b: Pulling fs layer
a3ffcc28d7c3: Waiting
a59dab062b6e: Waiting
c0856ae5c8d4: Pulling fs layer
66cd1ae705c1: Waiting
061b92ac769b: Waiting
a1013b12591b: Waiting
2764f83aed88: Pulling fs layer
4c235f9505d7: Waiting
9ac7fe9595c0: Waiting
b76f3d7c2af7: Waiting
c0856ae5c8d4: Waiting
893b77e8a916: Pulling fs layer
2764f83aed88: Waiting
3d20196a830c: Pulling fs layer
ca6160c3741c: Pulling fs layer
c9a674e94918: Pulling fs layer
238881b0392b: Pulling fs layer
3e665f7165f7: Pulling fs layer
5f40d4708a45: Pulling fs layer
238881b0392b: Waiting
2947e4d19816: Pulling fs layer
3e665f7165f7: Waiting
893b77e8a916: Waiting
ca6160c3741c: Waiting
c9a674e94918: Waiting
5f40d4708a45: Waiting
3d20196a830c: Waiting
3a8fb23bb980: Pulling fs layer
92669fcd8348: Pulling fs layer
2947e4d19816: Waiting
3a8fb23bb980: Waiting
4f4fb700ef54: Pulling fs layer
92669fcd8348: Waiting
0a31b13e66a5: Pulling fs layer
4f4fb700ef54: Waiting
694767fb237d: Pulling fs layer
0a31b13e66a5: Waiting
0d2988982386: Pulling fs layer
ed5e56d1e3fa: Pulling fs layer
82f429e96ca4: Pulling fs layer
694767fb237d: Waiting
ed5e56d1e3fa: Waiting
d87cbffcc7bd: Pulling fs layer
82f429e96ca4: Waiting
de8b16f76673: Pulling fs layer
de8b16f76673: Waiting
d87cbffcc7bd: Waiting
5806d8c9d3b4: Pulling fs layer
d989ea0e37d7: Pulling fs layer
644b8f5f3fcb: Pulling fs layer
95f25e02036b: Pulling fs layer
0c0ebd0d8440: Pulling fs layer
a1ee4cc749f0: Pulling fs layer
5806d8c9d3b4: Waiting
d989ea0e37d7: Waiting
644b8f5f3fcb: Waiting
9053ed7febc6: Pulling fs layer
95f25e02036b: Waiting
b5713a5a315b: Pulling fs layer
0c0ebd0d8440: Waiting
a1ee4cc749f0: Waiting
9053ed7febc6: Waiting
2abf82d9c339: Pulling fs layer
b5713a5a315b: Waiting
d114ea9e0492: Pulling fs layer
2fd9c0ba772e: Pulling fs layer
2abf82d9c339: Waiting
2d11e77b9623: Pulling fs layer
2fd9c0ba772e: Waiting
d114ea9e0492: Waiting
70eb3e9f1a70: Pulling fs layer
2d11e77b9623: Waiting
da16f412d833: Pulling fs layer
70eb3e9f1a70: Waiting
04cee66bc9f8: Pulling fs layer
da16f412d833: Waiting
04cee66bc9f8: Waiting
a59dab062b6e: Verifying Checksum
a59dab062b6e: Download complete
4c235f9505d7: Verifying Checksum
4c235f9505d7: Download complete
2fd1e3aa020e: Verifying Checksum
2fd1e3aa020e: Download complete
061b92ac769b: Download complete
a3ffcc28d7c3: Verifying Checksum
a3ffcc28d7c3: Download complete
66cd1ae705c1: Download complete
9ac7fe9595c0: Verifying Checksum
9ac7fe9595c0: Download complete
c0856ae5c8d4: Verifying Checksum
c0856ae5c8d4: Download complete
a1013b12591b: Verifying Checksum
a1013b12591b: Download complete
a59dab062b6e: Pull complete
4c235f9505d7: Pull complete
2fd1e3aa020e: Pull complete
2764f83aed88: Verifying Checksum
2764f83aed88: Download complete
a3ffcc28d7c3: Pull complete
061b92ac769b: Pull complete
893b77e8a916: Verifying Checksum
893b77e8a916: Download complete
3d20196a830c: Verifying Checksum
3d20196a830c: Download complete
ca6160c3741c: Verifying Checksum
ca6160c3741c: Download complete
c9a674e94918: Verifying Checksum
c9a674e94918: Download complete
238881b0392b: Download complete
3e665f7165f7: Download complete
5f40d4708a45: Download complete
2947e4d19816: Verifying Checksum
2947e4d19816: Download complete
3a8fb23bb980: Verifying Checksum
3a8fb23bb980: Download complete
92669fcd8348: Verifying Checksum
92669fcd8348: Download complete
0a31b13e66a5: Download complete
694767fb237d: Download complete
ed5e56d1e3fa: Verifying Checksum
ed5e56d1e3fa: Download complete
82f429e96ca4: Download complete
0d2988982386: Verifying Checksum
0d2988982386: Download complete
d87cbffcc7bd: Verifying Checksum
d87cbffcc7bd: Download complete
5806d8c9d3b4: Verifying Checksum
5806d8c9d3b4: Download complete
de8b16f76673: Verifying Checksum
de8b16f76673: Download complete
d989ea0e37d7: Verifying Checksum
d989ea0e37d7: Download complete
95f25e02036b: Verifying Checksum
95f25e02036b: Download complete
644b8f5f3fcb: Verifying Checksum
644b8f5f3fcb: Download complete
0c0ebd0d8440: Verifying Checksum
0c0ebd0d8440: Download complete
a1ee4cc749f0: Verifying Checksum
a1ee4cc749f0: Download complete
b5713a5a315b: Verifying Checksum
b5713a5a315b: Download complete
2abf82d9c339: Download complete
2fd9c0ba772e: Download complete
d114ea9e0492: Verifying Checksum
d114ea9e0492: Download complete
70eb3e9f1a70: Download complete
da16f412d833: Verifying Checksum
da16f412d833: Download complete
04cee66bc9f8: Verifying Checksum
04cee66bc9f8: Download complete
2d11e77b9623: Verifying Checksum
2d11e77b9623: Download complete
b76f3d7c2af7: Verifying Checksum
b76f3d7c2af7: Download complete
b76f3d7c2af7: Pull complete
66cd1ae705c1: Pull complete
9ac7fe9595c0: Pull complete
a1013b12591b: Pull complete
c0856ae5c8d4: Pull complete
2764f83aed88: Pull complete
893b77e8a916: Pull complete
3d20196a830c: Pull complete
ca6160c3741c: Pull complete
c9a674e94918: Pull complete
238881b0392b: Pull complete
3e665f7165f7: Pull complete
5f40d4708a45: Pull complete
2947e4d19816: Pull complete
3a8fb23bb980: Pull complete
92669fcd8348: Pull complete
4f4fb700ef54: Pull complete
0a31b13e66a5: Pull complete
694767fb237d: Pull complete
0d2988982386: Pull complete
ed5e56d1e3fa: Pull complete
82f429e96ca4: Pull complete
d87cbffcc7bd: Pull complete
de8b16f76673: Pull complete
5806d8c9d3b4: Pull complete
d989ea0e37d7: Pull complete
644b8f5f3fcb: Pull complete
95f25e02036b: Pull complete
0c0ebd0d8440: Pull complete
a1ee4cc749f0: Pull complete
9053ed7febc6: Pull complete
b5713a5a315b: Pull complete
2abf82d9c339: Pull complete
d114ea9e0492: Pull complete
2fd9c0ba772e: Pull complete
2d11e77b9623: Pull complete
70eb3e9f1a70: Pull complete
da16f412d833: Pull complete
04cee66bc9f8: Pull complete
Digest: sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9
Status: Downloaded newer image for ocaml/opam@sha256:af2a591d3a50b01d6f006a51ecfd41be9e5b14154edb55c465d23a277db8b3a9
2026-04-18 12:20.45 ---> using "61d5d79f3da8f7f26fc645675b726d202a6c1b0341910bde2599c5557cb0805e" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-18 12:20.45 ---> using "9825c9947d52cc9799ebb5d905fea512d9c40ece6ccb56c2601409b4eed8f62e" from cache

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

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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-18 12:20.45 ---> using "d017edf3c05030bb11cbf86523b004c47113b17f3c69e3a5a8ff4d035ba725ea" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_32 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-04-18 12:20.45 ---> using "8bbea966fa537a4bc725ac1dd056eee93e1c332864d47ab5001287ef6097e7d6" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-18 12:20.45 ---> using "402111b81844b202c039f315c7ff9b43ee172e6eae5a0719ca67a88825024e47" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-18 12:20.55 ---> saved as "6b499fc1aa8e801f90d59ff1c5df3b15c1d8cbab7962bdceb362b55f019901f6"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-04-18 12:21.24 ---> saved as "de3aed73c0503ca43c9a47cc1069bb3c1ba67640bf86f26c8f1af8ca83ed8901"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [117 kB]
- Fetched 208 kB in 1s (274 kB/s)
- Reading package lists...
- 
2026-04-18 12:21.26 ---> saved as "663ee0e9606830dd88d6cd4fbc38b30fa4bd5564fd30b8188211e9395e44d08f"

/home/opam: (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
conf-gtk4 is now pinned to version 1
2026-04-18 12:21.27 ---> saved as "2ed4c3a4fa00ffb1fbe4a5c218c7d488018338d6c4604e6a6ea9f1b01c240bd2"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-gtk4.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-gtk4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-gtk4       1 (pinned)
  - install conf-pkg-config 4          [required by conf-gtk4]

The following system packages will first need to be installed:
    libgtk-4-dev pkg-config

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgtk-4-dev" "pkg-config"
- Preconfiguring packages ...
- Selecting previously unselected package libsystemd-shared:i386.
- (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 ... 20593 files and directories currently installed.)
- Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_i386.deb ...
- Unpacking libsystemd-shared:i386 (257.9-1~deb13u1) ...
- Setting up libsystemd-shared:i386 (257.9-1~deb13u1) ...
- Selecting previously unselected package systemd.
- (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 ... 20601 files and directories currently installed.)
- Preparing to unpack .../systemd_257.9-1~deb13u1_i386.deb ...
- Unpacking systemd (257.9-1~deb13u1) ...
- Setting up systemd (257.9-1~deb13u1) ...
- Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.

- Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.

- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.

- Initializing machine ID from random generator.

- Creating group 'systemd-journal' with GID 999.

- Creating group 'systemd-network' with GID 998.

- Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.

- /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.

- Selecting previously unselected package systemd-sysv.
- (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 ... 21533 files and directories currently installed.)
- Preparing to unpack .../0-systemd-sysv_257.9-1~deb13u1_i386.deb ...
- Unpacking systemd-sysv (257.9-1~deb13u1) ...
- Selecting previously unselected package libdbus-1-3:i386.
- Preparing to unpack .../1-libdbus-1-3_1.16.2-2_i386.deb ...
- Unpacking libdbus-1-3:i386 (1.16.2-2) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../2-dbus-bin_1.16.2-2_i386.deb ...
- Unpacking dbus-bin (1.16.2-2) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../3-dbus-session-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-session-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../4-dbus-daemon_1.16.2-2_i386.deb ...
- Unpacking dbus-daemon (1.16.2-2) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../5-dbus-system-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-system-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../6-dbus_1.16.2-2_i386.deb ...
- Unpacking dbus (1.16.2-2) ...
- Selecting previously unselected package libpython3.13-minimal:i386.
- Preparing to unpack .../7-libpython3.13-minimal_3.13.5-2_i386.deb ...
- Unpacking libpython3.13-minimal:i386 (3.13.5-2) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../8-python3.13-minimal_3.13.5-2_i386.deb ...
- Unpacking python3.13-minimal (3.13.5-2) ...
- Setting up libpython3.13-minimal:i386 (3.13.5-2) ...
- Setting up python3.13-minimal (3.13.5-2) ...
- 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 ... 21950 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.5-1_i386.deb ...
- Unpacking python3-minimal (3.13.5-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package libreadline8t64:i386.
- Preparing to unpack .../3-libreadline8t64_8.2-6_i386.deb ...
- Adding 'diversion of /lib/i386-linux-gnu/libhistory.so.8 to /lib/i386-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/i386-linux-gnu/libhistory.so.8.2 to /lib/i386-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/i386-linux-gnu/libreadline.so.8 to /lib/i386-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/i386-linux-gnu/libreadline.so.8.2 to /lib/i386-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:i386 (8.2-6) ...
- Selecting previously unselected package libpython3.13-stdlib:i386.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_i386.deb ...
- Unpacking libpython3.13-stdlib:i386 (3.13.5-2) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.5-2_i386.deb ...
- Unpacking python3.13 (3.13.5-2) ...
- Selecting previously unselected package libpython3-stdlib:i386.
- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_i386.deb ...
- Unpacking libpython3-stdlib:i386 (3.13.5-1) ...
- Setting up python3-minimal (3.13.5-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 ... 22436 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.13.5-1_i386.deb ...
- Unpacking python3 (3.13.5-1) ...
- Selecting previously unselected package libnss-systemd:i386.
- Preparing to unpack .../001-libnss-systemd_257.9-1~deb13u1_i386.deb ...
- Unpacking libnss-systemd:i386 (257.9-1~deb13u1) ...
- Selecting previously unselected package libpam-systemd:i386.
- Preparing to unpack .../002-libpam-systemd_257.9-1~deb13u1_i386.deb ...
- Unpacking libpam-systemd:i386 (257.9-1~deb13u1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../003-systemd-timesyncd_257.9-1~deb13u1_i386.deb ...
- Unpacking systemd-timesyncd (257.9-1~deb13u1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../004-libgdk-pixbuf2.0-common_2.42.12+dfsg-4+deb13u1_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ...
- Selecting previously unselected package libglib2.0-0t64:i386.
- Preparing to unpack .../005-libglib2.0-0t64_2.84.4-3~deb13u2_i386.deb ...
- Unpacking libglib2.0-0t64:i386 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libxml2:i386.
- Preparing to unpack .../006-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_i386.deb ...
- Unpacking libxml2:i386 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../007-shared-mime-info_2.4-5+b2_i386.deb ...
- Unpacking shared-mime-info (2.4-5+b2) ...
- Selecting previously unselected package libjpeg62-turbo:i386.
- Preparing to unpack .../008-libjpeg62-turbo_1%3a2.1.5-4_i386.deb ...
- Unpacking libjpeg62-turbo:i386 (1:2.1.5-4) ...
- Selecting previously unselected package libpng16-16t64:i386.
- Preparing to unpack .../009-libpng16-16t64_1.6.48-1+deb13u4_i386.deb ...
- Unpacking libpng16-16t64:i386 (1.6.48-1+deb13u4) ...
- Selecting previously unselected package libdeflate0:i386.
- Preparing to unpack .../010-libdeflate0_1.23-2_i386.deb ...
- Unpacking libdeflate0:i386 (1.23-2) ...
- Selecting previously unselected package libjbig0:i386.
- Preparing to unpack .../011-libjbig0_2.1-6.1+b2_i386.deb ...
- Unpacking libjbig0:i386 (2.1-6.1+b2) ...
- Selecting previously unselected package liblerc4:i386.
- Preparing to unpack .../012-liblerc4_4.0.0+ds-5_i386.deb ...
- Unpacking liblerc4:i386 (4.0.0+ds-5) ...
- Selecting previously unselected package libsharpyuv0:i386.
- Preparing to unpack .../013-libsharpyuv0_1.5.0-0.1_i386.deb ...
- Unpacking libsharpyuv0:i386 (1.5.0-0.1) ...
- Selecting previously unselected package libwebp7:i386.
- Preparing to unpack .../014-libwebp7_1.5.0-0.1_i386.deb ...
- Unpacking libwebp7:i386 (1.5.0-0.1) ...
- Selecting previously unselected package libtiff6:i386.
- Preparing to unpack .../015-libtiff6_4.7.0-3+deb13u2_i386.deb ...
- Unpacking libtiff6:i386 (4.7.0-3+deb13u2) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:i386.
- Preparing to unpack .../016-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4+deb13u1_i386.deb ...
- Unpacking libgdk-pixbuf-2.0-0:i386 (2.42.12+dfsg-4+deb13u1) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../017-gtk-update-icon-cache_4.18.6+ds-2_i386.deb ...
- No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
- No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
- Unpacking gtk-update-icon-cache (4.18.6+ds-2) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../018-hicolor-icon-theme_0.18-2_all.deb ...
- Unpacking hicolor-icon-theme (0.18-2) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../019-adwaita-icon-theme_48.1-1_all.deb ...
- Unpacking adwaita-icon-theme (48.1-1) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../020-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../021-dbus-user-session_1.16.2-2_i386.deb ...
- Unpacking dbus-user-session (1.16.2-2) ...
- Selecting previously unselected package libdconf1:i386.
- Preparing to unpack .../022-libdconf1_0.40.0-5_i386.deb ...
- Unpacking libdconf1:i386 (0.40.0-5) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../023-dconf-service_0.40.0-5_i386.deb ...
- Unpacking dconf-service (0.40.0-5) ...
- Selecting previously unselected package dconf-gsettings-backend:i386.
- Preparing to unpack .../024-dconf-gsettings-backend_0.40.0-5_i386.deb ...
- Unpacking dconf-gsettings-backend:i386 (0.40.0-5) ...
- Selecting previously unselected package libdevmapper1.02.1:i386.
- Preparing to unpack .../025-libdevmapper1.02.1_2%3a1.02.205-2_i386.deb ...
- Unpacking libdevmapper1.02.1:i386 (2:1.02.205-2) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../026-dmsetup_2%3a1.02.205-2_i386.deb ...
- Unpacking dmsetup (2:1.02.205-2) ...
- Selecting previously unselected package libfreetype6:i386.
- Preparing to unpack .../027-libfreetype6_2.13.3+dfsg-1+deb13u1_i386.deb ...
- Unpacking libfreetype6:i386 (2.13.3+dfsg-1+deb13u1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../028-fonts-dejavu-mono_2.37-8_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-8) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../029-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../030-fontconfig-config_2.15.0-2.3_i386.deb ...
- Unpacking fontconfig-config (2.15.0-2.3) ...
- Selecting previously unselected package libfontconfig1:i386.
- Preparing to unpack .../031-libfontconfig1_2.15.0-2.3_i386.deb ...
- Unpacking libfontconfig1:i386 (2.15.0-2.3) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../032-fontconfig_2.15.0-2.3_i386.deb ...
- Unpacking fontconfig (2.15.0-2.3) ...
- Selecting previously unselected package gir1.2-glib-2.0:i386.
- Preparing to unpack .../033-gir1.2-glib-2.0_2.84.4-3~deb13u2_i386.deb ...
- Unpacking gir1.2-glib-2.0:i386 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libpixman-1-0:i386.
- Preparing to unpack .../034-libpixman-1-0_0.44.0-3_i386.deb ...
- Unpacking libpixman-1-0:i386 (0.44.0-3) ...
- Selecting previously unselected package libxcb-render0:i386.
- Preparing to unpack .../035-libxcb-render0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-render0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0:i386.
- Preparing to unpack .../036-libxcb-shm0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-shm0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxrender1:i386.
- Preparing to unpack .../037-libxrender1_1%3a0.9.12-1_i386.deb ...
- Unpacking libxrender1:i386 (1:0.9.12-1) ...
- Selecting previously unselected package libcairo2:i386.
- Preparing to unpack .../038-libcairo2_1.18.4-1+b1_i386.deb ...
- Unpacking libcairo2:i386 (1.18.4-1+b1) ...
- Selecting previously unselected package libcairo-gobject2:i386.
- Preparing to unpack .../039-libcairo-gobject2_1.18.4-1+b1_i386.deb ...
- Unpacking libcairo-gobject2:i386 (1.18.4-1+b1) ...
- Selecting previously unselected package gir1.2-freedesktop:i386.
- Preparing to unpack .../040-gir1.2-freedesktop_1.84.0-1_i386.deb ...
- Unpacking gir1.2-freedesktop:i386 (1.84.0-1) ...
- Selecting previously unselected package gir1.2-glib-2.0-dev:i386.
- Preparing to unpack .../041-gir1.2-glib-2.0-dev_2.84.4-3~deb13u2_i386.deb ...
- Unpacking gir1.2-glib-2.0-dev:i386 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package gir1.2-freedesktop-dev:i386.
- Preparing to unpack .../042-gir1.2-freedesktop-dev_1.84.0-1_i386.deb ...
- Unpacking gir1.2-freedesktop-dev:i386 (1.84.0-1) ...
- Selecting previously unselected package gir1.2-gdkpixbuf-2.0:i386.
- Preparing to unpack .../043-gir1.2-gdkpixbuf-2.0_2.42.12+dfsg-4+deb13u1_i386.deb ...
- Unpacking gir1.2-gdkpixbuf-2.0:i386 (2.42.12+dfsg-4+deb13u1) ...
- Selecting previously unselected package libgraphene-1.0-0:i386.
- Preparing to unpack .../044-libgraphene-1.0-0_1.10.8-5_i386.deb ...
- Unpacking libgraphene-1.0-0:i386 (1.10.8-5) ...
- Selecting previously unselected package gir1.2-graphene-1.0:i386.
- Preparing to unpack .../045-gir1.2-graphene-1.0_1.10.8-5_i386.deb ...
- Unpacking gir1.2-graphene-1.0:i386 (1.10.8-5) ...
- Selecting previously unselected package libgraphite2-3:i386.
- Preparing to unpack .../046-libgraphite2-3_1.3.14-2+b1_i386.deb ...
- Unpacking libgraphite2-3:i386 (1.3.14-2+b1) ...
- Selecting previously unselected package libharfbuzz0b:i386.
- Preparing to unpack .../047-libharfbuzz0b_10.2.0-1+b1_i386.deb ...
- Unpacking libharfbuzz0b:i386 (10.2.0-1+b1) ...
- Selecting previously unselected package libharfbuzz-gobject0:i386.
- Preparing to unpack .../048-libharfbuzz-gobject0_10.2.0-1+b1_i386.deb ...
- Unpacking libharfbuzz-gobject0:i386 (10.2.0-1+b1) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:i386.
- Preparing to unpack .../049-gir1.2-harfbuzz-0.0_10.2.0-1+b1_i386.deb ...
- Unpacking gir1.2-harfbuzz-0.0:i386 (10.2.0-1+b1) ...
- Selecting previously unselected package libfribidi0:i386.
- Preparing to unpack .../050-libfribidi0_1.0.16-1_i386.deb ...
- Unpacking libfribidi0:i386 (1.0.16-1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../051-libthai-data_0.1.29-2_all.deb ...
- Unpacking libthai-data (0.1.29-2) ...
- Selecting previously unselected package libdatrie1:i386.
- Preparing to unpack .../052-libdatrie1_0.2.13-3+b1_i386.deb ...
- Unpacking libdatrie1:i386 (0.2.13-3+b1) ...
- Selecting previously unselected package libthai0:i386.
- Preparing to unpack .../053-libthai0_0.1.29-2+b1_i386.deb ...
- Unpacking libthai0:i386 (0.1.29-2+b1) ...
- Selecting previously unselected package libpango-1.0-0:i386.
- Preparing to unpack .../054-libpango-1.0-0_1.56.3-1_i386.deb ...
- Unpacking libpango-1.0-0:i386 (1.56.3-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:i386.
- Preparing to unpack .../055-libpangoft2-1.0-0_1.56.3-1_i386.deb ...
- Unpacking libpangoft2-1.0-0:i386 (1.56.3-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:i386.
- Preparing to unpack .../056-libpangocairo-1.0-0_1.56.3-1_i386.deb ...
- Unpacking libpangocairo-1.0-0:i386 (1.56.3-1) ...
- Selecting previously unselected package libxft2:i386.
- Preparing to unpack .../057-libxft2_2.3.6-1+b4_i386.deb ...
- Unpacking libxft2:i386 (2.3.6-1+b4) ...
- Selecting previously unselected package libpangoxft-1.0-0:i386.
- Preparing to unpack .../058-libpangoxft-1.0-0_1.56.3-1_i386.deb ...
- Unpacking libpangoxft-1.0-0:i386 (1.56.3-1) ...
- Selecting previously unselected package gir1.2-pango-1.0:i386.
- Preparing to unpack .../059-gir1.2-pango-1.0_1.56.3-1_i386.deb ...
- Unpacking gir1.2-pango-1.0:i386 (1.56.3-1) ...
- Selecting previously unselected package liblzo2-2:i386.
- Preparing to unpack .../060-liblzo2-2_2.10-3+b1_i386.deb ...
- Unpacking liblzo2-2:i386 (2.10-3+b1) ...
- Selecting previously unselected package libcairo-script-interpreter2:i386.
- Preparing to unpack .../061-libcairo-script-interpreter2_1.18.4-1+b1_i386.deb ...
- Unpacking libcairo-script-interpreter2:i386 (1.18.4-1+b1) ...
- Selecting previously unselected package libcloudproviders0:i386.
- Preparing to unpack .../062-libcloudproviders0_0.3.6-2_i386.deb ...
- Unpacking libcloudproviders0:i386 (0.3.6-2) ...
- Selecting previously unselected package liblcms2-2:i386.
- Preparing to unpack .../063-liblcms2-2_2.16-2_i386.deb ...
- Unpacking liblcms2-2:i386 (2.16-2) ...
- Selecting previously unselected package libcolord2:i386.
- Preparing to unpack .../064-libcolord2_1.4.7-3_i386.deb ...
- Unpacking libcolord2:i386 (1.4.7-3) ...
- Selecting previously unselected package libavahi-common-data:i386.
- Preparing to unpack .../065-libavahi-common-data_0.8-16_i386.deb ...
- Unpacking libavahi-common-data:i386 (0.8-16) ...
- Selecting previously unselected package libavahi-common3:i386.
- Preparing to unpack .../066-libavahi-common3_0.8-16_i386.deb ...
- Unpacking libavahi-common3:i386 (0.8-16) ...
- Selecting previously unselected package libavahi-client3:i386.
- Preparing to unpack .../067-libavahi-client3_0.8-16_i386.deb ...
- Unpacking libavahi-client3:i386 (0.8-16) ...
- Selecting previously unselected package libcups2t64:i386.
- Preparing to unpack .../068-libcups2t64_2.4.10-3+deb13u2_i386.deb ...
- Unpacking libcups2t64:i386 (2.4.10-3+deb13u2) ...
- Selecting previously unselected package libepoxy0:i386.
- Preparing to unpack .../069-libepoxy0_1.5.10-2_i386.deb ...
- Unpacking libepoxy0:i386 (1.5.10-2) ...
- Selecting previously unselected package libharfbuzz-subset0:i386.
- Preparing to unpack .../070-libharfbuzz-subset0_10.2.0-1+b1_i386.deb ...
- Unpacking libharfbuzz-subset0:i386 (10.2.0-1+b1) ...
- Selecting previously unselected package libvulkan1:i386.
- Preparing to unpack .../071-libvulkan1_1.4.309.0-1_i386.deb ...
- Unpacking libvulkan1:i386 (1.4.309.0-1) ...
- Selecting previously unselected package libwayland-client0:i386.
- Preparing to unpack .../072-libwayland-client0_1.23.1-3_i386.deb ...
- Unpacking libwayland-client0:i386 (1.23.1-3) ...
- Selecting previously unselected package libwayland-egl1:i386.
- Preparing to unpack .../073-libwayland-egl1_1.23.1-3_i386.deb ...
- Unpacking libwayland-egl1:i386 (1.23.1-3) ...
- Selecting previously unselected package libxfixes3:i386.
- Preparing to unpack .../074-libxfixes3_1%3a6.0.0-2+b4_i386.deb ...
- Unpacking libxfixes3:i386 (1:6.0.0-2+b4) ...
- Selecting previously unselected package libxcursor1:i386.
- Preparing to unpack .../075-libxcursor1_1%3a1.2.3-1_i386.deb ...
- Unpacking libxcursor1:i386 (1:1.2.3-1) ...
- Selecting previously unselected package libxdamage1:i386.
- Preparing to unpack .../076-libxdamage1_1%3a1.1.6-1+b2_i386.deb ...
- Unpacking libxdamage1:i386 (1:1.1.6-1+b2) ...
- Selecting previously unselected package libxi6:i386.
- Preparing to unpack .../077-libxi6_2%3a1.8.2-1_i386.deb ...
- Unpacking libxi6:i386 (2:1.8.2-1) ...
- Selecting previously unselected package libxinerama1:i386.
- Preparing to unpack .../078-libxinerama1_2%3a1.1.4-3+b4_i386.deb ...
- Unpacking libxinerama1:i386 (2:1.1.4-3+b4) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../079-xkb-data_2.42-1_all.deb ...
- Unpacking xkb-data (2.42-1) ...
- Selecting previously unselected package libxkbcommon0:i386.
- Preparing to unpack .../080-libxkbcommon0_1.7.0-2_i386.deb ...
- Unpacking libxkbcommon0:i386 (1.7.0-2) ...
- Selecting previously unselected package libxrandr2:i386.
- Preparing to unpack .../081-libxrandr2_2%3a1.5.4-1+b3_i386.deb ...
- Unpacking libxrandr2:i386 (2:1.5.4-1+b3) ...
- Selecting previously unselected package libglvnd0:i386.
- Preparing to unpack .../082-libglvnd0_1.7.0-1+b2_i386.deb ...
- Unpacking libglvnd0:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libgles2:i386.
- Preparing to unpack .../083-libgles2_1.7.0-1+b2_i386.deb ...
- Unpacking libgles2:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libgtk-4-common.
- Preparing to unpack .../084-libgtk-4-common_4.18.6+ds-2_all.deb ...
- Unpacking libgtk-4-common (4.18.6+ds-2) ...
- Selecting previously unselected package libgtk-4-1:i386.
- Preparing to unpack .../085-libgtk-4-1_4.18.6+ds-2_i386.deb ...
- Unpacking libgtk-4-1:i386 (4.18.6+ds-2) ...
- Selecting previously unselected package gir1.2-gtk-4.0:i386.
- Preparing to unpack .../086-gir1.2-gtk-4.0_4.18.6+ds-2_i386.deb ...
- Unpacking gir1.2-gtk-4.0:i386 (4.18.6+ds-2) ...
- Selecting previously unselected package native-architecture.
- Preparing to unpack .../087-native-architecture_0.2.6_all.deb ...
- Unpacking native-architecture (0.2.6) ...
- Selecting previously unselected package libgirepository-2.0-0:i386.
- Preparing to unpack .../088-libgirepository-2.0-0_2.84.4-3~deb13u2_i386.deb ...
- Unpacking libgirepository-2.0-0:i386 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package girepository-tools:i386.
- Preparing to unpack .../089-girepository-tools_2.84.4-3~deb13u2_i386.deb ...
- Unpacking girepository-tools:i386 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../090-libdrm-common_2.4.124-2_all.deb ...
- Unpacking libdrm-common (2.4.124-2) ...
- Selecting previously unselected package libdrm2:i386.
- Preparing to unpack .../091-libdrm2_2.4.124-2_i386.deb ...
- Unpacking libdrm2:i386 (2.4.124-2) ...
- Selecting previously unselected package libwayland-server0:i386.
- Preparing to unpack .../092-libwayland-server0_1.23.1-3_i386.deb ...
- Unpacking libwayland-server0:i386 (1.23.1-3) ...
- Selecting previously unselected package libdrm-amdgpu1:i386.
- Preparing to unpack .../093-libdrm-amdgpu1_2.4.124-2_i386.deb ...
- Unpacking libdrm-amdgpu1:i386 (2.4.124-2) ...
- Selecting previously unselected package libpciaccess0:i386.
- Preparing to unpack .../094-libpciaccess0_0.17-3+b3_i386.deb ...
- Unpacking libpciaccess0:i386 (0.17-3+b3) ...
- Selecting previously unselected package libdrm-intel1:i386.
- Preparing to unpack .../095-libdrm-intel1_2.4.124-2_i386.deb ...
- Unpacking libdrm-intel1:i386 (2.4.124-2) ...
- Selecting previously unselected package libelf1t64:i386.
- Preparing to unpack .../096-libelf1t64_0.192-4_i386.deb ...
- Unpacking libelf1t64:i386 (0.192-4) ...
- Selecting previously unselected package libz3-4:i386.
- Preparing to unpack .../097-libz3-4_4.13.3-1_i386.deb ...
- Unpacking libz3-4:i386 (4.13.3-1) ...
- Selecting previously unselected package libllvm19:i386.
- Preparing to unpack .../098-libllvm19_1%3a19.1.7-3+b1_i386.deb ...
- Unpacking libllvm19:i386 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../099-libsensors-config_1%3a3.6.2-2_all.deb ...
- Unpacking libsensors-config (1:3.6.2-2) ...
- Selecting previously unselected package libsensors5:i386.
- Preparing to unpack .../100-libsensors5_1%3a3.6.2-2_i386.deb ...
- Unpacking libsensors5:i386 (1:3.6.2-2) ...
- Selecting previously unselected package libx11-xcb1:i386.
- Preparing to unpack .../101-libx11-xcb1_2%3a1.8.12-1_i386.deb ...
- Unpacking libx11-xcb1:i386 (2:1.8.12-1) ...
- Selecting previously unselected package libxcb-dri3-0:i386.
- Preparing to unpack .../102-libxcb-dri3-0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-dri3-0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-present0:i386.
- Preparing to unpack .../103-libxcb-present0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-present0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-randr0:i386.
- Preparing to unpack .../104-libxcb-randr0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-randr0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-sync1:i386.
- Preparing to unpack .../105-libxcb-sync1_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-sync1:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-xfixes0:i386.
- Preparing to unpack .../106-libxcb-xfixes0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-xfixes0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxshmfence1:i386.
- Preparing to unpack .../107-libxshmfence1_1.3.3-1_i386.deb ...
- Unpacking libxshmfence1:i386 (1.3.3-1) ...
- Selecting previously unselected package mesa-libgallium:i386.
- Preparing to unpack .../108-mesa-libgallium_25.0.7-2_i386.deb ...
- Unpacking mesa-libgallium:i386 (25.0.7-2) ...
- Selecting previously unselected package libgbm1:i386.
- Preparing to unpack .../109-libgbm1_25.0.7-2_i386.deb ...
- Unpacking libgbm1:i386 (25.0.7-2) ...
- Selecting previously unselected package libegl-mesa0:i386.
- Preparing to unpack .../110-libegl-mesa0_25.0.7-2_i386.deb ...
- Unpacking libegl-mesa0:i386 (25.0.7-2) ...
- Selecting previously unselected package libegl1:i386.
- Preparing to unpack .../111-libegl1_1.7.0-1+b2_i386.deb ...
- Unpacking libegl1:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libxcb-glx0:i386.
- Preparing to unpack .../112-libxcb-glx0_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-glx0:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxxf86vm1:i386.
- Preparing to unpack .../113-libxxf86vm1_1%3a1.1.4-1+b4_i386.deb ...
- Unpacking libxxf86vm1:i386 (1:1.1.4-1+b4) ...
- Selecting previously unselected package libgl1-mesa-dri:i386.
- Preparing to unpack .../114-libgl1-mesa-dri_25.0.7-2_i386.deb ...
- Unpacking libgl1-mesa-dri:i386 (25.0.7-2) ...
- Selecting previously unselected package libglx-mesa0:i386.
- Preparing to unpack .../115-libglx-mesa0_25.0.7-2_i386.deb ...
- Unpacking libglx-mesa0:i386 (25.0.7-2) ...
- Selecting previously unselected package libglx0:i386.
- Preparing to unpack .../116-libglx0_1.7.0-1+b2_i386.deb ...
- Unpacking libglx0:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libgl1:i386.
- Preparing to unpack .../117-libgl1_1.7.0-1+b2_i386.deb ...
- Unpacking libgl1:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libcap2-bin.
- Preparing to unpack .../118-libcap2-bin_1%3a2.75-10+b8_i386.deb ...
- Unpacking libcap2-bin (1:2.75-10+b8) ...
- Selecting previously unselected package libgstreamer1.0-0:i386.
- Preparing to unpack .../119-libgstreamer1.0-0_1.26.2-2_i386.deb ...
- Unpacking libgstreamer1.0-0:i386 (1.26.2-2) ...
- Selecting previously unselected package liborc-0.4-0t64:i386.
- Preparing to unpack .../120-liborc-0.4-0t64_1%3a0.4.41-1_i386.deb ...
- Unpacking liborc-0.4-0t64:i386 (1:0.4.41-1) ...
- Selecting previously unselected package iso-codes.
- Preparing to unpack .../121-iso-codes_4.18.0-1_all.deb ...
- Unpacking iso-codes (4.18.0-1) ...
- Selecting previously unselected package libgstreamer-plugins-base1.0-0:i386.
- Preparing to unpack .../122-libgstreamer-plugins-base1.0-0_1.26.2-1+deb13u1_i386.deb ...
- Unpacking libgstreamer-plugins-base1.0-0:i386 (1.26.2-1+deb13u1) ...
- Selecting previously unselected package libgudev-1.0-0:i386.
- Preparing to unpack .../123-libgudev-1.0-0_238-6_i386.deb ...
- Unpacking libgudev-1.0-0:i386 (238-6) ...
- Selecting previously unselected package libwayland-cursor0:i386.
- Preparing to unpack .../124-libwayland-cursor0_1.23.1-3_i386.deb ...
- Unpacking libwayland-cursor0:i386 (1.23.1-3) ...
- Selecting previously unselected package libgstreamer-gl1.0-0:i386.
- Preparing to unpack .../125-libgstreamer-gl1.0-0_1.26.2-1+deb13u1_i386.deb ...
- Unpacking libgstreamer-gl1.0-0:i386 (1.26.2-1+deb13u1) ...
- Selecting previously unselected package gstreamer1.0-gl:i386.
- Preparing to unpack .../126-gstreamer1.0-gl_1.26.2-1+deb13u1_i386.deb ...
- Unpacking gstreamer1.0-gl:i386 (1.26.2-1+deb13u1) ...
- Selecting previously unselected package libcdparanoia0:i386.
- Preparing to unpack .../127-libcdparanoia0_3.10.2+debian-14+b1_i386.deb ...
- Unpacking libcdparanoia0:i386 (3.10.2+debian-14+b1) ...
- Selecting previously unselected package libogg0:i386.
- Preparing to unpack .../128-libogg0_1.3.5-3+b2_i386.deb ...
- Unpacking libogg0:i386 (1.3.5-3+b2) ...
- Selecting previously unselected package libopus0:i386.
- Preparing to unpack .../129-libopus0_1.5.2-2_i386.deb ...
- Unpacking libopus0:i386 (1.5.2-2) ...
- Selecting previously unselected package libtheoradec1:i386.
- Preparing to unpack .../130-libtheoradec1_1.2.0~alpha1+dfsg-6_i386.deb ...
- Unpacking libtheoradec1:i386 (1.2.0~alpha1+dfsg-6) ...
- Selecting previously unselected package libtheoraenc1:i386.
- Preparing to unpack .../131-libtheoraenc1_1.2.0~alpha1+dfsg-6_i386.deb ...
- Unpacking libtheoraenc1:i386 (1.2.0~alpha1+dfsg-6) ...
- Selecting previously unselected package libvisual-0.4-0:i386.
- Preparing to unpack .../132-libvisual-0.4-0_0.4.2-2+b2_i386.deb ...
- Unpacking libvisual-0.4-0:i386 (0.4.2-2+b2) ...
- Selecting previously unselected package libvorbis0a:i386.
- Preparing to unpack .../133-libvorbis0a_1.3.7-3_i386.deb ...
- Unpacking libvorbis0a:i386 (1.3.7-3) ...
- Selecting previously unselected package libvorbisenc2:i386.
- Preparing to unpack .../134-libvorbisenc2_1.3.7-3_i386.deb ...
- Unpacking libvorbisenc2:i386 (1.3.7-3) ...
- Selecting previously unselected package gstreamer1.0-plugins-base:i386.
- Preparing to unpack .../135-gstreamer1.0-plugins-base_1.26.2-1+deb13u1_i386.deb ...
- Unpacking gstreamer1.0-plugins-base:i386 (1.26.2-1+deb13u1) ...
- Selecting previously unselected package libicu76:i386.
- Preparing to unpack .../136-libicu76_76.1-4_i386.deb ...
- Unpacking libicu76:i386 (76.1-4) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../137-icu-devtools_76.1-4_i386.deb ...
- Unpacking icu-devtools (76.1-4) ...
- Selecting previously unselected package uuid-dev:i386.
- Preparing to unpack .../138-uuid-dev_2.41-5_i386.deb ...
- Unpacking uuid-dev:i386 (2.41-5) ...
- Selecting previously unselected package libblkid-dev:i386.
- Preparing to unpack .../139-libblkid-dev_2.41-5_i386.deb ...
- Unpacking libblkid-dev:i386 (2.41-5) ...
- Selecting previously unselected package libbrotli-dev:i386.
- Preparing to unpack .../140-libbrotli-dev_1.1.0-2+b7_i386.deb ...
- Unpacking libbrotli-dev:i386 (1.1.0-2+b7) ...
- Selecting previously unselected package libbz2-dev:i386.
- Preparing to unpack .../141-libbz2-dev_1.0.8-6_i386.deb ...
- Unpacking libbz2-dev:i386 (1.0.8-6) ...
- Selecting previously unselected package libexpat1-dev:i386.
- Preparing to unpack .../142-libexpat1-dev_2.7.1-2_i386.deb ...
- Unpacking libexpat1-dev:i386 (2.7.1-2) ...
- Selecting previously unselected package zlib1g-dev:i386.
- Preparing to unpack .../143-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_i386.deb ...
- Unpacking zlib1g-dev:i386 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libpng-dev:i386.
- Preparing to unpack .../144-libpng-dev_1.6.48-1+deb13u4_i386.deb ...
- Unpacking libpng-dev:i386 (1.6.48-1+deb13u4) ...
- Selecting previously unselected package libfreetype-dev:i386.
- Preparing to unpack .../145-libfreetype-dev_2.13.3+dfsg-1+deb13u1_i386.deb ...
- Unpacking libfreetype-dev:i386 (2.13.3+dfsg-1+deb13u1) ...
- Selecting previously unselected package libpkgconf3:i386.
- Preparing to unpack .../146-libpkgconf3_1.8.1-4_i386.deb ...
- Unpacking libpkgconf3:i386 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../147-pkgconf-bin_1.8.1-4_i386.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:i386.
- Preparing to unpack .../148-pkgconf_1.8.1-4_i386.deb ...
- Unpacking pkgconf:i386 (1.8.1-4) ...
- Selecting previously unselected package libfontconfig-dev:i386.
- Preparing to unpack .../149-libfontconfig-dev_2.15.0-2.3_i386.deb ...
- Unpacking libfontconfig-dev:i386 (2.15.0-2.3) ...
- Selecting previously unselected package libffi-dev:i386.
- Preparing to unpack .../150-libffi-dev_3.4.8-2_i386.deb ...
- Unpacking libffi-dev:i386 (3.4.8-2) ...
- Selecting previously unselected package libsepol-dev:i386.
- Preparing to unpack .../151-libsepol-dev_3.8.1-1_i386.deb ...
- Unpacking libsepol-dev:i386 (3.8.1-1) ...
- Selecting previously unselected package libpcre2-16-0:i386.
- Preparing to unpack .../152-libpcre2-16-0_10.46-1~deb13u1_i386.deb ...
- Unpacking libpcre2-16-0:i386 (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-32-0:i386.
- Preparing to unpack .../153-libpcre2-32-0_10.46-1~deb13u1_i386.deb ...
- Unpacking libpcre2-32-0:i386 (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-posix3:i386.
- Preparing to unpack .../154-libpcre2-posix3_10.46-1~deb13u1_i386.deb ...
- Unpacking libpcre2-posix3:i386 (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-dev:i386.
- Preparing to unpack .../155-libpcre2-dev_10.46-1~deb13u1_i386.deb ...
- Unpacking libpcre2-dev:i386 (10.46-1~deb13u1) ...
- Selecting previously unselected package libselinux1-dev:i386.
- Preparing to unpack .../156-libselinux1-dev_3.8.1-1_i386.deb ...
- Unpacking libselinux1-dev:i386 (3.8.1-1) ...
- Selecting previously unselected package libmount-dev:i386.
- Preparing to unpack .../157-libmount-dev_2.41-5_i386.deb ...
- Unpacking libmount-dev:i386 (2.41-5) ...
- Selecting previously unselected package libsysprof-capture-4-dev:i386.
- Preparing to unpack .../158-libsysprof-capture-4-dev_48.0-2_i386.deb ...
- Unpacking libsysprof-capture-4-dev:i386 (48.0-2) ...
- Selecting previously unselected package libgio-2.0-dev:i386.
- Preparing to unpack .../159-libgio-2.0-dev_2.84.4-3~deb13u2_i386.deb ...
- Unpacking libgio-2.0-dev:i386 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../160-libglib2.0-data_2.84.4-3~deb13u2_all.deb ...
- Unpacking libglib2.0-data (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../161-libglib2.0-bin_2.84.4-3~deb13u2_i386.deb ...
- Unpacking libglib2.0-bin (2.84.4-3~deb13u2) ...
- Selecting previously unselected package python3-packaging.
- Preparing to unpack .../162-python3-packaging_25.0-1_all.deb ...
- Unpacking python3-packaging (25.0-1) ...
- Selecting previously unselected package libgio-2.0-dev-bin.
- Preparing to unpack .../163-libgio-2.0-dev-bin_2.84.4-3~deb13u2_i386.deb ...
- Unpacking libgio-2.0-dev-bin (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../164-libglib2.0-dev-bin_2.84.4-3~deb13u2_i386.deb ...
- Unpacking libglib2.0-dev-bin (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libglib2.0-dev:i386.
- Preparing to unpack .../165-libglib2.0-dev_2.84.4-3~deb13u2_i386.deb ...
- Unpacking libglib2.0-dev:i386 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libpixman-1-dev:i386.
- Preparing to unpack .../166-libpixman-1-dev_0.44.0-3_i386.deb ...
- Unpacking libpixman-1-dev:i386 (0.44.0-3) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../167-x11-common_1%3a7.7+24+deb13u1_all.deb ...
- Unpacking x11-common (1:7.7+24+deb13u1) ...
- Selecting previously unselected package libice6:i386.
- Preparing to unpack .../168-libice6_2%3a1.1.1-1_i386.deb ...
- Unpacking libice6:i386 (2:1.1.1-1) ...
- Selecting previously unselected package libsm6:i386.
- Preparing to unpack .../169-libsm6_2%3a1.2.6-1_i386.deb ...
- Unpacking libsm6:i386 (2:1.2.6-1) ...
- Selecting previously unselected package libice-dev:i386.
- Preparing to unpack .../170-libice-dev_2%3a1.1.1-1_i386.deb ...
- Unpacking libice-dev:i386 (2:1.1.1-1) ...
- Selecting previously unselected package libsm-dev:i386.
- Preparing to unpack .../171-libsm-dev_2%3a1.2.6-1_i386.deb ...
- Unpacking libsm-dev:i386 (2:1.2.6-1) ...
- Selecting previously unselected package libxcb-render0-dev:i386.
- Preparing to unpack .../172-libxcb-render0-dev_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-render0-dev:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0-dev:i386.
- Preparing to unpack .../173-libxcb-shm0-dev_1.17.0-2+b1_i386.deb ...
- Unpacking libxcb-shm0-dev:i386 (1.17.0-2+b1) ...
- Selecting previously unselected package libxext-dev:i386.
- Preparing to unpack .../174-libxext-dev_2%3a1.3.4-1+b3_i386.deb ...
- Unpacking libxext-dev:i386 (2:1.3.4-1+b3) ...
- Selecting previously unselected package libxrender-dev:i386.
- Preparing to unpack .../175-libxrender-dev_1%3a0.9.12-1_i386.deb ...
- Unpacking libxrender-dev:i386 (1:0.9.12-1) ...
- Selecting previously unselected package libcairo2-dev:i386.
- Preparing to unpack .../176-libcairo2-dev_1.18.4-1+b1_i386.deb ...
- Unpacking libcairo2-dev:i386 (1.18.4-1+b1) ...
- Selecting previously unselected package libjson-c5:i386.
- Preparing to unpack .../177-libjson-c5_0.18+ds-1_i386.deb ...
- Unpacking libjson-c5:i386 (0.18+ds-1) ...
- Selecting previously unselected package libcryptsetup12:i386.
- Preparing to unpack .../178-libcryptsetup12_2%3a2.7.5-2_i386.deb ...
- Unpacking libcryptsetup12:i386 (2:2.7.5-2) ...
- Selecting previously unselected package libdatrie-dev:i386.
- Preparing to unpack .../179-libdatrie-dev_0.2.13-3+b1_i386.deb ...
- Unpacking libdatrie-dev:i386 (0.2.13-3+b1) ...
- Selecting previously unselected package libdav1d7:i386.
- Preparing to unpack .../180-libdav1d7_1.5.1-1_i386.deb ...
- Unpacking libdav1d7:i386 (1.5.1-1) ...
- Selecting previously unselected package libdeflate-dev:i386.
- Preparing to unpack .../181-libdeflate-dev_1.23-2_i386.deb ...
- Unpacking libdeflate-dev:i386 (1.23-2) ...
- Selecting previously unselected package libglx-dev:i386.
- Preparing to unpack .../182-libglx-dev_1.7.0-1+b2_i386.deb ...
- Unpacking libglx-dev:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libgl-dev:i386.
- Preparing to unpack .../183-libgl-dev_1.7.0-1+b2_i386.deb ...
- Unpacking libgl-dev:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libegl-dev:i386.
- Preparing to unpack .../184-libegl-dev_1.7.0-1+b2_i386.deb ...
- Unpacking libegl-dev:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libglvnd-core-dev:i386.
- Preparing to unpack .../185-libglvnd-core-dev_1.7.0-1+b2_i386.deb ...
- Unpacking libglvnd-core-dev:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libgles1:i386.
- Preparing to unpack .../186-libgles1_1.7.0-1+b2_i386.deb ...
- Unpacking libgles1:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libgles-dev:i386.
- Preparing to unpack .../187-libgles-dev_1.7.0-1+b2_i386.deb ...
- Unpacking libgles-dev:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libopengl0:i386.
- Preparing to unpack .../188-libopengl0_1.7.0-1+b2_i386.deb ...
- Unpacking libopengl0:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libopengl-dev:i386.
- Preparing to unpack .../189-libopengl-dev_1.7.0-1+b2_i386.deb ...
- Unpacking libopengl-dev:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libglvnd-dev:i386.
- Preparing to unpack .../190-libglvnd-dev_1.7.0-1+b2_i386.deb ...
- Unpacking libglvnd-dev:i386 (1.7.0-1+b2) ...
- Selecting previously unselected package libegl1-mesa-dev:i386.
- Preparing to unpack .../191-libegl1-mesa-dev_25.0.7-2_i386.deb ...
- Unpacking libegl1-mesa-dev:i386 (25.0.7-2) ...
- Selecting previously unselected package libepoxy-dev:i386.
- Preparing to unpack .../192-libepoxy-dev_1.5.10-2_i386.deb ...
- Unpacking libepoxy-dev:i386 (1.5.10-2) ...
- Selecting previously unselected package libfribidi-dev:i386.
- Preparing to unpack .../193-libfribidi-dev_1.0.16-1_i386.deb ...
- Unpacking libfribidi-dev:i386 (1.0.16-1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../194-libgdk-pixbuf2.0-bin_2.42.12+dfsg-4+deb13u1_i386.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:i386.
- Preparing to unpack .../195-libjpeg62-turbo-dev_1%3a2.1.5-4_i386.deb ...
- Unpacking libjpeg62-turbo-dev:i386 (1:2.1.5-4) ...
- Selecting previously unselected package libjpeg-dev:i386.
- Preparing to unpack .../196-libjpeg-dev_1%3a2.1.5-4_i386.deb ...
- Unpacking libjpeg-dev:i386 (1:2.1.5-4) ...
- Selecting previously unselected package libjbig-dev:i386.
- Preparing to unpack .../197-libjbig-dev_2.1-6.1+b2_i386.deb ...
- Unpacking libjbig-dev:i386 (2.1-6.1+b2) ...
- Selecting previously unselected package liblzma-dev:i386.
- Preparing to unpack .../198-liblzma-dev_5.8.1-1_i386.deb ...
- Unpacking liblzma-dev:i386 (5.8.1-1) ...
- Selecting previously unselected package libzstd-dev:i386.
- Preparing to unpack .../199-libzstd-dev_1.5.7+dfsg-1_i386.deb ...
- Unpacking libzstd-dev:i386 (1.5.7+dfsg-1) ...
- Selecting previously unselected package libwebpdemux2:i386.
- Preparing to unpack .../200-libwebpdemux2_1.5.0-0.1_i386.deb ...
- Unpacking libwebpdemux2:i386 (1.5.0-0.1) ...
- Selecting previously unselected package libwebpmux3:i386.
- Preparing to unpack .../201-libwebpmux3_1.5.0-0.1_i386.deb ...
- Unpacking libwebpmux3:i386 (1.5.0-0.1) ...
- Selecting previously unselected package libwebpdecoder3:i386.
- Preparing to unpack .../202-libwebpdecoder3_1.5.0-0.1_i386.deb ...
- Unpacking libwebpdecoder3:i386 (1.5.0-0.1) ...
- Selecting previously unselected package libsharpyuv-dev:i386.
- Preparing to unpack .../203-libsharpyuv-dev_1.5.0-0.1_i386.deb ...
- Unpacking libsharpyuv-dev:i386 (1.5.0-0.1) ...
- Selecting previously unselected package libwebp-dev:i386.
- Preparing to unpack .../204-libwebp-dev_1.5.0-0.1_i386.deb ...
- Unpacking libwebp-dev:i386 (1.5.0-0.1) ...
- Selecting previously unselected package libtiffxx6:i386.
- Preparing to unpack .../205-libtiffxx6_4.7.0-3+deb13u2_i386.deb ...
- Unpacking libtiffxx6:i386 (4.7.0-3+deb13u2) ...
- Selecting previously unselected package liblerc-dev:i386.
- Preparing to unpack .../206-liblerc-dev_4.0.0+ds-5_i386.deb ...
- Unpacking liblerc-dev:i386 (4.0.0+ds-5) ...
- Selecting previously unselected package libtiff-dev:i386.
- Preparing to unpack .../207-libtiff-dev_4.7.0-3+deb13u2_i386.deb ...
- Unpacking libtiff-dev:i386 (4.7.0-3+deb13u2) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-dev:i386.
- Preparing to unpack .../208-libgdk-pixbuf-2.0-dev_2.42.12+dfsg-4+deb13u1_i386.deb ...
- Unpacking libgdk-pixbuf-2.0-dev:i386 (2.42.12+dfsg-4+deb13u1) ...
- Selecting previously unselected package libgraphene-1.0-dev:i386.
- Preparing to unpack .../209-libgraphene-1.0-dev_1.10.8-5_i386.deb ...
- Unpacking libgraphene-1.0-dev:i386 (1.10.8-5) ...
- Selecting previously unselected package libgraphite2-dev:i386.
- Preparing to unpack .../210-libgraphite2-dev_1.3.14-2+b1_i386.deb ...
- Unpacking libgraphite2-dev:i386 (1.3.14-2+b1) ...
- Selecting previously unselected package libgtk-4-bin.
- Preparing to unpack .../211-libgtk-4-bin_4.18.6+ds-2_i386.deb ...
- Unpacking libgtk-4-bin (4.18.6+ds-2) ...
- Selecting previously unselected package libharfbuzz-icu0:i386.
- Preparing to unpack .../212-libharfbuzz-icu0_10.2.0-1+b1_i386.deb ...
- Unpacking libharfbuzz-icu0:i386 (10.2.0-1+b1) ...
- Selecting previously unselected package libharfbuzz-cairo0:i386.
- Preparing to unpack .../213-libharfbuzz-cairo0_10.2.0-1+b1_i386.deb ...
- Unpacking libharfbuzz-cairo0:i386 (10.2.0-1+b1) ...
- Selecting previously unselected package libicu-dev:i386.
- Preparing to unpack .../214-libicu-dev_76.1-4_i386.deb ...
- Unpacking libicu-dev:i386 (76.1-4) ...
- Selecting previously unselected package libharfbuzz-dev:i386.
- Preparing to unpack .../215-libharfbuzz-dev_10.2.0-1+b1_i386.deb ...
- Unpacking libharfbuzz-dev:i386 (10.2.0-1+b1) ...
- Selecting previously unselected package libthai-dev:i386.
- Preparing to unpack .../216-libthai-dev_0.1.29-2+b1_i386.deb ...
- Unpacking libthai-dev:i386 (0.1.29-2+b1) ...
- Selecting previously unselected package libxft-dev:i386.
- Preparing to unpack .../217-libxft-dev_2.3.6-1+b4_i386.deb ...
- Unpacking libxft-dev:i386 (2.3.6-1+b4) ...
- Selecting previously unselected package pango1.0-tools.
- Preparing to unpack .../218-pango1.0-tools_1.56.3-1_i386.deb ...
- Unpacking pango1.0-tools (1.56.3-1) ...
- Selecting previously unselected package libpango1.0-dev:i386.
- Preparing to unpack .../219-libpango1.0-dev_1.56.3-1_i386.deb ...
- Unpacking libpango1.0-dev:i386 (1.56.3-1) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../220-libwayland-bin_1.23.1-3_i386.deb ...
- Unpacking libwayland-bin (1.23.1-3) ...
- Selecting previously unselected package libwayland-dev:i386.
- Preparing to unpack .../221-libwayland-dev_1.23.1-3_i386.deb ...
- Unpacking libwayland-dev:i386 (1.23.1-3) ...
- Selecting previously unselected package libxcomposite1:i386.
- Preparing to unpack .../222-libxcomposite1_1%3a0.4.6-1_i386.deb ...
- Unpacking libxcomposite1:i386 (1:0.4.6-1) ...
- Selecting previously unselected package libxfixes-dev:i386.
- Preparing to unpack .../223-libxfixes-dev_1%3a6.0.0-2+b4_i386.deb ...
- Unpacking libxfixes-dev:i386 (1:6.0.0-2+b4) ...
- Selecting previously unselected package libxcomposite-dev:i386.
- Preparing to unpack .../224-libxcomposite-dev_1%3a0.4.6-1_i386.deb ...
- Unpacking libxcomposite-dev:i386 (1:0.4.6-1) ...
- Selecting previously unselected package libxcursor-dev:i386.
- Preparing to unpack .../225-libxcursor-dev_1%3a1.2.3-1_i386.deb ...
- Unpacking libxcursor-dev:i386 (1:1.2.3-1) ...
- Selecting previously unselected package libxdamage-dev:i386.
- Preparing to unpack .../226-libxdamage-dev_1%3a1.1.6-1+b2_i386.deb ...
- Unpacking libxdamage-dev:i386 (1:1.1.6-1+b2) ...
- Selecting previously unselected package libxi-dev:i386.
- Preparing to unpack .../227-libxi-dev_2%3a1.8.2-1_i386.deb ...
- Unpacking libxi-dev:i386 (2:1.8.2-1) ...
- Selecting previously unselected package libxinerama-dev:i386.
- Preparing to unpack .../228-libxinerama-dev_2%3a1.1.4-3+b4_i386.deb ...
- Unpacking libxinerama-dev:i386 (2:1.1.4-3+b4) ...
- Selecting previously unselected package libxkbcommon-dev:i386.
- Preparing to unpack .../229-libxkbcommon-dev_1.7.0-2_i386.deb ...
- Unpacking libxkbcommon-dev:i386 (1.7.0-2) ...
- Selecting previously unselected package libxrandr-dev:i386.
- Preparing to unpack .../230-libxrandr-dev_2%3a1.5.4-1+b3_i386.deb ...
- Unpacking libxrandr-dev:i386 (2:1.5.4-1+b3) ...
- Selecting previously unselected package libvulkan-dev:i386.
- Preparing to unpack .../231-libvulkan-dev_1.4.309.0-1_i386.deb ...
- Unpacking libvulkan-dev:i386 (1.4.309.0-1) ...
- Selecting previously unselected package wayland-protocols.
- Preparing to unpack .../232-wayland-protocols_1.44-1_all.deb ...
- Unpacking wayland-protocols (1.44-1) ...
- Selecting previously unselected package libgtk-4-dev:i386.
- Preparing to unpack .../233-libgtk-4-dev_4.18.6+ds-2_i386.deb ...
- Unpacking libgtk-4-dev:i386 (4.18.6+ds-2) ...
- Selecting previously unselected package libgtk-4-media-gstreamer.
- Preparing to unpack .../234-libgtk-4-media-gstreamer_4.18.6+ds-2_i386.deb ...
- Unpacking libgtk-4-media-gstreamer (4.18.6+ds-2) ...
- Selecting previously unselected package libkmod2:i386.
- Preparing to unpack .../235-libkmod2_34.2-2_i386.deb ...
- Unpacking libkmod2:i386 (34.2-2) ...
- Selecting previously unselected package libpam-cap:i386.
- Preparing to unpack .../236-libpam-cap_1%3a2.75-10+b8_i386.deb ...
- Unpacking libpam-cap:i386 (1:2.75-10+b8) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../237-libpng-tools_1.6.48-1+deb13u4_i386.deb ...
- Unpacking libpng-tools (1.6.48-1+deb13u4) ...
- Selecting previously unselected package librsvg2-2:i386.
- Preparing to unpack .../238-librsvg2-2_2.60.0+dfsg-1_i386.deb ...
- Unpacking librsvg2-2:i386 (2.60.0+dfsg-1) ...
- Selecting previously unselected package librsvg2-common:i386.
- Preparing to unpack .../239-librsvg2-common_2.60.0+dfsg-1_i386.deb ...
- Unpacking librsvg2-common:i386 (2.60.0+dfsg-1) ...
- Selecting previously unselected package mesa-vulkan-drivers:i386.
- Preparing to unpack .../240-mesa-vulkan-drivers_25.0.7-2_i386.deb ...
- Unpacking mesa-vulkan-drivers:i386 (25.0.7-2) ...
- Selecting previously unselected package pkg-config:i386.
- Preparing to unpack .../241-pkg-config_1.8.1-4_i386.deb ...
- Unpacking pkg-config:i386 (1.8.1-4) ...
- Selecting previously unselected package systemd-cryptsetup.
- Preparing to unpack .../242-systemd-cryptsetup_257.9-1~deb13u1_i386.deb ...
- Unpacking systemd-cryptsetup (257.9-1~deb13u1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../243-xdg-user-dirs_0.18-2_i386.deb ...
- Unpacking xdg-user-dirs (0.18-2) ...
- Setting up media-types (13.0.0) ...
- Setting up libgraphite2-3:i386 (1.3.14-2+b1) ...
- Setting up libxcb-dri3-0:i386 (1.17.0-2+b1) ...
- Setting up liblcms2-2:i386 (2.16-2) ...
- Setting up libpixman-1-0:i386 (0.44.0-3) ...
- Setting up libcdparanoia0:i386 (3.10.2+debian-14+b1) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up libsharpyuv0:i386 (1.5.0-0.1) ...
- Setting up libwayland-server0:i386 (1.23.1-3) ...
- Setting up libx11-xcb1:i386 (2:1.8.12-1) ...
- Setting up libpciaccess0:i386 (0.17-3+b3) ...
- Setting up systemd-sysv (257.9-1~deb13u1) ...
- Setting up libpixman-1-dev:i386 (0.44.0-3) ...
- Setting up native-architecture (0.2.6) ...
- Setting up libxdamage1:i386 (1:1.1.6-1+b2) ...
- Setting up libxcb-xfixes0:i386 (1.17.0-2+b1) ...
- Setting up libogg0:i386 (1.3.5-3+b2) ...
- Setting up liblerc4:i386 (4.0.0+ds-5) ...
- Setting up libzstd-dev:i386 (1.5.7+dfsg-1) ...
- Setting up libglvnd-core-dev:i386 (1.7.0-1+b2) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libxi6:i386 (2:1.8.2-1) ...
- Setting up libxrender1:i386 (1:0.9.12-1) ...
- Setting up libdatrie1:i386 (0.2.13-3+b1) ...
- Setting up xdg-user-dirs (0.18-2) ...
- Setting up libvisual-0.4-0:i386 (0.4.2-2+b2) ...
- Setting up libxcb-render0:i386 (1.17.0-2+b1) ...
- Setting up libglvnd0:i386 (1.7.0-1+b2) ...
- Setting up libxcb-glx0:i386 (1.17.0-2+b1) ...
- Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ...
- Setting up x11-common (1:7.7+24+deb13u1) ...
- 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.2-2) ...
- Setting up libdeflate0:i386 (1.23-2) ...
- Setting up libwebpdecoder3:i386 (1.5.0-0.1) ...
- Setting up libnss-systemd:i386 (257.9-1~deb13u1) ...
- Setting up xkb-data (2.42-1) ...
- Setting up liblzo2-2:i386 (2.10-3+b1) ...
- Setting up libxcb-shm0:i386 (1.17.0-2+b1) ...
- Setting up libffi-dev:i386 (3.4.8-2) ...
- Setting up libjbig0:i386 (2.1-6.1+b2) ...
- Setting up libpcre2-16-0:i386 (10.46-1~deb13u1) ...
- Setting up libopengl0:i386 (1.7.0-1+b2) ...
- Setting up libelf1t64:i386 (0.192-4) ...
- Setting up libxxf86vm1:i386 (1:1.1.4-1+b4) ...
- Setting up liborc-0.4-0t64:i386 (1:0.4.41-1) ...
- Setting up libcap2-bin (1:2.75-10+b8) ...
- Setting up libxcb-present0:i386 (1.17.0-2+b1) ...
- Setting up libsysprof-capture-4-dev:i386 (48.0-2) ...
- Setting up libxcb-shm0-dev:i386 (1.17.0-2+b1) ...
- Setting up libtheoraenc1:i386 (1.2.0~alpha1+dfsg-6) ...
- Setting up libgraphite2-dev:i386 (1.3.14-2+b1) ...
- Setting up libz3-4:i386 (4.13.3-1) ...
- Setting up libpcre2-32-0:i386 (10.46-1~deb13u1) ...
- Setting up libglib2.0-0t64:i386 (2.84.4-3~deb13u2) ...
- Setting up libglib2.0-data (2.84.4-3~deb13u2) ...
- Setting up libpkgconf3:i386 (1.8.1-4) ...
- Setting up libgles2:i386 (1.7.0-1+b2) ...
- Setting up libexpat1-dev:i386 (2.7.1-2) ...
- Setting up libjpeg62-turbo:i386 (1:2.1.5-4) ...
- Setting up libjpeg62-turbo-dev:i386 (1:2.1.5-4) ...
- Setting up libepoxy0:i386 (1.5.10-2) ...
- Setting up libxfixes3:i386 (1:6.0.0-2+b4) ...
- Setting up libxcb-sync1:i386 (1.17.0-2+b1) ...
- Setting up uuid-dev:i386 (2.41-5) ...
- Setting up libavahi-common-data:i386 (0.8-16) ...
- Setting up libgles1:i386 (1.7.0-1+b2) ...
- Setting up libdbus-1-3:i386 (1.16.2-2) ...
- Setting up libfribidi0:i386 (1.0.16-1) ...
- Setting up libopus0:i386 (1.5.2-2) ...
- Setting up libxinerama1:i386 (2:1.1.4-3+b4) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:i386 (1.6.48-1+deb13u4) ...
- Setting up systemd-timesyncd (257.9-1~deb13u1) ...
- Creating group 'systemd-timesync' with GID 997.

- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.

- Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.

- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.

- Setting up libvorbis0a:i386 (1.3.7-3) ...
- Setting up libxrandr2:i386 (2:1.5.4-1+b3) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up libsepol-dev:i386 (3.8.1-1) ...
- Setting up libxcb-render0-dev:i386 (1.17.0-2+b1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up gir1.2-glib-2.0:i386 (2.84.4-3~deb13u2) ...
- Setting up libsensors5:i386 (1:3.6.2-2) ...
- Setting up liblerc-dev:i386 (4.0.0+ds-5) ...
- Setting up libvulkan1:i386 (1.4.309.0-1) ...
- Setting up libwebp7:i386 (1.5.0-0.1) ...
- Setting up libxext-dev:i386 (2:1.3.4-1+b3) ...
- Setting up liblzma-dev:i386 (5.8.1-1) ...
- Setting up zlib1g-dev:i386 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libpcre2-posix3:i386 (10.46-1~deb13u1) ...
- Setting up wayland-protocols (1.44-1) ...
- Setting up libdav1d7:i386 (1.5.1-1) ...
- Setting up gir1.2-glib-2.0-dev:i386 (2.84.4-3~deb13u2) ...
- Setting up libxshmfence1:i386 (1.3.3-1) ...
- Setting up libtiff6:i386 (4.7.0-3+deb13u2) ...
- Setting up libxcb-randr0:i386 (1.17.0-2+b1) ...
- Setting up dbus-session-bus-common (1.16.2-2) ...
- Setting up libthai-data (0.1.29-2) ...
- Setting up libwayland-egl1:i386 (1.23.1-3) ...
- Setting up libicu76:i386 (76.1-4) ...
- Setting up libopengl-dev:i386 (1.7.0-1+b2) ...
- Setting up dbus-system-bus-common (1.16.2-2) ...
- Creating group 'messagebus' with GID 996.

- Creating user 'messagebus' (System Message Bus) with UID 996 and GID 996.

- Setting up libsharpyuv-dev:i386 (1.5.0-0.1) ...
- Setting up libwebpmux3:i386 (1.5.0-0.1) ...
- Setting up libtiffxx6:i386 (4.7.0-3+deb13u2) ...
- Setting up libdeflate-dev:i386 (1.23-2) ...
- Setting up libdrm-common (2.4.124-2) ...
- Setting up libxcomposite1:i386 (1:0.4.6-1) ...
- Setting up libpam-cap:i386 (1:2.75-10+b8) ...
- Setting up libxrender-dev:i386 (1:0.9.12-1) ...
- Setting up libjson-c5:i386 (0.18+ds-1) ...
- Setting up readline-common (8.2-6) ...
- Setting up libxml2:i386 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up iso-codes (4.18.0-1) ...
- Setting up dbus-bin (1.16.2-2) ...
- Setting up libbrotli-dev:i386 (1.1.0-2+b7) ...
- Setting up libgudev-1.0-0:i386 (238-6) ...
- Setting up libgstreamer1.0-0:i386 (1.26.2-2) ...
- Setcap worked! gst-ptp-helper is not suid!
- Setting up libgraphene-1.0-0:i386 (1.10.8-5) ...
- Setting up libvorbisenc2:i386 (1.3.7-3) ...
- Setting up libkmod2:i386 (34.2-2) ...
- Setting up libbz2-dev:i386 (1.0.8-6) ...
- Setting up libxkbcommon0:i386 (1.7.0-2) ...
- Setting up libwayland-client0:i386 (1.23.1-3) ...
- Setting up gir1.2-graphene-1.0:i386 (1.10.8-5) ...
- Setting up libblkid-dev:i386 (2.41-5) ...
- Setting up libllvm19:i386 (1:19.1.7-3+b1) ...
- Setting up libice6:i386 (2:1.1.1-1) ...
- Setting up libpcre2-dev:i386 (10.46-1~deb13u1) ...
- Setting up libice-dev:i386 (2:1.1.1-1) ...
- Setting up libpng-tools (1.6.48-1+deb13u4) ...
- Setting up libgirepository-2.0-0:i386 (2.84.4-3~deb13u2) ...
- Setting up libselinux1-dev:i386 (3.8.1-1) ...
- Setting up fontconfig-config (2.15.0-2.3) ...
- Setting up libfribidi-dev:i386 (1.0.16-1) ...
- Setting up libwebpdemux2:i386 (1.5.0-0.1) ...
- Setting up libxkbcommon-dev:i386 (1.7.0-2) ...
- Setting up libxcursor1:i386 (1:1.2.3-1) ...
- Setting up libpng-dev:i386 (1.6.48-1+deb13u4) ...
- Setting up libavahi-common3:i386 (0.8-16) ...
- Setting up libjpeg-dev:i386 (1:2.1.5-4) ...
- Setting up libjbig-dev:i386 (2.1-6.1+b2) ...
- Setting up libcloudproviders0:i386 (0.3.6-2) ...
- Setting up libglib2.0-bin (2.84.4-3~deb13u2) ...
- Setting up dbus-daemon (1.16.2-2) ...
- Setting up libcolord2:i386 (1.4.7-3) ...
- Setting up pkgconf:i386 (1.8.1-4) ...
- Setting up libdconf1:i386 (0.40.0-5) ...
- Setting up libxfixes-dev:i386 (1:6.0.0-2+b4) ...
- Setting up libthai0:i386 (0.1.29-2+b1) ...
- Setting up libwayland-bin (1.23.1-3) ...
- Setting up libxrandr-dev:i386 (2:1.5.4-1+b3) ...
- Setting up libwebp-dev:i386 (1.5.0-0.1) ...
- Setting up libfreetype6:i386 (2.13.3+dfsg-1+deb13u1) ...
- Setting up libtiff-dev:i386 (4.7.0-3+deb13u2) ...
- Setting up dbus (1.16.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.4-5+b2) ...
- Setting up icu-devtools (76.1-4) ...
- Setting up pkg-config:i386 (1.8.1-4) ...
- Setting up libxinerama-dev:i386 (2:1.1.4-3+b4) ...
- Setting up libreadline8t64:i386 (8.2-6) ...
- Setting up libdrm2:i386 (2.4.124-2) ...
- Setting up libdatrie-dev:i386 (0.2.13-3+b1) ...
- Setting up libwayland-cursor0:i386 (1.23.1-3) ...
- Setting up libpam-systemd:i386 (257.9-1~deb13u1) ...
- Setting up libharfbuzz0b:i386 (10.2.0-1+b1) ...
- Setting up libgdk-pixbuf-2.0-0:i386 (2.42.12+dfsg-4+deb13u1) ...
- Setting up libfontconfig1:i386 (2.15.0-2.3) ...
- Setting up libxi-dev:i386 (2:1.8.2-1) ...
- Setting up libsm6:i386 (2:1.2.6-1) ...
- Setting up libpython3.13-stdlib:i386 (3.13.5-2) ...
- Setting up libicu-dev:i386 (76.1-4) ...
- Setting up libavahi-client3:i386 (0.8-16) ...
- Setting up libmount-dev:i386 (2.41-5) ...
- Setting up libpython3-stdlib:i386 (3.13.5-1) ...
- Setting up libdrm-amdgpu1:i386 (2.4.124-2) ...
- Setting up libxdamage-dev:i386 (1:1.1.6-1+b2) ...
- Setting up mesa-vulkan-drivers:i386 (25.0.7-2) ...
- Setting up gtk-update-icon-cache (4.18.6+ds-2) ...
- Setting up fontconfig (2.15.0-2.3) ...
- Regenerating fonts cache... 
- done.
- Setting up libxft2:i386 (2.3.6-1+b4) ...
- Setting up libgio-2.0-dev:i386 (2.84.4-3~deb13u2) ...
- Setting up libharfbuzz-icu0:i386 (10.2.0-1+b1) ...
- Setting up girepository-tools:i386 (2.84.4-3~deb13u2) ...
- Setting up gir1.2-gdkpixbuf-2.0:i386 (2.42.12+dfsg-4+deb13u1) ...
- Setting up python3.13 (3.13.5-2) ...
- Setting up libsm-dev:i386 (2:1.2.6-1) ...
- Setting up libxcomposite-dev:i386 (1:0.4.6-1) ...
- Setting up libxcursor-dev:i386 (1:1.2.3-1) ...
- Setting up libpango-1.0-0:i386 (1.56.3-1) ...
- Setting up libdrm-intel1:i386 (2.4.124-2) ...
- Setting up libgstreamer-plugins-base1.0-0:i386 (1.26.2-1+deb13u1) ...
- Setting up python3 (3.13.5-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up libharfbuzz-gobject0:i386 (10.2.0-1+b1) ...
- Setting up libwayland-dev:i386 (1.23.1-3) ...
- Setting up libcairo2:i386 (1.18.4-1+b1) ...
- Setting up libfreetype-dev:i386 (2.13.3+dfsg-1+deb13u1) ...
- Setting up dbus-user-session (1.16.2-2) ...
- Setting up python3-packaging (25.0-1) ...
- Setting up libtheoradec1:i386 (1.2.0~alpha1+dfsg-6) ...
- Setting up libharfbuzz-cairo0:i386 (10.2.0-1+b1) ...
- Setting up adwaita-icon-theme (48.1-1) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libthai-dev:i386 (0.1.29-2+b1) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ...
- Setting up libharfbuzz-subset0:i386 (10.2.0-1+b1) ...
- Setting up libcairo-gobject2:i386 (1.18.4-1+b1) ...
- Setting up libpangoft2-1.0-0:i386 (1.56.3-1) ...
- Setting up libcups2t64:i386 (2.4.10-3+deb13u2) ...
- Setting up libpangocairo-1.0-0:i386 (1.56.3-1) ...
- Setting up libcairo-script-interpreter2:i386 (1.18.4-1+b1) ...
- Setting up mesa-libgallium:i386 (25.0.7-2) ...
- Setting up libgio-2.0-dev-bin (2.84.4-3~deb13u2) ...
- Setting up libvulkan-dev:i386 (1.4.309.0-1) ...
- Setting up gir1.2-freedesktop:i386 (1.84.0-1) ...
- Setting up libpangoxft-1.0-0:i386 (1.56.3-1) ...
- Setting up libgbm1:i386 (25.0.7-2) ...
- Setting up libfontconfig-dev:i386 (2.15.0-2.3) ...
- Setting up libgl1-mesa-dri:i386 (25.0.7-2) ...
- Setting up pango1.0-tools (1.56.3-1) ...
- Setting up dconf-service (0.40.0-5) ...
- Setting up gir1.2-harfbuzz-0.0:i386 (10.2.0-1+b1) ...
- Setting up librsvg2-2:i386 (2.60.0+dfsg-1) ...
- Setting up gir1.2-pango-1.0:i386 (1.56.3-1) ...
- Setting up libegl-mesa0:i386 (25.0.7-2) ...
- Setting up gstreamer1.0-plugins-base:i386 (1.26.2-1+deb13u1) ...
- Setting up gir1.2-freedesktop-dev:i386 (1.84.0-1) ...
- Setting up librsvg2-common:i386 (2.60.0+dfsg-1) ...
- Setting up libegl1:i386 (1.7.0-1+b2) ...
- Setting up libxft-dev:i386 (2.3.6-1+b4) ...
- Setting up libglib2.0-dev-bin (2.84.4-3~deb13u2) ...
- Setting up libglx-mesa0:i386 (25.0.7-2) ...
- Setting up libglx0:i386 (1.7.0-1+b2) ...
- Setting up dconf-gsettings-backend:i386 (0.40.0-5) ...
- Setting up libgl1:i386 (1.7.0-1+b2) ...
- Setting up libglib2.0-dev:i386 (2.84.4-3~deb13u2) ...
- Setting up libgraphene-1.0-dev:i386 (1.10.8-5) ...
- Setting up libglx-dev:i386 (1.7.0-1+b2) ...
- Setting up libcairo2-dev:i386 (1.18.4-1+b1) ...
- Setting up libgtk-4-common (4.18.6+ds-2) ...
- Setting up libgl-dev:i386 (1.7.0-1+b2) ...
- Setting up libgdk-pixbuf-2.0-dev:i386 (2.42.12+dfsg-4+deb13u1) ...
- Setting up libharfbuzz-dev:i386 (10.2.0-1+b1) ...
- Setting up libegl-dev:i386 (1.7.0-1+b2) ...
- Setting up libepoxy-dev:i386 (1.5.10-2) ...
- Setting up libgstreamer-gl1.0-0:i386 (1.26.2-1+deb13u1) ...
- Setting up libpango1.0-dev:i386 (1.56.3-1) ...
- Setting up libgtk-4-1:i386 (4.18.6+ds-2) ...
- Setting up libgtk-4-bin (4.18.6+ds-2) ...
- Setting up libgles-dev:i386 (1.7.0-1+b2) ...
- Setting up gstreamer1.0-gl:i386 (1.26.2-1+deb13u1) ...
- Setting up gir1.2-gtk-4.0:i386 (4.18.6+ds-2) ...
- Setting up libglvnd-dev:i386 (1.7.0-1+b2) ...
- Setting up libgtk-4-media-gstreamer (4.18.6+ds-2) ...
- Setting up libegl1-mesa-dev:i386 (25.0.7-2) ...
- Setting up libgtk-4-dev:i386 (4.18.6+ds-2) ...
- Setting up dmsetup (2:1.02.205-2) ...
- Setting up libdevmapper1.02.1:i386 (2:1.02.205-2) ...
- Setting up libcryptsetup12:i386 (2:2.7.5-2) ...
- Setting up systemd-cryptsetup (257.9-1~deb13u1) ...
- Processing triggers for procps (2:4.0.4-9) ...
- grep: /proc/1/environ: Permission denied
- procps: Applying updated sysctl configuration
- sysctl: permission denied on key "kernel.core_pattern"
- sysctl: permission denied on key "kernel.unprivileged_userns_clone"
- sysctl: permission denied on key "kernel.sysrq"
- sysctl: permission denied on key "kernel.core_uses_pid"
- sysctl: permission denied on key "net.ipv4.conf.default.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.docker0.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno1.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno2.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno33np0.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno34np1.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f0.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f1.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f2.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f3.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.lo.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.default.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.docker0.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno1.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno2.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno33np0.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno34np1.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f0.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f1.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f2.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f3.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.lo.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.default.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.docker0.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno1.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno2.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno33np0.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno34np1.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f0.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f1.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f2.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.enp161s0f3.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.lo.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.ping_group_range", ignoring
- sysctl: permission denied on key "net.core.default_qdisc", ignoring
- sysctl: permission denied on key "fs.protected_hardlinks"
- sysctl: permission denied on key "fs.protected_symlinks"
- sysctl: permission denied on key "fs.protected_regular"
- sysctl: permission denied on key "fs.protected_fifos"
- sysctl: permission denied on key "vm.max_map_count"
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
- Processing triggers for systemd (257.9-1~deb13u1) ...
- Processing triggers for libgdk-pixbuf-2.0-0:i386 (2.42.12+dfsg-4+deb13u1) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-gtk4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-18 12:27.00 ---> saved as "bf338ec59d4529014f2b1ff12af02e5120ea58468d54d66fb10e6ca55d8fa691"
Job succeeded
2026-04-18 12:27.15: Job succeeded