2026-04-03 11:36.02: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (09fa45a23df1a2b1723db2f68ac9e063e2f08470) (linux-x86_64:debian-12-5.4_opam-2.5) Base: ocaml/opam:debian-12-ocaml-5.4@sha256:887261dc4317b38fc7d7c14b181577ebcc527451ee68f7570cce454346262dc0 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 09fa45a2 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.4@sha256:887261dc4317b38fc7d7c14b181577ebcc527451ee68f7570cce454346262dc0 # debian-12-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue.opam ./ RUN opam pin add -yn bogue.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 conf-sdl2-image.1 conf-sdl2-ttf.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.22.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-03 11:36.02: Using cache hint "sanette/bogue-ocaml/opam:debian-12-ocaml-5.4@sha256:887261dc4317b38fc7d7c14b181577ebcc527451ee68f7570cce454346262dc0-debian-12-5.4_opam-2.5-4ea4798ce10724d7126d613dfc812241" 2026-04-03 11:36.02: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.4@sha256:887261dc4317b38fc7d7c14b181577ebcc527451ee68f7570cce454346262dc0) (comment debian-12-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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bogue.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 conf-sdl2-image.1 conf-sdl2-ttf.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.22.1") (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 bogue.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-04-03 11:36.02: Waiting for resource in pool OCluster 2026-04-03 12:58.21: Waiting for worker… 2026-04-03 13:02.10: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 09fa45a horizontal scrolling (from ocaml/opam:debian-12-ocaml-5.4@sha256:887261dc4317b38fc7d7c14b181577ebcc527451ee68f7570cce454346262dc0) Unable to find image 'ocaml/opam:debian-12-ocaml-5.4@sha256:887261dc4317b38fc7d7c14b181577ebcc527451ee68f7570cce454346262dc0' locally docker.io/ocaml/opam@sha256:887261dc4317b38fc7d7c14b181577ebcc527451ee68f7570cce454346262dc0: Pulling from ocaml/opam 6a7e0620566c: Pulling fs layer b522231f5ab2: Pulling fs layer afdd14ae9c19: Pulling fs layer 6a7e0620566c: Waiting b522231f5ab2: Waiting 66581c681bfe: Pulling fs layer afdd14ae9c19: Waiting f18cc03cd0ee: Pulling fs layer 41c93f1246a4: Pulling fs layer 66581c681bfe: Waiting cb520e352cb7: Pulling fs layer f18cc03cd0ee: Waiting 6f571f52b1e6: Pulling fs layer 41c93f1246a4: Waiting cb520e352cb7: Waiting f36a9356b87b: Pulling fs layer 6f571f52b1e6: Waiting 5ffee695b471: Pulling fs layer f36a9356b87b: Waiting 3b29523a83c0: Pulling fs layer 5ffee695b471: Waiting bc29cdc25fce: Pulling fs layer 3b29523a83c0: Waiting 8517110ac83a: Pulling fs layer bc29cdc25fce: Waiting 8517110ac83a: Waiting 356db949e025: Pulling fs layer 7ee9ee162427: Pulling fs layer 6a1d95c3a3f6: Pulling fs layer aa806464ecd0: Pulling fs layer ca07ebc861f4: Pulling fs layer 7ee9ee162427: Waiting aa806464ecd0: Waiting 3d4e2e60226d: Pulling fs layer ca07ebc861f4: Waiting 621f9c37fe3e: Pulling fs layer 3d4e2e60226d: Waiting 80f6aee41e34: Pulling fs layer 621f9c37fe3e: Waiting 7bf2c961d78c: Pulling fs layer 80f6aee41e34: Waiting 4f4fb700ef54: Pulling fs layer 081023aaa233: Pulling fs layer 7bf2c961d78c: Waiting fa4e249287fb: Pulling fs layer 081023aaa233: Waiting 4f4fb700ef54: Waiting 539ac86e1895: Pulling fs layer fa4e249287fb: Waiting 62bae98a9155: Pulling fs layer 539ac86e1895: Waiting bbc39c3da0a4: Pulling fs layer 62bae98a9155: Waiting 3e77f4c85839: Pulling fs layer bbc39c3da0a4: Waiting 3e77f4c85839: Waiting d02277f66f28: Pulling fs layer 69a471cde21c: Pulling fs layer d02277f66f28: Waiting 27c12ec76477: Pulling fs layer 9f5e4eb06bdd: Pulling fs layer 69a471cde21c: Waiting 27c12ec76477: Waiting 9aca8ffce92a: Pulling fs layer 9aca8ffce92a: Waiting 3744dc3a5b9f: Pulling fs layer 79ba50761f79: Pulling fs layer 3744dc3a5b9f: Waiting 5217711b3bf2: Pulling fs layer 79ba50761f79: Waiting 4d0f5bd33ce0: Pulling fs layer 5217711b3bf2: Waiting 46cc27a07d86: Pulling fs layer 4d0f5bd33ce0: Waiting 3d6f442e79e1: Pulling fs layer 46cc27a07d86: Waiting 3d6f442e79e1: Waiting b6ed2a17d09c: Pulling fs layer 6f80b3d4534b: Pulling fs layer 5ae7b47c44fc: Pulling fs layer 6f80b3d4534b: Waiting c96560c51a6e: Pulling fs layer 5ae7b47c44fc: Waiting a853aa4dc271: Pulling fs layer 10faad6dbbc3: Pulling fs layer c96560c51a6e: Waiting a853aa4dc271: Waiting 2dba4a2dda8d: Pulling fs layer bebb75619b5a: Pulling fs layer 2dba4a2dda8d: Waiting 6a7e0620566c: Verifying Checksum 6a7e0620566c: Download complete 6a7e0620566c: Pull complete b522231f5ab2: Verifying Checksum b522231f5ab2: Download complete b522231f5ab2: Pull complete afdd14ae9c19: Verifying Checksum afdd14ae9c19: Download complete afdd14ae9c19: Pull complete 66581c681bfe: Download complete 66581c681bfe: Pull complete f18cc03cd0ee: Verifying Checksum f18cc03cd0ee: Download complete f18cc03cd0ee: Pull complete cb520e352cb7: Verifying Checksum cb520e352cb7: Download complete 41c93f1246a4: Verifying Checksum 41c93f1246a4: Download complete f36a9356b87b: Verifying Checksum f36a9356b87b: Download complete 6f571f52b1e6: Verifying Checksum 6f571f52b1e6: Download complete 3b29523a83c0: Verifying Checksum 3b29523a83c0: Download complete 5ffee695b471: Verifying Checksum 5ffee695b471: Download complete bc29cdc25fce: Verifying Checksum bc29cdc25fce: Download complete 8517110ac83a: Verifying Checksum 8517110ac83a: Download complete 7ee9ee162427: Verifying Checksum 7ee9ee162427: Download complete 356db949e025: Verifying Checksum 356db949e025: Download complete 41c93f1246a4: Pull complete cb520e352cb7: Pull complete 6f571f52b1e6: Pull complete f36a9356b87b: Pull complete 5ffee695b471: Pull complete 3b29523a83c0: Pull complete 6a1d95c3a3f6: Download complete bc29cdc25fce: Pull complete 8517110ac83a: Pull complete 356db949e025: Pull complete ca07ebc861f4: Download complete 7ee9ee162427: Pull complete 6a1d95c3a3f6: Pull complete aa806464ecd0: Download complete aa806464ecd0: Pull complete ca07ebc861f4: Pull complete 621f9c37fe3e: Download complete 80f6aee41e34: Download complete 3d4e2e60226d: Download complete 3d4e2e60226d: Pull complete 621f9c37fe3e: Pull complete 80f6aee41e34: Pull complete 4f4fb700ef54: Download complete 7bf2c961d78c: Verifying Checksum 7bf2c961d78c: Download complete 7bf2c961d78c: Pull complete 4f4fb700ef54: Pull complete 081023aaa233: Verifying Checksum 081023aaa233: Download complete 081023aaa233: Pull complete 539ac86e1895: Verifying Checksum 539ac86e1895: Download complete fa4e249287fb: Download complete fa4e249287fb: Pull complete 539ac86e1895: Pull complete 62bae98a9155: Verifying Checksum 62bae98a9155: Download complete 62bae98a9155: Pull complete bbc39c3da0a4: Verifying Checksum bbc39c3da0a4: Download complete bbc39c3da0a4: Pull complete d02277f66f28: Verifying Checksum d02277f66f28: Download complete 69a471cde21c: Verifying Checksum 69a471cde21c: Download complete 3e77f4c85839: Verifying Checksum 3e77f4c85839: Download complete 3e77f4c85839: Pull complete d02277f66f28: Pull complete 69a471cde21c: Pull complete 9aca8ffce92a: Verifying Checksum 9aca8ffce92a: Download complete 9f5e4eb06bdd: Download complete 27c12ec76477: Verifying Checksum 27c12ec76477: Download complete 27c12ec76477: Pull complete 9f5e4eb06bdd: Pull complete 9aca8ffce92a: Pull complete 5217711b3bf2: Verifying Checksum 5217711b3bf2: Download complete 3744dc3a5b9f: Verifying Checksum 3744dc3a5b9f: Download complete 3744dc3a5b9f: Pull complete 46cc27a07d86: Verifying Checksum 46cc27a07d86: Download complete 3d6f442e79e1: Download complete b6ed2a17d09c: Verifying Checksum b6ed2a17d09c: Download complete 4d0f5bd33ce0: Download complete 6f80b3d4534b: Verifying Checksum 6f80b3d4534b: Download complete 5ae7b47c44fc: Verifying Checksum 5ae7b47c44fc: Download complete c96560c51a6e: Verifying Checksum c96560c51a6e: Download complete a853aa4dc271: Verifying Checksum a853aa4dc271: Download complete 2dba4a2dda8d: Download complete bebb75619b5a: Verifying Checksum bebb75619b5a: Download complete 79ba50761f79: Verifying Checksum 79ba50761f79: Download complete 79ba50761f79: Pull complete 5217711b3bf2: Pull complete 4d0f5bd33ce0: Pull complete 46cc27a07d86: Pull complete 3d6f442e79e1: Pull complete b6ed2a17d09c: Pull complete 6f80b3d4534b: Pull complete 5ae7b47c44fc: Pull complete c96560c51a6e: Pull complete a853aa4dc271: Pull complete 10faad6dbbc3: Pull complete 2dba4a2dda8d: Pull complete bebb75619b5a: Pull complete Digest: sha256:887261dc4317b38fc7d7c14b181577ebcc527451ee68f7570cce454346262dc0 Status: Downloaded newer image for ocaml/opam@sha256:887261dc4317b38fc7d7c14b181577ebcc527451ee68f7570cce454346262dc0 2026-04-03 13:02.11 ---> using "b991857bc532663195c9367a15b54da445df086396345870aae181468cbff451" from cache /: (comment debian-12-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-03 13:02.11 ---> using "51e82d412b033001f8730ad5679c094b4d67a0b7d2cf15f3d8f508bbc845624a" 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 [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-03 13:02.11 ---> using "84920d434004718251217bc1eeca5eedc7bfcb6fa9b10af1ca40da535b88191c" 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-03 13:02.11 ---> using "a36f2c1b469bba0b8709ee1441c088962b00943019584bf6342f3b26b8210c85" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-03 13:02.11 ---> using "ee01ba31a0c57849c0a41065165ddcba944c6a19882473f481b28bbc0add4763" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 4f056bfedf..d06cfb1853 master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> 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-03 13:02.11 ---> using "102e1e1c5dda86926ead582d690b2e81ae07a887b3ea7c2c3f32c8c3c611ad52" from cache /src: (copy (src bogue.opam) (dst ./)) 2026-04-03 13:02.11 ---> saved as "89d237f0ddadb352451e64125637ae56e492266e272e9b19f3adc0d2cdaa7292" /src: (run (network host) (shell "opam pin add -yn bogue.dev './'")) [bogue.dev] synchronised (file:///src) bogue is now pinned to file:///src (version dev) 2026-04-03 13:02.13 ---> saved as "384d87dacf3a7726fbb5a30aa01e9f186ac61c5720004f3279d9b52893cb75a1" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-03 13:02.13 ---> saved as "2d5feb841a3164b5444e79bd8e2c1c13c8725f71fd8e26befb6f251e0d1e31de" /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 conf-sdl2-image.1 conf-sdl2-ttf.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 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.22.1") /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 bogue.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [294 kB] - Fetched 397 kB in 10s (41.1 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue.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 libsdl2-image-dev libsdl2-ttf-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "libsdl2-image-dev" "libsdl2-ttf-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libdbus-1-3: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 ... 18786 files and directories currently installed.) - Preparing to unpack .../0-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... - Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../1-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus-bin (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-session-bus-common. - Preparing to unpack .../2-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... - Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... - Selecting previously unselected package libapparmor1:amd64. - Preparing to unpack .../3-libapparmor1_3.0.8-3_amd64.deb ... - Unpacking libapparmor1:amd64 (3.0.8-3) ... - Selecting previously unselected package dbus-daemon. - Preparing to unpack .../4-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus-daemon (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-system-bus-common. - Preparing to unpack .../5-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... - Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus. - Preparing to unpack .../6-dbus_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus (1.14.10-1~deb12u1) ... - Selecting previously unselected package libpython3.11-minimal:amd64. - Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ... - Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ... - Selecting previously unselected package python3.11-minimal. - Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ... - Unpacking python3.11-minimal (3.11.2-6+deb12u6) ... - Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ... - Setting up python3.11-minimal (3.11.2-6+deb12u6) ... - 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 ... 19179 files and directories currently installed.) - Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ... - Unpacking python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../media-types_10.0.0_all.deb ... - Unpacking media-types (10.0.0) ... - Selecting previously unselected package libpython3.11-stdlib:amd64. - Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ... - Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ... - Selecting previously unselected package python3.11. - Preparing to unpack .../python3.11_3.11.2-6+deb12u6_amd64.deb ... - Unpacking python3.11 (3.11.2-6+deb12u6) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ... - Setting up python3-minimal (3.11.2-1+b1) ... - 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 ... 19589 files and directories currently installed.) - Preparing to unpack .../000-python3_3.11.2-1+b1_amd64.deb ... - Unpacking python3 (3.11.2-1+b1) ... - Selecting previously unselected package sgml-base. - Preparing to unpack .../001-sgml-base_1.31_all.deb ... - Unpacking sgml-base (1.31) ... - Selecting previously unselected package alsa-topology-conf. - Preparing to unpack .../002-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 .../003-libasound2-data_1.2.8-1_all.deb ... - Unpacking libasound2-data (1.2.8-1) ... - Selecting previously unselected package libasound2:amd64. - Preparing to unpack .../004-libasound2_1.2.8-1+b1_amd64.deb ... - Unpacking libasound2:amd64 (1.2.8-1+b1) ... - Selecting previously unselected package alsa-ucm-conf. - Preparing to unpack .../005-alsa-ucm-conf_1.2.8-1_all.deb ... - Unpacking alsa-ucm-conf (1.2.8-1) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../006-fontconfig_2.14.1-4_amd64.deb ... - Unpacking fontconfig (2.14.1-4) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../007-libglib2.0-0_2.74.6-2+deb12u8_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u8) ... - Selecting previously unselected package libgirepository-1.0-1:amd64. - Preparing to unpack .../008-libgirepository-1.0-1_1.74.0-3_amd64.deb ... - Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ... - Selecting previously unselected package gir1.2-glib-2.0:amd64. - Preparing to unpack .../009-gir1.2-glib-2.0_1.74.0-3_amd64.deb ... - Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ... - Selecting previously unselected package gir1.2-freedesktop:amd64. - Preparing to unpack .../010-gir1.2-freedesktop_1.74.0-3_amd64.deb ... - Unpacking gir1.2-freedesktop:amd64 (1.74.0-3) ... - Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. - Preparing to unpack .../011-gir1.2-harfbuzz-0.0_6.0.0+dfsg-3_amd64.deb ... - Unpacking gir1.2-harfbuzz-0.0:amd64 (6.0.0+dfsg-3) ... - Selecting previously unselected package libibus-1.0-5:amd64. - Preparing to unpack .../012-libibus-1.0-5_1.5.27-5_amd64.deb ... - Unpacking libibus-1.0-5:amd64 (1.5.27-5) ... - Selecting previously unselected package gir1.2-ibus-1.0:amd64. - Preparing to unpack .../013-gir1.2-ibus-1.0_1.5.27-5_amd64.deb ... - Unpacking gir1.2-ibus-1.0:amd64 (1.5.27-5) ... - Selecting previously unselected package libicu72:amd64. - Preparing to unpack .../014-libicu72_72.1-3+deb12u1_amd64.deb ... - Unpacking libicu72:amd64 (72.1-3+deb12u1) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../015-icu-devtools_72.1-3+deb12u1_amd64.deb ... - Unpacking icu-devtools (72.1-3+deb12u1) ... - Selecting previously unselected package libasound2-dev:amd64. - Preparing to unpack .../016-libasound2-dev_1.2.8-1+b1_amd64.deb ... - Unpacking libasound2-dev:amd64 (1.2.8-1+b1) ... - Selecting previously unselected package libasyncns0:amd64. - Preparing to unpack .../017-libasyncns0_0.8-6+b3_amd64.deb ... - Unpacking libasyncns0:amd64 (0.8-6+b3) ... - Selecting previously unselected package uuid-dev:amd64. - Preparing to unpack .../018-uuid-dev_2.38.1-5+deb12u3_amd64.deb ... - Unpacking uuid-dev:amd64 (2.38.1-5+deb12u3) ... - Selecting previously unselected package libblkid-dev:amd64. - Preparing to unpack .../019-libblkid-dev_2.38.1-5+deb12u3_amd64.deb ... - Unpacking libblkid-dev:amd64 (2.38.1-5+deb12u3) ... - Selecting previously unselected package libbrotli-dev:amd64. - Preparing to unpack .../020-libbrotli-dev_1.0.9-2+b6_amd64.deb ... - Unpacking libbrotli-dev:amd64 (1.0.9-2+b6) ... - Selecting previously unselected package libpixman-1-0:amd64. - Preparing to unpack .../021-libpixman-1-0_0.42.2-1_amd64.deb ... - Unpacking libpixman-1-0:amd64 (0.42.2-1) ... - Preparing to unpack .../022-libpng16-16_1.6.39-2+deb12u4_amd64.deb ... - Unpacking libpng16-16:amd64 (1.6.39-2+deb12u4) over (1.6.39-2+deb12u3) ... - Selecting previously unselected package libxcb-render0:amd64. - Preparing to unpack .../023-libxcb-render0_1.15-1_amd64.deb ... - Unpacking libxcb-render0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../024-libxcb-shm0_1.15-1_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.15-1) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../025-libxrender1_1%3a0.9.10-1.1_amd64.deb ... - Unpacking libxrender1:amd64 (1:0.9.10-1.1) ... - Selecting previously unselected package libcairo2:amd64. - Preparing to unpack .../026-libcairo2_1.16.0-7_amd64.deb ... - Unpacking libcairo2:amd64 (1.16.0-7) ... - Selecting previously unselected package libdatrie1:amd64. - Preparing to unpack .../027-libdatrie1_0.2.13-2+b1_amd64.deb ... - Unpacking libdatrie1:amd64 (0.2.13-2+b1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../028-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../029-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../030-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../031-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Selecting previously unselected package xml-core. - Preparing to unpack .../032-xml-core_0.18+nmu1_all.deb ... - Unpacking xml-core (0.18+nmu1) ... - Selecting previously unselected package libdbus-1-dev:amd64. - Preparing to unpack .../033-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ... - Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ... - Selecting previously unselected package libwayland-client0:amd64. - Preparing to unpack .../034-libwayland-client0_1.21.0-1_amd64.deb ... - Unpacking libwayland-client0:amd64 (1.21.0-1) ... - Selecting previously unselected package libdecor-0-0:amd64. - Preparing to unpack .../035-libdecor-0-0_0.1.1-2_amd64.deb ... - Unpacking libdecor-0-0:amd64 (0.1.1-2) ... - Selecting previously unselected package libwayland-server0:amd64. - Preparing to unpack .../036-libwayland-server0_1.21.0-1_amd64.deb ... - Unpacking libwayland-server0:amd64 (1.21.0-1) ... - Selecting previously unselected package libwayland-cursor0:amd64. - Preparing to unpack .../037-libwayland-cursor0_1.21.0-1_amd64.deb ... - Unpacking libwayland-cursor0:amd64 (1.21.0-1) ... - Selecting previously unselected package libwayland-egl1:amd64. - Preparing to unpack .../038-libwayland-egl1_1.21.0-1_amd64.deb ... - Unpacking libwayland-egl1:amd64 (1.21.0-1) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../039-libxml2_2.9.14+dfsg-1.3~deb12u5_amd64.deb ... - Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u5) ... - Selecting previously unselected package libwayland-bin. - Preparing to unpack .../040-libwayland-bin_1.21.0-1_amd64.deb ... - Unpacking libwayland-bin (1.21.0-1) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../041-libffi-dev_3.4.4-1_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.4-1) ... - Selecting previously unselected package libwayland-dev:amd64. - Preparing to unpack .../042-libwayland-dev_1.21.0-1_amd64.deb ... - Unpacking libwayland-dev:amd64 (1.21.0-1) ... - Selecting previously unselected package libdecor-0-dev:amd64. - Preparing to unpack .../043-libdecor-0-dev_0.1.1-2_amd64.deb ... - Unpacking libdecor-0-dev:amd64 (0.1.1-2) ... - Selecting previously unselected package libfribidi0:amd64. - Preparing to unpack .../044-libfribidi0_1.0.8-2.1_amd64.deb ... - Unpacking libfribidi0:amd64 (1.0.8-2.1) ... - Selecting previously unselected package libgraphite2-3:amd64. - Preparing to unpack .../045-libgraphite2-3_1.3.14-1_amd64.deb ... - Unpacking libgraphite2-3:amd64 (1.3.14-1) ... - Selecting previously unselected package libharfbuzz0b:amd64. - Preparing to unpack .../046-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ... - Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../047-libthai-data_0.1.29-1_all.deb ... - Unpacking libthai-data (0.1.29-1) ... - Selecting previously unselected package libthai0:amd64. - Preparing to unpack .../048-libthai0_0.1.29-1_amd64.deb ... - Unpacking libthai0:amd64 (0.1.29-1) ... - Selecting previously unselected package libpango-1.0-0:amd64. - Preparing to unpack .../049-libpango-1.0-0_1.50.12+ds-1_amd64.deb ... - Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ... - Selecting previously unselected package libpangoft2-1.0-0:amd64. - Preparing to unpack .../050-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ... - Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ... - Selecting previously unselected package libpangocairo-1.0-0:amd64. - Preparing to unpack .../051-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ... - Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ... - Selecting previously unselected package libdecor-0-plugin-1-cairo:amd64. - Preparing to unpack .../052-libdecor-0-plugin-1-cairo_0.1.1-2_amd64.deb ... - Unpacking libdecor-0-plugin-1-cairo:amd64 (0.1.1-2) ... - Selecting previously unselected package libdeflate-dev:amd64. - Preparing to unpack .../053-libdeflate-dev_1.14-1_amd64.deb ... - Unpacking libdeflate-dev:amd64 (1.14-1) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../054-libdrm-common_2.4.114-1_all.deb ... - Unpacking libdrm-common (2.4.114-1) ... - Selecting previously unselected package libdrm2:amd64. - Preparing to unpack .../055-libdrm2_2.4.114-1+b1_amd64.deb ... - Unpacking libdrm2:amd64 (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-amdgpu1:amd64. - Preparing to unpack .../056-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ... - Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ... - Selecting previously unselected package libpciaccess0:amd64. - Preparing to unpack .../057-libpciaccess0_0.17-2_amd64.deb ... - Unpacking libpciaccess0:amd64 (0.17-2) ... - Selecting previously unselected package libdrm-intel1:amd64. - Preparing to unpack .../058-libdrm-intel1_2.4.114-1+b1_amd64.deb ... - Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-radeon1:amd64. - Preparing to unpack .../059-libdrm-radeon1_2.4.114-1+b1_amd64.deb ... - Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ... - Selecting previously unselected package libdrm-nouveau2:amd64. - Preparing to unpack .../060-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ... - Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ... - Selecting previously unselected package libpciaccess-dev:amd64. - Preparing to unpack .../061-libpciaccess-dev_0.17-2_amd64.deb ... - Unpacking libpciaccess-dev:amd64 (0.17-2) ... - Selecting previously unselected package libdrm-dev:amd64. - Preparing to unpack .../062-libdrm-dev_2.4.114-1+b1_amd64.deb ... - Unpacking libdrm-dev:amd64 (2.4.114-1+b1) ... - Selecting previously unselected package libglvnd0:amd64. - Preparing to unpack .../063-libglvnd0_1.6.0-1_amd64.deb ... - Unpacking libglvnd0:amd64 (1.6.0-1) ... - Selecting previously unselected package libgbm1:amd64. - Preparing to unpack .../064-libgbm1_22.3.6-1+deb12u1_amd64.deb ... - Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ... - Selecting previously unselected package libglapi-mesa:amd64. - Preparing to unpack .../065-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ... - Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ... - Selecting previously unselected package libx11-xcb1:amd64. - Preparing to unpack .../066-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ... - Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ... - Selecting previously unselected package libxcb-dri2-0:amd64. - Preparing to unpack .../067-libxcb-dri2-0_1.15-1_amd64.deb ... - Unpacking libxcb-dri2-0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-dri3-0:amd64. - Preparing to unpack .../068-libxcb-dri3-0_1.15-1_amd64.deb ... - Unpacking libxcb-dri3-0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-present0:amd64. - Preparing to unpack .../069-libxcb-present0_1.15-1_amd64.deb ... - Unpacking libxcb-present0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-randr0:amd64. - Preparing to unpack .../070-libxcb-randr0_1.15-1_amd64.deb ... - Unpacking libxcb-randr0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-sync1:amd64. - Preparing to unpack .../071-libxcb-sync1_1.15-1_amd64.deb ... - Unpacking libxcb-sync1:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-xfixes0:amd64. - Preparing to unpack .../072-libxcb-xfixes0_1.15-1_amd64.deb ... - Unpacking libxcb-xfixes0:amd64 (1.15-1) ... - Selecting previously unselected package libxshmfence1:amd64. - Preparing to unpack .../073-libxshmfence1_1.3-1_amd64.deb ... - Unpacking libxshmfence1:amd64 (1.3-1) ... - Selecting previously unselected package libegl-mesa0:amd64. - Preparing to unpack .../074-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ... - Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ... - Selecting previously unselected package libegl1:amd64. - Preparing to unpack .../075-libegl1_1.6.0-1_amd64.deb ... - Unpacking libegl1:amd64 (1.6.0-1) ... - Selecting previously unselected package libxcb-glx0:amd64. - Preparing to unpack .../076-libxcb-glx0_1.15-1_amd64.deb ... - Unpacking libxcb-glx0:amd64 (1.15-1) ... - Selecting previously unselected package libxfixes3:amd64. - Preparing to unpack .../077-libxfixes3_1%3a6.0.0-2_amd64.deb ... - Unpacking libxfixes3:amd64 (1:6.0.0-2) ... - Selecting previously unselected package libxxf86vm1:amd64. - Preparing to unpack .../078-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ... - Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ... - Selecting previously unselected package libelf1:amd64. - Preparing to unpack .../079-libelf1_0.188-2.1_amd64.deb ... - Unpacking libelf1:amd64 (0.188-2.1) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../080-libz3-4_4.8.12-3.1_amd64.deb ... - Unpacking libz3-4:amd64 (4.8.12-3.1) ... - Selecting previously unselected package libllvm15:amd64. - Preparing to unpack .../081-libllvm15_1%3a15.0.6-4+b1_amd64.deb ... - Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ... - Selecting previously unselected package libsensors-config. - Preparing to unpack .../082-libsensors-config_1%3a3.6.0-7.1_all.deb ... - Unpacking libsensors-config (1:3.6.0-7.1) ... - Selecting previously unselected package libsensors5:amd64. - Preparing to unpack .../083-libsensors5_1%3a3.6.0-7.1_amd64.deb ... - Unpacking libsensors5:amd64 (1:3.6.0-7.1) ... - Selecting previously unselected package libgl1-mesa-dri:amd64. - Preparing to unpack .../084-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ... - Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ... - Selecting previously unselected package libglx-mesa0:amd64. - Preparing to unpack .../085-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ... - Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ... - Selecting previously unselected package libglx0:amd64. - Preparing to unpack .../086-libglx0_1.6.0-1_amd64.deb ... - Unpacking libglx0:amd64 (1.6.0-1) ... - Selecting previously unselected package libgl1:amd64. - Preparing to unpack .../087-libgl1_1.6.0-1_amd64.deb ... - Unpacking libgl1:amd64 (1.6.0-1) ... - Selecting previously unselected package libglx-dev:amd64. - Preparing to unpack .../088-libglx-dev_1.6.0-1_amd64.deb ... - Unpacking libglx-dev:amd64 (1.6.0-1) ... - Selecting previously unselected package libgl-dev:amd64. - Preparing to unpack .../089-libgl-dev_1.6.0-1_amd64.deb ... - Unpacking libgl-dev:amd64 (1.6.0-1) ... - Selecting previously unselected package libegl-dev:amd64. - Preparing to unpack .../090-libegl-dev_1.6.0-1_amd64.deb ... - Unpacking libegl-dev:amd64 (1.6.0-1) ... - Selecting previously unselected package libogg0:amd64. - Preparing to unpack .../091-libogg0_1.3.5-3_amd64.deb ... - Unpacking libogg0:amd64 (1.3.5-3) ... - Selecting previously unselected package libflac12:amd64. - Preparing to unpack .../092-libflac12_1.4.2+ds-2_amd64.deb ... - Unpacking libflac12:amd64 (1.4.2+ds-2) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../093-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Selecting previously unselected package libpng-dev:amd64. - Preparing to unpack .../094-libpng-dev_1.6.39-2+deb12u4_amd64.deb ... - Unpacking libpng-dev:amd64 (1.6.39-2+deb12u4) ... - Selecting previously unselected package libfreetype-dev:amd64. - Preparing to unpack .../095-libfreetype-dev_2.12.1+dfsg-5+deb12u4_amd64.deb ... - Unpacking libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ... - Selecting previously unselected package libgbm-dev:amd64. - Preparing to unpack .../096-libgbm-dev_22.3.6-1+deb12u1_amd64.deb ... - Unpacking libgbm-dev:amd64 (22.3.6-1+deb12u1) ... - Selecting previously unselected package libgles1:amd64. - Preparing to unpack .../097-libgles1_1.6.0-1_amd64.deb ... - Unpacking libgles1:amd64 (1.6.0-1) ... - Selecting previously unselected package libgles2:amd64. - Preparing to unpack .../098-libgles2_1.6.0-1_amd64.deb ... - Unpacking libgles2:amd64 (1.6.0-1) ... - Selecting previously unselected package libgles-dev:amd64. - Preparing to unpack .../099-libgles-dev_1.6.0-1_amd64.deb ... - Unpacking libgles-dev:amd64 (1.6.0-1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../100-libglib2.0-data_2.74.6-2+deb12u8_all.deb ... - Unpacking libglib2.0-data (2.74.6-2+deb12u8) ... - Selecting previously unselected package libglib2.0-bin. - Preparing to unpack .../101-libglib2.0-bin_2.74.6-2+deb12u8_amd64.deb ... - Unpacking libglib2.0-bin (2.74.6-2+deb12u8) ... - Selecting previously unselected package python3-lib2to3. - Preparing to unpack .../102-python3-lib2to3_3.11.2-3_all.deb ... - Unpacking python3-lib2to3 (3.11.2-3) ... - Selecting previously unselected package python3-distutils. - Preparing to unpack .../103-python3-distutils_3.11.2-3_all.deb ... - Unpacking python3-distutils (3.11.2-3) ... - Selecting previously unselected package libglib2.0-dev-bin. - Preparing to unpack .../104-libglib2.0-dev-bin_2.74.6-2+deb12u8_amd64.deb ... - Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u8) ... - Selecting previously unselected package libsepol-dev:amd64. - Preparing to unpack .../105-libsepol-dev_3.4-2.1_amd64.deb ... - Unpacking libsepol-dev:amd64 (3.4-2.1) ... - Selecting previously unselected package libpcre2-16-0:amd64. - Preparing to unpack .../106-libpcre2-16-0_10.42-1_amd64.deb ... - Unpacking libpcre2-16-0:amd64 (10.42-1) ... - Selecting previously unselected package libpcre2-32-0:amd64. - Preparing to unpack .../107-libpcre2-32-0_10.42-1_amd64.deb ... - Unpacking libpcre2-32-0:amd64 (10.42-1) ... - Selecting previously unselected package libpcre2-posix3:amd64. - Preparing to unpack .../108-libpcre2-posix3_10.42-1_amd64.deb ... - Unpacking libpcre2-posix3:amd64 (10.42-1) ... - Selecting previously unselected package libpcre2-dev:amd64. - Preparing to unpack .../109-libpcre2-dev_10.42-1_amd64.deb ... - Unpacking libpcre2-dev:amd64 (10.42-1) ... - Selecting previously unselected package libselinux1-dev:amd64. - Preparing to unpack .../110-libselinux1-dev_3.4-1+b6_amd64.deb ... - Unpacking libselinux1-dev:amd64 (3.4-1+b6) ... - Selecting previously unselected package libmount-dev:amd64. - Preparing to unpack .../111-libmount-dev_2.38.1-5+deb12u3_amd64.deb ... - Unpacking libmount-dev:amd64 (2.38.1-5+deb12u3) ... - Selecting previously unselected package libglib2.0-dev:amd64. - Preparing to unpack .../112-libglib2.0-dev_2.74.6-2+deb12u8_amd64.deb ... - Unpacking libglib2.0-dev:amd64 (2.74.6-2+deb12u8) ... - Selecting previously unselected package libgraphite2-dev:amd64. - Preparing to unpack .../113-libgraphite2-dev_1.3.14-1_amd64.deb ... - Unpacking libgraphite2-dev:amd64 (1.3.14-1) ... - Selecting previously unselected package libharfbuzz-icu0:amd64. - Preparing to unpack .../114-libharfbuzz-icu0_6.0.0+dfsg-3_amd64.deb ... - Unpacking libharfbuzz-icu0:amd64 (6.0.0+dfsg-3) ... - Selecting previously unselected package libharfbuzz-gobject0:amd64. - Preparing to unpack .../115-libharfbuzz-gobject0_6.0.0+dfsg-3_amd64.deb ... - Unpacking libharfbuzz-gobject0:amd64 (6.0.0+dfsg-3) ... - Selecting previously unselected package libharfbuzz-subset0:amd64. - Preparing to unpack .../116-libharfbuzz-subset0_6.0.0+dfsg-3_amd64.deb ... - Unpacking libharfbuzz-subset0:amd64 (6.0.0+dfsg-3) ... - Selecting previously unselected package libicu-dev:amd64. - Preparing to unpack .../117-libicu-dev_72.1-3+deb12u1_amd64.deb ... - Unpacking libicu-dev:amd64 (72.1-3+deb12u1) ... - Selecting previously unselected package libharfbuzz-dev:amd64. - Preparing to unpack .../118-libharfbuzz-dev_6.0.0+dfsg-3_amd64.deb ... - Unpacking libharfbuzz-dev:amd64 (6.0.0+dfsg-3) ... - Selecting previously unselected package libibus-1.0-dev:amd64. - Preparing to unpack .../119-libibus-1.0-dev_1.5.27-5_amd64.deb ... - Unpacking libibus-1.0-dev:amd64 (1.5.27-5) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../120-x11-common_1%3a7.7+23_all.deb ... - Unpacking x11-common (1:7.7+23) ... - Selecting previously unselected package libice6:amd64. - Preparing to unpack .../121-libice6_2%3a1.0.10-1_amd64.deb ... - Unpacking libice6:amd64 (2:1.0.10-1) ... - Selecting previously unselected package libice-dev:amd64. - Preparing to unpack .../122-libice-dev_2%3a1.0.10-1_amd64.deb ... - Unpacking libice-dev:amd64 (2:1.0.10-1) ... - Selecting previously unselected package libjbig-dev:amd64. - Preparing to unpack .../123-libjbig-dev_2.1-6.1_amd64.deb ... - Unpacking libjbig-dev:amd64 (2.1-6.1) ... - Selecting previously unselected package libjpeg62-turbo-dev:amd64. - Preparing to unpack .../124-libjpeg62-turbo-dev_1%3a2.1.5-2_amd64.deb ... - Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ... - Selecting previously unselected package libjpeg-dev:amd64. - Preparing to unpack .../125-libjpeg-dev_1%3a2.1.5-2_amd64.deb ... - Unpacking libjpeg-dev:amd64 (1:2.1.5-2) ... - Selecting previously unselected package liblerc-dev:amd64. - Preparing to unpack .../126-liblerc-dev_4.0.0+ds-2_amd64.deb ... - Unpacking liblerc-dev:amd64 (4.0.0+ds-2) ... - Selecting previously unselected package liblzma-dev:amd64. - Preparing to unpack .../127-liblzma-dev_5.4.1-1_amd64.deb ... - Unpacking liblzma-dev:amd64 (5.4.1-1) ... - Selecting previously unselected package libmp3lame0:amd64. - Preparing to unpack .../128-libmp3lame0_3.100-6_amd64.deb ... - Unpacking libmp3lame0:amd64 (3.100-6) ... - Selecting previously unselected package libmpg123-0:amd64. - Preparing to unpack .../129-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ... - Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ... - Selecting previously unselected package libopus0:amd64. - Preparing to unpack .../130-libopus0_1.3.1-3_amd64.deb ... - Unpacking libopus0:amd64 (1.3.1-3) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../131-libpng-tools_1.6.39-2+deb12u4_amd64.deb ... - Unpacking libpng-tools (1.6.39-2+deb12u4) ... - Selecting previously unselected package libvorbis0a:amd64. - Preparing to unpack .../132-libvorbis0a_1.3.7-1_amd64.deb ... - Unpacking libvorbis0a:amd64 (1.3.7-1) ... - Selecting previously unselected package libvorbisenc2:amd64. - Preparing to unpack .../133-libvorbisenc2_1.3.7-1_amd64.deb ... - Unpacking libvorbisenc2:amd64 (1.3.7-1) ... - Selecting previously unselected package libsndfile1:amd64. - Preparing to unpack .../134-libsndfile1_1.2.0-1+deb12u1_amd64.deb ... - Unpacking libsndfile1:amd64 (1.2.0-1+deb12u1) ... - Selecting previously unselected package libpulse0:amd64. - Preparing to unpack .../135-libpulse0_16.1+dfsg1-2+b1_amd64.deb ... - Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ... - Selecting previously unselected package libpulse-mainloop-glib0:amd64. - Preparing to unpack .../136-libpulse-mainloop-glib0_16.1+dfsg1-2+b1_amd64.deb ... - Unpacking libpulse-mainloop-glib0:amd64 (16.1+dfsg1-2+b1) ... - Selecting previously unselected package libpulse-dev:amd64. - Preparing to unpack .../137-libpulse-dev_16.1+dfsg1-2+b1_amd64.deb ... - Unpacking libpulse-dev:amd64 (16.1+dfsg1-2+b1) ... - Selecting previously unselected package libsamplerate0:amd64. - Preparing to unpack .../138-libsamplerate0_0.2.2-3_amd64.deb ... - Unpacking libsamplerate0:amd64 (0.2.2-3) ... - Selecting previously unselected package libsamplerate0-dev:amd64. - Preparing to unpack .../139-libsamplerate0-dev_0.2.2-3_amd64.deb ... - Unpacking libsamplerate0-dev:amd64 (0.2.2-3) ... - Selecting previously unselected package libxcursor1:amd64. - Preparing to unpack .../140-libxcursor1_1%3a1.2.1-1_amd64.deb ... - Unpacking libxcursor1:amd64 (1:1.2.1-1) ... - Selecting previously unselected package libxi6:amd64. - Preparing to unpack .../141-libxi6_2%3a1.8-1+b1_amd64.deb ... - Unpacking libxi6:amd64 (2:1.8-1+b1) ... - Selecting previously unselected package xkb-data. - Preparing to unpack .../142-xkb-data_2.35.1-1_all.deb ... - Unpacking xkb-data (2.35.1-1) ... - Selecting previously unselected package libxkbcommon0:amd64. - Preparing to unpack .../143-libxkbcommon0_1.5.0-1_amd64.deb ... - Unpacking libxkbcommon0:amd64 (1.5.0-1) ... - Selecting previously unselected package libxrandr2:amd64. - Preparing to unpack .../144-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ... - Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ... - Selecting previously unselected package libxss1:amd64. - Preparing to unpack .../145-libxss1_1%3a1.2.3-1_amd64.deb ... - Unpacking libxss1:amd64 (1:1.2.3-1) ... - Selecting previously unselected package libsdl2-2.0-0:amd64. - Preparing to unpack .../146-libsdl2-2.0-0_2.26.5+dfsg-1_amd64.deb ... - Unpacking libsdl2-2.0-0:amd64 (2.26.5+dfsg-1) ... - Selecting previously unselected package libsndio7.0:amd64. - Preparing to unpack .../147-libsndio7.0_1.9.0-0.3+b2_amd64.deb ... - Unpacking libsndio7.0:amd64 (1.9.0-0.3+b2) ... - Selecting previously unselected package libsndio-dev:amd64. - Preparing to unpack .../148-libsndio-dev_1.9.0-0.3+b2_amd64.deb ... - Unpacking libsndio-dev:amd64 (1.9.0-0.3+b2) ... - Selecting previously unselected package libudev-dev:amd64. - Preparing to unpack .../149-libudev-dev_252.39-1~deb12u1_amd64.deb ... - Unpacking libudev-dev:amd64 (252.39-1~deb12u1) ... - Selecting previously unselected package libxrender-dev:amd64. - Preparing to unpack .../150-libxrender-dev_1%3a0.9.10-1.1_amd64.deb ... - Unpacking libxrender-dev:amd64 (1:0.9.10-1.1) ... - Selecting previously unselected package libxfixes-dev:amd64. - Preparing to unpack .../151-libxfixes-dev_1%3a6.0.0-2_amd64.deb ... - Unpacking libxfixes-dev:amd64 (1:6.0.0-2) ... - Selecting previously unselected package libxcursor-dev:amd64. - Preparing to unpack .../152-libxcursor-dev_1%3a1.2.1-1_amd64.deb ... - Unpacking libxcursor-dev:amd64 (1:1.2.1-1) ... - Selecting previously unselected package libxext-dev:amd64. - Preparing to unpack .../153-libxext-dev_2%3a1.3.4-1+b1_amd64.deb ... - Unpacking libxext-dev:amd64 (2:1.3.4-1+b1) ... - Selecting previously unselected package libxi-dev:amd64. - Preparing to unpack .../154-libxi-dev_2%3a1.8-1+b1_amd64.deb ... - Unpacking libxi-dev:amd64 (2:1.8-1+b1) ... - Selecting previously unselected package libxinerama1:amd64. - Preparing to unpack .../155-libxinerama1_2%3a1.1.4-3_amd64.deb ... - Unpacking libxinerama1:amd64 (2:1.1.4-3) ... - Selecting previously unselected package libxinerama-dev:amd64. - Preparing to unpack .../156-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 .../157-libxkbcommon-dev_1.5.0-1_amd64.deb ... - Unpacking libxkbcommon-dev:amd64 (1.5.0-1) ... - Selecting previously unselected package libxrandr-dev:amd64. - Preparing to unpack .../158-libxrandr-dev_2%3a1.5.2-2+b1_amd64.deb ... - Unpacking libxrandr-dev:amd64 (2:1.5.2-2+b1) ... - Selecting previously unselected package libxss-dev:amd64. - Preparing to unpack .../159-libxss-dev_1%3a1.2.3-1_amd64.deb ... - Unpacking libxss-dev:amd64 (1:1.2.3-1) ... - Selecting previously unselected package libsm6:amd64. - Preparing to unpack .../160-libsm6_2%3a1.2.3-1_amd64.deb ... - Unpacking libsm6:amd64 (2:1.2.3-1) ... - Selecting previously unselected package libxt6:amd64. - Preparing to unpack .../161-libxt6_1%3a1.2.1-1.1_amd64.deb ... - Unpacking libxt6:amd64 (1:1.2.1-1.1) ... - Selecting previously unselected package libsm-dev:amd64. - Preparing to unpack .../162-libsm-dev_2%3a1.2.3-1_amd64.deb ... - Unpacking libsm-dev:amd64 (2:1.2.3-1) ... - Selecting previously unselected package libxt-dev:amd64. - Preparing to unpack .../163-libxt-dev_1%3a1.2.1-1.1_amd64.deb ... - Unpacking libxt-dev:amd64 (1:1.2.1-1.1) ... - Selecting previously unselected package libxv1:amd64. - Preparing to unpack .../164-libxv1_2%3a1.0.11-1.1_amd64.deb ... - Unpacking libxv1:amd64 (2:1.0.11-1.1) ... - Selecting previously unselected package libxv-dev:amd64. - Preparing to unpack .../165-libxv-dev_2%3a1.0.11-1.1_amd64.deb ... - Unpacking libxv-dev:amd64 (2:1.0.11-1.1) ... - Selecting previously unselected package libxxf86vm-dev:amd64. - Preparing to unpack .../166-libxxf86vm-dev_1%3a1.1.4-1+b2_amd64.deb ... - Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1+b2) ... - Selecting previously unselected package libsdl2-dev:amd64. - Preparing to unpack .../167-libsdl2-dev_2.26.5+dfsg-1_amd64.deb ... - Unpacking libsdl2-dev:amd64 (2.26.5+dfsg-1) ... - Selecting previously unselected package libsdl2-image-2.0-0:amd64. - Preparing to unpack .../168-libsdl2-image-2.0-0_2.6.3+dfsg-1_amd64.deb ... - Unpacking libsdl2-image-2.0-0:amd64 (2.6.3+dfsg-1) ... - Selecting previously unselected package libwebpmux3:amd64. - Preparing to unpack .../169-libwebpmux3_1.2.4-0.2+deb12u1_amd64.deb ... - Unpacking libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ... - Selecting previously unselected package libwebpdemux2:amd64. - Preparing to unpack .../170-libwebpdemux2_1.2.4-0.2+deb12u1_amd64.deb ... - Unpacking libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ... - Selecting previously unselected package libwebp-dev:amd64. - Preparing to unpack .../171-libwebp-dev_1.2.4-0.2+deb12u1_amd64.deb ... - Unpacking libwebp-dev:amd64 (1.2.4-0.2+deb12u1) ... - Selecting previously unselected package libtiffxx6:amd64. - Preparing to unpack .../172-libtiffxx6_4.5.0-6+deb12u3_amd64.deb ... - Unpacking libtiffxx6:amd64 (4.5.0-6+deb12u3) ... - Selecting previously unselected package libtiff-dev:amd64. - Preparing to unpack .../173-libtiff-dev_4.5.0-6+deb12u3_amd64.deb ... - Unpacking libtiff-dev:amd64 (4.5.0-6+deb12u3) ... - Selecting previously unselected package libsdl2-image-dev:amd64. - Preparing to unpack .../174-libsdl2-image-dev_2.6.3+dfsg-1_amd64.deb ... - Unpacking libsdl2-image-dev:amd64 (2.6.3+dfsg-1) ... - Selecting previously unselected package libsdl2-ttf-2.0-0:amd64. - Preparing to unpack .../175-libsdl2-ttf-2.0-0_2.20.1+dfsg-2_amd64.deb ... - Unpacking libsdl2-ttf-2.0-0:amd64 (2.20.1+dfsg-2) ... - Selecting previously unselected package libsdl2-ttf-dev:amd64. - Preparing to unpack .../176-libsdl2-ttf-dev_2.20.1+dfsg-2_amd64.deb ... - Unpacking libsdl2-ttf-dev:amd64 (2.20.1+dfsg-2) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../177-shared-mime-info_2.2-1_amd64.deb ... - Unpacking shared-mime-info (2.2-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../178-xdg-user-dirs_0.18-1_amd64.deb ... - Unpacking xdg-user-dirs (0.18-1) ... - Setting up media-types (10.0.0) ... - Setting up libgraphite2-3:amd64 (1.3.14-1) ... - Setting up libxcb-dri3-0:amd64 (1.15-1) ... - Setting up libpixman-1-0:amd64 (0.42.2-1) ... - Setting up libwayland-server0:amd64 (1.21.0-1) ... - Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ... - Setting up libpciaccess0:amd64 (0.17-2) ... - Setting up fontconfig (2.14.1-4) ... - Regenerating fonts cache... - done. - Setting up libapparmor1:amd64 (3.0.8-3) ... - Setting up libicu72:amd64 (72.1-3+deb12u1) ... - Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ... - Setting up libpciaccess-dev:amd64 (0.17-2) ... - Setting up libxcb-xfixes0:amd64 (1.15-1) ... - Setting up libogg0:amd64 (1.3.5-3) ... - Setting up libxi6:amd64 (2:1.8-1+b1) ... - Setting up libxrender1:amd64 (1:0.9.10-1.1) ... - Setting up libdatrie1:amd64 (0.2.13-2+b1) ... - Setting up xdg-user-dirs (0.18-1) ... - Setting up libxcb-render0:amd64 (1.15-1) ... - Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u8) ... - No schema files found: doing nothing. - Setting up libglvnd0:amd64 (1.6.0-1) ... - Setting up libxcb-glx0:amd64 (1.15-1) ... - Setting up libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ... - Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ... - Setting up libibus-1.0-5:amd64 (1.5.27-5) ... - Setting up x11-common (1:7.7+23) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of restart. - Setting up libsensors-config (1:3.6.0-7.1) ... - Setting up libjbig-dev:amd64 (2.1-6.1) ... - Setting up xkb-data (2.35.1-1) ... - Setting up libxcb-shm0:amd64 (1.15-1) ... - Setting up libffi-dev:amd64 (3.4.4-1) ... - Setting up libpcre2-16-0:amd64 (10.42-1) ... - Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ... - Setting up libxcb-present0:amd64 (1.15-1) ... - Setting up libasound2-data (1.2.8-1) ... - Setting up libgraphite2-dev:amd64 (1.3.14-1) ... - Setting up libz3-4:amd64 (4.8.12-3.1) ... - Setting up libpcre2-32-0:amd64 (10.42-1) ... - Setting up libglib2.0-data (2.74.6-2+deb12u8) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libflac12:amd64 (1.4.2+ds-2) ... - Setting up libgles2:amd64 (1.6.0-1) ... - Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ... - Setting up libxfixes3:amd64 (1:6.0.0-2) ... - Setting up libxcb-sync1:amd64 (1.15-1) ... - Setting up uuid-dev:amd64 (2.38.1-5+deb12u3) ... - Setting up libgles1:amd64 (1.6.0-1) ... - Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... - Setting up libfribidi0:amd64 (1.0.8-2.1) ... - Setting up libopus0:amd64 (1.3.1-3) ... - Setting up libxinerama1:amd64 (2:1.1.4-3) ... - Setting up libxv1:amd64 (2:1.0.11-1.1) ... - Setting up libpng16-16:amd64 (1.6.39-2+deb12u4) ... - Setting up libvorbis0a:amd64 (1.3.7-1) ... - Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ... - Setting up icu-devtools (72.1-3+deb12u1) ... - Setting up libudev-dev:amd64 (252.39-1~deb12u1) ... - Setting up libsepol-dev:amd64 (3.4-2.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libsensors5:amd64 (1:3.6.0-7.1) ... - Setting up liblerc-dev:amd64 (4.0.0+ds-2) ... - Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ... - Setting up libxext-dev:amd64 (2:1.3.4-1+b1) ... - Setting up liblzma-dev:amd64 (5.4.1-1) ... - Setting up libxcb-dri2-0:amd64 (1.15-1) ... - Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Setting up libpcre2-posix3:amd64 (10.42-1) ... - Setting up alsa-topology-conf (1.2.5.1-2) ... - Setting up libasyncns0:amd64 (0.8-6+b3) ... - Setting up libxshmfence1:amd64 (1.3-1) ... - Setting up libxcb-randr0:amd64 (1.15-1) ... - Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... - Setting up libasound2:amd64 (1.2.8-1+b1) ... - Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... - Setting up libthai-data (0.1.29-1) ... - Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ... - Setting up sgml-base (1.31) ... - Setting up libwayland-egl1:amd64 (1.21.0-1) ... - Setting up libxss1:amd64 (1:1.2.3-1) ... - Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... - Setting up libasound2-dev:amd64 (1.2.8-1+b1) ... - Setting up libsamplerate0:amd64 (0.2.2-3) ... - Setting up libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ... - Setting up libtiffxx6:amd64 (4.5.0-6+deb12u3) ... - Setting up libdeflate-dev:amd64 (1.14-1) ... - Setting up libdrm-common (2.4.114-1) ... - Setting up libelf1:amd64 (0.188-2.1) ... - Setting up libxrender-dev:amd64 (1:0.9.10-1.1) ... - Setting up libicu-dev:amd64 (72.1-3+deb12u1) ... - Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u5) ... - Setting up dbus-bin (1.14.10-1~deb12u1) ... - Setting up libbrotli-dev:amd64 (1.0.9-2+b6) ... - Setting up libmp3lame0:amd64 (3.100-6) ... - Setting up libvorbisenc2:amd64 (1.3.7-1) ... - Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ... - Setting up libxkbcommon0:amd64 (1.5.0-1) ... - Setting up libwayland-client0:amd64 (1.21.0-1) ... - Setting up libblkid-dev:amd64 (2.38.1-5+deb12u3) ... - Setting up python3.11 (3.11.2-6+deb12u6) ... - Setting up libice6:amd64 (2:1.0.10-1) ... - Setting up libharfbuzz-icu0:amd64 (6.0.0+dfsg-3) ... - Setting up libpcre2-dev:amd64 (10.42-1) ... - Setting up libice-dev:amd64 (2:1.0.10-1) ... - Setting up libpng-tools (1.6.39-2+deb12u4) ... - Setting up alsa-ucm-conf (1.2.8-1) ... - Setting up libselinux1-dev:amd64 (3.4-1+b6) ... - Setting up libxxf86vm-dev:amd64 (1:1.1.4-1+b2) ... - Setting up libxkbcommon-dev:amd64 (1.5.0-1) ... - Setting up libxcursor1:amd64 (1:1.2.1-1) ... - Setting up libpng-dev:amd64 (1.6.39-2+deb12u4) ... - Setting up libjpeg-dev:amd64 (1:2.1.5-2) ... - Setting up libglib2.0-bin (2.74.6-2+deb12u8) ... - Setting up python3 (3.11.2-1+b1) ... - running python rtupdate hooks for python3.11... - running python post-rtupdate hooks for python3.11... - Setting up dbus-daemon (1.14.10-1~deb12u1) ... - Setting up libharfbuzz-gobject0:amd64 (6.0.0+dfsg-3) ... - Setting up libxss-dev:amd64 (1:1.2.3-1) ... - Setting up libcairo2:amd64 (1.16.0-7) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up libfreetype-dev:amd64 (2.12.1+dfsg-5+deb12u4) ... - Setting up libxfixes-dev:amd64 (1:6.0.0-2) ... - Setting up libthai0:amd64 (0.1.29-1) ... - Setting up libxv-dev:amd64 (2:1.0.11-1.1) ... - Setting up libwayland-bin (1.21.0-1) ... - Setting up libxrandr-dev:amd64 (2:1.5.2-2+b1) ... - Setting up libwebp-dev:amd64 (1.2.4-0.2+deb12u1) ... - Setting up libtiff-dev:amd64 (4.5.0-6+deb12u3) ... - Setting up dbus (1.14.10-1~deb12u1) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up shared-mime-info (2.2-1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Setting up libxinerama-dev:amd64 (2:1.1.4-3) ... - Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ... - Setting up libsndio7.0:amd64 (1.9.0-0.3+b2) ... - Setting up libdrm2:amd64 (2.4.114-1+b1) ... - Setting up libwayland-cursor0:amd64 (1.21.0-1) ... - Setting up xml-core (0.18+nmu1) ... - Setting up libllvm15:amd64 (1:15.0.6-4+b1) ... - Setting up libdecor-0-0:amd64 (0.1.1-2) ... - Setting up libharfbuzz-subset0:amd64 (6.0.0+dfsg-3) ... - Setting up libsndfile1:amd64 (1.2.0-1+deb12u1) ... - Setting up libxi-dev:amd64 (2:1.8-1+b1) ... - Setting up python3-lib2to3 (3.11.2-3) ... - Setting up gir1.2-ibus-1.0:amd64 (1.5.27-5) ... - Setting up libsm6:amd64 (2:1.2.3-1) ... - Setting up libmount-dev:amd64 (2.38.1-5+deb12u3) ... - Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ... - Setting up python3-distutils (3.11.2-3) ... - Setting up libglib2.0-dev-bin (2.74.6-2+deb12u8) ... - Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ... - Setting up gir1.2-freedesktop:amd64 (1.74.0-3) ... - Setting up libsndio-dev:amd64 (1.9.0-0.3+b2) ... - Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ... - Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ... - Setting up libsm-dev:amd64 (2:1.2.3-1) ... - Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ... - Setting up libxcursor-dev:amd64 (1:1.2.1-1) ... - Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ... - Setting up libsamplerate0-dev:amd64 (0.2.2-3) ... - Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ... - Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ... - Setting up libwayland-dev:amd64 (1.21.0-1) ... - Setting up gir1.2-harfbuzz-0.0:amd64 (6.0.0+dfsg-3) ... - Setting up libgbm-dev:amd64 (22.3.6-1+deb12u1) ... - Setting up libdecor-0-dev:amd64 (0.1.1-2) ... - Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ... - Setting up libglib2.0-dev:amd64 (2.74.6-2+deb12u8) ... - Setting up libpulse-mainloop-glib0:amd64 (16.1+dfsg1-2+b1) ... - Setting up libxt6:amd64 (1:1.2.1-1.1) ... - Setting up libpulse-dev:amd64 (16.1+dfsg1-2+b1) ... - Setting up libegl1:amd64 (1.6.0-1) ... - Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ... - Setting up libsdl2-2.0-0:amd64 (2.26.5+dfsg-1) ... - Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ... - Setting up libsdl2-image-2.0-0:amd64 (2.6.3+dfsg-1) ... - Setting up libharfbuzz-dev:amd64 (6.0.0+dfsg-3) ... - Setting up libdrm-dev:amd64 (2.4.114-1+b1) ... - Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ... - Setting up libglx0:amd64 (1.6.0-1) ... - Setting up libgl1:amd64 (1.6.0-1) ... - Setting up libxt-dev:amd64 (1:1.2.1-1.1) ... - Setting up libdecor-0-plugin-1-cairo:amd64 (0.1.1-2) ... - Setting up libglx-dev:amd64 (1.6.0-1) ... - Setting up libsdl2-ttf-2.0-0:amd64 (2.20.1+dfsg-2) ... - Setting up libgl-dev:amd64 (1.6.0-1) ... - Setting up libegl-dev:amd64 (1.6.0-1) ... - Setting up libgles-dev:amd64 (1.6.0-1) ... - Processing triggers for libc-bin (2.36-9+deb12u13) ... - Processing triggers for sgml-base (1.31) ... - Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ... - Setting up libibus-1.0-dev:amd64 (1.5.27-5) ... - Setting up libsdl2-dev:amd64 (2.26.5+dfsg-1) ... - Setting up libsdl2-ttf-dev:amd64 (2.20.1+dfsg-2) ... - Setting up libsdl2-image-dev:amd64 (2.6.3+dfsg-1) ... # To update the current shell environment, run: eval $(opam env) 2026-04-03 13:04.04 ---> saved as "cc410e63f9f599c75c9ba5064210c85e23e65c85c804d3920e6c83dfdee57ac0" /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 19 packages - install conf-libffi 2.0.0 - install conf-pkg-config 4 - install conf-sdl2 1 - install conf-sdl2-image 1 - install conf-sdl2-ttf 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 ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install tsdl 1.3.0 - install tsdl-image 0.6 - install tsdl-ttf 0.6 - install xdg 3.22.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) -> installed conf-pkg-config.4 -> retrieved integers.0.7.0 (cached) -> installed conf-libffi.2.0.0 -> installed conf-sdl2.1 -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved dune.3.22.1, dune-configurator.3.22.1, xdg.3.22.1 (cached) -> installed conf-sdl2-image.1 -> installed conf-sdl2-ttf.1 -> retrieved ocamlfind.1.9.8 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved tsdl.1.3.0 (cached) -> retrieved tsdl-image.0.6 (cached) -> retrieved tsdl-ttf.0.6 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed dune.3.22.1 -> installed csexp.1.5.2 -> installed stdlib-shims.0.3.0 -> installed xdg.3.22.1 -> installed integers.0.7.0 -> installed dune-configurator.3.22.1 -> installed ctypes.0.24.0 -> installed ctypes-foreign.0.24.0 -> installed tsdl.1.3.0 -> installed tsdl-image.0.6 -> installed tsdl-ttf.0.6 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-03 13:04.55 ---> saved as "59ccb989bc1a2180e866656db85d4beb96eeba1251e331748a85a1447cc31167" /src: (copy (src .) (dst /src)) 2026-04-03 13:04.56 ---> saved as "30ffcfe6609cef8087c0e1fc103dd2919ba9cfde813f5fd5e557251817af2b91" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/examples && ./examples.exe 00) [0][0] : Warning: User variable 'DEBUG_CODE' not found in config. [0][0] : Warning: Using DEBUG_CODE=1023 [0][0] : Warning: User variable 'LOG_TO_FILE' not found in config. [0][0] : Warning: Using LOG_TO_FILE=false [0][0] : I/O: Executable=examples.exe [0][0] : I/O: Invoking opam [30][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default [30][0] : Warning: User variable 'DIR' not found in config. [31][0] : Warning: Using DIR= [36][0] : Warning: User variable 'THEME' not found in config. [36][0] : Warning: Using THEME=default [36][0] : I/O: No theme specified, using default=default. [36][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20260303] [36][0] : I/O: Reading BACKGROUND=color:white [36][0] : I/O: Reading CHECK_ON=fa:check-square-o [36][0] : I/O: Reading CHECK_OFF=fa:square-o [36][0] : Warning: Using THEME=default Loading Bogue 20260303 with config dir /src/_build/install/default/share/bogue/themes/default [36][0] : Warning: Using BACKGROUND=color:white [36][0] : Warning: User variable 'BG_COLOR' not found in config. [36][0] : Warning: Using BG_COLOR=aliceblue [36][0] : Warning: User variable 'BOX_BG_COLOR' not found in config. [36][0] : Warning: Using BOX_BG_COLOR=lightsteelblue [36][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config. [36][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1 [36][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config. [36][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise [36][0] : Warning: Using CHECK_ON=fa:check-square-o [36][0] : Warning: Using CHECK_OFF=fa:square-o [36][0] : Warning: User variable 'CURSOR_COLOR' not found in config. [36][0] : Warning: Using CURSOR_COLOR=#2a7da2 [36][0] : Warning: User variable 'DISABLED_FG' not found in config. [36][0] : Warning: Using DISABLED_FG=gray [36][0] : Warning: User variable 'DISABLED_BG' not found in config. [36][0] : Warning: Using DISABLED_BG=lightgray [36][0] : Warning: User variable 'FAINT_COLOR' not found in config. [36][0] : Warning: Using FAINT_COLOR=#B1C7D5 [36][0] : Warning: User variable 'TEXT_COLOR' not found in config. [36][0] : Warning: Using TEXT_COLOR=black [36][0] : Warning: User variable 'SEL_BG_COLOR' not found in config. [36][0] : Warning: Using SEL_BG_COLOR=slategray [36][0] : Warning: User variable 'SEL_FG_COLOR' not found in config. [36][0] : Warning: Using SEL_FG_COLOR=white [36][0] : Warning: User variable 'LABEL_COLOR' not found in config. [36][0] : Warning: Using LABEL_COLOR=black [36][0] : Warning: User variable 'MENU_HL_COLOR' not found in config. [36][0] : Warning: Using MENU_HL_COLOR=#8099a2 [36][0] : Warning: User variable 'MENU_BG_COLOR' not found in config. [36][0] : Warning: Using MENU_BG_COLOR=#BEBEBE [36][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config. [36][0] : Warning: Using LABEL_FONT_SIZE=14 [36][0] : Warning: User variable 'LABEL_FONT' not found in config. [36][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf [36][0] : Warning: User variable 'TEXT_FONT' not found in config. [36][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf [36][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config. [36][0] : Warning: Using TEXT_FONT_SIZE=14 [36][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config. [36][0] : Warning: Using SMALL_FONT_SIZE=10 [36][0] : Warning: User variable 'MONO_FONT' not found in config. [36][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf [36][0] : Warning: User variable 'ROOM_MARGIN' not found in config. [36][0] : Warning: Using ROOM_MARGIN=10 [36][0] : Warning: User variable 'FA_DIR' not found in config. [36][0] : Warning: Using FA_DIR=font-awesome-4.6.3 [36][0] : Warning: User variable 'INT_SCALE' not found in config. [36][0] : Warning: Using INT_SCALE=false [36][0] : Warning: User variable 'SCALE' not found in config. [36][0] : Warning: Using SCALE=0 [36][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config. [36][0] : Warning: Using OPENGL_MULTISAMPLE=false [36][0] : Warning: User variable 'NO_VSYNC' not found in config. [36][0] : Warning: Using NO_VSYNC=false [36][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config. [36][0] : Warning: Using NATURAL_SCROLLING=auto [39][0] : Warning: User variable 'USE_FSWATCH' not found in config. [39][0] : Warning: Using USE_FSWATCH=true [45][0] : Custom: Detected os type: [Linux] [51][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images. [51][0] : Warning: SDL initialized [51][0] : Event: SDL Events initialized [51][0] : Event: Register new event type:user (Ox8000) [51][0] : Event: Register new event type:stop (Ox8001) [51][0] : Event: Register new event type:stopped (Ox8002) [51][0] : Event: Register new event type:mouse_enter (Ox8003) [51][0] : Event: Register new event type:mouse_leave (Ox8004) [51][0] : Event: Register new event type:redraw (Ox8005) [51][0] : Event: Register new event type:mouse_at_rest (Ox8006) [51][0] : Event: Register new event type:startup (Ox8007) [51][0] : Event: Register new event type:var_changed (Ox8008) [51][0] : Event: Register new event type:update (Ox8009) [51][0] : Event: Register new event type:sync_action (Ox800a) [51][0] : Event: Register new event type:keyboard_focus (Ox800b) [51][0] : Event: Register new event type:mouse_focus (Ox800c) [51][0] : Event: Register new event type:remove_focus (Ox800d) [52][0] : Event: Register new event type:destroy_window (Ox800e) [52][0] : Event: Register new event type:add_window (Ox800f) [52][0] : Event: Register new event type:new_mail (Ox8010) [52][0] : Event: Register new event type:not_used (Ox8011) [52][0] : Board: Layout #1 (dummy) created. [54][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring. [55][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png [60][0] : Graphics: SDL Video initialized [60][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png) [61][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported [65][0] : Warning: Cannot get monitor's DPI from xdpyinfo. [65][0] : Graphics: DPI from system: 110 [65][0] : Graphics; Warning: Using SCALE=1.000000 [65][0] : Graphics: SDL Image initialized [65][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png) [67][0] : Memory: Freeing surface (330,290) 00 = Bogue initialization without opening any window. [68][0] : Board: Adding timeout 1 [68][0] : Board: Layout #2 (windows_house) created. [68][0] : Board: ==> Running board! [68][0] : Graphics; Warning: Could not get refresh rate information for any monitor [68][0] : Graphics: Desired FPS=60 [78][0] : Board: Has focus: NO [78][0] : Board: Adding timeout 2 [78][0] : Graphics: FPS:100 (round_trip=0) [1079][0] : Board: Executing timeout 1 Hello world [1079][0] : Memory: All zombies have been killed! Congratulations! [1079][0] : Board: Board exiting [1079][0] : Board: Quitting... [1079][0] : Graphics: Quitting SDL Image [1079][0] : Graphics: Quitting SDL Video [1079][0] : Graphics: Cleaning up 0 SDL_TTF surfaces... [1079][0] : Memory: Freeing surface (123,128) [1079][0] : Event: Quitting SDL Events [1079][0] : Graphics: Exit SDL... [0][0] : Graphics: Done. INFO: Using SDL 2.26.5 /bin/sh: 1: xdpyinfo: not found 2026-04-03 13:05.01 ---> saved as "32789ad55c441107d877867f459f3f3280774c6c27c41254f1b98efe875dfe5d" Job succeeded 2026-04-03 13:05.01: Job succeeded