2026-04-14 08:12.56: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (23aa179cabeb0352b397198dad3ec7b085324b24) (linux-x86_64:debian-13-4.14+flambda_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88 Opam project build To reproduce locally: git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 23aa179c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88 # debian-13-4.14+flambda_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam ./ RUN opam pin add -yn ocamlgraph_gtk.dev './' && \ opam pin add -yn ocamlgraph.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-config.2 ocaml-variants.4.14.3+options ocamlfind.1.9.8" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.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-14 08:12.56: Using cache hint "backtracking/ocamlgraph-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88-debian-13-4.14+flambda_opam-2.5-6e604fa28d1c5b0f92f837fd13c223e8" 2026-04-14 08:12.56: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88) (comment debian-13-4.14+flambda_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocamlgraph_gtk.dev './' && \ \nopam pin add -yn ocamlgraph.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-config.2 ocaml-variants.4.14.3+options ocamlfind.1.9.8") (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 ocamlgraph_gtk.dev ocamlgraph.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-14 08:12.56: Waiting for resource in pool OCluster 2026-04-14 10:51.15: Waiting for worker… 2026-04-14 10:53.45: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 23aa179 fixed documentation for [scc] (from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88' locally docker.io/ocaml/opam@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88: Pulling from ocaml/opam a7730063fcfe: Pulling fs layer 1a27fd2181de: Pulling fs layer c29591c91388: Pulling fs layer 356a64daa753: Pulling fs layer 1a27fd2181de: Download complete c29591c91388: Download complete ac02f8f2062b: Pulling fs layer aaa2f390e4c8: Pulling fs layer 356a64daa753: Waiting b668811757f6: Pulling fs layer 32fd4e1a774f: Pulling fs layer b1d486fb8fdf: Pulling fs layer cf8a2024f299: Pulling fs layer 8c4a5dac67c3: Pulling fs layer b668811757f6: Waiting 6adfe24d7b40: Pulling fs layer dccd6e3c0589: Pulling fs layer 2ee4bcb55cd4: Pulling fs layer ac02f8f2062b: Waiting cf8a2024f299: Waiting aaa2f390e4c8: Waiting 32fd4e1a774f: Waiting 2dc3b58478d7: Pulling fs layer b1d486fb8fdf: Waiting 6adfe24d7b40: Waiting 8c4a5dac67c3: Waiting daf15e5c44c6: Pulling fs layer dccd6e3c0589: Waiting 2ee4bcb55cd4: Waiting 564e978a8088: Pulling fs layer 2dc3b58478d7: Waiting 25a652a8c456: Pulling fs layer b3bfea7bff3f: Pulling fs layer a00f2937f570: Pulling fs layer 564e978a8088: Waiting 78bd1737ebff: Pulling fs layer daf15e5c44c6: Waiting 4f4fb700ef54: Pulling fs layer 4291a055edd7: Pulling fs layer 3c2b2836d59a: Pulling fs layer b3bfea7bff3f: Waiting 7b3e96544a52: Pulling fs layer 25a652a8c456: Waiting 78bd1737ebff: Waiting a00f2937f570: Waiting 4291a055edd7: Waiting c72503effb14: Pulling fs layer 3c2b2836d59a: Waiting 4f4fb700ef54: Waiting 7b3e96544a52: Waiting bca08df11a10: Pulling fs layer c72503effb14: Waiting 2ab0829b2daf: Pulling fs layer 1d246d4da211: Pulling fs layer a09cb4870027: Pulling fs layer 2ce07b4fe7c0: Pulling fs layer 6b96f28d505e: Pulling fs layer b6ad36bba9bf: Pulling fs layer 1d246d4da211: Waiting 2ce07b4fe7c0: Waiting 56d62791a0f9: Pulling fs layer bca08df11a10: Waiting 6b96f28d505e: Waiting 4d60780055d1: Pulling fs layer 2ab0829b2daf: Waiting a09cb4870027: Waiting 43f57a7c44cb: Pulling fs layer b6ad36bba9bf: Waiting 56d62791a0f9: Waiting 4d60780055d1: Waiting f21057dc4e85: Pulling fs layer e0d2ca1300ed: Pulling fs layer 43f57a7c44cb: Waiting f21057dc4e85: Waiting 9da2f7598f8e: Pulling fs layer cb569bb28593: Pulling fs layer e0d2ca1300ed: Waiting 9da2f7598f8e: Waiting c35a156f8c8c: Pulling fs layer cd4659cecde9: Pulling fs layer dbb3c6331024: Pulling fs layer cb569bb28593: Waiting cd4659cecde9: Waiting 9a75e7905027: Pulling fs layer c35a156f8c8c: Waiting dbb3c6331024: Waiting 9a75e7905027: Waiting ac02f8f2062b: Verifying Checksum ac02f8f2062b: Download complete 356a64daa753: Verifying Checksum 356a64daa753: Download complete b668811757f6: Download complete 32fd4e1a774f: Verifying Checksum 32fd4e1a774f: Download complete b1d486fb8fdf: Verifying Checksum b1d486fb8fdf: Download complete cf8a2024f299: Verifying Checksum cf8a2024f299: Download complete 8c4a5dac67c3: Verifying Checksum 8c4a5dac67c3: Download complete 6adfe24d7b40: Download complete dccd6e3c0589: Verifying Checksum dccd6e3c0589: Download complete 2ee4bcb55cd4: Verifying Checksum 2ee4bcb55cd4: Download complete a7730063fcfe: Verifying Checksum a7730063fcfe: Download complete a7730063fcfe: Pull complete 1a27fd2181de: Pull complete c29591c91388: Pull complete 356a64daa753: Pull complete ac02f8f2062b: Pull complete daf15e5c44c6: Verifying Checksum daf15e5c44c6: Download complete 2dc3b58478d7: Verifying Checksum 2dc3b58478d7: Download complete 564e978a8088: Verifying Checksum 564e978a8088: Download complete 25a652a8c456: Verifying Checksum 25a652a8c456: Download complete a00f2937f570: Download complete 78bd1737ebff: Verifying Checksum 78bd1737ebff: Download complete b3bfea7bff3f: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 4291a055edd7: Verifying Checksum 4291a055edd7: Download complete 3c2b2836d59a: Verifying Checksum 3c2b2836d59a: Download complete 7b3e96544a52: Verifying Checksum bca08df11a10: Verifying Checksum bca08df11a10: Download complete c72503effb14: Verifying Checksum c72503effb14: Download complete 2ab0829b2daf: Verifying Checksum 2ab0829b2daf: Download complete 1d246d4da211: Verifying Checksum 1d246d4da211: Download complete a09cb4870027: Download complete 2ce07b4fe7c0: Verifying Checksum 2ce07b4fe7c0: Download complete 6b96f28d505e: Download complete b6ad36bba9bf: Verifying Checksum b6ad36bba9bf: Download complete 56d62791a0f9: Verifying Checksum 56d62791a0f9: Download complete 43f57a7c44cb: Verifying Checksum 43f57a7c44cb: Download complete f21057dc4e85: Verifying Checksum f21057dc4e85: Download complete e0d2ca1300ed: Download complete 9da2f7598f8e: Download complete cb569bb28593: Verifying Checksum cb569bb28593: Download complete 4d60780055d1: Verifying Checksum 4d60780055d1: Download complete aaa2f390e4c8: Verifying Checksum aaa2f390e4c8: Download complete aaa2f390e4c8: Pull complete b668811757f6: Pull complete 32fd4e1a774f: Pull complete b1d486fb8fdf: Pull complete cf8a2024f299: Pull complete 8c4a5dac67c3: Pull complete 6adfe24d7b40: Pull complete dccd6e3c0589: Pull complete 2ee4bcb55cd4: Pull complete 2dc3b58478d7: Pull complete daf15e5c44c6: Pull complete 564e978a8088: Pull complete 25a652a8c456: Pull complete b3bfea7bff3f: Pull complete a00f2937f570: Pull complete 78bd1737ebff: Pull complete 4f4fb700ef54: Pull complete 4291a055edd7: Pull complete 3c2b2836d59a: Pull complete 7b3e96544a52: Pull complete c72503effb14: Pull complete bca08df11a10: Pull complete 2ab0829b2daf: Pull complete 1d246d4da211: Pull complete a09cb4870027: Pull complete 2ce07b4fe7c0: Pull complete 6b96f28d505e: Pull complete b6ad36bba9bf: Pull complete 56d62791a0f9: Pull complete c35a156f8c8c: Verifying Checksum c35a156f8c8c: Download complete cd4659cecde9: Download complete dbb3c6331024: Verifying Checksum dbb3c6331024: Download complete 9a75e7905027: Verifying Checksum 9a75e7905027: Download complete 4d60780055d1: Pull complete 43f57a7c44cb: Pull complete f21057dc4e85: Pull complete e0d2ca1300ed: Pull complete 9da2f7598f8e: Pull complete cb569bb28593: Pull complete c35a156f8c8c: Pull complete cd4659cecde9: Pull complete dbb3c6331024: Pull complete 9a75e7905027: Pull complete Digest: sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88 Status: Downloaded newer image for ocaml/opam@sha256:1c84b7b0f5b503bdda57a43dae691d60ba005e2f1736937ec42b060be3539b88 2026-04-14 10:53.45 ---> using "56f369bc7c73ce6f148f0a2f412d9c3c7c780db13a6ec27166a36753d4875a52" from cache /: (comment debian-13-4.14+flambda_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-14 10:53.45 ---> using "087ed943498ca8425bbfcdbb4626243bbb1e20c97fad6beb9fa73dbfd9213294" 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-14 10:53.45 ---> using "441cbf86a1a9aa9170c8a971e5eae1f82cb9490c691d2410c5ae67cca3173687" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.0 2026-04-14 10:53.45 ---> using "a90eb38da1e52aab49f43fe140d5dee664d6e84900211ead7be06dc1d4786331" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-14 10:53.45 ---> using "44d363dbd17fb794423c81b4e021ff25b87f13aa64be5abbecd5b894c6a4d7ee" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 42844088d7..5f7bb1a6e6 master -> origin/master 5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2 <><> 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-14 10:53.45 ---> using "e1e8148df3b6a891bf3504772bd3ab2c83ef68ff9976f0e239883dc5848760b2" from cache /src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./)) 2026-04-14 10:53.45 ---> saved as "0a4a963161274aaaa78b88c1313b7cf85361dac675d40f0940dc3beaca3e49a8" /src: (run (network host) (shell "opam pin add -yn ocamlgraph_gtk.dev './' && \ \nopam pin add -yn ocamlgraph.dev './'")) [ocamlgraph_gtk.dev] synchronised (file:///src) ocamlgraph_gtk is now pinned to file:///src (version dev) [ocamlgraph.dev] synchronised (file:///src) ocamlgraph is now pinned to file:///src (version dev) 2026-04-14 10:53.47 ---> saved as "6c3186de0bea2223845e480332874217ed76342d0aacaac8241937cfffcb2efc" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-14 10:53.48 ---> saved as "023403b49a26d40e68271f07bd32c517642800e64cfa07db90b4a76edcf29188" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-config.2 ocaml-variants.4.14.3+options ocamlfind.1.9.8") /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 ocamlgraph_gtk.dev ocamlgraph.dev $DEPS")) + /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 amd64 Packages [123 kB] - Fetched 213 kB in 0s (2324 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocamlgraph.dev] synchronised (file:///src) [ocamlgraph_gtk.dev] synchronised (file:///src) [NOTE] Package ocaml-variants is already installed (current version is 4.14.3+options). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: libexpat1-dev libgnomecanvas2-dev libgtk2.0-dev libxft-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libexpat1-dev" "libgnomecanvas2-dev" "libgtk2.0-dev" "libxft-dev" "pkg-config" - Preconfiguring packages ... - 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 ... 20623 files and directories currently installed.) - Preparing to unpack .../0-libdbus-1-3_1.16.2-2_amd64.deb ... - Unpacking libdbus-1-3:amd64 (1.16.2-2) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../1-dbus-bin_1.16.2-2_amd64.deb ... - Unpacking dbus-bin (1.16.2-2) ... - Selecting previously unselected package dbus-session-bus-common. - Preparing to unpack .../2-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 .../3-dbus-daemon_1.16.2-2_amd64.deb ... - Unpacking dbus-daemon (1.16.2-2) ... - Selecting previously unselected package dbus-system-bus-common. - Preparing to unpack .../4-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 .../5-dbus_1.16.2-2_amd64.deb ... - Unpacking dbus (1.16.2-2) ... - Selecting previously unselected package libpython3.13-minimal:amd64. - Preparing to unpack .../6-libpython3.13-minimal_3.13.5-2_amd64.deb ... - Unpacking libpython3.13-minimal:amd64 (3.13.5-2) ... - Selecting previously unselected package python3.13-minimal. - Preparing to unpack .../7-python3.13-minimal_3.13.5-2_amd64.deb ... - Unpacking python3.13-minimal (3.13.5-2) ... - Setting up libpython3.13-minimal:amd64 (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 ... 21029 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.13.5-1_amd64.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:amd64. - Preparing to unpack .../3-libreadline8t64_8.2-6_amd64.deb ... - Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64' - Unpacking libreadline8t64:amd64 (8.2-6) ... - Selecting previously unselected package libpython3.13-stdlib:amd64. - Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_amd64.deb ... - Unpacking libpython3.13-stdlib:amd64 (3.13.5-2) ... - Selecting previously unselected package python3.13. - Preparing to unpack .../5-python3.13_3.13.5-2_amd64.deb ... - Unpacking python3.13 (3.13.5-2) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (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 ... 21515 files and directories currently installed.) - Preparing to unpack .../000-python3_3.13.5-1_amd64.deb ... - Unpacking python3 (3.13.5-1) ... - Selecting previously unselected package sensible-utils. - Preparing to unpack .../001-sensible-utils_0.0.25_all.deb ... - Unpacking sensible-utils (0.0.25) ... - Selecting previously unselected package libmagic-mgc. - Preparing to unpack .../002-libmagic-mgc_1%3a5.46-5_amd64.deb ... - Unpacking libmagic-mgc (1:5.46-5) ... - Selecting previously unselected package libmagic1t64:amd64. - Preparing to unpack .../003-libmagic1t64_1%3a5.46-5_amd64.deb ... - Unpacking libmagic1t64:amd64 (1:5.46-5) ... - Selecting previously unselected package file. - Preparing to unpack .../004-file_1%3a5.46-5_amd64.deb ... - Unpacking file (1:5.46-5) ... - Selecting previously unselected package gettext-base. - Preparing to unpack .../005-gettext-base_0.23.1-2_amd64.deb ... - Unpacking gettext-base (0.23.1-2) ... - Selecting previously unselected package libuchardet0:amd64. - Preparing to unpack .../006-libuchardet0_0.0.8-1+b2_amd64.deb ... - Unpacking libuchardet0:amd64 (0.0.8-1+b2) ... - Selecting previously unselected package groff-base. - Preparing to unpack .../007-groff-base_1.23.0-9_amd64.deb ... - Unpacking groff-base (1.23.0-9) ... - Selecting previously unselected package bsdextrautils. - Preparing to unpack .../008-bsdextrautils_2.41-5_amd64.deb ... - Unpacking bsdextrautils (2.41-5) ... - Selecting previously unselected package libpipeline1:amd64. - Preparing to unpack .../009-libpipeline1_1.5.8-1_amd64.deb ... - Unpacking libpipeline1:amd64 (1.5.8-1) ... - Selecting previously unselected package man-db. - Preparing to unpack .../010-man-db_2.13.1-1_amd64.deb ... - Unpacking man-db (2.13.1-1) ... - Selecting previously unselected package libgdk-pixbuf2.0-common. - Preparing to unpack .../011-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:amd64. - Preparing to unpack .../012-libglib2.0-0t64_2.84.4-3~deb13u2_amd64.deb ... - Unpacking libglib2.0-0t64:amd64 (2.84.4-3~deb13u2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../013-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ... - Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../014-shared-mime-info_2.4-5+b2_amd64.deb ... - Unpacking shared-mime-info (2.4-5+b2) ... - Selecting previously unselected package libjpeg62-turbo:amd64. - Preparing to unpack .../015-libjpeg62-turbo_1%3a2.1.5-4_amd64.deb ... - Unpacking libjpeg62-turbo:amd64 (1:2.1.5-4) ... - Selecting previously unselected package libpng16-16t64:amd64. - Preparing to unpack .../016-libpng16-16t64_1.6.48-1+deb13u4_amd64.deb ... - Unpacking libpng16-16t64:amd64 (1.6.48-1+deb13u4) ... - Selecting previously unselected package libdeflate0:amd64. - Preparing to unpack .../017-libdeflate0_1.23-2_amd64.deb ... - Unpacking libdeflate0:amd64 (1.23-2) ... - Selecting previously unselected package libjbig0:amd64. - Preparing to unpack .../018-libjbig0_2.1-6.1+b2_amd64.deb ... - Unpacking libjbig0:amd64 (2.1-6.1+b2) ... - Selecting previously unselected package liblerc4:amd64. - Preparing to unpack .../019-liblerc4_4.0.0+ds-5_amd64.deb ... - Unpacking liblerc4:amd64 (4.0.0+ds-5) ... - Selecting previously unselected package libsharpyuv0:amd64. - Preparing to unpack .../020-libsharpyuv0_1.5.0-0.1_amd64.deb ... - Unpacking libsharpyuv0:amd64 (1.5.0-0.1) ... - Selecting previously unselected package libwebp7:amd64. - Preparing to unpack .../021-libwebp7_1.5.0-0.1_amd64.deb ... - Unpacking libwebp7:amd64 (1.5.0-0.1) ... - Selecting previously unselected package libtiff6:amd64. - Preparing to unpack .../022-libtiff6_4.7.0-3+deb13u2_amd64.deb ... - Unpacking libtiff6:amd64 (4.7.0-3+deb13u2) ... - Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. - Preparing to unpack .../023-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4+deb13u1_amd64.deb ... - Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-4+deb13u1) ... - Selecting previously unselected package gtk-update-icon-cache. - Preparing to unpack .../024-gtk-update-icon-cache_4.18.6+ds-2_amd64.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 .../025-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 .../026-adwaita-icon-theme_48.1-1_all.deb ... - Unpacking adwaita-icon-theme (48.1-1) ... - Selecting previously unselected package at-spi2-common. - Preparing to unpack .../027-at-spi2-common_2.56.2-1+deb13u1_all.deb ... - Unpacking at-spi2-common (2.56.2-1+deb13u1) ... - Selecting previously unselected package m4. - Preparing to unpack .../028-m4_1.4.19-8_amd64.deb ... - Unpacking m4 (1.4.19-8) ... - Selecting previously unselected package autoconf. - Preparing to unpack .../029-autoconf_2.72-3.1_all.deb ... - Unpacking autoconf (2.72-3.1) ... - Selecting previously unselected package autotools-dev. - Preparing to unpack .../030-autotools-dev_20240727.1_all.deb ... - Unpacking autotools-dev (20240727.1) ... - Selecting previously unselected package automake. - Preparing to unpack .../031-automake_1%3a1.17-4_all.deb ... - Unpacking automake (1:1.17-4) ... - Selecting previously unselected package autopoint. - Preparing to unpack .../032-autopoint_0.23.1-2_all.deb ... - Unpacking autopoint (0.23.1-2) ... - Selecting previously unselected package bzip2-doc. - Preparing to unpack .../033-bzip2-doc_1.0.8-6_all.deb ... - Unpacking bzip2-doc (1.0.8-6) ... - Selecting previously unselected package libdebhelper-perl. - Preparing to unpack .../034-libdebhelper-perl_13.24.2_all.deb ... - Unpacking libdebhelper-perl (13.24.2) ... - Selecting previously unselected package libtool. - Preparing to unpack .../035-libtool_2.5.4-4_all.deb ... - Unpacking libtool (2.5.4-4) ... - Selecting previously unselected package dh-autoreconf. - Preparing to unpack .../036-dh-autoreconf_20_all.deb ... - Unpacking dh-autoreconf (20) ... - Selecting previously unselected package libarchive-zip-perl. - Preparing to unpack .../037-libarchive-zip-perl_1.68-1_all.deb ... - Unpacking libarchive-zip-perl (1.68-1) ... - Selecting previously unselected package libfile-stripnondeterminism-perl. - Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... - Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... - Selecting previously unselected package dh-strip-nondeterminism. - Preparing to unpack .../039-dh-strip-nondeterminism_1.14.1-2_all.deb ... - Unpacking dh-strip-nondeterminism (1.14.1-2) ... - Selecting previously unselected package libelf1t64:amd64. - Preparing to unpack .../040-libelf1t64_0.192-4_amd64.deb ... - Unpacking libelf1t64:amd64 (0.192-4) ... - Selecting previously unselected package dwz. - Preparing to unpack .../041-dwz_0.15-1+b1_amd64.deb ... - Unpacking dwz (0.15-1+b1) ... - Selecting previously unselected package gettext. - Preparing to unpack .../042-gettext_0.23.1-2_amd64.deb ... - Unpacking gettext (0.23.1-2) ... - Selecting previously unselected package intltool-debian. - Preparing to unpack .../043-intltool-debian_0.35.0+20060710.6_all.deb ... - Unpacking intltool-debian (0.35.0+20060710.6) ... - Selecting previously unselected package po-debconf. - Preparing to unpack .../044-po-debconf_1.0.21+nmu1_all.deb ... - Unpacking po-debconf (1.0.21+nmu1) ... - Selecting previously unselected package debhelper. - Preparing to unpack .../045-debhelper_13.24.2_all.deb ... - Unpacking debhelper (13.24.2) ... - Selecting previously unselected package libfreetype6:amd64. - Preparing to unpack .../046-libfreetype6_2.13.3+dfsg-1+deb13u1_amd64.deb ... - Unpacking libfreetype6:amd64 (2.13.3+dfsg-1+deb13u1) ... - Selecting previously unselected package fonts-dejavu-mono. - Preparing to unpack .../047-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 .../048-fonts-dejavu-core_2.37-8_all.deb ... - Unpacking fonts-dejavu-core (2.37-8) ... - Selecting previously unselected package fontconfig-config. - Preparing to unpack .../049-fontconfig-config_2.15.0-2.3_amd64.deb ... - Unpacking fontconfig-config (2.15.0-2.3) ... - Selecting previously unselected package libfontconfig1:amd64. - Preparing to unpack .../050-libfontconfig1_2.15.0-2.3_amd64.deb ... - Unpacking libfontconfig1:amd64 (2.15.0-2.3) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../051-fontconfig_2.15.0-2.3_amd64.deb ... - Unpacking fontconfig (2.15.0-2.3) ... - Selecting previously unselected package gir1.2-glib-2.0:amd64. - Preparing to unpack .../052-gir1.2-glib-2.0_2.84.4-3~deb13u2_amd64.deb ... - Unpacking gir1.2-glib-2.0:amd64 (2.84.4-3~deb13u2) ... - Selecting previously unselected package libatk1.0-0t64:amd64. - Preparing to unpack .../053-libatk1.0-0t64_2.56.2-1+deb13u1_amd64.deb ... - Unpacking libatk1.0-0t64:amd64 (2.56.2-1+deb13u1) ... - Selecting previously unselected package gir1.2-atk-1.0:amd64. - Preparing to unpack .../054-gir1.2-atk-1.0_2.56.2-1+deb13u1_amd64.deb ... - Unpacking gir1.2-atk-1.0:amd64 (2.56.2-1+deb13u1) ... - Selecting previously unselected package libpixman-1-0:amd64. - Preparing to unpack .../055-libpixman-1-0_0.44.0-3_amd64.deb ... - Unpacking libpixman-1-0:amd64 (0.44.0-3) ... - Selecting previously unselected package libxcb-render0:amd64. - Preparing to unpack .../056-libxcb-render0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-render0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../057-libxcb-shm0_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../058-libxrender1_1%3a0.9.12-1_amd64.deb ... - Unpacking libxrender1:amd64 (1:0.9.12-1) ... - Selecting previously unselected package libcairo2:amd64. - Preparing to unpack .../059-libcairo2_1.18.4-1+b1_amd64.deb ... - Unpacking libcairo2:amd64 (1.18.4-1+b1) ... - Selecting previously unselected package libcairo-gobject2:amd64. - Preparing to unpack .../060-libcairo-gobject2_1.18.4-1+b1_amd64.deb ... - Unpacking libcairo-gobject2:amd64 (1.18.4-1+b1) ... - Selecting previously unselected package gir1.2-freedesktop:amd64. - Preparing to unpack .../061-gir1.2-freedesktop_1.84.0-1_amd64.deb ... - Unpacking gir1.2-freedesktop:amd64 (1.84.0-1) ... - Selecting previously unselected package gir1.2-glib-2.0-dev:amd64. - Preparing to unpack .../062-gir1.2-glib-2.0-dev_2.84.4-3~deb13u2_amd64.deb ... - Unpacking gir1.2-glib-2.0-dev:amd64 (2.84.4-3~deb13u2) ... - Selecting previously unselected package gir1.2-freedesktop-dev:amd64. - Preparing to unpack .../063-gir1.2-freedesktop-dev_1.84.0-1_amd64.deb ... - Unpacking gir1.2-freedesktop-dev:amd64 (1.84.0-1) ... - Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. - Preparing to unpack .../064-gir1.2-gdkpixbuf-2.0_2.42.12+dfsg-4+deb13u1_amd64.deb ... - Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.42.12+dfsg-4+deb13u1) ... - Selecting previously unselected package libgtk2.0-common. - Preparing to unpack .../065-libgtk2.0-common_2.24.33-7_all.deb ... - Unpacking libgtk2.0-common (2.24.33-7) ... - Selecting previously unselected package libgraphite2-3:amd64. - Preparing to unpack .../066-libgraphite2-3_1.3.14-2+b1_amd64.deb ... - Unpacking libgraphite2-3:amd64 (1.3.14-2+b1) ... - Selecting previously unselected package libharfbuzz0b:amd64. - Preparing to unpack .../067-libharfbuzz0b_10.2.0-1+b1_amd64.deb ... - Unpacking libharfbuzz0b:amd64 (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-gobject0:amd64. - Preparing to unpack .../068-libharfbuzz-gobject0_10.2.0-1+b1_amd64.deb ... - Unpacking libharfbuzz-gobject0:amd64 (10.2.0-1+b1) ... - Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. - Preparing to unpack .../069-gir1.2-harfbuzz-0.0_10.2.0-1+b1_amd64.deb ... - Unpacking gir1.2-harfbuzz-0.0:amd64 (10.2.0-1+b1) ... - Selecting previously unselected package libfribidi0:amd64. - Preparing to unpack .../070-libfribidi0_1.0.16-1_amd64.deb ... - Unpacking libfribidi0:amd64 (1.0.16-1) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../071-libthai-data_0.1.29-2_all.deb ... - Unpacking libthai-data (0.1.29-2) ... - Selecting previously unselected package libdatrie1:amd64. - Preparing to unpack .../072-libdatrie1_0.2.13-3+b1_amd64.deb ... - Unpacking libdatrie1:amd64 (0.2.13-3+b1) ... - Selecting previously unselected package libthai0:amd64. - Preparing to unpack .../073-libthai0_0.1.29-2+b1_amd64.deb ... - Unpacking libthai0:amd64 (0.1.29-2+b1) ... - Selecting previously unselected package libpango-1.0-0:amd64. - Preparing to unpack .../074-libpango-1.0-0_1.56.3-1_amd64.deb ... - Unpacking libpango-1.0-0:amd64 (1.56.3-1) ... - Selecting previously unselected package libpangoft2-1.0-0:amd64. - Preparing to unpack .../075-libpangoft2-1.0-0_1.56.3-1_amd64.deb ... - Unpacking libpangoft2-1.0-0:amd64 (1.56.3-1) ... - Selecting previously unselected package libpangocairo-1.0-0:amd64. - Preparing to unpack .../076-libpangocairo-1.0-0_1.56.3-1_amd64.deb ... - Unpacking libpangocairo-1.0-0:amd64 (1.56.3-1) ... - Selecting previously unselected package libxft2:amd64. - Preparing to unpack .../077-libxft2_2.3.6-1+b4_amd64.deb ... - Unpacking libxft2:amd64 (2.3.6-1+b4) ... - Selecting previously unselected package libpangoxft-1.0-0:amd64. - Preparing to unpack .../078-libpangoxft-1.0-0_1.56.3-1_amd64.deb ... - Unpacking libpangoxft-1.0-0:amd64 (1.56.3-1) ... - Selecting previously unselected package gir1.2-pango-1.0:amd64. - Preparing to unpack .../079-gir1.2-pango-1.0_1.56.3-1_amd64.deb ... - Unpacking gir1.2-pango-1.0:amd64 (1.56.3-1) ... - Selecting previously unselected package libavahi-common-data:amd64. - Preparing to unpack .../080-libavahi-common-data_0.8-16_amd64.deb ... - Unpacking libavahi-common-data:amd64 (0.8-16) ... - Selecting previously unselected package libavahi-common3:amd64. - Preparing to unpack .../081-libavahi-common3_0.8-16_amd64.deb ... - Unpacking libavahi-common3:amd64 (0.8-16) ... - Selecting previously unselected package libavahi-client3:amd64. - Preparing to unpack .../082-libavahi-client3_0.8-16_amd64.deb ... - Unpacking libavahi-client3:amd64 (0.8-16) ... - Selecting previously unselected package libcups2t64:amd64. - Preparing to unpack .../083-libcups2t64_2.4.10-3+deb13u2_amd64.deb ... - Unpacking libcups2t64:amd64 (2.4.10-3+deb13u2) ... - Selecting previously unselected package libxcomposite1:amd64. - Preparing to unpack .../084-libxcomposite1_1%3a0.4.6-1_amd64.deb ... - Unpacking libxcomposite1:amd64 (1:0.4.6-1) ... - Selecting previously unselected package libxfixes3:amd64. - Preparing to unpack .../085-libxfixes3_1%3a6.0.0-2+b4_amd64.deb ... - Unpacking libxfixes3:amd64 (1:6.0.0-2+b4) ... - Selecting previously unselected package libxcursor1:amd64. - Preparing to unpack .../086-libxcursor1_1%3a1.2.3-1_amd64.deb ... - Unpacking libxcursor1:amd64 (1:1.2.3-1) ... - Selecting previously unselected package libxdamage1:amd64. - Preparing to unpack .../087-libxdamage1_1%3a1.1.6-1+b2_amd64.deb ... - Unpacking libxdamage1:amd64 (1:1.1.6-1+b2) ... - Selecting previously unselected package libxi6:amd64. - Preparing to unpack .../088-libxi6_2%3a1.8.2-1_amd64.deb ... - Unpacking libxi6:amd64 (2:1.8.2-1) ... - Selecting previously unselected package libxinerama1:amd64. - Preparing to unpack .../089-libxinerama1_2%3a1.1.4-3+b4_amd64.deb ... - Unpacking libxinerama1:amd64 (2:1.1.4-3+b4) ... - Selecting previously unselected package libxrandr2:amd64. - Preparing to unpack .../090-libxrandr2_2%3a1.5.4-1+b3_amd64.deb ... - Unpacking libxrandr2:amd64 (2:1.5.4-1+b3) ... - Selecting previously unselected package libgtk2.0-0t64:amd64. - Preparing to unpack .../091-libgtk2.0-0t64_2.24.33-7_amd64.deb ... - Unpacking libgtk2.0-0t64:amd64 (2.24.33-7) ... - Selecting previously unselected package gir1.2-gtk-2.0:amd64. - Preparing to unpack .../092-gir1.2-gtk-2.0_2.24.33-7_amd64.deb ... - Unpacking gir1.2-gtk-2.0:amd64 (2.24.33-7) ... - Selecting previously unselected package native-architecture. - Preparing to unpack .../093-native-architecture_0.2.6_all.deb ... - Unpacking native-architecture (0.2.6) ... - Selecting previously unselected package libgirepository-2.0-0:amd64. - Preparing to unpack .../094-libgirepository-2.0-0_2.84.4-3~deb13u2_amd64.deb ... - Unpacking libgirepository-2.0-0:amd64 (2.84.4-3~deb13u2) ... - Selecting previously unselected package girepository-tools:amd64. - Preparing to unpack .../095-girepository-tools_2.84.4-3~deb13u2_amd64.deb ... - Unpacking girepository-tools:amd64 (2.84.4-3~deb13u2) ... - Selecting previously unselected package gnome-accessibility-themes. - Preparing to unpack .../096-gnome-accessibility-themes_3.28-4_all.deb ... - Unpacking gnome-accessibility-themes (3.28-4) ... - Selecting previously unselected package gnome-themes-extra-data. - Preparing to unpack .../097-gnome-themes-extra-data_3.28-4_all.deb ... - Unpacking gnome-themes-extra-data (3.28-4) ... - Selecting previously unselected package gtk2-engines-pixbuf:amd64. - Preparing to unpack .../098-gtk2-engines-pixbuf_2.24.33-7_amd64.deb ... - Unpacking gtk2-engines-pixbuf:amd64 (2.24.33-7) ... - Selecting previously unselected package gnome-themes-extra:amd64. - Preparing to unpack .../099-gnome-themes-extra_3.28-4_amd64.deb ... - Unpacking gnome-themes-extra:amd64 (3.28-4) ... - Selecting previously unselected package libicu76:amd64. - Preparing to unpack .../100-libicu76_76.1-4_amd64.deb ... - Unpacking libicu76:amd64 (76.1-4) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../101-icu-devtools_76.1-4_amd64.deb ... - Unpacking icu-devtools (76.1-4) ... - Selecting previously unselected package libarchive-cpio-perl. - Preparing to unpack .../102-libarchive-cpio-perl_0.10-3_all.deb ... - Unpacking libarchive-cpio-perl (0.10-3) ... - Selecting previously unselected package libart-2.0-2:amd64. - Preparing to unpack .../103-libart-2.0-2_2.3.21-4+b2_amd64.deb ... - Unpacking libart-2.0-2:amd64 (2.3.21-4+b2) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../104-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../105-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../106-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../107-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Selecting previously unselected package libart-2.0-dev. - Preparing to unpack .../108-libart-2.0-dev_2.3.21-4+b2_amd64.deb ... - Unpacking libart-2.0-dev (2.3.21-4+b2) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../109-libffi-dev_3.4.8-2_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.8-2) ... - Selecting previously unselected package uuid-dev:amd64. - Preparing to unpack .../110-uuid-dev_2.41-5_amd64.deb ... - Unpacking uuid-dev:amd64 (2.41-5) ... - Selecting previously unselected package libblkid-dev:amd64. - Preparing to unpack .../111-libblkid-dev_2.41-5_amd64.deb ... - Unpacking libblkid-dev:amd64 (2.41-5) ... - Selecting previously unselected package libsepol-dev:amd64. - Preparing to unpack .../112-libsepol-dev_3.8.1-1_amd64.deb ... - Unpacking libsepol-dev:amd64 (3.8.1-1) ... - Selecting previously unselected package libpcre2-16-0:amd64. - Preparing to unpack .../113-libpcre2-16-0_10.46-1~deb13u1_amd64.deb ... - Unpacking libpcre2-16-0:amd64 (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-32-0:amd64. - Preparing to unpack .../114-libpcre2-32-0_10.46-1~deb13u1_amd64.deb ... - Unpacking libpcre2-32-0:amd64 (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-posix3:amd64. - Preparing to unpack .../115-libpcre2-posix3_10.46-1~deb13u1_amd64.deb ... - Unpacking libpcre2-posix3:amd64 (10.46-1~deb13u1) ... - Selecting previously unselected package libpcre2-dev:amd64. - Preparing to unpack .../116-libpcre2-dev_10.46-1~deb13u1_amd64.deb ... - Unpacking libpcre2-dev:amd64 (10.46-1~deb13u1) ... - Selecting previously unselected package libselinux1-dev:amd64. - Preparing to unpack .../117-libselinux1-dev_3.8.1-1_amd64.deb ... - Unpacking libselinux1-dev:amd64 (3.8.1-1) ... - Selecting previously unselected package libmount-dev:amd64. - Preparing to unpack .../118-libmount-dev_2.41-5_amd64.deb ... - Unpacking libmount-dev:amd64 (2.41-5) ... - Selecting previously unselected package libsysprof-capture-4-dev:amd64. - Preparing to unpack .../119-libsysprof-capture-4-dev_48.0-2_amd64.deb ... - Unpacking libsysprof-capture-4-dev:amd64 (48.0-2) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../120-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Selecting previously unselected package libgio-2.0-dev:amd64. - Preparing to unpack .../121-libgio-2.0-dev_2.84.4-3~deb13u2_amd64.deb ... - Unpacking libgio-2.0-dev:amd64 (2.84.4-3~deb13u2) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../122-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 .../123-libglib2.0-bin_2.84.4-3~deb13u2_amd64.deb ... - Unpacking libglib2.0-bin (2.84.4-3~deb13u2) ... - Selecting previously unselected package python3-packaging. - Preparing to unpack .../124-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 .../125-libgio-2.0-dev-bin_2.84.4-3~deb13u2_amd64.deb ... - Unpacking libgio-2.0-dev-bin (2.84.4-3~deb13u2) ... - Selecting previously unselected package libglib2.0-dev-bin. - Preparing to unpack .../126-libglib2.0-dev-bin_2.84.4-3~deb13u2_amd64.deb ... - Unpacking libglib2.0-dev-bin (2.84.4-3~deb13u2) ... - Selecting previously unselected package libglib2.0-dev:amd64. - Preparing to unpack .../127-libglib2.0-dev_2.84.4-3~deb13u2_amd64.deb ... - Unpacking libglib2.0-dev:amd64 (2.84.4-3~deb13u2) ... - Selecting previously unselected package libatk1.0-dev:amd64. - Preparing to unpack .../128-libatk1.0-dev_2.56.2-1+deb13u1_amd64.deb ... - Unpacking libatk1.0-dev:amd64 (2.56.2-1+deb13u1) ... - Selecting previously unselected package libbrotli-dev:amd64. - Preparing to unpack .../129-libbrotli-dev_1.1.0-2+b7_amd64.deb ... - Unpacking libbrotli-dev:amd64 (1.1.0-2+b7) ... - Selecting previously unselected package libbz2-dev:amd64. - Preparing to unpack .../130-libbz2-dev_1.0.8-6_amd64.deb ... - Unpacking libbz2-dev:amd64 (1.0.8-6) ... - Selecting previously unselected package liblzo2-2:amd64. - Preparing to unpack .../131-liblzo2-2_2.10-3+b1_amd64.deb ... - Unpacking liblzo2-2:amd64 (2.10-3+b1) ... - Selecting previously unselected package libcairo-script-interpreter2:amd64. - Preparing to unpack .../132-libcairo-script-interpreter2_1.18.4-1+b1_amd64.deb ... - Unpacking libcairo-script-interpreter2:amd64 (1.18.4-1+b1) ... - Selecting previously unselected package libexpat1-dev:amd64. - Preparing to unpack .../133-libexpat1-dev_2.7.1-2_amd64.deb ... - Unpacking libexpat1-dev:amd64 (2.7.1-2) ... - Selecting previously unselected package libpng-dev:amd64. - Preparing to unpack .../134-libpng-dev_1.6.48-1+deb13u4_amd64.deb ... - Unpacking libpng-dev:amd64 (1.6.48-1+deb13u4) ... - Selecting previously unselected package libfreetype-dev:amd64. - Preparing to unpack .../135-libfreetype-dev_2.13.3+dfsg-1+deb13u1_amd64.deb ... - Unpacking libfreetype-dev:amd64 (2.13.3+dfsg-1+deb13u1) ... - Selecting previously unselected package libfontconfig-dev:amd64. - Preparing to unpack .../136-libfontconfig-dev_2.15.0-2.3_amd64.deb ... - Unpacking libfontconfig-dev:amd64 (2.15.0-2.3) ... - Selecting previously unselected package libpixman-1-dev:amd64. - Preparing to unpack .../137-libpixman-1-dev_0.44.0-3_amd64.deb ... - Unpacking libpixman-1-dev:amd64 (0.44.0-3) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../138-x11-common_1%3a7.7+24+deb13u1_all.deb ... - Unpacking x11-common (1:7.7+24+deb13u1) ... - Selecting previously unselected package libice6:amd64. - Preparing to unpack .../139-libice6_2%3a1.1.1-1_amd64.deb ... - Unpacking libice6:amd64 (2:1.1.1-1) ... - Selecting previously unselected package libsm6:amd64. - Preparing to unpack .../140-libsm6_2%3a1.2.6-1_amd64.deb ... - Unpacking libsm6:amd64 (2:1.2.6-1) ... - Selecting previously unselected package libice-dev:amd64. - Preparing to unpack .../141-libice-dev_2%3a1.1.1-1_amd64.deb ... - Unpacking libice-dev:amd64 (2:1.1.1-1) ... - Selecting previously unselected package libsm-dev:amd64. - Preparing to unpack .../142-libsm-dev_2%3a1.2.6-1_amd64.deb ... - Unpacking libsm-dev:amd64 (2:1.2.6-1) ... - Selecting previously unselected package libxcb-render0-dev:amd64. - Preparing to unpack .../143-libxcb-render0-dev_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-render0-dev:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxcb-shm0-dev:amd64. - Preparing to unpack .../144-libxcb-shm0-dev_1.17.0-2+b1_amd64.deb ... - Unpacking libxcb-shm0-dev:amd64 (1.17.0-2+b1) ... - Selecting previously unselected package libxext-dev:amd64. - Preparing to unpack .../145-libxext-dev_2%3a1.3.4-1+b3_amd64.deb ... - Unpacking libxext-dev:amd64 (2:1.3.4-1+b3) ... - Selecting previously unselected package libxrender-dev:amd64. - Preparing to unpack .../146-libxrender-dev_1%3a0.9.12-1_amd64.deb ... - Unpacking libxrender-dev:amd64 (1:0.9.12-1) ... - Selecting previously unselected package libcairo2-dev:amd64. - Preparing to unpack .../147-libcairo2-dev_1.18.4-1+b1_amd64.deb ... - Unpacking libcairo2-dev:amd64 (1.18.4-1+b1) ... - Selecting previously unselected package libdatrie-dev:amd64. - Preparing to unpack .../148-libdatrie-dev_0.2.13-3+b1_amd64.deb ... - Unpacking libdatrie-dev:amd64 (0.2.13-3+b1) ... - Selecting previously unselected package libdav1d7:amd64. - Preparing to unpack .../149-libdav1d7_1.5.1-1_amd64.deb ... - Unpacking libdav1d7:amd64 (1.5.1-1) ... - Selecting previously unselected package libdeflate-dev:amd64. - Preparing to unpack .../150-libdeflate-dev_1.23-2_amd64.deb ... - Unpacking libdeflate-dev:amd64 (1.23-2) ... - Selecting previously unselected package libfribidi-dev:amd64. - Preparing to unpack .../151-libfribidi-dev_1.0.16-1_amd64.deb ... - Unpacking libfribidi-dev:amd64 (1.0.16-1) ... - Selecting previously unselected package libgail18t64:amd64. - Preparing to unpack .../152-libgail18t64_2.24.33-7_amd64.deb ... - Unpacking libgail18t64:amd64 (2.24.33-7) ... - Selecting previously unselected package libgail-common:amd64. - Preparing to unpack .../153-libgail-common_2.24.33-7_amd64.deb ... - Unpacking libgail-common:amd64 (2.24.33-7) ... - Selecting previously unselected package libgdk-pixbuf2.0-bin. - Preparing to unpack .../154-libgdk-pixbuf2.0-bin_2.42.12+dfsg-4+deb13u1_amd64.deb ... - Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ... - Selecting previously unselected package libjpeg62-turbo-dev:amd64. - Preparing to unpack .../155-libjpeg62-turbo-dev_1%3a2.1.5-4_amd64.deb ... - Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-4) ... - Selecting previously unselected package libjpeg-dev:amd64. - Preparing to unpack .../156-libjpeg-dev_1%3a2.1.5-4_amd64.deb ... - Unpacking libjpeg-dev:amd64 (1:2.1.5-4) ... - Selecting previously unselected package libjbig-dev:amd64. - Preparing to unpack .../157-libjbig-dev_2.1-6.1+b2_amd64.deb ... - Unpacking libjbig-dev:amd64 (2.1-6.1+b2) ... - Selecting previously unselected package liblzma-dev:amd64. - Preparing to unpack .../158-liblzma-dev_5.8.1-1_amd64.deb ... - Unpacking liblzma-dev:amd64 (5.8.1-1) ... - Selecting previously unselected package libzstd-dev:amd64. - Preparing to unpack .../159-libzstd-dev_1.5.7+dfsg-1_amd64.deb ... - Unpacking libzstd-dev:amd64 (1.5.7+dfsg-1) ... - Selecting previously unselected package libwebpdemux2:amd64. - Preparing to unpack .../160-libwebpdemux2_1.5.0-0.1_amd64.deb ... - Unpacking libwebpdemux2:amd64 (1.5.0-0.1) ... - Selecting previously unselected package libwebpmux3:amd64. - Preparing to unpack .../161-libwebpmux3_1.5.0-0.1_amd64.deb ... - Unpacking libwebpmux3:amd64 (1.5.0-0.1) ... - Selecting previously unselected package libwebpdecoder3:amd64. - Preparing to unpack .../162-libwebpdecoder3_1.5.0-0.1_amd64.deb ... - Unpacking libwebpdecoder3:amd64 (1.5.0-0.1) ... - Selecting previously unselected package libsharpyuv-dev:amd64. - Preparing to unpack .../163-libsharpyuv-dev_1.5.0-0.1_amd64.deb ... - Unpacking libsharpyuv-dev:amd64 (1.5.0-0.1) ... - Selecting previously unselected package libwebp-dev:amd64. - Preparing to unpack .../164-libwebp-dev_1.5.0-0.1_amd64.deb ... - Unpacking libwebp-dev:amd64 (1.5.0-0.1) ... - Selecting previously unselected package libtiffxx6:amd64. - Preparing to unpack .../165-libtiffxx6_4.7.0-3+deb13u2_amd64.deb ... - Unpacking libtiffxx6:amd64 (4.7.0-3+deb13u2) ... - Selecting previously unselected package liblerc-dev:amd64. - Preparing to unpack .../166-liblerc-dev_4.0.0+ds-5_amd64.deb ... - Unpacking liblerc-dev:amd64 (4.0.0+ds-5) ... - Selecting previously unselected package libtiff-dev:amd64. - Preparing to unpack .../167-libtiff-dev_4.7.0-3+deb13u2_amd64.deb ... - Unpacking libtiff-dev:amd64 (4.7.0-3+deb13u2) ... - Selecting previously unselected package libgdk-pixbuf-2.0-dev:amd64. - Preparing to unpack .../168-libgdk-pixbuf-2.0-dev_2.42.12+dfsg-4+deb13u1_amd64.deb ... - Unpacking libgdk-pixbuf-2.0-dev:amd64 (2.42.12+dfsg-4+deb13u1) ... - Selecting previously unselected package libharfbuzz-icu0:amd64. - Preparing to unpack .../169-libharfbuzz-icu0_10.2.0-1+b1_amd64.deb ... - Unpacking libharfbuzz-icu0:amd64 (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-subset0:amd64. - Preparing to unpack .../170-libharfbuzz-subset0_10.2.0-1+b1_amd64.deb ... - Unpacking libharfbuzz-subset0:amd64 (10.2.0-1+b1) ... - Selecting previously unselected package libharfbuzz-cairo0:amd64. - Preparing to unpack .../171-libharfbuzz-cairo0_10.2.0-1+b1_amd64.deb ... - Unpacking libharfbuzz-cairo0:amd64 (10.2.0-1+b1) ... - Selecting previously unselected package libgraphite2-dev:amd64. - Preparing to unpack .../172-libgraphite2-dev_1.3.14-2+b1_amd64.deb ... - Unpacking libgraphite2-dev:amd64 (1.3.14-2+b1) ... - Selecting previously unselected package libicu-dev:amd64. - Preparing to unpack .../173-libicu-dev_76.1-4_amd64.deb ... - Unpacking libicu-dev:amd64 (76.1-4) ... - Selecting previously unselected package libharfbuzz-dev:amd64. - Preparing to unpack .../174-libharfbuzz-dev_10.2.0-1+b1_amd64.deb ... - Unpacking libharfbuzz-dev:amd64 (10.2.0-1+b1) ... - Selecting previously unselected package libthai-dev:amd64. - Preparing to unpack .../175-libthai-dev_0.1.29-2+b1_amd64.deb ... - Unpacking libthai-dev:amd64 (0.1.29-2+b1) ... - Selecting previously unselected package libxft-dev:amd64. - Preparing to unpack .../176-libxft-dev_2.3.6-1+b4_amd64.deb ... - Unpacking libxft-dev:amd64 (2.3.6-1+b4) ... - Selecting previously unselected package pango1.0-tools. - Preparing to unpack .../177-pango1.0-tools_1.56.3-1_amd64.deb ... - Unpacking pango1.0-tools (1.56.3-1) ... - Selecting previously unselected package libpango1.0-dev:amd64. - Preparing to unpack .../178-libpango1.0-dev_1.56.3-1_amd64.deb ... - Unpacking libpango1.0-dev:amd64 (1.56.3-1) ... - Selecting previously unselected package libxinerama-dev:amd64. - Preparing to unpack .../179-libxinerama-dev_2%3a1.1.4-3+b4_amd64.deb ... - Unpacking libxinerama-dev:amd64 (2:1.1.4-3+b4) ... - Selecting previously unselected package libxfixes-dev:amd64. - Preparing to unpack .../180-libxfixes-dev_1%3a6.0.0-2+b4_amd64.deb ... - Unpacking libxfixes-dev:amd64 (1:6.0.0-2+b4) ... - Selecting previously unselected package libxi-dev:amd64. - Preparing to unpack .../181-libxi-dev_2%3a1.8.2-1_amd64.deb ... - Unpacking libxi-dev:amd64 (2:1.8.2-1) ... - Selecting previously unselected package libxrandr-dev:amd64. - Preparing to unpack .../182-libxrandr-dev_2%3a1.5.4-1+b3_amd64.deb ... - Unpacking libxrandr-dev:amd64 (2:1.5.4-1+b3) ... - Selecting previously unselected package libxcursor-dev:amd64. - Preparing to unpack .../183-libxcursor-dev_1%3a1.2.3-1_amd64.deb ... - Unpacking libxcursor-dev:amd64 (1:1.2.3-1) ... - Selecting previously unselected package libxcomposite-dev:amd64. - Preparing to unpack .../184-libxcomposite-dev_1%3a0.4.6-1_amd64.deb ... - Unpacking libxcomposite-dev:amd64 (1:0.4.6-1) ... - Selecting previously unselected package libxdamage-dev:amd64. - Preparing to unpack .../185-libxdamage-dev_1%3a1.1.6-1+b2_amd64.deb ... - Unpacking libxdamage-dev:amd64 (1:1.1.6-1+b2) ... - Selecting previously unselected package libxml2-utils. - Preparing to unpack .../186-libxml2-utils_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ... - Unpacking libxml2-utils (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Selecting previously unselected package libgtk2.0-dev:amd64. - Preparing to unpack .../187-libgtk2.0-dev_2.24.33-7_amd64.deb ... - Unpacking libgtk2.0-dev:amd64 (2.24.33-7) ... - Selecting previously unselected package libgail-dev:amd64. - Preparing to unpack .../188-libgail-dev_2.24.33-7_amd64.deb ... - Unpacking libgail-dev:amd64 (2.24.33-7) ... - Selecting previously unselected package libgnomecanvas2-common. - Preparing to unpack .../189-libgnomecanvas2-common_2.30.3-4.1_all.deb ... - Unpacking libgnomecanvas2-common (2.30.3-4.1) ... - Selecting previously unselected package libgnomecanvas2-0:amd64. - Preparing to unpack .../190-libgnomecanvas2-0_2.30.3-4.1+b2_amd64.deb ... - Unpacking libgnomecanvas2-0:amd64 (2.30.3-4.1+b2) ... - Selecting previously unselected package libgnomecanvas2-dev:amd64. - Preparing to unpack .../191-libgnomecanvas2-dev_2.30.3-4.1+b2_amd64.deb ... - Unpacking libgnomecanvas2-dev:amd64 (2.30.3-4.1+b2) ... - Selecting previously unselected package libgtk2.0-bin. - Preparing to unpack .../192-libgtk2.0-bin_2.24.33-7_amd64.deb ... - Unpacking libgtk2.0-bin (2.24.33-7) ... - Selecting previously unselected package libltdl7:amd64. - Preparing to unpack .../193-libltdl7_2.5.4-4_amd64.deb ... - Unpacking libltdl7:amd64 (2.5.4-4) ... - Selecting previously unselected package libltdl-dev:amd64. - Preparing to unpack .../194-libltdl-dev_2.5.4-4_amd64.deb ... - Unpacking libltdl-dev:amd64 (2.5.4-4) ... - Selecting previously unselected package libsys-hostname-long-perl. - Preparing to unpack .../195-libsys-hostname-long-perl_1.5-3_all.deb ... - Unpacking libsys-hostname-long-perl (1.5-3) ... - Selecting previously unselected package libmail-sendmail-perl. - Preparing to unpack .../196-libmail-sendmail-perl_0.80-3_all.deb ... - Unpacking libmail-sendmail-perl (0.80-3) ... - Selecting previously unselected package libpng-tools. - Preparing to unpack .../197-libpng-tools_1.6.48-1+deb13u4_amd64.deb ... - Unpacking libpng-tools (1.6.48-1+deb13u4) ... - Selecting previously unselected package librsvg2-2:amd64. - Preparing to unpack .../198-librsvg2-2_2.60.0+dfsg-1_amd64.deb ... - Unpacking librsvg2-2:amd64 (2.60.0+dfsg-1) ... - Selecting previously unselected package librsvg2-common:amd64. - Preparing to unpack .../199-librsvg2-common_2.60.0+dfsg-1_amd64.deb ... - Unpacking librsvg2-common:amd64 (2.60.0+dfsg-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../200-xdg-user-dirs_0.18-2_amd64.deb ... - Unpacking xdg-user-dirs (0.18-2) ... - Setting up media-types (13.0.0) ... - Setting up libpipeline1:amd64 (1.5.8-1) ... - Setting up libgraphite2-3:amd64 (1.3.14-2+b1) ... - Setting up libpixman-1-0:amd64 (0.44.0-3) ... - Setting up bzip2-doc (1.0.8-6) ... - Setting up libsharpyuv0:amd64 (1.5.0-0.1) ... - Setting up libpixman-1-dev:amd64 (0.44.0-3) ... - Setting up native-architecture (0.2.6) ... - Setting up libxdamage1:amd64 (1:1.1.6-1+b2) ... - Setting up liblerc4:amd64 (4.0.0+ds-5) ... - Setting up libzstd-dev:amd64 (1.5.7+dfsg-1) ... - Setting up bsdextrautils (2.41-5) ... - Setting up hicolor-icon-theme (0.18-2) ... - Setting up libxi6:amd64 (2:1.8.2-1) ... - Setting up libxrender1:amd64 (1:0.9.12-1) ... - Setting up libdatrie1:amd64 (0.2.13-3+b1) ... - Setting up xdg-user-dirs (0.18-2) ... - Setting up libmagic-mgc (1:5.46-5) ... - Setting up libxcb-render0:amd64 (1.17.0-2+b1) ... - Setting up libarchive-zip-perl (1.68-1) ... - Setting up libdebhelper-perl (13.24.2) ... - Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-4+deb13u1) ... - Setting up libmagic1t64:amd64 (1:5.46-5) ... - 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 libdeflate0:amd64 (1.23-2) ... - Setting up libwebpdecoder3:amd64 (1.5.0-0.1) ... - Setting up gnome-themes-extra-data (3.28-4) ... - Setting up gettext-base (0.23.1-2) ... - Setting up m4 (1.4.19-8) ... - Setting up liblzo2-2:amd64 (2.10-3+b1) ... - Setting up libxcb-shm0:amd64 (1.17.0-2+b1) ... - Setting up file (1:5.46-5) ... - Setting up libffi-dev:amd64 (3.4.8-2) ... - Setting up libjbig0:amd64 (2.1-6.1+b2) ... - Setting up libpcre2-16-0:amd64 (10.46-1~deb13u1) ... - Setting up libelf1t64:amd64 (0.192-4) ... - Setting up libsysprof-capture-4-dev:amd64 (48.0-2) ... - Setting up libxcb-shm0-dev:amd64 (1.17.0-2+b1) ... - Setting up libgraphite2-dev:amd64 (1.3.14-2+b1) ... - Setting up autotools-dev (20240727.1) ... - Setting up libpcre2-32-0:amd64 (10.46-1~deb13u1) ... - Setting up libglib2.0-0t64:amd64 (2.84.4-3~deb13u2) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.84.4-3~deb13u2) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up gnome-accessibility-themes (3.28-4) ... - Setting up libexpat1-dev:amd64 (2.7.1-2) ... - Setting up libjpeg62-turbo:amd64 (1:2.1.5-4) ... - Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-4) ... - Setting up libxfixes3:amd64 (1:6.0.0-2+b4) ... - Setting up uuid-dev:amd64 (2.41-5) ... - Setting up libavahi-common-data:amd64 (0.8-16) ... - Setting up libdbus-1-3:amd64 (1.16.2-2) ... - Setting up libfribidi0:amd64 (1.0.16-1) ... - Setting up libxinerama1:amd64 (2:1.1.4-3+b4) ... - Setting up fonts-dejavu-mono (2.37-8) ... - Setting up libpng16-16t64:amd64 (1.6.48-1+deb13u4) ... - Setting up libxrandr2:amd64 (2:1.5.4-1+b3) ... - Setting up autopoint (0.23.1-2) ... - Setting up fonts-dejavu-core (2.37-8) ... - Setting up libsepol-dev:amd64 (3.8.1-1) ... - Setting up libxcb-render0-dev:amd64 (1.17.0-2+b1) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up gir1.2-glib-2.0:amd64 (2.84.4-3~deb13u2) ... - Setting up liblerc-dev:amd64 (4.0.0+ds-5) ... - Setting up libltdl7:amd64 (2.5.4-4) ... - Setting up autoconf (2.72-3.1) ... - Setting up libwebp7:amd64 (1.5.0-0.1) ... - Setting up libgnomecanvas2-common (2.30.3-4.1) ... - Setting up libxext-dev:amd64 (2:1.3.4-1+b3) ... - Setting up liblzma-dev:amd64 (5.8.1-1) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libpcre2-posix3:amd64 (10.46-1~deb13u1) ... - Setting up dwz (0.15-1+b1) ... - Setting up libdav1d7:amd64 (1.5.1-1) ... - Setting up sensible-utils (0.0.25) ... - Setting up gir1.2-glib-2.0-dev:amd64 (2.84.4-3~deb13u2) ... - Setting up at-spi2-common (2.56.2-1+deb13u1) ... - Setting up libtiff6:amd64 (4.7.0-3+deb13u2) ... - Setting up dbus-session-bus-common (1.16.2-2) ... - Setting up libarchive-cpio-perl (0.10-3) ... - Setting up libuchardet0:amd64 (0.0.8-1+b2) ... - Setting up libthai-data (0.1.29-2) ... - Setting up libgtk2.0-common (2.24.33-7) ... - Setting up libicu76:amd64 (76.1-4) ... - Setting up libart-2.0-2:amd64 (2.3.21-4+b2) ... - Setting up dbus-system-bus-common (1.16.2-2) ... - Setting up libsharpyuv-dev:amd64 (1.5.0-0.1) ... - Setting up libwebpmux3:amd64 (1.5.0-0.1) ... - Setting up libtiffxx6:amd64 (4.7.0-3+deb13u2) ... - Setting up libdeflate-dev:amd64 (1.23-2) ... - Setting up libxcomposite1:amd64 (1:0.4.6-1) ... - Setting up libsys-hostname-long-perl (1.5-3) ... - Setting up libxrender-dev:amd64 (1:0.9.12-1) ... - Setting up readline-common (8.2-6) ... - Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Setting up dbus-bin (1.16.2-2) ... - Setting up libbrotli-dev:amd64 (1.1.0-2+b7) ... - Setting up libbz2-dev:amd64 (1.0.8-6) ... - Setting up automake (1:1.17-4) ... - update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode - Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... - Setting up libblkid-dev:amd64 (2.41-5) ... - Setting up libice6:amd64 (2:1.1.1-1) ... - Setting up gettext (0.23.1-2) ... - Setting up libatk1.0-0t64:amd64 (2.56.2-1+deb13u1) ... - Setting up libpcre2-dev:amd64 (10.46-1~deb13u1) ... - Setting up libice-dev:amd64 (2:1.1.1-1) ... - Setting up libpng-tools (1.6.48-1+deb13u4) ... - Setting up libtool (2.5.4-4) ... - Setting up libgirepository-2.0-0:amd64 (2.84.4-3~deb13u2) ... - Setting up gir1.2-atk-1.0:amd64 (2.56.2-1+deb13u1) ... - Setting up libselinux1-dev:amd64 (3.8.1-1) ... - Setting up fontconfig-config (2.15.0-2.3) ... - Setting up libfribidi-dev:amd64 (1.0.16-1) ... - Setting up libwebpdemux2:amd64 (1.5.0-0.1) ... - Setting up libxcursor1:amd64 (1:1.2.3-1) ... - Setting up libpng-dev:amd64 (1.6.48-1+deb13u4) ... - Setting up libavahi-common3:amd64 (0.8-16) ... - Setting up libjpeg-dev:amd64 (1:2.1.5-4) ... - Setting up libjbig-dev:amd64 (2.1-6.1+b2) ... - Setting up libglib2.0-bin (2.84.4-3~deb13u2) ... - Setting up dbus-daemon (1.16.2-2) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up intltool-debian (0.35.0+20060710.6) ... - Setting up libxfixes-dev:amd64 (1:6.0.0-2+b4) ... - Setting up dh-autoreconf (20) ... - Setting up libmail-sendmail-perl (0.80-3) ... - Setting up libltdl-dev:amd64 (2.5.4-4) ... - Setting up libthai0:amd64 (0.1.29-2+b1) ... - Setting up libxrandr-dev:amd64 (2:1.5.4-1+b3) ... - Setting up libwebp-dev:amd64 (1.5.0-0.1) ... - Setting up libfreetype6:amd64 (2.13.3+dfsg-1+deb13u1) ... - Setting up libtiff-dev:amd64 (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:amd64 (1.8.1-4) ... - Setting up libxinerama-dev:amd64 (2:1.1.4-3+b4) ... - Setting up libreadline8t64:amd64 (8.2-6) ... - Setting up dh-strip-nondeterminism (1.14.1-2) ... - Setting up libdatrie-dev:amd64 (0.2.13-3+b1) ... - Setting up groff-base (1.23.0-9) ... - Setting up libharfbuzz0b:amd64 (10.2.0-1+b1) ... - Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-4+deb13u1) ... - Setting up libfontconfig1:amd64 (2.15.0-2.3) ... - Setting up libxi-dev:amd64 (2:1.8.2-1) ... - Setting up libxml2-utils (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ... - Setting up libsm6:amd64 (2:1.2.6-1) ... - Setting up libpython3.13-stdlib:amd64 (3.13.5-2) ... - Setting up libicu-dev:amd64 (76.1-4) ... - Setting up libavahi-client3:amd64 (0.8-16) ... - Setting up libmount-dev:amd64 (2.41-5) ... - Setting up libpython3-stdlib:amd64 (3.13.5-1) ... - Setting up libxdamage-dev:amd64 (1:1.1.6-1+b2) ... - 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 libart-2.0-dev (2.3.21-4+b2) ... - Setting up libxft2:amd64 (2.3.6-1+b4) ... - Setting up libgio-2.0-dev:amd64 (2.84.4-3~deb13u2) ... - Setting up libharfbuzz-icu0:amd64 (10.2.0-1+b1) ... - Setting up girepository-tools:amd64 (2.84.4-3~deb13u2) ... - Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.42.12+dfsg-4+deb13u1) ... - Setting up python3.13 (3.13.5-2) ... - Setting up libsm-dev:amd64 (2:1.2.6-1) ... - Setting up libxcomposite-dev:amd64 (1:0.4.6-1) ... - Setting up libxcursor-dev:amd64 (1:1.2.3-1) ... - Setting up po-debconf (1.0.21+nmu1) ... - Setting up libpango-1.0-0:amd64 (1.56.3-1) ... - 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:amd64 (10.2.0-1+b1) ... - Setting up man-db (2.13.1-1) ... - Building database of manual pages ... - Setting up libcairo2:amd64 (1.18.4-1+b1) ... - Setting up libfreetype-dev:amd64 (2.13.3+dfsg-1+deb13u1) ... - Setting up python3-packaging (25.0-1) ... - Setting up libharfbuzz-cairo0:amd64 (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 gtk2-engines-pixbuf:amd64 (2.24.33-7) ... - Setting up libthai-dev:amd64 (0.1.29-2+b1) ... - Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ... - Setting up libharfbuzz-subset0:amd64 (10.2.0-1+b1) ... - Setting up libcairo-gobject2:amd64 (1.18.4-1+b1) ... - Setting up libpangoft2-1.0-0:amd64 (1.56.3-1) ... - Setting up libcups2t64:amd64 (2.4.10-3+deb13u2) ... - Setting up libpangocairo-1.0-0:amd64 (1.56.3-1) ... - Setting up libcairo-script-interpreter2:amd64 (1.18.4-1+b1) ... - Setting up libgio-2.0-dev-bin (2.84.4-3~deb13u2) ... - Setting up gir1.2-freedesktop:amd64 (1.84.0-1) ... - Setting up libpangoxft-1.0-0:amd64 (1.56.3-1) ... - Setting up libfontconfig-dev:amd64 (2.15.0-2.3) ... - Setting up pango1.0-tools (1.56.3-1) ... - Setting up debhelper (13.24.2) ... - Setting up gir1.2-harfbuzz-0.0:amd64 (10.2.0-1+b1) ... - Setting up gnome-themes-extra:amd64 (3.28-4) ... - Setting up librsvg2-2:amd64 (2.60.0+dfsg-1) ... - Setting up gir1.2-pango-1.0:amd64 (1.56.3-1) ... - Setting up gir1.2-freedesktop-dev:amd64 (1.84.0-1) ... - Setting up libgtk2.0-0t64:amd64 (2.24.33-7) ... - Setting up librsvg2-common:amd64 (2.60.0+dfsg-1) ... - Setting up libgail18t64:amd64 (2.24.33-7) ... - Setting up libgtk2.0-bin (2.24.33-7) ... - Setting up libxft-dev:amd64 (2.3.6-1+b4) ... - Setting up libglib2.0-dev-bin (2.84.4-3~deb13u2) ... - Setting up libgail-common:amd64 (2.24.33-7) ... - Setting up libglib2.0-dev:amd64 (2.84.4-3~deb13u2) ... - Setting up gir1.2-gtk-2.0:amd64 (2.24.33-7) ... - Setting up libgnomecanvas2-0:amd64 (2.30.3-4.1+b2) ... - Setting up libcairo2-dev:amd64 (1.18.4-1+b1) ... - Setting up libatk1.0-dev:amd64 (2.56.2-1+deb13u1) ... - Setting up libgdk-pixbuf-2.0-dev:amd64 (2.42.12+dfsg-4+deb13u1) ... - Setting up libharfbuzz-dev:amd64 (10.2.0-1+b1) ... - Setting up libpango1.0-dev:amd64 (1.56.3-1) ... - Setting up libgtk2.0-dev:amd64 (2.24.33-7) ... - Setting up libgail-dev:amd64 (2.24.33-7) ... - Setting up libgnomecanvas2-dev:amd64 (2.30.3-4.1+b2) ... - Processing triggers for libc-bin (2.41-12+deb13u2) ... - Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-4+deb13u1) ... # To update the current shell environment, run: eval $(opam env) 2026-04-14 10:54.31 ---> saved as "63bc6818a129a00c9de2e4640d0c872bed7887bb81a9af6c9e99dc0056a904c7" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 4.14.3+options). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 12 packages - install camlp-streams 5.0.1 - install conf-gnomecanvas 2 - install conf-gtk2 1 - install conf-libX11 1 - install conf-libXft 1 - install conf-pkg-config 4 - install csexp 1.5.2 - install dune 3.22.2 - install dune-configurator 3.22.2 - install graphics 5.2.0 - install lablgtk 2.18.14 - install ocamlfind 1.9.8 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved camlp-streams.5.0.1 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> retrieved graphics.5.2.0 (cached) -> installed conf-gnomecanvas.2 -> retrieved lablgtk.2.18.14 (cached) -> installed conf-gtk2.1 -> installed conf-libX11.1 -> retrieved ocamlfind.1.9.8 (cached) -> installed conf-libXft.1 -> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) -> installed dune.3.22.2 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed dune-configurator.3.22.2 -> installed graphics.5.2.0 -> installed ocamlfind.1.9.8 -> installed lablgtk.2.18.14 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-14 10:55.38 ---> saved as "69d5523b7f0d8bb6e3f2f49dd83b6728bffe98d21f0bba0412f0f83194723ea5" /src: (copy (src .) (dst /src)) 2026-04-14 10:55.38 ---> saved as "145af5fd2487cb1492638278f2514676fdb9388b89c99a0fe268f03f887b5d03" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.editor.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.graph.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o editor/.editor.eobjs/byte/dune__exe__Gtree.cmo -c -impl editor/gtree.ml) File "editor/gtree.ml", line 224, characters 14-24: 224 | let _ = sigs#event (drag_label db) in ^^^^^^^^^^ Warning 6 [labels-omitted]: label callback was omitted in the application of this function. (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -open ViewGraph -g -bin-annot -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.graph.objs/byte -I view_graph/.viewGraph.objs/byte -no-alias-deps -opaque -o view_graph/.viewGraph_test.eobjs/byte/dune__exe__ViewGraph_test.cmo -c -impl view_graph/viewGraph_test.ml) File "view_graph/viewGraph_test.ml", line 70, characters 4-24: 70 | GToolbox.message_box "Error" ^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label title was omitted in the application of this function. File "view_graph/viewGraph_test.ml", line 82, characters 2-22: 82 | GToolbox.message_box "Error" ^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label title was omitted in the application of this function. (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/4.14/lib/lablgtk2 -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.graph.objs/byte -no-alias-deps -opaque -open Dune__exe -o editor/.graphEdGTK.eobjs/byte/dune__exe__GraphEdGTK.cmo -c -impl editor/graphEdGTK.ml) File "editor/graphEdGTK.ml", line 397, characters 14-24: 397 | let _ = sigs#event (drag_label noeud ellipse) in ^^^^^^^^^^ Warning 6 [labels-omitted]: label callback was omitted in the application of this function. File "editor/graphEdGTK.ml", line 717, characters 8-33: 717 | let _ = canvas#root#connect#event (canvas_event) ^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: label callback was omitted in the application of this function. File "editor/graphEdGTK.ml", line 865, characters 9-33: 865 | let () = canvas#set_scroll_region 0. 0. w h ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels x1, y1, x2, y2 were omitted in the application of this function. strat: all tests succeeded. test_wto: all tests succeeded. test_chaotic: all tests succeeded. test_fixpoint: all tests succeeded. (cd _build/default/tests && ./test_bfs.exe) All tests succeeded. (cd _build/default/tests && ./test_dfs.exe) All tests succeeded. test_nontrivial_dom: all tests succeeded. test_saps: all tests succeeded. basic: all tests succeeded. test_cycles: all tests succeeded. test_contraction: all tests succeeded. test_johnson: all tests succeeded. (cd _build/default/tests && ./test_check_path.exe) test check_path: all tests succeeded. test_components: all tests succeeded. test_bf: all tests succeeded. dot: all tests succeeded. (cd _build/default/tests && ./check.exe) check: all tests succeeded (cd _build/default/tests && ./test_topsort.exe) test topsort: all tests succeeded. test topsort: all tests succeeded. 2026-04-14 10:55.40 ---> saved as "6c2c2c256c834365fedf5f956afdcd65cb4008de565030d7d31d73da247a0dfd" Job succeeded 2026-04-14 10:55.40: Job succeeded