Organisationsbacktrackingocamlgraph23aa17 (master)debian-13-5.4_arm64_opam-2.5

debian-13-5.4_arm64_opam-2.5

Link Copied
Code Copied

Logs

2026-04-20 08:56.03: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (23aa179cabeb0352b397198dad3ec7b085324b24) (linux-arm64:debian-13-5.4_arm64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981
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-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981
# debian-13-5.4_arm64_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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 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-20 08:56.03: Using cache hint "backtracking/ocamlgraph-ocaml/opam:debian-13-ocaml-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981-debian-13-5.4_arm64_opam-2.5-0fe758fa085df83f0f3b51bd534a441f"
2026-04-20 08:56.03: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981)
(comment debian-13-5.4_arm64_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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 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-20 08:56.03: Waiting for resource in pool OCluster
2026-04-20 08:57.01: Waiting for worker…
2026-04-20 08:58.21: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at 23aa179 fixed documentation for [scc]


(from ocaml/opam:debian-13-ocaml-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981' locally
docker.io/ocaml/opam@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981: Pulling from ocaml/opam
912041a7b9f6: Pulling fs layer
384913182f58: Pulling fs layer
e7afd92310f2: Pulling fs layer
4c463b0e2a83: Pulling fs layer
414acffd690a: Pulling fs layer
e9fe6906cc38: Pulling fs layer
de3b3e62a756: Pulling fs layer
3099becd7ce0: Pulling fs layer
070a3c5c3800: Pulling fs layer
0a1f5b6ab287: Pulling fs layer
9c0a2ac17ad8: Pulling fs layer
bd2582e07236: Pulling fs layer
97e17cd4d04c: Pulling fs layer
f448a6398a51: Pulling fs layer
457e4400863c: Pulling fs layer
fca49b31ca13: Pulling fs layer
14e2b0fb3b32: Pulling fs layer
3274c4c203d0: Pulling fs layer
c94da4bc4f13: Pulling fs layer
b0b816efbd05: Pulling fs layer
dd657d165857: Pulling fs layer
4f4fb700ef54: Pulling fs layer
e9fe6906cc38: Waiting
1939844c1e42: Pulling fs layer
de3b3e62a756: Waiting
a12f397df222: Pulling fs layer
61a60d8f7b0a: Pulling fs layer
3099becd7ce0: Waiting
070a3c5c3800: Waiting
27115b0e59d9: Pulling fs layer
0a1f5b6ab287: Waiting
ee225e26bcf0: Pulling fs layer
9c0a2ac17ad8: Waiting
bd2582e07236: Waiting
05b5a741b2da: Pulling fs layer
97e17cd4d04c: Waiting
4c463b0e2a83: Waiting
82107d8efc45: Pulling fs layer
dcf25205b3b2: Pulling fs layer
414acffd690a: Waiting
f448a6398a51: Waiting
dd1d2b63e706: Pulling fs layer
457e4400863c: Waiting
89f96c977b1d: Pulling fs layer
fca49b31ca13: Waiting
64836cc68637: Pulling fs layer
14e2b0fb3b32: Waiting
4f4fb700ef54: Waiting
05682ec10158: Pulling fs layer
3274c4c203d0: Waiting
bb5304ad554a: Pulling fs layer
1939844c1e42: Waiting
c94da4bc4f13: Waiting
a12f397df222: Waiting
bdeefdd5c13a: Pulling fs layer
b0b816efbd05: Waiting
61a60d8f7b0a: Waiting
8fc5309d3aa8: Pulling fs layer
dd657d165857: Waiting
587f1186af6b: Pulling fs layer
baa1f11944d3: Pulling fs layer
27115b0e59d9: Waiting
0c53051b4d52: Pulling fs layer
ee225e26bcf0: Waiting
89f96c977b1d: Waiting
05b5a741b2da: Waiting
9e4c409346b6: Pulling fs layer
64836cc68637: Waiting
82107d8efc45: Waiting
63f3735f26e9: Pulling fs layer
dcf25205b3b2: Waiting
d83dffd5b939: Pulling fs layer
dd1d2b63e706: Waiting
05682ec10158: Waiting
ab7b906a152e: Pulling fs layer
5bed40dbb244: Pulling fs layer
baa1f11944d3: Waiting
bb5304ad554a: Waiting
8fc5309d3aa8: Waiting
235b11023dc5: Pulling fs layer
0c53051b4d52: Waiting
bdeefdd5c13a: Waiting
b948046d8c24: Pulling fs layer
587f1186af6b: Waiting
9e4c409346b6: Waiting
5bed40dbb244: Waiting
235b11023dc5: Waiting
d83dffd5b939: Waiting
63f3735f26e9: Waiting
b948046d8c24: Waiting
ab7b906a152e: Waiting
384913182f58: Verifying Checksum
384913182f58: Download complete
e7afd92310f2: Verifying Checksum
e7afd92310f2: Download complete
912041a7b9f6: Verifying Checksum
912041a7b9f6: Download complete
414acffd690a: Verifying Checksum
414acffd690a: Download complete
4c463b0e2a83: Verifying Checksum
4c463b0e2a83: Download complete
3099becd7ce0: Download complete
de3b3e62a756: Verifying Checksum
de3b3e62a756: Download complete
0a1f5b6ab287: Verifying Checksum
0a1f5b6ab287: Download complete
070a3c5c3800: Verifying Checksum
070a3c5c3800: Download complete
bd2582e07236: Verifying Checksum
9c0a2ac17ad8: Verifying Checksum
9c0a2ac17ad8: Download complete
912041a7b9f6: Pull complete
384913182f58: Pull complete
e7afd92310f2: Pull complete
f448a6398a51: Verifying Checksum
f448a6398a51: Download complete
e9fe6906cc38: Download complete
97e17cd4d04c: Verifying Checksum
97e17cd4d04c: Download complete
4c463b0e2a83: Pull complete
fca49b31ca13: Verifying Checksum
fca49b31ca13: Download complete
457e4400863c: Verifying Checksum
457e4400863c: Download complete
14e2b0fb3b32: Verifying Checksum
14e2b0fb3b32: Download complete
414acffd690a: Pull complete
3274c4c203d0: Verifying Checksum
3274c4c203d0: Download complete
b0b816efbd05: Download complete
c94da4bc4f13: Verifying Checksum
c94da4bc4f13: Download complete
4f4fb700ef54: Download complete
1939844c1e42: Verifying Checksum
dd657d165857: Verifying Checksum
dd657d165857: Download complete
a12f397df222: Verifying Checksum
a12f397df222: Download complete
61a60d8f7b0a: Verifying Checksum
61a60d8f7b0a: Download complete
27115b0e59d9: Verifying Checksum
27115b0e59d9: Download complete
ee225e26bcf0: Verifying Checksum
ee225e26bcf0: Download complete
05b5a741b2da: Verifying Checksum
05b5a741b2da: Download complete
82107d8efc45: Verifying Checksum
82107d8efc45: Download complete
dcf25205b3b2: Verifying Checksum
dcf25205b3b2: Download complete
dd1d2b63e706: Verifying Checksum
89f96c977b1d: Verifying Checksum
89f96c977b1d: Download complete
64836cc68637: Verifying Checksum
64836cc68637: Download complete
05682ec10158: Verifying Checksum
05682ec10158: Download complete
587f1186af6b: Download complete
0c53051b4d52: Verifying Checksum
0c53051b4d52: Download complete
9e4c409346b6: Verifying Checksum
9e4c409346b6: Download complete
63f3735f26e9: Verifying Checksum
63f3735f26e9: Download complete
d83dffd5b939: Verifying Checksum
d83dffd5b939: Download complete
ab7b906a152e: Verifying Checksum
ab7b906a152e: Download complete
5bed40dbb244: Download complete
235b11023dc5: Download complete
e9fe6906cc38: Pull complete
b948046d8c24: Verifying Checksum
b948046d8c24: Download complete
de3b3e62a756: Pull complete
8fc5309d3aa8: Verifying Checksum
8fc5309d3aa8: Download complete
3099becd7ce0: Pull complete
070a3c5c3800: Pull complete
bb5304ad554a: Verifying Checksum
bb5304ad554a: Download complete
0a1f5b6ab287: Pull complete
9c0a2ac17ad8: Pull complete
bd2582e07236: Pull complete
97e17cd4d04c: Pull complete
f448a6398a51: Pull complete
457e4400863c: Pull complete
fca49b31ca13: Pull complete
14e2b0fb3b32: Pull complete
3274c4c203d0: Pull complete
c94da4bc4f13: Pull complete
b0b816efbd05: Pull complete
dd657d165857: Pull complete
4f4fb700ef54: Pull complete
1939844c1e42: Pull complete
a12f397df222: Pull complete
61a60d8f7b0a: Pull complete
27115b0e59d9: Pull complete
ee225e26bcf0: Pull complete
05b5a741b2da: Pull complete
82107d8efc45: Pull complete
dcf25205b3b2: Pull complete
dd1d2b63e706: Pull complete
89f96c977b1d: Pull complete
64836cc68637: Pull complete
05682ec10158: Pull complete
bb5304ad554a: Pull complete
bdeefdd5c13a: Pull complete
8fc5309d3aa8: Pull complete
587f1186af6b: Pull complete
baa1f11944d3: Pull complete
0c53051b4d52: Pull complete
9e4c409346b6: Pull complete
63f3735f26e9: Pull complete
d83dffd5b939: Pull complete
ab7b906a152e: Pull complete
5bed40dbb244: Pull complete
235b11023dc5: Pull complete
b948046d8c24: Pull complete
Digest: sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981
Status: Downloaded newer image for ocaml/opam@sha256:9e336bd0d3030e5c8bf370816f5f12a9a305f14093690ecfcb61804cf309f981
2026-04-20 08:58.21 ---> using "fedff45d71f4e2a7219b04789e723fe5dc928d6bd0c027a3b2fc4ad43336df83" from cache


/: (comment debian-13-5.4_arm64_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-20 08:58.21 ---> using "2b92c518bc1a34fc4f618b52856237a94786e68f750d863a8d6f584d753cda16" from cache


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


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-20 08:58.21 ---> using "d605141c553345cb16d517d1744672971ce851dddb26488685a94b2fb5d78853" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-04-20 08:58.21 ---> using "3559373d7fa50fbee667544be91f891f29a3cc7d7c5628c2c46262b5e4f93c74" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-20 08:58.21 ---> using "3774ca1ecb4fa65a25868b4a7b15652de324e19cef52c484899c3233dcfb5b85" 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"))
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
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-20 08:58.21 ---> using "41f9ff05e2a86a3fd5d5d68e3c577db7252f534b20659604b5097952e0b7858a" from cache


/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2026-04-20 08:58.22 ---> saved as "8eabf1f161e82b696d4d5b7b5166e1d18a189c5539187101d989f0c7eb87ad60"


/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-20 08:58.25 ---> saved as "ba50a261bc60904a4f56029f7cf7d8d41af2f8c23c129dd692ae95491f7fcd04"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-20 08:58.25 ---> saved as "d5e9feffb1d3eb67dcbc745e7ca4b0465a921d909c4808bbdf9bf7f741a9d742"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 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 arm64 Packages [124 kB]
- Fetched 215 kB in 0s (1725 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlgraph.dev] synchronised (file:///src)
[ocamlgraph_gtk.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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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:
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:arm64.
- (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 ... 20768 files and directories currently installed.)
- Preparing to unpack .../0-libdbus-1-3_1.16.2-2_arm64.deb ...
- Unpacking libdbus-1-3:arm64 (1.16.2-2) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../1-dbus-bin_1.16.2-2_arm64.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_arm64.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_arm64.deb ...
- Unpacking dbus (1.16.2-2) ...
- Selecting previously unselected package libpython3.13-minimal:arm64.
- Preparing to unpack .../6-libpython3.13-minimal_3.13.5-2_arm64.deb ...
- Unpacking libpython3.13-minimal:arm64 (3.13.5-2) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../7-python3.13-minimal_3.13.5-2_arm64.deb ...
- Unpacking python3.13-minimal (3.13.5-2) ...
- Setting up libpython3.13-minimal:arm64 (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 ... 21174 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.5-1_arm64.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:arm64.
- Preparing to unpack .../3-libreadline8t64_8.2-6_arm64.deb ...
- Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8 to /lib/aarch64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8.2 to /lib/aarch64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8 to /lib/aarch64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8.2 to /lib/aarch64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:arm64 (8.2-6) ...
- Selecting previously unselected package libpython3.13-stdlib:arm64.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_arm64.deb ...
- Unpacking libpython3.13-stdlib:arm64 (3.13.5-2) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.5-2_arm64.deb ...
- Unpacking python3.13 (3.13.5-2) ...
- Selecting previously unselected package libpython3-stdlib:arm64.
- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_arm64.deb ...
- Unpacking libpython3-stdlib:arm64 (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 ... 21660 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.13.5-1_arm64.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_arm64.deb ...
- Unpacking libmagic-mgc (1:5.46-5) ...
- Selecting previously unselected package libmagic1t64:arm64.
- Preparing to unpack .../003-libmagic1t64_1%3a5.46-5_arm64.deb ...
- Unpacking libmagic1t64:arm64 (1:5.46-5) ...
- Selecting previously unselected package file.
- Preparing to unpack .../004-file_1%3a5.46-5_arm64.deb ...
- Unpacking file (1:5.46-5) ...
- Selecting previously unselected package gettext-base.
- Preparing to unpack .../005-gettext-base_0.23.1-2_arm64.deb ...
- Unpacking gettext-base (0.23.1-2) ...
- Selecting previously unselected package libuchardet0:arm64.
- Preparing to unpack .../006-libuchardet0_0.0.8-1+b2_arm64.deb ...
- Unpacking libuchardet0:arm64 (0.0.8-1+b2) ...
- Selecting previously unselected package groff-base.
- Preparing to unpack .../007-groff-base_1.23.0-9_arm64.deb ...
- Unpacking groff-base (1.23.0-9) ...
- Selecting previously unselected package bsdextrautils.
- Preparing to unpack .../008-bsdextrautils_2.41-5_arm64.deb ...
- Unpacking bsdextrautils (2.41-5) ...
- Selecting previously unselected package libpipeline1:arm64.
- Preparing to unpack .../009-libpipeline1_1.5.8-1_arm64.deb ...
- Unpacking libpipeline1:arm64 (1.5.8-1) ...
- Selecting previously unselected package man-db.
- Preparing to unpack .../010-man-db_2.13.1-1_arm64.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:arm64.
- Preparing to unpack .../012-libglib2.0-0t64_2.84.4-3~deb13u2_arm64.deb ...
- Unpacking libglib2.0-0t64:arm64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libxml2:arm64.
- Preparing to unpack .../013-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_arm64.deb ...
- Unpacking libxml2:arm64 (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_arm64.deb ...
- Unpacking shared-mime-info (2.4-5+b2) ...
- Selecting previously unselected package libjpeg62-turbo:arm64.
- Preparing to unpack .../015-libjpeg62-turbo_1%3a2.1.5-4_arm64.deb ...
- Unpacking libjpeg62-turbo:arm64 (1:2.1.5-4) ...
- Selecting previously unselected package libpng16-16t64:arm64.
- Preparing to unpack .../016-libpng16-16t64_1.6.48-1+deb13u4_arm64.deb ...
- Unpacking libpng16-16t64:arm64 (1.6.48-1+deb13u4) ...
- Selecting previously unselected package libdeflate0:arm64.
- Preparing to unpack .../017-libdeflate0_1.23-2_arm64.deb ...
- Unpacking libdeflate0:arm64 (1.23-2) ...
- Selecting previously unselected package libjbig0:arm64.
- Preparing to unpack .../018-libjbig0_2.1-6.1+b2_arm64.deb ...
- Unpacking libjbig0:arm64 (2.1-6.1+b2) ...
- Selecting previously unselected package liblerc4:arm64.
- Preparing to unpack .../019-liblerc4_4.0.0+ds-5_arm64.deb ...
- Unpacking liblerc4:arm64 (4.0.0+ds-5) ...
- Selecting previously unselected package libsharpyuv0:arm64.
- Preparing to unpack .../020-libsharpyuv0_1.5.0-0.1_arm64.deb ...
- Unpacking libsharpyuv0:arm64 (1.5.0-0.1) ...
- Selecting previously unselected package libwebp7:arm64.
- Preparing to unpack .../021-libwebp7_1.5.0-0.1_arm64.deb ...
- Unpacking libwebp7:arm64 (1.5.0-0.1) ...
- Selecting previously unselected package libtiff6:arm64.
- Preparing to unpack .../022-libtiff6_4.7.0-3+deb13u2_arm64.deb ...
- Unpacking libtiff6:arm64 (4.7.0-3+deb13u2) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:arm64.
- Preparing to unpack .../023-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4+deb13u1_arm64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:arm64 (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_arm64.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_arm64.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:arm64.
- Preparing to unpack .../040-libelf1t64_0.192-4_arm64.deb ...
- Unpacking libelf1t64:arm64 (0.192-4) ...
- Selecting previously unselected package dwz.
- Preparing to unpack .../041-dwz_0.15-1+b1_arm64.deb ...
- Unpacking dwz (0.15-1+b1) ...
- Selecting previously unselected package gettext.
- Preparing to unpack .../042-gettext_0.23.1-2_arm64.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:arm64.
- Preparing to unpack .../046-libfreetype6_2.13.3+dfsg-1+deb13u1_arm64.deb ...
- Unpacking libfreetype6:arm64 (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_arm64.deb ...
- Unpacking fontconfig-config (2.15.0-2.3) ...
- Selecting previously unselected package libfontconfig1:arm64.
- Preparing to unpack .../050-libfontconfig1_2.15.0-2.3_arm64.deb ...
- Unpacking libfontconfig1:arm64 (2.15.0-2.3) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../051-fontconfig_2.15.0-2.3_arm64.deb ...
- Unpacking fontconfig (2.15.0-2.3) ...
- Selecting previously unselected package gir1.2-glib-2.0:arm64.
- Preparing to unpack .../052-gir1.2-glib-2.0_2.84.4-3~deb13u2_arm64.deb ...
- Unpacking gir1.2-glib-2.0:arm64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libatk1.0-0t64:arm64.
- Preparing to unpack .../053-libatk1.0-0t64_2.56.2-1+deb13u1_arm64.deb ...
- Unpacking libatk1.0-0t64:arm64 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package gir1.2-atk-1.0:arm64.
- Preparing to unpack .../054-gir1.2-atk-1.0_2.56.2-1+deb13u1_arm64.deb ...
- Unpacking gir1.2-atk-1.0:arm64 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libpixman-1-0:arm64.
- Preparing to unpack .../055-libpixman-1-0_0.44.0-3_arm64.deb ...
- Unpacking libpixman-1-0:arm64 (0.44.0-3) ...
- Selecting previously unselected package libxcb-render0:arm64.
- Preparing to unpack .../056-libxcb-render0_1.17.0-2+b1_arm64.deb ...
- Unpacking libxcb-render0:arm64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0:arm64.
- Preparing to unpack .../057-libxcb-shm0_1.17.0-2+b1_arm64.deb ...
- Unpacking libxcb-shm0:arm64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxrender1:arm64.
- Preparing to unpack .../058-libxrender1_1%3a0.9.12-1_arm64.deb ...
- Unpacking libxrender1:arm64 (1:0.9.12-1) ...
- Selecting previously unselected package libcairo2:arm64.
- Preparing to unpack .../059-libcairo2_1.18.4-1+b1_arm64.deb ...
- Unpacking libcairo2:arm64 (1.18.4-1+b1) ...
- Selecting previously unselected package libcairo-gobject2:arm64.
- Preparing to unpack .../060-libcairo-gobject2_1.18.4-1+b1_arm64.deb ...
- Unpacking libcairo-gobject2:arm64 (1.18.4-1+b1) ...
- Selecting previously unselected package gir1.2-freedesktop:arm64.
- Preparing to unpack .../061-gir1.2-freedesktop_1.84.0-1_arm64.deb ...
- Unpacking gir1.2-freedesktop:arm64 (1.84.0-1) ...
- Selecting previously unselected package gir1.2-glib-2.0-dev:arm64.
- Preparing to unpack .../062-gir1.2-glib-2.0-dev_2.84.4-3~deb13u2_arm64.deb ...
- Unpacking gir1.2-glib-2.0-dev:arm64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package gir1.2-freedesktop-dev:arm64.
- Preparing to unpack .../063-gir1.2-freedesktop-dev_1.84.0-1_arm64.deb ...
- Unpacking gir1.2-freedesktop-dev:arm64 (1.84.0-1) ...
- Selecting previously unselected package gir1.2-gdkpixbuf-2.0:arm64.
- Preparing to unpack .../064-gir1.2-gdkpixbuf-2.0_2.42.12+dfsg-4+deb13u1_arm64.deb ...
- Unpacking gir1.2-gdkpixbuf-2.0:arm64 (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:arm64.
- Preparing to unpack .../066-libgraphite2-3_1.3.14-2+b1_arm64.deb ...
- Unpacking libgraphite2-3:arm64 (1.3.14-2+b1) ...
- Selecting previously unselected package libharfbuzz0b:arm64.
- Preparing to unpack .../067-libharfbuzz0b_10.2.0-1+b1_arm64.deb ...
- Unpacking libharfbuzz0b:arm64 (10.2.0-1+b1) ...
- Selecting previously unselected package libharfbuzz-gobject0:arm64.
- Preparing to unpack .../068-libharfbuzz-gobject0_10.2.0-1+b1_arm64.deb ...
- Unpacking libharfbuzz-gobject0:arm64 (10.2.0-1+b1) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:arm64.
- Preparing to unpack .../069-gir1.2-harfbuzz-0.0_10.2.0-1+b1_arm64.deb ...
- Unpacking gir1.2-harfbuzz-0.0:arm64 (10.2.0-1+b1) ...
- Selecting previously unselected package libfribidi0:arm64.
- Preparing to unpack .../070-libfribidi0_1.0.16-1_arm64.deb ...
- Unpacking libfribidi0:arm64 (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:arm64.
- Preparing to unpack .../072-libdatrie1_0.2.13-3+b1_arm64.deb ...
- Unpacking libdatrie1:arm64 (0.2.13-3+b1) ...
- Selecting previously unselected package libthai0:arm64.
- Preparing to unpack .../073-libthai0_0.1.29-2+b1_arm64.deb ...
- Unpacking libthai0:arm64 (0.1.29-2+b1) ...
- Selecting previously unselected package libpango-1.0-0:arm64.
- Preparing to unpack .../074-libpango-1.0-0_1.56.3-1_arm64.deb ...
- Unpacking libpango-1.0-0:arm64 (1.56.3-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:arm64.
- Preparing to unpack .../075-libpangoft2-1.0-0_1.56.3-1_arm64.deb ...
- Unpacking libpangoft2-1.0-0:arm64 (1.56.3-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:arm64.
- Preparing to unpack .../076-libpangocairo-1.0-0_1.56.3-1_arm64.deb ...
- Unpacking libpangocairo-1.0-0:arm64 (1.56.3-1) ...
- Selecting previously unselected package libxft2:arm64.
- Preparing to unpack .../077-libxft2_2.3.6-1+b4_arm64.deb ...
- Unpacking libxft2:arm64 (2.3.6-1+b4) ...
- Selecting previously unselected package libpangoxft-1.0-0:arm64.
- Preparing to unpack .../078-libpangoxft-1.0-0_1.56.3-1_arm64.deb ...
- Unpacking libpangoxft-1.0-0:arm64 (1.56.3-1) ...
- Selecting previously unselected package gir1.2-pango-1.0:arm64.
- Preparing to unpack .../079-gir1.2-pango-1.0_1.56.3-1_arm64.deb ...
- Unpacking gir1.2-pango-1.0:arm64 (1.56.3-1) ...
- Selecting previously unselected package libavahi-common-data:arm64.
- Preparing to unpack .../080-libavahi-common-data_0.8-16_arm64.deb ...
- Unpacking libavahi-common-data:arm64 (0.8-16) ...
- Selecting previously unselected package libavahi-common3:arm64.
- Preparing to unpack .../081-libavahi-common3_0.8-16_arm64.deb ...
- Unpacking libavahi-common3:arm64 (0.8-16) ...
- Selecting previously unselected package libavahi-client3:arm64.
- Preparing to unpack .../082-libavahi-client3_0.8-16_arm64.deb ...
- Unpacking libavahi-client3:arm64 (0.8-16) ...
- Selecting previously unselected package libcups2t64:arm64.
- Preparing to unpack .../083-libcups2t64_2.4.10-3+deb13u2_arm64.deb ...
- Unpacking libcups2t64:arm64 (2.4.10-3+deb13u2) ...
- Selecting previously unselected package libxcomposite1:arm64.
- Preparing to unpack .../084-libxcomposite1_1%3a0.4.6-1_arm64.deb ...
- Unpacking libxcomposite1:arm64 (1:0.4.6-1) ...
- Selecting previously unselected package libxfixes3:arm64.
- Preparing to unpack .../085-libxfixes3_1%3a6.0.0-2+b4_arm64.deb ...
- Unpacking libxfixes3:arm64 (1:6.0.0-2+b4) ...
- Selecting previously unselected package libxcursor1:arm64.
- Preparing to unpack .../086-libxcursor1_1%3a1.2.3-1_arm64.deb ...
- Unpacking libxcursor1:arm64 (1:1.2.3-1) ...
- Selecting previously unselected package libxdamage1:arm64.
- Preparing to unpack .../087-libxdamage1_1%3a1.1.6-1+b2_arm64.deb ...
- Unpacking libxdamage1:arm64 (1:1.1.6-1+b2) ...
- Selecting previously unselected package libxi6:arm64.
- Preparing to unpack .../088-libxi6_2%3a1.8.2-1_arm64.deb ...
- Unpacking libxi6:arm64 (2:1.8.2-1) ...
- Selecting previously unselected package libxinerama1:arm64.
- Preparing to unpack .../089-libxinerama1_2%3a1.1.4-3+b4_arm64.deb ...
- Unpacking libxinerama1:arm64 (2:1.1.4-3+b4) ...
- Selecting previously unselected package libxrandr2:arm64.
- Preparing to unpack .../090-libxrandr2_2%3a1.5.4-1+b3_arm64.deb ...
- Unpacking libxrandr2:arm64 (2:1.5.4-1+b3) ...
- Selecting previously unselected package libgtk2.0-0t64:arm64.
- Preparing to unpack .../091-libgtk2.0-0t64_2.24.33-7_arm64.deb ...
- Unpacking libgtk2.0-0t64:arm64 (2.24.33-7) ...
- Selecting previously unselected package gir1.2-gtk-2.0:arm64.
- Preparing to unpack .../092-gir1.2-gtk-2.0_2.24.33-7_arm64.deb ...
- Unpacking gir1.2-gtk-2.0:arm64 (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:arm64.
- Preparing to unpack .../094-libgirepository-2.0-0_2.84.4-3~deb13u2_arm64.deb ...
- Unpacking libgirepository-2.0-0:arm64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package girepository-tools:arm64.
- Preparing to unpack .../095-girepository-tools_2.84.4-3~deb13u2_arm64.deb ...
- Unpacking girepository-tools:arm64 (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:arm64.
- Preparing to unpack .../098-gtk2-engines-pixbuf_2.24.33-7_arm64.deb ...
- Unpacking gtk2-engines-pixbuf:arm64 (2.24.33-7) ...
- Selecting previously unselected package gnome-themes-extra:arm64.
- Preparing to unpack .../099-gnome-themes-extra_3.28-4_arm64.deb ...
- Unpacking gnome-themes-extra:arm64 (3.28-4) ...
- Selecting previously unselected package libicu76:arm64.
- Preparing to unpack .../100-libicu76_76.1-4_arm64.deb ...
- Unpacking libicu76:arm64 (76.1-4) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../101-icu-devtools_76.1-4_arm64.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:arm64.
- Preparing to unpack .../103-libart-2.0-2_2.3.21-4+b2_arm64.deb ...
- Unpacking libart-2.0-2:arm64 (2.3.21-4+b2) ...
- Selecting previously unselected package libpkgconf3:arm64.
- Preparing to unpack .../104-libpkgconf3_1.8.1-4_arm64.deb ...
- Unpacking libpkgconf3:arm64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../105-pkgconf-bin_1.8.1-4_arm64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:arm64.
- Preparing to unpack .../106-pkgconf_1.8.1-4_arm64.deb ...
- Unpacking pkgconf:arm64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:arm64.
- Preparing to unpack .../107-pkg-config_1.8.1-4_arm64.deb ...
- Unpacking pkg-config:arm64 (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_arm64.deb ...
- Unpacking libart-2.0-dev (2.3.21-4+b2) ...
- Selecting previously unselected package libffi-dev:arm64.
- Preparing to unpack .../109-libffi-dev_3.4.8-2_arm64.deb ...
- Unpacking libffi-dev:arm64 (3.4.8-2) ...
- Selecting previously unselected package uuid-dev:arm64.
- Preparing to unpack .../110-uuid-dev_2.41-5_arm64.deb ...
- Unpacking uuid-dev:arm64 (2.41-5) ...
- Selecting previously unselected package libblkid-dev:arm64.
- Preparing to unpack .../111-libblkid-dev_2.41-5_arm64.deb ...
- Unpacking libblkid-dev:arm64 (2.41-5) ...
- Selecting previously unselected package libsepol-dev:arm64.
- Preparing to unpack .../112-libsepol-dev_3.8.1-1_arm64.deb ...
- Unpacking libsepol-dev:arm64 (3.8.1-1) ...
- Selecting previously unselected package libpcre2-16-0:arm64.
- Preparing to unpack .../113-libpcre2-16-0_10.46-1~deb13u1_arm64.deb ...
- Unpacking libpcre2-16-0:arm64 (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-32-0:arm64.
- Preparing to unpack .../114-libpcre2-32-0_10.46-1~deb13u1_arm64.deb ...
- Unpacking libpcre2-32-0:arm64 (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-posix3:arm64.
- Preparing to unpack .../115-libpcre2-posix3_10.46-1~deb13u1_arm64.deb ...
- Unpacking libpcre2-posix3:arm64 (10.46-1~deb13u1) ...
- Selecting previously unselected package libpcre2-dev:arm64.
- Preparing to unpack .../116-libpcre2-dev_10.46-1~deb13u1_arm64.deb ...
- Unpacking libpcre2-dev:arm64 (10.46-1~deb13u1) ...
- Selecting previously unselected package libselinux1-dev:arm64.
- Preparing to unpack .../117-libselinux1-dev_3.8.1-1_arm64.deb ...
- Unpacking libselinux1-dev:arm64 (3.8.1-1) ...
- Selecting previously unselected package libmount-dev:arm64.
- Preparing to unpack .../118-libmount-dev_2.41-5_arm64.deb ...
- Unpacking libmount-dev:arm64 (2.41-5) ...
- Selecting previously unselected package libsysprof-capture-4-dev:arm64.
- Preparing to unpack .../119-libsysprof-capture-4-dev_48.0-2_arm64.deb ...
- Unpacking libsysprof-capture-4-dev:arm64 (48.0-2) ...
- Selecting previously unselected package zlib1g-dev:arm64.
- Preparing to unpack .../120-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_arm64.deb ...
- Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libgio-2.0-dev:arm64.
- Preparing to unpack .../121-libgio-2.0-dev_2.84.4-3~deb13u2_arm64.deb ...
- Unpacking libgio-2.0-dev:arm64 (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_arm64.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_arm64.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_arm64.deb ...
- Unpacking libglib2.0-dev-bin (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libglib2.0-dev:arm64.
- Preparing to unpack .../127-libglib2.0-dev_2.84.4-3~deb13u2_arm64.deb ...
- Unpacking libglib2.0-dev:arm64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libatk1.0-dev:arm64.
- Preparing to unpack .../128-libatk1.0-dev_2.56.2-1+deb13u1_arm64.deb ...
- Unpacking libatk1.0-dev:arm64 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libbrotli-dev:arm64.
- Preparing to unpack .../129-libbrotli-dev_1.1.0-2+b7_arm64.deb ...
- Unpacking libbrotli-dev:arm64 (1.1.0-2+b7) ...
- Selecting previously unselected package libbz2-dev:arm64.
- Preparing to unpack .../130-libbz2-dev_1.0.8-6_arm64.deb ...
- Unpacking libbz2-dev:arm64 (1.0.8-6) ...
- Selecting previously unselected package liblzo2-2:arm64.
- Preparing to unpack .../131-liblzo2-2_2.10-3+b1_arm64.deb ...
- Unpacking liblzo2-2:arm64 (2.10-3+b1) ...
- Selecting previously unselected package libcairo-script-interpreter2:arm64.
- Preparing to unpack .../132-libcairo-script-interpreter2_1.18.4-1+b1_arm64.deb ...
- Unpacking libcairo-script-interpreter2:arm64 (1.18.4-1+b1) ...
- Selecting previously unselected package libexpat1-dev:arm64.
- Preparing to unpack .../133-libexpat1-dev_2.7.1-2_arm64.deb ...
- Unpacking libexpat1-dev:arm64 (2.7.1-2) ...
- Selecting previously unselected package libpng-dev:arm64.
- Preparing to unpack .../134-libpng-dev_1.6.48-1+deb13u4_arm64.deb ...
- Unpacking libpng-dev:arm64 (1.6.48-1+deb13u4) ...
- Selecting previously unselected package libfreetype-dev:arm64.
- Preparing to unpack .../135-libfreetype-dev_2.13.3+dfsg-1+deb13u1_arm64.deb ...
- Unpacking libfreetype-dev:arm64 (2.13.3+dfsg-1+deb13u1) ...
- Selecting previously unselected package libfontconfig-dev:arm64.
- Preparing to unpack .../136-libfontconfig-dev_2.15.0-2.3_arm64.deb ...
- Unpacking libfontconfig-dev:arm64 (2.15.0-2.3) ...
- Selecting previously unselected package libpixman-1-dev:arm64.
- Preparing to unpack .../137-libpixman-1-dev_0.44.0-3_arm64.deb ...
- Unpacking libpixman-1-dev:arm64 (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:arm64.
- Preparing to unpack .../139-libice6_2%3a1.1.1-1_arm64.deb ...
- Unpacking libice6:arm64 (2:1.1.1-1) ...
- Selecting previously unselected package libsm6:arm64.
- Preparing to unpack .../140-libsm6_2%3a1.2.6-1_arm64.deb ...
- Unpacking libsm6:arm64 (2:1.2.6-1) ...
- Selecting previously unselected package libice-dev:arm64.
- Preparing to unpack .../141-libice-dev_2%3a1.1.1-1_arm64.deb ...
- Unpacking libice-dev:arm64 (2:1.1.1-1) ...
- Selecting previously unselected package libsm-dev:arm64.
- Preparing to unpack .../142-libsm-dev_2%3a1.2.6-1_arm64.deb ...
- Unpacking libsm-dev:arm64 (2:1.2.6-1) ...
- Selecting previously unselected package libxcb-render0-dev:arm64.
- Preparing to unpack .../143-libxcb-render0-dev_1.17.0-2+b1_arm64.deb ...
- Unpacking libxcb-render0-dev:arm64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0-dev:arm64.
- Preparing to unpack .../144-libxcb-shm0-dev_1.17.0-2+b1_arm64.deb ...
- Unpacking libxcb-shm0-dev:arm64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxext-dev:arm64.
- Preparing to unpack .../145-libxext-dev_2%3a1.3.4-1+b3_arm64.deb ...
- Unpacking libxext-dev:arm64 (2:1.3.4-1+b3) ...
- Selecting previously unselected package libxrender-dev:arm64.
- Preparing to unpack .../146-libxrender-dev_1%3a0.9.12-1_arm64.deb ...
- Unpacking libxrender-dev:arm64 (1:0.9.12-1) ...
- Selecting previously unselected package libcairo2-dev:arm64.
- Preparing to unpack .../147-libcairo2-dev_1.18.4-1+b1_arm64.deb ...
- Unpacking libcairo2-dev:arm64 (1.18.4-1+b1) ...
- Selecting previously unselected package libdatrie-dev:arm64.
- Preparing to unpack .../148-libdatrie-dev_0.2.13-3+b1_arm64.deb ...
- Unpacking libdatrie-dev:arm64 (0.2.13-3+b1) ...
- Selecting previously unselected package libdav1d7:arm64.
- Preparing to unpack .../149-libdav1d7_1.5.1-1_arm64.deb ...
- Unpacking libdav1d7:arm64 (1.5.1-1) ...
- Selecting previously unselected package libdeflate-dev:arm64.
- Preparing to unpack .../150-libdeflate-dev_1.23-2_arm64.deb ...
- Unpacking libdeflate-dev:arm64 (1.23-2) ...
- Selecting previously unselected package libfribidi-dev:arm64.
- Preparing to unpack .../151-libfribidi-dev_1.0.16-1_arm64.deb ...
- Unpacking libfribidi-dev:arm64 (1.0.16-1) ...
- Selecting previously unselected package libgail18t64:arm64.
- Preparing to unpack .../152-libgail18t64_2.24.33-7_arm64.deb ...
- Unpacking libgail18t64:arm64 (2.24.33-7) ...
- Selecting previously unselected package libgail-common:arm64.
- Preparing to unpack .../153-libgail-common_2.24.33-7_arm64.deb ...
- Unpacking libgail-common:arm64 (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_arm64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:arm64.
- Preparing to unpack .../155-libjpeg62-turbo-dev_1%3a2.1.5-4_arm64.deb ...
- Unpacking libjpeg62-turbo-dev:arm64 (1:2.1.5-4) ...
- Selecting previously unselected package libjpeg-dev:arm64.
- Preparing to unpack .../156-libjpeg-dev_1%3a2.1.5-4_arm64.deb ...
- Unpacking libjpeg-dev:arm64 (1:2.1.5-4) ...
- Selecting previously unselected package libjbig-dev:arm64.
- Preparing to unpack .../157-libjbig-dev_2.1-6.1+b2_arm64.deb ...
- Unpacking libjbig-dev:arm64 (2.1-6.1+b2) ...
- Selecting previously unselected package liblzma-dev:arm64.
- Preparing to unpack .../158-liblzma-dev_5.8.1-1_arm64.deb ...
- Unpacking liblzma-dev:arm64 (5.8.1-1) ...
- Selecting previously unselected package libwebpdemux2:arm64.
- Preparing to unpack .../159-libwebpdemux2_1.5.0-0.1_arm64.deb ...
- Unpacking libwebpdemux2:arm64 (1.5.0-0.1) ...
- Selecting previously unselected package libwebpmux3:arm64.
- Preparing to unpack .../160-libwebpmux3_1.5.0-0.1_arm64.deb ...
- Unpacking libwebpmux3:arm64 (1.5.0-0.1) ...
- Selecting previously unselected package libwebpdecoder3:arm64.
- Preparing to unpack .../161-libwebpdecoder3_1.5.0-0.1_arm64.deb ...
- Unpacking libwebpdecoder3:arm64 (1.5.0-0.1) ...
- Selecting previously unselected package libsharpyuv-dev:arm64.
- Preparing to unpack .../162-libsharpyuv-dev_1.5.0-0.1_arm64.deb ...
- Unpacking libsharpyuv-dev:arm64 (1.5.0-0.1) ...
- Selecting previously unselected package libwebp-dev:arm64.
- Preparing to unpack .../163-libwebp-dev_1.5.0-0.1_arm64.deb ...
- Unpacking libwebp-dev:arm64 (1.5.0-0.1) ...
- Selecting previously unselected package libtiffxx6:arm64.
- Preparing to unpack .../164-libtiffxx6_4.7.0-3+deb13u2_arm64.deb ...
- Unpacking libtiffxx6:arm64 (4.7.0-3+deb13u2) ...
- Selecting previously unselected package liblerc-dev:arm64.
- Preparing to unpack .../165-liblerc-dev_4.0.0+ds-5_arm64.deb ...
- Unpacking liblerc-dev:arm64 (4.0.0+ds-5) ...
- Selecting previously unselected package libtiff-dev:arm64.
- Preparing to unpack .../166-libtiff-dev_4.7.0-3+deb13u2_arm64.deb ...
- Unpacking libtiff-dev:arm64 (4.7.0-3+deb13u2) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-dev:arm64.
- Preparing to unpack .../167-libgdk-pixbuf-2.0-dev_2.42.12+dfsg-4+deb13u1_arm64.deb ...
- Unpacking libgdk-pixbuf-2.0-dev:arm64 (2.42.12+dfsg-4+deb13u1) ...
- Selecting previously unselected package libharfbuzz-icu0:arm64.
- Preparing to unpack .../168-libharfbuzz-icu0_10.2.0-1+b1_arm64.deb ...
- Unpacking libharfbuzz-icu0:arm64 (10.2.0-1+b1) ...
- Selecting previously unselected package libharfbuzz-subset0:arm64.
- Preparing to unpack .../169-libharfbuzz-subset0_10.2.0-1+b1_arm64.deb ...
- Unpacking libharfbuzz-subset0:arm64 (10.2.0-1+b1) ...
- Selecting previously unselected package libharfbuzz-cairo0:arm64.
- Preparing to unpack .../170-libharfbuzz-cairo0_10.2.0-1+b1_arm64.deb ...
- Unpacking libharfbuzz-cairo0:arm64 (10.2.0-1+b1) ...
- Selecting previously unselected package libgraphite2-dev:arm64.
- Preparing to unpack .../171-libgraphite2-dev_1.3.14-2+b1_arm64.deb ...
- Unpacking libgraphite2-dev:arm64 (1.3.14-2+b1) ...
- Selecting previously unselected package libicu-dev:arm64.
- Preparing to unpack .../172-libicu-dev_76.1-4_arm64.deb ...
- Unpacking libicu-dev:arm64 (76.1-4) ...
- Selecting previously unselected package libharfbuzz-dev:arm64.
- Preparing to unpack .../173-libharfbuzz-dev_10.2.0-1+b1_arm64.deb ...
- Unpacking libharfbuzz-dev:arm64 (10.2.0-1+b1) ...
- Selecting previously unselected package libthai-dev:arm64.
- Preparing to unpack .../174-libthai-dev_0.1.29-2+b1_arm64.deb ...
- Unpacking libthai-dev:arm64 (0.1.29-2+b1) ...
- Selecting previously unselected package libxft-dev:arm64.
- Preparing to unpack .../175-libxft-dev_2.3.6-1+b4_arm64.deb ...
- Unpacking libxft-dev:arm64 (2.3.6-1+b4) ...
- Selecting previously unselected package pango1.0-tools.
- Preparing to unpack .../176-pango1.0-tools_1.56.3-1_arm64.deb ...
- Unpacking pango1.0-tools (1.56.3-1) ...
- Selecting previously unselected package libpango1.0-dev:arm64.
- Preparing to unpack .../177-libpango1.0-dev_1.56.3-1_arm64.deb ...
- Unpacking libpango1.0-dev:arm64 (1.56.3-1) ...
- Selecting previously unselected package libxinerama-dev:arm64.
- Preparing to unpack .../178-libxinerama-dev_2%3a1.1.4-3+b4_arm64.deb ...
- Unpacking libxinerama-dev:arm64 (2:1.1.4-3+b4) ...
- Selecting previously unselected package libxfixes-dev:arm64.
- Preparing to unpack .../179-libxfixes-dev_1%3a6.0.0-2+b4_arm64.deb ...
- Unpacking libxfixes-dev:arm64 (1:6.0.0-2+b4) ...
- Selecting previously unselected package libxi-dev:arm64.
- Preparing to unpack .../180-libxi-dev_2%3a1.8.2-1_arm64.deb ...
- Unpacking libxi-dev:arm64 (2:1.8.2-1) ...
- Selecting previously unselected package libxrandr-dev:arm64.
- Preparing to unpack .../181-libxrandr-dev_2%3a1.5.4-1+b3_arm64.deb ...
- Unpacking libxrandr-dev:arm64 (2:1.5.4-1+b3) ...
- Selecting previously unselected package libxcursor-dev:arm64.
- Preparing to unpack .../182-libxcursor-dev_1%3a1.2.3-1_arm64.deb ...
- Unpacking libxcursor-dev:arm64 (1:1.2.3-1) ...
- Selecting previously unselected package libxcomposite-dev:arm64.
- Preparing to unpack .../183-libxcomposite-dev_1%3a0.4.6-1_arm64.deb ...
- Unpacking libxcomposite-dev:arm64 (1:0.4.6-1) ...
- Selecting previously unselected package libxdamage-dev:arm64.
- Preparing to unpack .../184-libxdamage-dev_1%3a1.1.6-1+b2_arm64.deb ...
- Unpacking libxdamage-dev:arm64 (1:1.1.6-1+b2) ...
- Selecting previously unselected package libxml2-utils.
- Preparing to unpack .../185-libxml2-utils_2.12.7+dfsg+really2.9.14-2.1+deb13u2_arm64.deb ...
- Unpacking libxml2-utils (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libgtk2.0-dev:arm64.
- Preparing to unpack .../186-libgtk2.0-dev_2.24.33-7_arm64.deb ...
- Unpacking libgtk2.0-dev:arm64 (2.24.33-7) ...
- Selecting previously unselected package libgail-dev:arm64.
- Preparing to unpack .../187-libgail-dev_2.24.33-7_arm64.deb ...
- Unpacking libgail-dev:arm64 (2.24.33-7) ...
- Selecting previously unselected package libgnomecanvas2-common.
- Preparing to unpack .../188-libgnomecanvas2-common_2.30.3-4.1_all.deb ...
- Unpacking libgnomecanvas2-common (2.30.3-4.1) ...
- Selecting previously unselected package libgnomecanvas2-0:arm64.
- Preparing to unpack .../189-libgnomecanvas2-0_2.30.3-4.1+b2_arm64.deb ...
- Unpacking libgnomecanvas2-0:arm64 (2.30.3-4.1+b2) ...
- Selecting previously unselected package libgnomecanvas2-dev:arm64.
- Preparing to unpack .../190-libgnomecanvas2-dev_2.30.3-4.1+b2_arm64.deb ...
- Unpacking libgnomecanvas2-dev:arm64 (2.30.3-4.1+b2) ...
- Selecting previously unselected package libgtk2.0-bin.
- Preparing to unpack .../191-libgtk2.0-bin_2.24.33-7_arm64.deb ...
- Unpacking libgtk2.0-bin (2.24.33-7) ...
- Selecting previously unselected package libltdl7:arm64.
- Preparing to unpack .../192-libltdl7_2.5.4-4_arm64.deb ...
- Unpacking libltdl7:arm64 (2.5.4-4) ...
- Selecting previously unselected package libltdl-dev:arm64.
- Preparing to unpack .../193-libltdl-dev_2.5.4-4_arm64.deb ...
- Unpacking libltdl-dev:arm64 (2.5.4-4) ...
- Selecting previously unselected package libsys-hostname-long-perl.
- Preparing to unpack .../194-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 .../195-libmail-sendmail-perl_0.80-3_all.deb ...
- Unpacking libmail-sendmail-perl (0.80-3) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../196-libpng-tools_1.6.48-1+deb13u4_arm64.deb ...
- Unpacking libpng-tools (1.6.48-1+deb13u4) ...
- Selecting previously unselected package librsvg2-2:arm64.
- Preparing to unpack .../197-librsvg2-2_2.60.0+dfsg-1_arm64.deb ...
- Unpacking librsvg2-2:arm64 (2.60.0+dfsg-1) ...
- Selecting previously unselected package librsvg2-common:arm64.
- Preparing to unpack .../198-librsvg2-common_2.60.0+dfsg-1_arm64.deb ...
- Unpacking librsvg2-common:arm64 (2.60.0+dfsg-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../199-xdg-user-dirs_0.18-2_arm64.deb ...
- Unpacking xdg-user-dirs (0.18-2) ...
- Setting up media-types (13.0.0) ...
- Setting up libpipeline1:arm64 (1.5.8-1) ...
- Setting up libgraphite2-3:arm64 (1.3.14-2+b1) ...
- Setting up libpixman-1-0:arm64 (0.44.0-3) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up libsharpyuv0:arm64 (1.5.0-0.1) ...
- Setting up libpixman-1-dev:arm64 (0.44.0-3) ...
- Setting up native-architecture (0.2.6) ...
- Setting up libxdamage1:arm64 (1:1.1.6-1+b2) ...
- Setting up liblerc4:arm64 (4.0.0+ds-5) ...
- Setting up bsdextrautils (2.41-5) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libxi6:arm64 (2:1.8.2-1) ...
- Setting up libxrender1:arm64 (1:0.9.12-1) ...
- Setting up libdatrie1:arm64 (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:arm64 (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:arm64 (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:arm64 (1.23-2) ...
- Setting up libwebpdecoder3:arm64 (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:arm64 (2.10-3+b1) ...
- Setting up libxcb-shm0:arm64 (1.17.0-2+b1) ...
- Setting up file (1:5.46-5) ...
- Setting up libffi-dev:arm64 (3.4.8-2) ...
- Setting up libjbig0:arm64 (2.1-6.1+b2) ...
- Setting up libpcre2-16-0:arm64 (10.46-1~deb13u1) ...
- Setting up libelf1t64:arm64 (0.192-4) ...
- Setting up libsysprof-capture-4-dev:arm64 (48.0-2) ...
- Setting up libxcb-shm0-dev:arm64 (1.17.0-2+b1) ...
- Setting up libgraphite2-dev:arm64 (1.3.14-2+b1) ...
- Setting up autotools-dev (20240727.1) ...
- Setting up libpcre2-32-0:arm64 (10.46-1~deb13u1) ...
- Setting up libglib2.0-0t64:arm64 (2.84.4-3~deb13u2) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.84.4-3~deb13u2) ...
- Setting up libpkgconf3:arm64 (1.8.1-4) ...
- Setting up gnome-accessibility-themes (3.28-4) ...
- Setting up libexpat1-dev:arm64 (2.7.1-2) ...
- Setting up libjpeg62-turbo:arm64 (1:2.1.5-4) ...
- Setting up libjpeg62-turbo-dev:arm64 (1:2.1.5-4) ...
- Setting up libxfixes3:arm64 (1:6.0.0-2+b4) ...
- Setting up uuid-dev:arm64 (2.41-5) ...
- Setting up libavahi-common-data:arm64 (0.8-16) ...
- Setting up libdbus-1-3:arm64 (1.16.2-2) ...
- Setting up libfribidi0:arm64 (1.0.16-1) ...
- Setting up libxinerama1:arm64 (2:1.1.4-3+b4) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:arm64 (1.6.48-1+deb13u4) ...
- Setting up libxrandr2:arm64 (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:arm64 (3.8.1-1) ...
- Setting up libxcb-render0-dev:arm64 (1.17.0-2+b1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up gir1.2-glib-2.0:arm64 (2.84.4-3~deb13u2) ...
- Setting up liblerc-dev:arm64 (4.0.0+ds-5) ...
- Setting up libltdl7:arm64 (2.5.4-4) ...
- Setting up autoconf (2.72-3.1) ...
- Setting up libwebp7:arm64 (1.5.0-0.1) ...
- Setting up libgnomecanvas2-common (2.30.3-4.1) ...
- Setting up libxext-dev:arm64 (2:1.3.4-1+b3) ...
- Setting up liblzma-dev:arm64 (5.8.1-1) ...
- Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libpcre2-posix3:arm64 (10.46-1~deb13u1) ...
- Setting up dwz (0.15-1+b1) ...
- Setting up libdav1d7:arm64 (1.5.1-1) ...
- Setting up sensible-utils (0.0.25) ...
- Setting up gir1.2-glib-2.0-dev:arm64 (2.84.4-3~deb13u2) ...
- Setting up at-spi2-common (2.56.2-1+deb13u1) ...
- Setting up libtiff6:arm64 (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:arm64 (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:arm64 (76.1-4) ...
- Setting up libart-2.0-2:arm64 (2.3.21-4+b2) ...
- Setting up dbus-system-bus-common (1.16.2-2) ...
- Setting up libsharpyuv-dev:arm64 (1.5.0-0.1) ...
- Setting up libwebpmux3:arm64 (1.5.0-0.1) ...
- Setting up libtiffxx6:arm64 (4.7.0-3+deb13u2) ...
- Setting up libdeflate-dev:arm64 (1.23-2) ...
- Setting up libxcomposite1:arm64 (1:0.4.6-1) ...
- Setting up libsys-hostname-long-perl (1.5-3) ...
- Setting up libxrender-dev:arm64 (1:0.9.12-1) ...
- Setting up readline-common (8.2-6) ...
- Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up dbus-bin (1.16.2-2) ...
- Setting up libbrotli-dev:arm64 (1.1.0-2+b7) ...
- Setting up libbz2-dev:arm64 (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:arm64 (2.41-5) ...
- Setting up libice6:arm64 (2:1.1.1-1) ...
- Setting up gettext (0.23.1-2) ...
- Setting up libatk1.0-0t64:arm64 (2.56.2-1+deb13u1) ...
- Setting up libpcre2-dev:arm64 (10.46-1~deb13u1) ...
- Setting up libice-dev:arm64 (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:arm64 (2.84.4-3~deb13u2) ...
- Setting up gir1.2-atk-1.0:arm64 (2.56.2-1+deb13u1) ...
- Setting up libselinux1-dev:arm64 (3.8.1-1) ...
- Setting up fontconfig-config (2.15.0-2.3) ...
- Setting up libfribidi-dev:arm64 (1.0.16-1) ...
- Setting up libwebpdemux2:arm64 (1.5.0-0.1) ...
- Setting up libxcursor1:arm64 (1:1.2.3-1) ...
- Setting up libpng-dev:arm64 (1.6.48-1+deb13u4) ...
- Setting up libavahi-common3:arm64 (0.8-16) ...
- Setting up libjpeg-dev:arm64 (1:2.1.5-4) ...
- Setting up libjbig-dev:arm64 (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:arm64 (1.8.1-4) ...
- Setting up intltool-debian (0.35.0+20060710.6) ...
- Setting up libxfixes-dev:arm64 (1:6.0.0-2+b4) ...
- Setting up dh-autoreconf (20) ...
- Setting up libmail-sendmail-perl (0.80-3) ...
- Setting up libltdl-dev:arm64 (2.5.4-4) ...
- Setting up libthai0:arm64 (0.1.29-2+b1) ...
- Setting up libxrandr-dev:arm64 (2:1.5.4-1+b3) ...
- Setting up libwebp-dev:arm64 (1.5.0-0.1) ...
- Setting up libfreetype6:arm64 (2.13.3+dfsg-1+deb13u1) ...
- Setting up libtiff-dev:arm64 (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:arm64 (1.8.1-4) ...
- Setting up libxinerama-dev:arm64 (2:1.1.4-3+b4) ...
- Setting up libreadline8t64:arm64 (8.2-6) ...
- Setting up dh-strip-nondeterminism (1.14.1-2) ...
- Setting up libdatrie-dev:arm64 (0.2.13-3+b1) ...
- Setting up groff-base (1.23.0-9) ...
- Setting up libharfbuzz0b:arm64 (10.2.0-1+b1) ...
- Setting up libgdk-pixbuf-2.0-0:arm64 (2.42.12+dfsg-4+deb13u1) ...
- Setting up libfontconfig1:arm64 (2.15.0-2.3) ...
- Setting up libxi-dev:arm64 (2:1.8.2-1) ...
- Setting up libxml2-utils (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up libsm6:arm64 (2:1.2.6-1) ...
- Setting up libpython3.13-stdlib:arm64 (3.13.5-2) ...
- Setting up libicu-dev:arm64 (76.1-4) ...
- Setting up libavahi-client3:arm64 (0.8-16) ...
- Setting up libmount-dev:arm64 (2.41-5) ...
- Setting up libpython3-stdlib:arm64 (3.13.5-1) ...
- Setting up libxdamage-dev:arm64 (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:arm64 (2.3.6-1+b4) ...
- Setting up libgio-2.0-dev:arm64 (2.84.4-3~deb13u2) ...
- Setting up libharfbuzz-icu0:arm64 (10.2.0-1+b1) ...
- Setting up girepository-tools:arm64 (2.84.4-3~deb13u2) ...
- Setting up gir1.2-gdkpixbuf-2.0:arm64 (2.42.12+dfsg-4+deb13u1) ...
- Setting up python3.13 (3.13.5-2) ...
- Setting up libsm-dev:arm64 (2:1.2.6-1) ...
- Setting up libxcomposite-dev:arm64 (1:0.4.6-1) ...
- Setting up libxcursor-dev:arm64 (1:1.2.3-1) ...
- Setting up po-debconf (1.0.21+nmu1) ...
- Setting up libpango-1.0-0:arm64 (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:arm64 (10.2.0-1+b1) ...
- Setting up man-db (2.13.1-1) ...
- Building database of manual pages ...
- Setting up libcairo2:arm64 (1.18.4-1+b1) ...
- Setting up libfreetype-dev:arm64 (2.13.3+dfsg-1+deb13u1) ...
- Setting up python3-packaging (25.0-1) ...
- Setting up libharfbuzz-cairo0:arm64 (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:arm64 (2.24.33-7) ...
- Setting up libthai-dev:arm64 (0.1.29-2+b1) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4+deb13u1) ...
- Setting up libharfbuzz-subset0:arm64 (10.2.0-1+b1) ...
- Setting up libcairo-gobject2:arm64 (1.18.4-1+b1) ...
- Setting up libpangoft2-1.0-0:arm64 (1.56.3-1) ...
- Setting up libcups2t64:arm64 (2.4.10-3+deb13u2) ...
- Setting up libpangocairo-1.0-0:arm64 (1.56.3-1) ...
- Setting up libcairo-script-interpreter2:arm64 (1.18.4-1+b1) ...
- Setting up libgio-2.0-dev-bin (2.84.4-3~deb13u2) ...
- Setting up gir1.2-freedesktop:arm64 (1.84.0-1) ...
- Setting up libpangoxft-1.0-0:arm64 (1.56.3-1) ...
- Setting up libfontconfig-dev:arm64 (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:arm64 (10.2.0-1+b1) ...
- Setting up gnome-themes-extra:arm64 (3.28-4) ...
- Setting up librsvg2-2:arm64 (2.60.0+dfsg-1) ...
- Setting up gir1.2-pango-1.0:arm64 (1.56.3-1) ...
- Setting up gir1.2-freedesktop-dev:arm64 (1.84.0-1) ...
- Setting up libgtk2.0-0t64:arm64 (2.24.33-7) ...
- Setting up librsvg2-common:arm64 (2.60.0+dfsg-1) ...
- Setting up libgail18t64:arm64 (2.24.33-7) ...
- Setting up libgtk2.0-bin (2.24.33-7) ...
- Setting up libxft-dev:arm64 (2.3.6-1+b4) ...
- Setting up libglib2.0-dev-bin (2.84.4-3~deb13u2) ...
- Setting up libgail-common:arm64 (2.24.33-7) ...
- Setting up libglib2.0-dev:arm64 (2.84.4-3~deb13u2) ...
- Setting up gir1.2-gtk-2.0:arm64 (2.24.33-7) ...
- Setting up libgnomecanvas2-0:arm64 (2.30.3-4.1+b2) ...
- Setting up libcairo2-dev:arm64 (1.18.4-1+b1) ...
- Setting up libatk1.0-dev:arm64 (2.56.2-1+deb13u1) ...
- Setting up libgdk-pixbuf-2.0-dev:arm64 (2.42.12+dfsg-4+deb13u1) ...
- Setting up libharfbuzz-dev:arm64 (10.2.0-1+b1) ...
- Setting up libpango1.0-dev:arm64 (1.56.3-1) ...
- Setting up libgtk2.0-dev:arm64 (2.24.33-7) ...
- Setting up libgail-dev:arm64 (2.24.33-7) ...
- Setting up libgnomecanvas2-dev:arm64 (2.30.3-4.1+b2) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
- Processing triggers for libgdk-pixbuf-2.0-0:arm64 (2.42.12+dfsg-4+deb13u1) ...
# To update the current shell environment, run: eval $(opam env)
2026-04-20 08:59.02 ---> saved as "6cc123eace15d61d8a082f5d5a75f49e07e575a3e951703dbef52855dd50a0d0"


/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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-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 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 csexp.1.5.2
-> installed camlp-streams.5.0.1
-> 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-20 09:00.17 ---> saved as "d003a6bd8026d1e7603c9c591ff4e608be0a6529f3a49f4d0b554a80119497c4"


/src: (copy (src .) (dst /src))
2026-04-20 09:00.17 ---> saved as "7d539533794330acbea4a852da28f2a936425735d016026e1b2ae48a7543cddf"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -32 -g -bin-annot -bin-annot-occurrences -I editor/.editor.eobjs/byte -I /home/opam/.opam/5.4/lib/lablgtk2 -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I src/.graph.objs/byte -cmi-file editor/.editor.eobjs/byte/dune__exe__Gtree.cmi -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/5.4/bin/ocamlc.opt -open ViewGraph -g -bin-annot -bin-annot-occurrences -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/5.4/lib/lablgtk2 -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -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/5.4/bin/ocamlc.opt -w -32 -g -bin-annot -bin-annot-occurrences -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/5.4/lib/lablgtk2 -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -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.
test_chaotic: all tests succeeded.
strat: all tests succeeded.
test_fixpoint: all tests succeeded.
test_wto: all tests succeeded.
test_contraction: all tests succeeded.
test_nontrivial_dom: all tests succeeded.
(cd _build/default/tests && ./test_bfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_dfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_check_path.exe)
test check_path: all tests succeeded.
test_johnson: all tests succeeded.
test_saps: all tests succeeded.
test_cycles: all tests succeeded.
basic: all tests succeeded.
test_bf: all tests succeeded.
test_components: 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-20 09:00.20 ---> saved as "705d5479d7546f5296d248f14a7b6436cf920f40e9eec7890a976c2488d84cfe"
Job succeeded
2026-04-20 09:00.20: Job succeeded