Environments
3
cognisphere-dev
/home/hal9000/docker/cognisphere-dev
agent
hardened-delivery
0queued
1active
0blocked
0failed
repair_tests · 56s ago
runtime bundle drift (2 stale): repros/planning_artifacts_guard.sh, repros/runtime_artifact_sanity.sh
0s ago
mindloom
/home/hal9000/docker/mindloom
idle
hardened-delivery
0queued
0active
0blocked
1failed
idle
1s ago
poe-goblin
/home/hal9000/docker/poe-goblin
idle
hardened-delivery
0queued
0active
0blocked
0failed
idle
0s ago
Create environment
0pending questions
3answered questions
Recent events
timestamps always visible
2026-04-13T08:35:27Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Repair Tests
2026-04-13T08:35:27Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
repair_diagnose -> repair_tests
2026-04-13T08:35:27Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Repair Diagnose
2026-04-13T08:32:13Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Repair Diagnose
2026-04-13T08:32:13Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
verify -> repair_diagnose
2026-04-13T08:32:13Z
cognisphere-dev
node.failed
task-20260410-131215-cb84
Verify
2026-04-13T08:31:21Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Verify
2026-04-13T08:31:21Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
resume_gate -> verify
2026-04-13T08:31:21Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Resume Gate
2026-04-13T08:31:20Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Resume Gate
2026-04-13T08:31:20Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
triage -> resume_gate
2026-04-13T08:31:20Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Triage
2026-04-13T08:31:04Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Triage
2026-04-13T08:31:04Z
cognisphere-dev
task.started
task-20260410-131215-cb84
The system works, but needs a bit improvement in terms of UI. I would like to have a way…
2026-04-13T08:31:03Z
cognisphere-dev
environment.started
#1 [internal] load local bake definitions
#1 reading from stdin 582B done
#1 DONE 0.0s
#2 [internal] load build definition from runner.Dockerfile
#2 transferring dockerfile: 3.29kB done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/node:20-bookworm
#3 DONE 0.9s
#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.0s
#5 [ 1/10] FROM docker.io/library/node:20-bookworm@sha256:8789e1e0752d81088a085689c04fdb7a5b16e8102e353118a4b049bbf05db8ac
#5 resolve docker.io/library/node:20-bookworm@sha256:8789e1e0752d81088a085689c04fdb7a5b16e8102e353118a4b049bbf05db8ac 0.0s done
#5 DONE 0.0s
#6 [internal] load build context
#6 transferring context: 223B done
#6 DONE 0.0s
#7 [ 2/10] RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-venv python3-pip git bash jq ripgrep make curl ca-certificates procps docker.io docker-compose && rm -rf /var/lib/apt/lists/*
#7 CACHED
#8 [ 8/10] COPY runtime/docker/bin/git /usr/local/bin/git
#8 CACHED
#9 [ 9/10] RUN chmod +x /usr/local/bin/docker /usr/local/bin/git
#9 CACHED
#10 [ 4/10] WORKDIR /machine-app
#10 CACHED
#11 [ 6/10] RUN python3 -m venv /opt/machine-venv && /opt/machine-venv/bin/pip install --upgrade pip && /opt/machine-venv/bin/pip install --no-cache-dir -r /tmp/requirements.txt
#11 CACHED
#12 [ 7/10] COPY runtime/docker/bin/docker /usr/local/bin/docker
#12 CACHED
#13 [ 5/10] COPY requirements.txt /tmp/requirements.txt
#13 CACHED
#14 [ 3/10] RUN npm install -g @openai/codex
#14 CACHED
#15 [10/10] RUN set -eux; mkdir -p /tmp/cmf-pycache; if command -v apt-get >/dev/null 2>&1; then apt-get update; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl wget xz-utils file build-essential pkg-config libssl-dev libxdo-dev libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev libsoup-3.0-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev git ripgrep; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends docker-compose-plugin || true; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends docker-compose || true; rm -rf /var/lib/apt/lists/*; elif command -v apk >/dev/null 2>&1; then apk add --no-cache bash ca-certificates curl wget xz file build-base pkgconf openssl-dev git ripgrep; apk add --no-cache docker-cli-compose || true; apk add --no-cache docker-compose || true; fi; if [ ! -x /usr/local/go/bin/go ] || [ "$(/usr/local/go/bin/go version | awk '{print $3}')" != "go1.26.2" ]; then rm -rf /usr/local/go /tmp/cmf-go.tar.gz; curl -fsSL --retry 5 --retry-all-errors -o /tmp/cmf-go.tar.gz "https://go.dev/dl/go1.26.2.linux-amd64.tar.gz"; tar -C /usr/local -xzf /tmp/cmf-go.tar.gz; rm -f /tmp/cmf-go.tar.gz; fi; if [ ! -x "/opt/cmf-rust/cargo/bin/cargo" ] || [ "$("/opt/cmf-rust/cargo/bin/cargo" --version | awk '{print $2}')" != "1.94.1" ]; then rm -rf "/opt/cmf-rust/rustup" "/opt/cmf-rust/cargo" /tmp/rustup-init.sh; mkdir -p "/opt/cmf-rust/rustup" "/opt/cmf-rust/cargo"; curl -fsSL --retry 5 --retry-all-errors -o /tmp/rustup-init.sh https://sh.rustup.rs; sh /tmp/rustup-init.sh -y --no-modify-path --profile minimal --default-toolchain "1.94.1"; rm -f /tmp/rustup-init.sh; fi; if command -v python3 >/dev/null 2>&1; then python3 -m pip install --no-cache-dir tomli tomli_w pytest || true; fi
#15 CACHED
#16 exporting to image
#16 exporting layers done
#16 writing image sha256:a5d2c03c55e5d4a50a5572f08beec4083d016f48d428f5b62f391055629c9ada done
#16 naming to docker.io/library/codex-machine-cognisphere-dev-runner done
#16 DONE 0.0s
#17 resolving provenance for metadata file
#17 DONE 0.0s
2026-04-13T08:30:59Z
mindloom
task.failed
task-20260410-125723-fde6
Mindloom needs to be fully working as an MCP server for LLM agents. This means that there…
2026-04-13T08:30:59Z
mindloom
node.started
task-20260410-125723-fde6
Failed
2026-04-13T08:30:59Z
mindloom
edge.taken
task-20260410-125723-fde6
verify -> failed
2026-04-13T08:30:59Z
mindloom
node.failed
task-20260410-125723-fde6
Verify
2026-04-13T08:30:58Z
mindloom
node.started
task-20260410-125723-fde6
Verify
2026-04-13T08:30:58Z
mindloom
edge.taken
task-20260410-125723-fde6
resume_gate -> verify
2026-04-13T08:30:58Z
mindloom
node.completed
task-20260410-125723-fde6
Resume Gate
2026-04-13T08:30:56Z
mindloom
node.started
task-20260410-125723-fde6
Resume Gate
2026-04-13T08:30:56Z
mindloom
edge.taken
task-20260410-125723-fde6
triage -> resume_gate
2026-04-13T08:30:56Z
mindloom
node.completed
task-20260410-125723-fde6
Triage
2026-04-13T08:30:43Z
mindloom
node.started
task-20260410-125723-fde6
Triage
2026-04-13T08:30:43Z
mindloom
task.started
task-20260410-125723-fde6
Mindloom needs to be fully working as an MCP server for LLM agents. This means that there…
2026-04-13T08:30:42Z
mindloom
task.queued
task-20260410-125723-fde6
Mindloom needs to be fully working as an MCP server for LLM agents. This means that there…
2026-04-13T08:28:10Z
mindloom
environment.started
#1 [internal] load local bake definitions
#1 reading from stdin 568B done
#1 DONE 0.0s
#2 [internal] load build definition from runner.Dockerfile
#2 transferring dockerfile: 3.29kB done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/node:20-bookworm
#3 DONE 0.9s
#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.0s
#5 [ 1/10] FROM docker.io/library/node:20-bookworm@sha256:8789e1e0752d81088a085689c04fdb7a5b16e8102e353118a4b049bbf05db8ac
#5 resolve docker.io/library/node:20-bookworm@sha256:8789e1e0752d81088a085689c04fdb7a5b16e8102e353118a4b049bbf05db8ac done
#5 DONE 0.0s
#6 [internal] load build context
#6 transferring context: 355B done
#6 DONE 0.0s
#7 [ 3/10] RUN npm install -g @openai/codex
#7 CACHED
#8 [ 2/10] RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-venv python3-pip git bash jq ripgrep make curl ca-certificates procps docker.io docker-compose && rm -rf /var/lib/apt/lists/*
#8 CACHED
#9 [ 4/10] WORKDIR /machine-app
#9 CACHED
#10 [ 5/10] COPY requirements.txt /tmp/requirements.txt
#10 DONE 0.1s
#11 [ 6/10] RUN python3 -m venv /opt/machine-venv && /opt/machine-venv/bin/pip install --upgrade pip && /opt/machine-venv/bin/pip install --no-cache-dir -r /tmp/requirements.txt
#11 4.899 Requirement already satisfied: pip in /opt/machine-venv/lib/python3.11/site-packages (23.0.1)
#11 13.11 Collecting pip
#11 21.18 Downloading pip-26.0.1-py3-none-any.whl (1.8 MB)
#11 21.28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 18.1 MB/s eta 0:00:00
#11 21.32 Installing collected packages: pip
#11 21.32 Attempting uninstall: pip
#11 21.32 Found existing installation: pip 23.0.1
#11 21.60 Uninstalling pip-23.0.1:
#11 21.61 Successfully uninstalled pip-23.0.1
#11 22.50 Successfully installed pip-26.0.1
#11 31.09 Collecting fastapi==0.115.12 (from -r /tmp/requirements.txt (line 1))
#11 39.18 Downloading fastapi-0.115.12-py3-none-any.whl.metadata (27 kB)
#11 39.22 Collecting uvicorn==0.34.0 (from uvicorn[standard]==0.34.0->-r /tmp/requirements.txt (line 2))
#11 39.23 Downloading uvicorn-0.34.0-py3-none-any.whl.metadata (6.5 kB)
#11 39.25 Collecting jinja2==3.1.6 (from -r /tmp/requirements.txt (line 3))
#11 39.26 Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
#11 39.27 Collecting python-multipart==0.0.20 (from -r /tmp/requirements.txt (line 4))
#11 39.28 Downloading python_multipart-0.0.20-py3-none-any.whl.metadata (1.8 kB)
#11 39.31 Collecting tomli-w==1.2.0 (from -r /tmp/requirements.txt (line 5))
#11 39.32 Downloading tomli_w-1.2.0-py3-none-any.whl.metadata (5.7 kB)
#11 39.37 Collecting httpx==0.28.1 (from -r /tmp/requirements.txt (line 6))
#11 39.38 Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB)
#11 39.40 Collecting pytest==8.3.5 (from -r /tmp/requirements.txt (line 7))
#11 39.41 Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB)
#11 39.44 Collecting starlette<0.47.0,>=0.40.0 (from fastapi==0.115.12->-r /tmp/requirements.txt (line 1))
#11 39.44 Downloading starlette-0.46.2-py3-none-any.whl.metadata (6.2 kB)
#11 39.54 Collecting pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4 (from fastapi==0.115.12->-r /tmp/requirements.txt (line 1))
#11 39.55 Downloading pydantic-2.12.5-py3-none-any.whl.metadata (90 kB)
#11 39.57 Collecting typing-extensions>=4.8.0 (from fastapi==0.115.12->-r /tmp/requirements.txt (line 1))
#11 39.58 Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
#11 39.60 Collecting click>=7.0 (from uvicorn==0.34.0->uvicorn[standard]==0.34.0->-r /tmp/requirements.txt (line 2))
#11 39.60 Downloading click-8.3.2-py3-none-any.whl.metadata (2.6 kB)
#11 39.61 Collecting h11>=0.8 (from uvicorn==0.34.0->uvicorn[standard]==0.34.0->-r /tmp/requirements.txt (line 2))
#11 39.62 Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
#11 39.66 Collecting MarkupSafe>=2.0 (from jinja2==3.1.6->-r /tmp/requirements.txt (line 3))
#11 39.67 Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB)
#11 39.68 Collecting anyio (from httpx==0.28.1->-r /tmp/requirements.txt (line 6))
#11 39.70 Downloading anyio-4.13.0-py3-none-any.whl.metadata (4.5 kB)
#11 39.71 Collecting certifi (from httpx==0.28.1->-r /tmp/requirements.txt (line 6))
#11 39.71 Downloading certifi-2026.2.25-py3-none-any.whl.metadata (2.5 kB)
#11 39.73 Collecting httpcore==1.* (from httpx==0.28.1->-r /tmp/requirements.txt (line 6))
#11 39.73 Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB)
#11 39.75 Collecting idna (from httpx==0.28.1->-r /tmp/requirements.txt (line 6))
#11 39.75 Downloading idna-3.11-py3-none-any.whl.metadata (8.4 kB)
#11 39.77 Collecting iniconfig (from pytest==8.3.5->-r /tmp/requirements.txt (line 7))
#11 39.77 Downloading iniconfig-2.3.0-py3-none-any.whl.metadata (2.5 kB)
#11 39.78 Collecting packaging (from pytest==8.3.5->-r /tmp/requirements.txt (line 7))
#11 39.79 Downloading packaging-26.0-py3-none-any.whl.metadata (3.3 kB)
#11 39.80 Collecting pluggy<2,>=1.5 (from pytest==8.3.5->-r /tmp/requirements.txt (line 7))
#11 39.81 Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
#11 39.84 Collecting httptools>=0.6.3 (from uvicorn[standard]==0.34.0->-r /tmp/requirements.txt (line 2))
#11 39.84 Downloading httptools-0.7.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (3.5 kB)
#11 39.86 Collecting python-dotenv>=0.13 (from uvicorn[standard]==0.34.0->-r /tmp/requirements.txt (line 2))
#11 39.87 Downloading python_dotenv-1.2.2-py3-none-any.whl.metadata (27 kB)
#11 39.90 Collecting pyyaml>=5.1 (from uvicorn[standard]==0.34.0->-r /tmp/requirements.txt (line 2))
#11 39.90 Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
#11 39.94 Collecting uvloop!=0.15.0,!=0.15.1,>=0.14.0 (from uvicorn[standard]==0.34.0->-r /tmp/requirements.txt (line 2))
#11 39.94 Downloading uvloop-0.22.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (4.9 kB)
#11 40.01 Collecting watchfiles>=0.13 (from uvicorn[standard]==0.34.0->-r /tmp/requirements.txt (line 2))
#11 40.01 Downloading watchfiles-1.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB)
#11 40.13 Collecting websockets>=10.4 (from uvicorn[standard]==0.34.0->-r /tmp/requirements.txt (line 2))
#11 40.13 Downloading websockets-16.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.metadata (6.8 kB)
#11 40.15 Collecting annotated-types>=0.6.0 (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4->fastapi==0.115.12->-r /tmp/requirements.txt (line 1))
#11 40.15 Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
#11 40.71 Collecting pydantic-core==2.41.5 (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4->fastapi==0.115.12->-r /tmp/requirements.txt (line 1))
#11 40.72 Downloading pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB)
#11 40.73 Collecting typing-inspection>=0.4.2 (from pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4->fastapi==0.115.12->-r /tmp/requirements.txt (line 1))
#11 40.74 Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB)
#11 40.76 Downloading fastapi-0.115.12-py3-none-any.whl (95 kB)
#11 40.77 Downloading uvicorn-0.34.0-py3-none-any.whl (62 kB)
#11 40.78 Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
#11 40.79 Downloading python_multipart-0.0.20-py3-none-any.whl (24 kB)
#11 40.80 Downloading tomli_w-1.2.0-py3-none-any.whl (6.7 kB)
#11 40.81 Downloading httpx-0.28.1-py3-none-any.whl (73 kB)
#11 40.82 Downloading pytest-8.3.5-py3-none-any.whl (343 kB)
#11 40.84 Downloading httpcore-1.0.9-py3-none-any.whl (78 kB)
#11 40.85 Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
#11 40.86 Downloading pydantic-2.12.5-py3-none-any.whl (463 kB)
#11 40.88 Downloading pydantic_core-2.41.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
#11 40.94 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 38.5 MB/s 0:00:00
#11 40.95 Downloading starlette-0.46.2-py3-none-any.whl (72 kB)
#11 40.96 Downloading anyio-4.13.0-py3-none-any.whl (114 kB)
#11 40.96 Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
#11 40.97 Downloading click-8.3.2-py3-none-any.whl (108 kB)
#11 40.98 Downloading h11-0.16.0-py3-none-any.whl (37 kB)
#11 40.98 Downloading httptools-0.7.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (456 kB)
#11 41.00 Downloading idna-3.11-py3-none-any.whl (71 kB)
#11 41.00 Downloading markupsafe-3.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB)
#11 41.01 Downloading python_dotenv-1.2.2-py3-none-any.whl (22 kB)
#11 41.01 Downloading pyyaml-6.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (806 kB)
#11 41.03 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 806.6/806.6 kB 65.3 MB/s 0:00:00
#11 41.05 Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
#11 41.05 Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB)
#11 41.05 Downloading uvloop-0.22.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.8 MB)
#11 41.10 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 76.9 MB/s 0:00:00
#11 41.11 Downloading watchfiles-1.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (456 kB)
#11 41.12 Downloading websockets-16.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (184 kB)
#11 41.12 Downloading certifi-2026.2.25-py3-none-any.whl (153 kB)
#11 41.13 Downloading iniconfig-2.3.0-py3-none-any.whl (7.5 kB)
#11 41.14 Downloading packaging-26.0-py3-none-any.whl (74 kB)
#11 41.19 Installing collected packages: websockets, uvloop, typing-extensions, tomli-w, pyyaml, python-multipart, python-dotenv, pluggy, packaging, MarkupSafe, iniconfig, idna, httptools, h11, click, certifi, annotated-types, uvicorn, typing-inspection, pytest, pydantic-core, jinja2, httpcore, anyio, watchfiles, starlette, pydantic, httpx, fastapi
#11 43.17
#11 43.17 Successfully installed MarkupSafe-3.0.3 annotated-types-0.7.0 anyio-4.13.0 certifi-2026.2.25 click-8.3.2 fastapi-0.115.12 h11-0.16.0 httpcore-1.0.9 httptools-0.7.1 httpx-0.28.1 idna-3.11 iniconfig-2.3.0 jinja2-3.1.6 packaging-26.0 pluggy-1.6.0 pydantic-2.12.5 pydantic-core-2.41.5 pytest-8.3.5 python-dotenv-1.2.2 python-multipart-0.0.20 pyyaml-6.0.3 starlette-0.46.2 tomli-w-1.2.0 typing-extensions-4.15.0 typing-inspection-0.4.2 uvicorn-0.34.0 uvloop-0.22.1 watchfiles-1.1.1 websockets-16.0
#11 DONE 52.1s
#12 [ 7/10] COPY runtime/docker/bin/docker /usr/local/bin/docker
#12 DONE 0.0s
#13 [ 8/10] COPY runtime/docker/bin/git /usr/local/bin/git
#13 DONE 0.0s
#14 [ 9/10] RUN chmod +x /usr/local/bin/docker /usr/local/bin/git
#14 DONE 0.3s
#15 [10/10] RUN set -eux; mkdir -p /tmp/cmf-pycache; if command -v apt-get >/dev/null 2>&1; then apt-get update; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl wget xz-utils file build-essential pkg-config libssl-dev libxdo-dev libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev libsoup-3.0-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev git ripgrep; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends docker-compose-plugin || true; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends docker-compose || true; rm -rf /var/lib/apt/lists/*; elif command -v apk >/dev/null 2>&1; then apk add --no-cache bash ca-certificates curl wget xz file build-base pkgconf openssl-dev git ripgrep; apk add --no-cache docker-cli-compose || true; apk add --no-cache docker-compose || true; fi; if [ ! -x /usr/local/go/bin/go ] || [ "$(/usr/local/go/bin/go version | awk '{print $3}')" != "go1.26.2" ]; then rm -rf /usr/local/go /tmp/cmf-go.tar.gz; curl -fsSL --retry 5 --retry-all-errors -o /tmp/cmf-go.tar.gz "https://go.dev/dl/go1.26.2.linux-amd64.tar.gz"; tar -C /usr/local -xzf /tmp/cmf-go.tar.gz; rm -f /tmp/cmf-go.tar.gz; fi; if [ ! -x "/opt/cmf-rust/cargo/bin/cargo" ] || [ "$("/opt/cmf-rust/cargo/bin/cargo" --version | awk '{print $2}')" != "1.94.1" ]; then rm -rf "/opt/cmf-rust/rustup" "/opt/cmf-rust/cargo" /tmp/rustup-init.sh; mkdir -p "/opt/cmf-rust/rustup" "/opt/cmf-rust/cargo"; curl -fsSL --retry 5 --retry-all-errors -o /tmp/rustup-init.sh https://sh.rustup.rs; sh /tmp/rustup-init.sh -y --no-modify-path --profile minimal --default-toolchain "1.94.1"; rm -f /tmp/rustup-init.sh; fi; if command -v python3 >/dev/null 2>&1; then python3 -m pip install --no-cache-dir tomli tomli_w pytest || true; fi
#15 0.312 + mkdir -p /tmp/cmf-pycache
#15 0.319 + command -v apt-get
#15 0.319 + apt-get update
#15 16.45 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
#15 16.47 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#15 16.47 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
#15 16.60 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
#15 16.69 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]
#15 16.76 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [294 kB]
#15 17.71 Fetched 9347 kB in 17s (541 kB/s)
#15 17.71 Reading package lists...
#15 18.49 + DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl wget xz-utils file build-essential pkg-config libssl-dev libxdo-dev libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev libsoup-3.0-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev git ripgrep
#15 18.50 Reading package lists...
#15 19.21 Building dependency tree...
#15 19.42 Reading state information...
#15 19.73 ca-certificates is already the newest version (20230311+deb12u1).
#15 19.73 curl is already the newest version (7.88.1-10+deb12u14).
#15 19.73 wget is already the newest version (1.21.3-1+deb12u1).
#15 19.73 xz-utils is already the newest version (5.4.1-1).
#15 19.73 file is already the newest version (1:5.44-3).
#15 19.73 pkg-config is already the newest version (1.8.1-1).
#15 19.73 pkg-config set to manually installed.
#15 19.73 librsvg2-dev is already the newest version (2.54.7+dfsg-1~deb12u1).
#15 19.73 librsvg2-dev set to manually installed.
#15 19.73 git is already the newest version (1:2.39.5-0+deb12u3).
#15 19.73 ripgrep is already the newest version (13.0.0-4+b2).
#15 19.73 The following additional packages will be installed:
#15 19.73 adwaita-icon-theme at-spi2-common bubblewrap dbus dbus-bin dbus-daemon
#15 19.73 dbus-session-bus-common dbus-system-bus-common dbus-user-session
#15 19.73 dconf-gsettings-backend dconf-service dictionaries-common emacsen-common
#15 19.73 gir1.2-adw-1 gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-ayatanaappindicator3-0.1
#15 19.73 gir1.2-ayatanaido3-0.4 gir1.2-dbusmenu-glib-0.4 gir1.2-graphene-1.0
#15 19.73 gir1.2-gtk-2.0 gir1.2-gtk-3.0 gir1.2-gtk-4.0 gir1.2-harfbuzz-0.0
#15 19.73 gir1.2-javascriptcoregtk-4.1 gir1.2-json-1.0 gir1.2-pango-1.0
#15 19.73 gir1.2-polkit-1.0 gir1.2-soup-3.0 gir1.2-webkit2-4.1 glib-networking
#15 19.73 glib-networking-common glib-networking-services gobject-introspection
#15 19.73 gsettings-desktop-schemas gstreamer1.0-plugins-base
#15 19.73 gstreamer1.0-plugins-good gtk-update-icon-cache hunspell-en-us iso-codes
#15 19.73 libaa1 libabsl20220623 libadwaita-1-0 libadwaita-1-dev libapparmor1
#15 19.73 libargon2-1 libasound2 libasound2-data libaspell15 libasyncns0
#15 19.73 libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-0 libatk1.0-dev
#15 19.73 libatspi2.0-0 libatspi2.0-dev libavahi-client3 libavahi-common-data
#15 19.73 libavahi-common3 libavc1394-0 libavif15 libayatana-appindicator3-1
#15 19.73 libayatana-ido3-0.4-0 libayatana-ido3-dev libayatana-indicator3-7
#15 19.73 libayatana-indicator3-dev libcaca0 libcap2-bin libcdparanoia0
#15 19.73 libcloudproviders0 libcolord2 libcryptsetup12 libcups2 libdatrie-dev
#15 19.73 libdbus-1-3 libdbus-1-dev libdbusmenu-glib-dev libdbusmenu-glib4
#15 19.73 libdbusmenu-gtk3-4 libdconf1 libdrm-amdgpu1 libdrm-common libdrm-intel1
#15 19.73 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4 libdw1 libegl-dev libegl-mesa0
#15 19.73 libegl1 libegl1-mesa-dev libenchant-2-2 libepoxy-dev libepoxy0 libevdev2
#15 19.73 libfdisk1 libflac12 libflite1 libfribidi-dev libgav1-1 libgbm1
#15 19.73 libgirepository1.0-dev libgl-dev libgl1 libgl1-mesa-dri libglapi-mesa
#15 19.73 libgles-dev libgles1 libgles2 libglvnd-core-dev libglvnd-dev libglvnd0
#15 19.73 libglx-dev libglx-mesa0 libglx0 libgpm2 libgraphene-1.0-0
#15 19.73 libgraphene-1.0-dev libgraphite2-dev libgstreamer-gl1.0-0
#15 19.73 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk-3-common
#15 19.73 libgtk-4-1 libgtk-4-common libgtk-4-dev libgtk2.0-0 libgtk2.0-common
#15 19.73 libgtk2.0-dev libgudev-1.0-0 libharfbuzz-dev libharfbuzz-gobject0
#15 19.73 libharfbuzz-icu0 libharfbuzz-subset0 libhunspell-1.7-0 libhyphen0
#15 19.73 libiec61883-0 libjack-jackd2-0 libjavascriptcoregtk-4.1-0 libjson-c5
#15 19.73 libjson-glib-1.0-0 libjson-glib-1.0-common libjson-glib-dev libkmod2
#15 19.73 libllvm15 libmanette-0.2-0 libmp3lame0 libmpg123-0 libnghttp2-dev libogg0
#15 19.73 libopengl-dev libopengl0 libopus0 liborc-0.4-0 libpam-systemd
#15 19.73 libpango1.0-dev libpangoxft-1.0-0 libpciaccess0 libpolkit-agent-1-0
#15 19.73 libpolkit-gobject-1-0 libpolkit-gobject-1-dev libproxy1v5 libpsl-dev
#15 19.73 libpulse0 librav1e0 libraw1394-11 libsamplerate0 libsecret-1-0
#15 19.73 libsecret-common libsensors-config libsensors5 libshout3 libslang2
#15 19.73 libsndfile1 libsoup-3.0-0 libsoup-3.0-common libsoup2.4-1 libsoup2.4-common
#15 19.73 libspeex1 libssl3 libsvtav1enc1 libsysprof-4 libsysprof-4-dev
#15 19.73 libsysprof-ui-5 libsystemd-shared libtag1v5 libtag1v5-vanilla
#15 19.73 libtext-iconv-perl libthai-dev libtheora0 libtwolame0 libunwind8 libv4l-0
#15 19.73 libv4lconvert0 libvisual-0.4-0 libvorbis0a libvorbisenc2 libvpx7
#15 19.73 libvulkan-dev libvulkan1 libwavpack1 libwayland-bin libwayland-client0
#15 19.73 libwayland-cursor0 libwayland-dev libwayland-egl1 libwayland-server0
#15 19.73 libwebkit2gtk-4.1-0 libwoff1 libx11-xcb1 libxcb-dri2-0 libxcb-dri3-0
#15 19.73 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-sync1 libxcb-xfixes0
#15 19.73 libxcomposite-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage-dev
#15 19.73 libxdamage1 libxdo3 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev
#15 19.73 libxi6 libxinerama-dev libxinerama1 libxkbcommon-dev libxkbcommon0
#15 19.73 libxml2-utils libxrandr-dev libxrandr2 libxshmfence1 libxtst-dev libxtst6
#15 19.73 libxxf86vm1 libyuv0 libz3-4 openssl pango1.0-tools python3-mako
#15 19.73 python3-markdown python3-markupsafe sgml-base systemd systemd-sysv
#15 19.73 wayland-protocols xdg-dbus-proxy xkb-data xml-core
#15 19.73 Suggested packages:
#15 19.73 ispell | aspell | hunspell wordlist gvfs hunspell openoffice.org-hunspell
#15 19.73 | openoffice.org-core isoquery libadwaita-1-doc libasound2-plugins
#15 19.73 alsa-utils aspell colord cups-common libdatrie-doc libdv-bin oss-compat
#15 19.73 libenchant-2-voikko libgirepository1.0-doc gpm libgraphene-doc
#15 19.73 libgraphite2-utils libvisual-0.4-plugins gstreamer1.0-tools libgtk-3-doc
#15 19.73 libgtk-4-media-gstreamer | libgtk-4-media-ffmpeg libgtk-4-doc gtk-4-examples
#15 19.73 libgtk2.0-doc jackd2 libjson-glib-doc libnghttp2-doc opus-tools
#15 19.73 libpango1.0-doc pciutils pulseaudio libraw1394-doc lm-sensors
#15 19.73 libsoup-3.0-doc speex libssl-doc libthai-doc libwayland-doc
#15 19.73 gstreamer1.0-alsa graphicsmagick python-mako-doc python3-beaker
#15 19.73 python-markdown-doc sgml-base-doc systemd-container systemd-homed
#15 19.73 systemd-userdbd systemd-boot systemd-resolved libqrencode4
#15 19.73 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 polkitd | policykit-1 debhelper
#15 19.73 Recommended packages:
#15 19.73 gstreamer1.0-x alsa-ucm-conf alsa-topology-conf aspell-en
#15 19.73 | aspell-dictionary | aspell6a-dictionary at-spi2-core libpam-cap enchant-2
#15 19.73 gstreamer1.0-gl libgtk-3-bin libgtk-4-bin libgail-common libgtk2.0-bin
#15 19.73 debhelper mesa-vulkan-drivers | vulkan-icd xdg-desktop-portal-gtk
#15 19.73 gstreamer1.0-libav gstreamer1.0-plugins-bad python3-pygments
#15 19.73 systemd-timesyncd | time-daemon libnss-systemd
#15 21.43 The following NEW packages will be installed:
#15 21.43 adwaita-icon-theme at-spi2-common bubblewrap build-essential dbus dbus-bin
#15 21.43 dbus-daemon dbus-session-bus-common dbus-system-bus-common dbus-user-session
#15 21.43 dconf-gsettings-backend dconf-service dictionaries-common emacsen-common
#15 21.43 gir1.2-adw-1 gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-ayatanaappindicator3-0.1
#15 21.43 gir1.2-ayatanaido3-0.4 gir1.2-dbusmenu-glib-0.4 gir1.2-graphene-1.0
#15 21.43 gir1.2-gtk-2.0 gir1.2-gtk-3.0 gir1.2-gtk-4.0 gir1.2-harfbuzz-0.0
#15 21.43 gir1.2-javascriptcoregtk-4.1 gir1.2-json-1.0 gir1.2-pango-1.0
#15 21.43 gir1.2-polkit-1.0 gir1.2-soup-3.0 gir1.2-webkit2-4.1 glib-networking
#15 21.43 glib-networking-common glib-networking-services gobject-introspection
#15 21.43 gsettings-desktop-schemas gstreamer1.0-plugins-base
#15 21.43 gstreamer1.0-plugins-good gtk-update-icon-cache hunspell-en-us iso-codes
#15 21.43 libaa1 libabsl20220623 libadwaita-1-0 libadwaita-1-dev libapparmor1
#15 21.43 libargon2-1 libasound2 libasound2-data libaspell15 libasyncns0
#15 21.43 libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-0 libatk1.0-dev
#15 21.43 libatspi2.0-0 libatspi2.0-dev libavahi-client3 libavahi-common-data
#15 21.43 libavahi-common3 libavc1394-0 libavif15 libayatana-appindicator3-1
#15 21.43 libayatana-appindicator3-dev libayatana-ido3-0.4-0 libayatana-ido3-dev
#15 21.43 libayatana-indicator3-7 libayatana-indicator3-dev libcaca0 libcap2-bin
#15 21.43 libcdparanoia0 libcloudproviders0 libcolord2 libcryptsetup12 libcups2
#15 21.43 libdatrie-dev libdbus-1-3 libdbus-1-dev libdbusmenu-glib-dev
#15 21.43 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdconf1 libdrm-amdgpu1 libdrm-common
#15 21.43 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdv4 libdw1
#15 21.43 libegl-dev libegl-mesa0 libegl1 libegl1-mesa-dev libenchant-2-2 libepoxy-dev
#15 21.43 libepoxy0 libevdev2 libfdisk1 libflac12 libflite1 libfribidi-dev libgav1-1
#15 21.43 libgbm1 libgirepository1.0-dev libgl-dev libgl1 libgl1-mesa-dri
#15 21.43 libglapi-mesa libgles-dev libgles1 libgles2 libglvnd-core-dev libglvnd-dev
#15 21.43 libglvnd0 libglx-dev libglx-mesa0 libglx0 libgpm2 libgraphene-1.0-0
#15 21.43 libgraphene-1.0-dev libgraphite2-dev libgstreamer-gl1.0-0
#15 21.43 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk-3-common
#15 21.43 libgtk-3-dev libgtk-4-1 libgtk-4-common libgtk-4-dev libgtk2.0-0
#15 21.43 libgtk2.0-common libgtk2.0-dev libgudev-1.0-0 libharfbuzz-dev
#15 21.43 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libhunspell-1.7-0
#15 21.43 libhyphen0 libiec61883-0 libjack-jackd2-0 libjavascriptcoregtk-4.1-0
#15 21.43 libjavascriptcoregtk-4.1-dev libjson-c5 libjson-glib-1.0-0
#15 21.43 libjson-glib-1.0-common libjson-glib-dev libkmod2 libllvm15 libmanette-0.2-0
#15 21.43 libmp3lame0 libmpg123-0 libnghttp2-dev libogg0 libopengl-dev libopengl0
#15 21.43 libopus0 liborc-0.4-0 libpam-systemd libpango1.0-dev libpangoxft-1.0-0
#15 21.43 libpciaccess0 libpolkit-agent-1-0 libpolkit-gobject-1-0
#15 21.43 libpolkit-gobject-1-dev libproxy1v5 libpsl-dev libpulse0 librav1e0
#15 21.43 libraw1394-11 libsamplerate0 libsecret-1-0 libsecret-common
#15 21.43 libsensors-config libsensors5 libshout3 libslang2 libsndfile1 libsoup-3.0-0
#15 21.43 libsoup-3.0-common libsoup-3.0-dev libsoup2.4-1 libsoup2.4-common libspeex1
#15 21.43 libsvtav1enc1 libsysprof-4 libsysprof-4-dev libsysprof-ui-5
#15 21.43 libsystemd-shared libtag1v5 libtag1v5-vanilla libtext-iconv-perl libthai-dev
#15 21.43 libtheora0 libtwolame0 libunwind8 libv4l-0 libv4lconvert0 libvisual-0.4-0
#15 21.43 libvorbis0a libvorbisenc2 libvpx7 libvulkan-dev libvulkan1 libwavpack1
#15 21.43 libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev
#15 21.43 libwayland-egl1 libwayland-server0 libwebkit2gtk-4.1-0 libwebkit2gtk-4.1-dev
#15 21.43 libwoff1 libx11-xcb1 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
#15 21.43 libxcb-randr0 libxcb-sync1 libxcb-xfixes0 libxcomposite-dev libxcomposite1
#15 21.43 libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdo-dev libxdo3
#15 21.43 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev
#15 21.43 libxinerama1 libxkbcommon-dev libxkbcommon0 libxml2-utils libxrandr-dev
#15 21.43 libxrandr2 libxshmfence1 libxtst-dev libxtst6 libxxf86vm1 libyuv0 libz3-4
#15 21.43 pango1.0-tools python3-mako python3-markdown python3-markupsafe sgml-base
#15 21.43 systemd systemd-sysv wayland-protocols xdg-dbus-proxy xkb-data xml-core
#15 21.43 The following packages will be upgraded:
#15 21.43 libssl-dev libssl3 openssl
#15 37.54 3 upgraded, 262 newly installed, 0 to remove and 9 not upgraded.
#15 37.54 Need to get 159 MB of archives.
#15 37.54 After this operation, 675 MB of additional disk space will be used.
#15 37.54 Get:1 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3+deb12u1 [19.4 kB]
#15 37.55 Get:2 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB]
#15 37.55 Get:3 http://deb.debian.org/debian-security bookworm-security/main amd64 libssl-dev amd64 3.0.19-1~deb12u2 [2441 kB]
#15 37.57 Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 libssl3 amd64 3.0.19-1~deb12u2 [2032 kB]
#15 37.58 Get:5 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.1-4~deb12u2 [223 kB]
#15 37.59 Get:6 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-5+deb12u3 [194 kB]
#15 37.59 Get:7 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB]
#15 37.60 Get:8 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-3 [41.2 kB]
#15 37.60 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.39-1~deb12u1 [1695 kB]
#15 37.62 Get:10 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.39-1~deb12u1 [3042 kB]
#15 37.64 Get:11 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.39-1~deb12u1 [42.6 kB]
#15 37.64 Get:12 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.10-1~deb12u1 [201 kB]
#15 37.64 Get:13 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.10-1~deb12u1 [105 kB]
#15 37.64 Get:14 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB]
#15 37.64 Get:15 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.10-1~deb12u1 [184 kB]
#15 37.64 Get:16 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB]
#15 37.64 Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.10-1~deb12u1 [97.4 kB]
#15 37.65 Get:18 http://deb.debian.org/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB]
#15 37.65 Get:19 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.39-1~deb12u1 [225 kB]
#15 37.65 Get:20 http://deb.debian.org/debian bookworm/main amd64 gtk-update-icon-cache amd64 3.24.38-2~deb12u3 [44.2 kB]
#15 37.65 Get:21 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5124 kB]
#15 37.70 Get:22 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
#15 37.70 Get:23 http://deb.debian.org/debian bookworm/main amd64 bubblewrap amd64 0.8.0-2+deb12u1 [47.3 kB]
#15 37.70 Get:24 http://deb.debian.org/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B]
#15 37.70 Get:25 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#15 37.70 Get:26 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB]
#15 37.70 Get:27 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB]
#15 37.70 Get:28 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB]
#15 37.70 Get:29 http://deb.debian.org/debian bookworm/main amd64 libtext-iconv-perl amd64 1.7-8 [14.5 kB]
#15 37.70 Get:30 http://deb.debian.org/debian bookworm/main amd64 emacsen-common all 3.0.5 [12.3 kB]
#15 37.71 Get:31 http://deb.debian.org/debian bookworm/main amd64 dictionaries-common all 1.29.5 [184 kB]
#15 37.72 Get:32 http://deb.debian.org/debian bookworm/main amd64 libgraphene-1.0-0 amd64 1.10.8-1 [43.2 kB]
#15 37.72 Get:33 http://deb.debian.org/debian bookworm/main amd64 gir1.2-graphene-1.0 amd64 1.10.8-1 [12.3 kB]
#15 37.72 Get:34 http://deb.debian.org/debian bookworm/main amd64 gir1.2-harfbuzz-0.0 amd64 6.0.0+dfsg-3 [1579 kB]
#15 37.73 Get:35 http://deb.debian.org/debian bookworm/main amd64 libxft2 amd64 2.3.6-1 [61.8 kB]
#15 37.73 Get:36 http://deb.debian.org/debian bookworm/main amd64 libpangoxft-1.0-0 amd64 1.50.12+ds-1 [26.7 kB]
#15 37.73 Get:37 http://deb.debian.org/debian bookworm/main amd64 gir1.2-pango-1.0 amd64 1.50.12+ds-1 [37.4 kB]
#15 37.73 Get:38 http://deb.debian.org/debian bookworm/main amd64 libcloudproviders0 amd64 0.3.1-2 [27.8 kB]
#15 37.73 Get:39 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB]
#15 37.73 Get:40 http://deb.debian.org/debian bookworm/main amd64 libavahi-common-data amd64 0.8-10+deb12u1 [107 kB]
#15 37.73 Get:41 http://deb.debian.org/debian bookworm/main amd64 libavahi-common3 amd64 0.8-10+deb12u1 [42.1 kB]
#15 37.73 Get:42 http://deb.debian.org/debian bookworm/main amd64 libavahi-client3 amd64 0.8-10+deb12u1 [45.8 kB]
#15 37.73 Get:43 http://deb.debian.org/debian bookworm/main amd64 libcups2 amd64 2.4.2-3+deb12u9 [245 kB]
#15 37.74 Get:44 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB]
#15 37.74 Get:45 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB]
#15 37.74 Get:46 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8640 B]
#15 37.74 Get:47 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
#15 37.75 Get:48 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
#15 37.75 Get:49 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
#15 37.75 Get:50 http://deb.debian.org/debian bookworm/main amd64 libxi6 amd64 2:1.8-1+b1 [84.2 kB]
#15 37.75 Get:51 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
#15 37.75 Get:52 http://deb.debian.org/debian bookworm/main amd64 xkb-data all 2.35.1-1 [764 kB]
#15 37.75 Get:53 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB]
#15 37.75 Get:54 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
#15 37.76 Get:55 http://deb.debian.org/debian bookworm/main amd64 libgtk-4-common all 4.8.3+ds-2+deb12u1 [1854 kB]
#15 37.77 Get:56 http://deb.debian.org/debian bookworm/main amd64 libgtk-4-1 amd64 4.8.3+ds-2+deb12u1 [2767 kB]
#15 37.78 Get:57 http://deb.debian.org/debian bookworm/main amd64 gir1.2-gtk-4.0 amd64 4.8.3+ds-2+deb12u1 [191 kB]
#15 37.79 Get:58 http://deb.debian.org/debian bookworm/main amd64 libadwaita-1-0 amd64 1.2.2-1 [304 kB]
#15 37.79 Get:59 http://deb.debian.org/debian bookworm/main amd64 gir1.2-adw-1 amd64 1.2.2-1 [29.6 kB]
#15 37.79 Get:60 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
#15 37.79 Get:61 http://deb.debian.org/debian bookworm/main amd64 gir1.2-atk-1.0 amd64 2.46.0-5 [23.7 kB]
#15 37.80 Get:62 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB]
#15 37.80 Get:63 http://deb.debian.org/debian bookworm/main amd64 gir1.2-atspi-2.0 amd64 2.46.0-5 [20.7 kB]
#15 37.80 Get:64 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB]
#15 37.80 Get:65 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB]
#15 37.80 Get:66 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
#15 37.80 Get:67 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u3 [3895 kB]
#15 37.82 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u3 [2847 kB]
#15 37.84 Get:69 http://deb.debian.org/debian bookworm/main amd64 gir1.2-gtk-3.0 amd64 3.24.38-2~deb12u3 [220 kB]
#15 37.84 Get:70 http://deb.debian.org/debian bookworm/main amd64 libayatana-ido3-0.4-0 amd64 0.9.3-1 [57.6 kB]
#15 37.84 Get:71 http://deb.debian.org/debian bookworm/main amd64 libayatana-indicator3-7 amd64 0.9.3-1 [32.8 kB]
#15 37.84 Get:72 http://deb.debian.org/debian bookworm/main amd64 libdbusmenu-glib4 amd64 18.10.20180917~bzr492+repack1-3 [42.1 kB]
#15 37.84 Get:73 http://deb.debian.org/debian bookworm/main amd64 libdbusmenu-gtk3-4 amd64 18.10.20180917~bzr492+repack1-3 [29.0 kB]
#15 37.84 Get:74 http://deb.debian.org/debian bookworm/main amd64 libayatana-appindicator3-1 amd64 0.5.92-1 [24.5 kB]
#15 37.85 Get:75 http://deb.debian.org/debian bookworm/main amd64 gir1.2-ayatanaappindicator3-0.1 amd64 0.5.92-1 [9032 B]
#15 37.85 Get:76 http://deb.debian.org/debian bookworm/main amd64 gir1.2-ayatanaido3-0.4 amd64 0.9.3-1 [9112 B]
#15 37.85 Get:77 http://deb.debian.org/debian bookworm/main amd64 gir1.2-dbusmenu-glib-0.4 amd64 18.10.20180917~bzr492+repack1-3 [7632 B]
#15 37.85 Get:78 http://deb.debian.org/debian bookworm/main amd64 libgtk2.0-common all 2.24.33-2+deb12u1 [2660 kB]
#15 37.86 Get:79 http://deb.debian.org/debian bookworm/main amd64 libgtk2.0-0 amd64 2.24.33-2+deb12u1 [1811 kB]
#15 37.87 Get:80 http://deb.debian.org/debian bookworm/main amd64 gir1.2-gtk-2.0 amd64 2.24.33-2+deb12u1 [179 kB]
#15 37.87 Get:81 http://deb.debian.org/debian-security bookworm-security/main amd64 libjavascriptcoregtk-4.1-0 amd64 2.50.6-1~deb12u1 [7259 kB]
#15 37.89 Get:82 http://deb.debian.org/debian-security bookworm-security/main amd64 gir1.2-javascriptcoregtk-4.1 amd64 2.50.6-1~deb12u1 [52.6 kB]
#15 37.89 Get:83 http://deb.debian.org/debian bookworm/main amd64 libjson-glib-1.0-common all 1.6.6-1 [57.1 kB]
#15 37.90 Get:84 http://deb.debian.org/debian bookworm/main amd64 libjson-glib-1.0-0 amd64 1.6.6-1 [65.6 kB]
#15 37.90 Get:85 http://deb.debian.org/debian bookworm/main amd64 gir1.2-json-1.0 amd64 1.6.6-1 [13.4 kB]
#15 37.91 Get:86 http://deb.debian.org/debian bookworm/main amd64 libpolkit-gobject-1-0 amd64 122-3 [43.9 kB]
#15 37.91 Get:87 http://deb.debian.org/debian bookworm/main amd64 libpolkit-agent-1-0 amd64 122-3 [24.4 kB]
#15 37.91 Get:88 http://deb.debian.org/debian bookworm/main amd64 gir1.2-polkit-1.0 amd64 122-3 [16.3 kB]
#15 37.91 Get:89 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB]
#15 37.91 Get:90 http://deb.debian.org/debian bookworm/main amd64 glib-networking-common all 2.74.0-4 [80.3 kB]
#15 37.91 Get:91 http://deb.debian.org/debian bookworm/main amd64 glib-networking-services amd64 2.74.0-4 [12.0 kB]
#15 37.91 Get:92 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB]
#15 37.92 Get:93 http://deb.debian.org/debian bookworm/main amd64 glib-networking amd64 2.74.0-4 [68.4 kB]
#15 37.92 Get:94 http://deb.debian.org/debian bookworm/main amd64 libsoup-3.0-common all 3.2.3-0+deb12u2 [62.5 kB]
#15 37.92 Get:95 http://deb.debian.org/debian bookworm/main amd64 libsoup-3.0-0 amd64 3.2.3-0+deb12u2 [272 kB]
#15 37.92 Get:96 http://deb.debian.org/debian bookworm/main amd64 gir1.2-soup-3.0 amd64 3.2.3-0+deb12u2 [27.7 kB]
#15 37.92 Get:97 http://deb.debian.org/debian bookworm/main amd64 libcdparanoia0 amd64 3.10.2+debian-14 [48.8 kB]
#15 37.92 Get:98 http://deb.debian.org/debian bookworm/main amd64 libdw1 amd64 0.188-2.1 [235 kB]
#15 37.93 Get:99 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
#15 37.93 Get:100 http://deb.debian.org/debian bookworm/main amd64 libcap2-bin amd64 1:2.66-4+deb12u2+b2 [35.2 kB]
#15 37.93 Get:101 http://deb.debian.org/debian bookworm/main amd64 libgstreamer1.0-0 amd64 1.22.0-2+deb12u1 [1170 kB]
#15 37.94 Get:102 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB]
#15 37.94 Get:103 http://deb.debian.org/debian bookworm/main amd64 iso-codes all 4.15.0-1 [2906 kB]
#15 37.95 Get:104 http://deb.debian.org/debian-security bookworm-security/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.22.0-3+deb12u6 [934 kB]
#15 37.96 Get:105 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB]
#15 37.96 Get:106 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB]
#15 37.96 Get:107 http://deb.debian.org/debian bookworm/main amd64 libtheora0 amd64 1.1.1+dfsg.1-16.1+deb12u1 [154 kB]
#15 37.96 Get:108 http://deb.debian.org/debian bookworm/main amd64 libvisual-0.4-0 amd64 0.4.0-19 [132 kB]
#15 37.96 Get:109 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB]
#15 37.96 Get:110 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB]
#15 37.96 Get:111 http://deb.debian.org/debian-security bookworm-security/main amd64 gstreamer1.0-plugins-base amd64 1.22.0-3+deb12u6 [740 kB]
#15 37.96 Get:112 http://deb.debian.org/debian bookworm/main amd64 libgpm2 amd64 1.20.7-10+b1 [14.2 kB]
#15 37.96 Get:113 http://deb.debian.org/debian bookworm/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
#15 37.97 Get:114 http://deb.debian.org/debian bookworm/main amd64 libaa1 amd64 1.4p5-50 [55.7 kB]
#15 37.97 Get:115 http://deb.debian.org/debian bookworm/main amd64 libraw1394-11 amd64 2.1.2-2 [41.1 kB]
#15 37.97 Get:116 http://deb.debian.org/debian bookworm/main amd64 libavc1394-0 amd64 0.5.4-5 [19.9 kB]
#15 37.97 Get:117 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB]
#15 37.97 Get:118 http://deb.debian.org/debian bookworm/main amd64 libdv4 amd64 1.0.0-15 [74.4 kB]
#15 37.97 Get:119 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB]
#15 37.97 Get:120 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB]
#15 37.98 Get:121 http://deb.debian.org/debian bookworm/main amd64 libiec61883-0 amd64 1.2.0-6+b1 [30.5 kB]
#15 37.98 Get:122 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB]
#15 37.99 Get:123 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB]
#15 37.99 Get:124 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB]
#15 37.99 Get:125 http://deb.debian.org/debian bookworm/main amd64 libmpg123-0 amd64 1.31.2-1+deb12u1 [147 kB]
#15 37.99 Get:126 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB]
#15 37.99 Get:127 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1+deb12u1 [197 kB]
#15 37.99 Get:128 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
#15 38.00 Get:129 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB]
#15 38.00 Get:130 http://deb.debian.org/debian bookworm/main amd64 libspeex1 amd64 1.2.1-2 [54.6 kB]
#15 38.00 Get:131 http://deb.debian.org/debian bookworm/main amd64 libshout3 amd64 2.4.6-1+b1 [56.4 kB]
#15 38.00 Get:132 http://deb.debian.org/debian bookworm/main amd64 libtag1v5-vanilla amd64 1.13-2 [298 kB]
#15 38.00 Get:133 http://deb.debian.org/debian bookworm/main amd64 libtag1v5 amd64 1.13-2 [18.7 kB]
#15 38.00 Get:134 http://deb.debian.org/debian bookworm/main amd64 libtwolame0 amd64 0.4.0-2 [51.1 kB]
#15 38.00 Get:135 http://deb.debian.org/debian bookworm/main amd64 libv4lconvert0 amd64 1.22.1-5+b2 [143 kB]
#15 38.00 Get:136 http://deb.debian.org/debian bookworm/main amd64 libv4l-0 amd64 1.22.1-5+b2 [109 kB]
#15 38.01 Get:137 http://deb.debian.org/debian-security bookworm-security/main amd64 libvpx7 amd64 1.12.0-1+deb12u5 [1003 kB]
#15 38.01 Get:138 http://deb.debian.org/debian bookworm/main amd64 libwavpack1 amd64 5.6.0-1 [85.7 kB]
#15 38.01 Get:139 http://deb.debian.org/debian bookworm/main amd64 libsoup2.4-common all 2.74.3-1+deb12u1 [56.2 kB]
#15 38.01 Get:140 http://deb.debian.org/debian bookworm/main amd64 libsoup2.4-1 amd64 2.74.3-1+deb12u1 [269 kB]
#15 38.01 Get:141 http://deb.debian.org/debian bookworm/main amd64 gstreamer1.0-plugins-good amd64 1.22.0-5+deb12u3 [2222 kB]
#15 38.02 Get:142 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
#15 38.03 Get:143 http://deb.debian.org/debian bookworm/main amd64 libgles2 amd64 1.6.0-1 [16.8 kB]
#15 38.03 Get:144 http://deb.debian.org/debian bookworm/main amd64 xdg-dbus-proxy amd64 0.1.4-3 [23.2 kB]
#15 38.03 Get:145 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1+deb12u2 [391 kB]
#15 38.03 Get:146 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB]
#15 38.03 Get:147 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB]
#15 38.03 Get:148 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB]
#15 38.05 Get:149 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB]
#15 38.05 Get:150 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1+deb12u1 [94.4 kB]
#15 38.05 Get:151 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7112 B]
#15 38.05 Get:152 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
#15 38.05 Get:153 http://deb.debian.org/debian bookworm/main amd64 hunspell-en-us all 1:2020.12.07-2 [269 kB]
#15 38.05 Get:154 http://deb.debian.org/debian bookworm/main amd64 libaspell15 amd64 0.60.8-4+b1 [344 kB]
#15 38.05 Get:155 http://deb.debian.org/debian bookworm/main amd64 libhunspell-1.7-0 amd64 1.7.1-1 [193 kB]
#15 38.05 Get:156 http://deb.debian.org/debian bookworm/main amd64 libenchant-2-2 amd64 2.3.3-2 [47.0 kB]
#15 38.05 Get:157 http://deb.debian.org/debian bookworm/main amd64 libasound2-data all 1.2.8-1 [20.5 kB]
#15 38.05 Get:158 http://deb.debian.org/debian bookworm/main amd64 libasound2 amd64 1.2.8-1+b1 [362 kB]
#15 38.05 Get:159 http://deb.debian.org/debian bookworm/main amd64 libflite1 amd64 2.2-5 [12.8 MB]
#15 38.12 Get:160 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB]
#15 38.12 Get:161 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB]
#15 38.12 Get:162 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
#15 38.12 Get:163 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
#15 38.12 Get:164 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
#15 38.12 Get:165 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
#15 38.12 Get:166 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
#15 38.12 Get:167 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
#15 38.12 Get:168 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
#15 38.12 Get:169 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8820 B]
#15 38.12 Get:170 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB]
#15 38.13 Get:171 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB]
#15 38.13 Get:172 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
#15 38.13 Get:173 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#15 38.13 Get:174 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
#15 38.13 Get:175 http://deb.debian.org/debian bookworm/main amd64 libpciaccess0 amd64 0.17-2 [51.4 kB]
#15 38.13 Get:176 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
#15 38.13 Get:177 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
#15 38.13 Get:178 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
#15 38.13 Get:179 http://deb.debian.org/debian bookworm/main amd64 libz3-4 amd64 4.8.12-3.1 [7216 kB]
#15 38.17 Get:180 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
#15 38.31 Get:181 http://deb.debian.org/debian bookworm/main amd64 libsensors-config all 1:3.6.0-7.1 [14.3 kB]
#15 38.31 Get:182 http://deb.debian.org/debian bookworm/main amd64 libsensors5 amd64 1:3.6.0-7.1 [34.2 kB]
#15 38.31 Get:183 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7239 kB]
#15 38.34 Get:184 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
#15 38.34 Get:185 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
#15 38.34 Get:186 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
#15 38.34 Get:187 http://deb.debian.org/debian-security bookworm-security/main amd64 libgstreamer-gl1.0-0 amd64 1.22.0-3+deb12u6 [246 kB]
#15 38.34 Get:188 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz-icu0 amd64 6.0.0+dfsg-3 [1557 kB]
#15 38.35 Get:189 http://deb.debian.org/debian bookworm/main amd64 libhyphen0 amd64 2.8.8-7 [32.5 kB]
#15 38.35 Get:190 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB]
#15 38.35 Get:191 http://deb.debian.org/debian bookworm/main amd64 libmanette-0.2-0 amd64 0.2.6-3+b1 [28.4 kB]
#15 38.35 Get:192 http://deb.debian.org/debian bookworm/main amd64 libsecret-common all 0.20.5-3 [28.5 kB]
#15 38.35 Get:193 http://deb.debian.org/debian bookworm/main amd64 libsecret-1-0 amd64 0.20.5-3 [115 kB]
#15 38.35 Get:194 http://deb.debian.org/debian bookworm/main amd64 libwoff1 amd64 1.0.2-2 [43.0 kB]
#15 38.35 Get:195 http://deb.debian.org/debian-security bookworm-security/main amd64 libwebkit2gtk-4.1-0 amd64 2.50.6-1~deb12u1 [22.6 MB]
#15 38.44 Get:196 http://deb.debian.org/debian-security bookworm-security/main amd64 gir1.2-webkit2-4.1 amd64 2.50.6-1~deb12u1 [109 kB]
#15 38.44 Get:197 http://deb.debian.org/debian bookworm/main amd64 python3-markupsafe amd64 2.1.2-1+b1 [13.2 kB]
#15 38.44 Get:198 http://deb.debian.org/debian bookworm/main amd64 python3-mako all 1.2.4+ds-1 [81.9 kB]
#15 38.46 Get:199 http://deb.debian.org/debian bookworm/main amd64 python3-markdown all 3.4.1-2 [64.7 kB]
#15 38.46 Get:200 http://deb.debian.org/debian bookworm/main amd64 gobject-introspection amd64 1.74.0-3 [314 kB]
#15 38.46 Get:201 http://deb.debian.org/debian bookworm/main amd64 libglx-dev amd64 1.6.0-1 [15.3 kB]
#15 38.46 Get:202 http://deb.debian.org/debian bookworm/main amd64 libgl-dev amd64 1.6.0-1 [100 kB]
#15 38.46 Get:203 http://deb.debian.org/debian bookworm/main amd64 libegl-dev amd64 1.6.0-1 [19.1 kB]
#15 38.46 Get:204 http://deb.debian.org/debian bookworm/main amd64 libglvnd-core-dev amd64 1.6.0-1 [12.9 kB]
#15 38.47 Get:205 http://deb.debian.org/debian bookworm/main amd64 libgles1 amd64 1.6.0-1 [11.7 kB]
#15 38.47 Get:206 http://deb.debian.org/debian bookworm/main amd64 libgles-dev amd64 1.6.0-1 [50.4 kB]
#15 38.48 Get:207 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB]
#15 38.48 Get:208 http://deb.debian.org/debian bookworm/main amd64 libopengl-dev amd64 1.6.0-1 [4936 B]
#15 38.48 Get:209 http://deb.debian.org/debian bookworm/main amd64 libglvnd-dev amd64 1.6.0-1 [4692 B]
#15 38.48 Get:210 http://deb.debian.org/debian bookworm/main amd64 libegl1-mesa-dev amd64 22.3.6-1+deb12u1 [18.5 kB]
#15 38.48 Get:211 http://deb.debian.org/debian bookworm/main amd64 libepoxy-dev amd64 1.5.10-1 [128 kB]
#15 38.48 Get:212 http://deb.debian.org/debian bookworm/main amd64 libgirepository1.0-dev amd64 1.74.0-3 [875 kB]
#15 38.49 Get:213 http://deb.debian.org/debian bookworm/main amd64 libgraphene-1.0-dev amd64 1.10.8-1 [61.1 kB]
#15 38.50 Get:214 http://deb.debian.org/debian bookworm/main amd64 libfribidi-dev amd64 1.0.8-2.1 [105 kB]
#15 38.50 Get:215 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz-gobject0 amd64 6.0.0+dfsg-3 [1572 kB]
#15 38.51 Get:216 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz-subset0 amd64 6.0.0+dfsg-3 [1931 kB]
#15 38.52 Get:217 http://deb.debian.org/debian bookworm/main amd64 libgraphite2-dev amd64 1.3.14-1 [24.0 kB]
#15 38.52 Get:218 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz-dev amd64 6.0.0+dfsg-3 [1668 kB]
#15 38.53 Get:219 http://deb.debian.org/debian bookworm/main amd64 libdatrie-dev amd64 0.2.13-2+b1 [18.2 kB]
#15 38.53 Get:220 http://deb.debian.org/debian bookworm/main amd64 libthai-dev amd64 0.1.29-1 [24.0 kB]
#15 38.53 Get:221 http://deb.debian.org/debian bookworm/main amd64 libxft-dev amd64 2.3.6-1 [80.3 kB]
#15 38.53 Get:222 http://deb.debian.org/debian bookworm/main amd64 pango1.0-tools amd64 1.50.12+ds-1 [40.8 kB]
#15 38.53 Get:223 http://deb.debian.org/debian bookworm/main amd64 libpango1.0-dev amd64 1.50.12+ds-1 [152 kB]
#15 38.53 Get:224 http://deb.debian.org/debian bookworm/main amd64 libwayland-bin amd64 1.21.0-1 [23.6 kB]
#15 38.53 Get:225 http://deb.debian.org/debian bookworm/main amd64 libwayland-dev amd64 1.21.0-1 [72.5 kB]
#15 38.54 Get:226 http://deb.debian.org/debian bookworm/main amd64 libxfixes-dev amd64 1:6.0.0-2 [24.7 kB]
#15 38.54 Get:227 http://deb.debian.org/debian bookworm/main amd64 libxcomposite-dev amd64 1:0.4.5-1 [20.1 kB]
#15 38.54 Get:228 http://deb.debian.org/debian bookworm/main amd64 libxcursor-dev amd64 1:1.2.1-1 [51.8 kB]
#15 38.54 Get:229 http://deb.debian.org/debian bookworm/main amd64 libxdamage-dev amd64 1:1.1.6-1 [15.0 kB]
#15 38.54 Get:230 http://deb.debian.org/debian bookworm/main amd64 libxi-dev amd64 2:1.8-1+b1 [246 kB]
#15 38.54 Get:231 http://deb.debian.org/debian bookworm/main amd64 libxinerama-dev amd64 2:1.1.4-3 [20.1 kB]
#15 38.54 Get:232 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-dev amd64 1.5.0-1 [51.0 kB]
#15 38.55 Get:233 http://deb.debian.org/debian bookworm/main amd64 libxrandr-dev amd64 2:1.5.2-2+b1 [47.1 kB]
#15 38.55 Get:234 http://deb.debian.org/debian bookworm/main amd64 libvulkan1 amd64 1.3.239.0-1 [116 kB]
#15 38.55 Get:235 http://deb.debian.org/debian bookworm/main amd64 libvulkan-dev amd64 1.3.239.0-1 [1115 kB]
#15 38.56 Get:236 http://deb.debian.org/debian bookworm/main amd64 wayland-protocols all 1.31-1 [74.6 kB]
#15 38.56 Get:237 http://deb.debian.org/debian bookworm/main amd64 libgtk-4-dev amd64 4.8.3+ds-2+deb12u1 [888 kB]
#15 38.57 Get:238 http://deb.debian.org/debian bookworm/main amd64 libadwaita-1-dev amd64 1.2.2-1 [112 kB]
#15 38.57 Get:239 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-dev amd64 2.46.0-5 [103 kB]
#15 38.58 Get:240 http://deb.debian.org/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB]
#15 38.58 Get:241 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-dev amd64 1.14.10-1~deb12u1 [241 kB]
#15 38.58 Get:242 http://deb.debian.org/debian bookworm/main amd64 libxtst6 amd64 2:1.2.3-1.1 [28.0 kB]
#15 38.59 Get:243 http://deb.debian.org/debian bookworm/main amd64 libxtst-dev amd64 2:1.2.3-1.1 [32.2 kB]
#15 38.59 Get:244 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-dev amd64 2.46.0-5 [76.3 kB]
#15 38.59 Get:245 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-dev amd64 2.46.0-5 [8224 B]
#15 38.59 Get:246 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-dev amd64 3.24.38-2~deb12u3 [1116 kB]
#15 38.61 Get:247 http://deb.debian.org/debian bookworm/main amd64 libayatana-ido3-dev amd64 0.9.3-1 [17.1 kB]
#15 38.61 Get:248 http://deb.debian.org/debian bookworm/main amd64 libayatana-indicator3-dev amd64 0.9.3-1 [10.8 kB]
#15 38.61 Get:249 http://deb.debian.org/debian bookworm/main amd64 libxml2-utils amd64 2.9.14+dfsg-1.3~deb12u5 [99.6 kB]
#15 38.61 Get:250 http://deb.debian.org/debian bookworm/main amd64 libgtk2.0-dev amd64 2.24.33-2+deb12u1 [795 kB]
#15 38.61 Get:251 http://deb.debian.org/debian bookworm/main amd64 libdbusmenu-glib-dev amd64 18.10.20180917~bzr492+repack1-3 [68.1 kB]
#15 38.61 Get:252 http://deb.debian.org/debian bookworm/main amd64 libayatana-appindicator3-dev amd64 0.5.92-1 [18.2 kB]
#15 38.61 Get:253 http://deb.debian.org/debian-security bookworm-security/main amd64 libjavascriptcoregtk-4.1-dev amd64 2.50.6-1~deb12u1 [84.2 kB]
#15 38.62 Get:254 http://deb.debian.org/debian bookworm/main amd64 libjson-glib-dev amd64 1.6.6-1 [96.6 kB]
#15 38.62 Get:255 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-dev amd64 1.52.0-1+deb12u2 [110 kB]
#15 38.62 Get:256 http://deb.debian.org/debian bookworm/main amd64 libpolkit-gobject-1-dev amd64 122-3 [33.2 kB]
#15 38.62 Get:257 http://deb.debian.org/debian bookworm/main amd64 libpsl-dev amd64 0.21.2-1 [79.3 kB]
#15 38.62 Get:258 http://deb.debian.org/debian bookworm/main amd64 libsysprof-4 amd64 3.46.0-4 [155 kB]
#15 38.63 Get:259 http://deb.debian.org/debian bookworm/main amd64 libsysprof-ui-5 amd64 3.46.0-4 [154 kB]
#15 38.64 Get:260 http://deb.debian.org/debian bookworm/main amd64 libsysprof-4-dev amd64 3.46.0-4 [53.9 kB]
#15 38.64 Get:261 http://deb.debian.org/debian bookworm/main amd64 libsoup-3.0-dev amd64 3.2.3-0+deb12u2 [111 kB]
#15 38.64 Get:262 http://deb.debian.org/debian-security bookworm-security/main amd64 libwebkit2gtk-4.1-dev amd64 2.50.6-1~deb12u1 [311 kB]
#15 38.65 Get:263 http://deb.debian.org/debian bookworm/main amd64 libxdo3 amd64 1:3.20160805.1-5 [33.8 kB]
#15 38.65 Get:264 http://deb.debian.org/debian bookworm/main amd64 libxdo-dev amd64 1:3.20160805.1-5 [78.9 kB]
#15 38.65 Get:265 http://deb.debian.org/debian-security bookworm-security/main amd64 openssl amd64 3.0.19-1~deb12u2 [1435 kB]
#15 39.03 debconf: delaying package configuration, since apt-utils is not installed
#15 39.09 Fetched 159 MB in 17s (9243 kB/s)
#15 39.15 Selecting previously unselected package libargon2-1:amd64.
#15 39.15 (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 ... 25512 files and directories currently installed.)
#15 39.30 Preparing to unpack .../0-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ...
#15 39.32 Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ...
#15 39.41 Selecting previously unselected package libjson-c5:amd64.
#15 39.41 Preparing to unpack .../1-libjson-c5_0.16-2_amd64.deb ...
#15 39.41 Unpacking libjson-c5:amd64 (0.16-2) ...
#15 39.48 Preparing to unpack .../2-libssl-dev_3.0.19-1~deb12u2_amd64.deb ...
#15 39.52 Unpacking libssl-dev:amd64 (3.0.19-1~deb12u2) over (3.0.18-1~deb12u2) ...
#15 40.38 Preparing to unpack .../3-libssl3_3.0.19-1~deb12u2_amd64.deb ...
#15 40.39 Unpacking libssl3:amd64 (3.0.19-1~deb12u2) over (3.0.18-1~deb12u2) ...
#15 40.62 Selecting previously unselected package libcryptsetup12:amd64.
#15 40.62 Preparing to unpack .../4-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ...
#15 40.63 Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ...
#15 40.72 Selecting previously unselected package libfdisk1:amd64.
#15 40.72 Preparing to unpack .../5-libfdisk1_2.38.1-5+deb12u3_amd64.deb ...
#15 40.72 Unpacking libfdisk1:amd64 (2.38.1-5+deb12u3) ...
#15 40.78 Selecting previously unselected package libkmod2:amd64.
#15 40.79 Preparing to unpack .../6-libkmod2_30+20221128-1_amd64.deb ...
#15 40.79 Unpacking libkmod2:amd64 (30+20221128-1) ...
#15 40.85 Selecting previously unselected package libapparmor1:amd64.
#15 40.85 Preparing to unpack .../7-libapparmor1_3.0.8-3_amd64.deb ...
#15 40.85 Unpacking libapparmor1:amd64 (3.0.8-3) ...
#15 40.89 Selecting previously unselected package libsystemd-shared:amd64.
#15 40.89 Preparing to unpack .../8-libsystemd-shared_252.39-1~deb12u1_amd64.deb ...
#15 40.89 Unpacking libsystemd-shared:amd64 (252.39-1~deb12u1) ...
#15 41.06 Setting up libssl3:amd64 (3.0.19-1~deb12u2) ...
#15 41.12 Selecting previously unselected package systemd.
#15 41.12 (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 ... 25559 files and directories currently installed.)
#15 41.15 Preparing to unpack .../systemd_252.39-1~deb12u1_amd64.deb ...
#15 41.17 Unpacking systemd (252.39-1~deb12u1) ...
#15 41.90 Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ...
#15 41.90 Setting up libjson-c5:amd64 (0.16-2) ...
#15 41.91 Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ...
#15 41.92 Setting up libfdisk1:amd64 (2.38.1-5+deb12u3) ...
#15 41.92 Setting up libkmod2:amd64 (30+20221128-1) ...
#15 41.93 Setting up libapparmor1:amd64 (3.0.8-3) ...
#15 41.94 Setting up libsystemd-shared:amd64 (252.39-1~deb12u1) ...
#15 41.96 Setting up systemd (252.39-1~deb12u1) ...
#15 42.01 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
#15 42.02 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
#15 42.03 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
#15 42.04 Initializing machine ID from random generator.
#15 42.09 Creating group 'systemd-journal' with GID 999.
#15 42.09 Creating group 'systemd-network' with GID 998.
#15 42.09 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
#15 42.23 Selecting previously unselected package systemd-sysv.
#15 42.23 (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 ... 26398 files and directories currently installed.)
#15 42.25 Preparing to unpack .../000-systemd-sysv_252.39-1~deb12u1_amd64.deb ...
#15 42.26 Unpacking systemd-sysv (252.39-1~deb12u1) ...
#15 42.31 Selecting previously unselected package libdbus-1-3:amd64.
#15 42.31 Preparing to unpack .../001-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ...
#15 42.31 Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
#15 42.37 Selecting previously unselected package dbus-bin.
#15 42.37 Preparing to unpack .../002-dbus-bin_1.14.10-1~deb12u1_amd64.deb ...
#15 42.38 Unpacking dbus-bin (1.14.10-1~deb12u1) ...
#15 42.43 Selecting previously unselected package dbus-session-bus-common.
#15 42.43 Preparing to unpack .../003-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...
#15 42.44 Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...
#15 42.49 Selecting previously unselected package dbus-daemon.
#15 42.49 Preparing to unpack .../004-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ...
#15 42.50 Unpacking dbus-daemon (1.14.10-1~deb12u1) ...
#15 42.56 Selecting previously unselected package dbus-system-bus-common.
#15 42.56 Preparing to unpack .../005-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...
#15 42.56 Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...
#15 42.63 Selecting previously unselected package dbus.
#15 42.63 Preparing to unpack .../006-dbus_1.14.10-1~deb12u1_amd64.deb ...
#15 42.63 Unpacking dbus (1.14.10-1~deb12u1) ...
#15 42.68 Selecting previously unselected package sgml-base.
#15 42.69 Preparing to unpack .../007-sgml-base_1.31_all.deb ...
#15 42.69 Unpacking sgml-base (1.31) ...
#15 42.76 Selecting previously unselected package libpam-systemd:amd64.
#15 42.76 Preparing to unpack .../008-libpam-systemd_252.39-1~deb12u1_amd64.deb ...
#15 42.76 Unpacking libpam-systemd:amd64 (252.39-1~deb12u1) ...
#15 42.83 Selecting previously unselected package gtk-update-icon-cache.
#15 42.84 Preparing to unpack .../009-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
#15 42.84 Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#15 42.92 Selecting previously unselected package adwaita-icon-theme.
#15 42.92 Preparing to unpack .../010-adwaita-icon-theme_43-1_all.deb ...
#15 42.93 Unpacking adwaita-icon-theme (43-1) ...
#15 44.12 Selecting previously unselected package at-spi2-common.
#15 44.12 Preparing to unpack .../011-at-spi2-common_2.46.0-5_all.deb ...
#15 44.13 Unpacking at-spi2-common (2.46.0-5) ...
#15 44.46 Selecting previously unselected package bubblewrap.
#15 44.46 Preparing to unpack .../012-bubblewrap_0.8.0-2+deb12u1_amd64.deb ...
#15 44.47 Unpacking bubblewrap (0.8.0-2+deb12u1) ...
#15 44.51 Selecting previously unselected package build-essential.
#15 44.51 Preparing to unpack .../013-build-essential_12.9_amd64.deb ...
#15 44.52 Unpacking build-essential (12.9) ...
#15 44.56 Selecting previously unselected package dbus-user-session.
#15 44.56 Preparing to unpack .../014-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#15 44.56 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#15 44.62 Selecting previously unselected package libdconf1:amd64.
#15 44.63 Preparing to unpack .../015-libdconf1_0.40.0-4_amd64.deb ...
#15 44.63 Unpacking libdconf1:amd64 (0.40.0-4) ...
#15 44.69 Selecting previously unselected package dconf-service.
#15 44.69 Preparing to unpack .../016-dconf-service_0.40.0-4_amd64.deb ...
#15 44.69 Unpacking dconf-service (0.40.0-4) ...
#15 44.74 Selecting previously unselected package dconf-gsettings-backend:amd64.
#15 44.74 Preparing to unpack .../017-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
#15 44.74 Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
#15 44.80 Selecting previously unselected package libtext-iconv-perl:amd64.
#15 44.80 Preparing to unpack .../018-libtext-iconv-perl_1.7-8_amd64.deb ...
#15 44.80 Unpacking libtext-iconv-perl:amd64 (1.7-8) ...
#15 44.85 Selecting previously unselected package emacsen-common.
#15 44.86 Preparing to unpack .../019-emacsen-common_3.0.5_all.deb ...
#15 44.88 Unpacking emacsen-common (3.0.5) ...
#15 44.93 Selecting previously unselected package dictionaries-common.
#15 44.93 Preparing to unpack .../020-dictionaries-common_1.29.5_all.deb ...
#15 44.95 Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
#15 44.96 Unpacking dictionaries-common (1.29.5) ...
#15 45.03 Selecting previously unselected package libgraphene-1.0-0:amd64.
#15 45.03 Preparing to unpack .../021-libgraphene-1.0-0_1.10.8-1_amd64.deb ...
#15 45.03 Unpacking libgraphene-1.0-0:amd64 (1.10.8-1) ...
#15 45.07 Selecting previously unselected package gir1.2-graphene-1.0:amd64.
#15 45.08 Preparing to unpack .../022-gir1.2-graphene-1.0_1.10.8-1_amd64.deb ...
#15 45.08 Unpacking gir1.2-graphene-1.0:amd64 (1.10.8-1) ...
#15 45.12 Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64.
#15 45.12 Preparing to unpack .../023-gir1.2-harfbuzz-0.0_6.0.0+dfsg-3_amd64.deb ...
#15 45.13 Unpacking gir1.2-harfbuzz-0.0:amd64 (6.0.0+dfsg-3) ...
#15 45.18 Selecting previously unselected package libxft2:amd64.
#15 45.19 Preparing to unpack .../024-libxft2_2.3.6-1_amd64.deb ...
#15 45.19 Unpacking libxft2:amd64 (2.3.6-1) ...
#15 45.25 Selecting previously unselected package libpangoxft-1.0-0:amd64.
#15 45.25 Preparing to unpack .../025-libpangoxft-1.0-0_1.50.12+ds-1_amd64.deb ...
#15 45.26 Unpacking libpangoxft-1.0-0:amd64 (1.50.12+ds-1) ...
#15 45.29 Selecting previously unselected package gir1.2-pango-1.0:amd64.
#15 45.30 Preparing to unpack .../026-gir1.2-pango-1.0_1.50.12+ds-1_amd64.deb ...
#15 45.30 Unpacking gir1.2-pango-1.0:amd64 (1.50.12+ds-1) ...
#15 45.35 Selecting previously unselected package libcloudproviders0:amd64.
#15 45.35 Preparing to unpack .../027-libcloudproviders0_0.3.1-2_amd64.deb ...
#15 45.35 Unpacking libcloudproviders0:amd64 (0.3.1-2) ...
#15 45.41 Selecting previously unselected package libcolord2:amd64.
#15 45.41 Preparing to unpack .../028-libcolord2_1.4.6-2.2_amd64.deb ...
#15 45.42 Unpacking libcolord2:amd64 (1.4.6-2.2) ...
#15 45.47 Selecting previously unselected package libavahi-common-data:amd64.
#15 45.47 Preparing to unpack .../029-libavahi-common-data_0.8-10+deb12u1_amd64.deb ...
#15 45.48 Unpacking libavahi-common-data:amd64 (0.8-10+deb12u1) ...
#15 45.57 Selecting previously unselected package libavahi-common3:amd64.
#15 45.58 Preparing to unpack .../030-libavahi-common3_0.8-10+deb12u1_amd64.deb ...
#15 45.58 Unpacking libavahi-common3:amd64 (0.8-10+deb12u1) ...
#15 45.62 Selecting previously unselected package libavahi-client3:amd64.
#15 45.62 Preparing to unpack .../031-libavahi-client3_0.8-10+deb12u1_amd64.deb ...
#15 45.63 Unpacking libavahi-client3:amd64 (0.8-10+deb12u1) ...
#15 45.67 Selecting previously unselected package libcups2:amd64.
#15 45.67 Preparing to unpack .../032-libcups2_2.4.2-3+deb12u9_amd64.deb ...
#15 45.68 Unpacking libcups2:amd64 (2.4.2-3+deb12u9) ...
#15 45.75 Selecting previously unselected package libepoxy0:amd64.
#15 45.75 Preparing to unpack .../033-libepoxy0_1.5.10-1_amd64.deb ...
#15 45.76 Unpacking libepoxy0:amd64 (1.5.10-1) ...
#15 45.82 Selecting previously unselected package libwayland-client0:amd64.
#15 45.82 Preparing to unpack .../034-libwayland-client0_1.21.0-1_amd64.deb ...
#15 45.82 Unpacking libwayland-client0:amd64 (1.21.0-1) ...
#15 45.87 Selecting previously unselected package libwayland-egl1:amd64.
#15 45.88 Preparing to unpack .../035-libwayland-egl1_1.21.0-1_amd64.deb ...
#15 45.88 Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
#15 45.92 Selecting previously unselected package libxfixes3:amd64.
#15 45.93 Preparing to unpack .../036-libxfixes3_1%3a6.0.0-2_amd64.deb ...
#15 45.93 Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
#15 45.98 Selecting previously unselected package libxcursor1:amd64.
#15 45.99 Preparing to unpack .../037-libxcursor1_1%3a1.2.1-1_amd64.deb ...
#15 45.99 Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
#15 46.06 Selecting previously unselected package libxdamage1:amd64.
#15 46.06 Preparing to unpack .../038-libxdamage1_1%3a1.1.6-1_amd64.deb ...
#15 46.06 Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
#15 46.12 Selecting previously unselected package libxi6:amd64.
#15 46.12 Preparing to unpack .../039-libxi6_2%3a1.8-1+b1_amd64.deb ...
#15 46.13 Unpacking libxi6:amd64 (2:1.8-1+b1) ...
#15 46.17 Selecting previously unselected package libxinerama1:amd64.
#15 46.18 Preparing to unpack .../040-libxinerama1_2%3a1.1.4-3_amd64.deb ...
#15 46.19 Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
#15 46.23 Selecting previously unselected package xkb-data.
#15 46.24 Preparing to unpack .../041-xkb-data_2.35.1-1_all.deb ...
#15 46.25 Unpacking xkb-data (2.35.1-1) ...
#15 46.53 Selecting previously unselected package libxkbcommon0:amd64.
#15 46.53 Preparing to unpack .../042-libxkbcommon0_1.5.0-1_amd64.deb ...
#15 46.53 Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
#15 46.59 Selecting previously unselected package libxrandr2:amd64.
#15 46.59 Preparing to unpack .../043-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
#15 46.59 Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
#15 46.66 Selecting previously unselected package libgtk-4-common.
#15 46.66 Preparing to unpack .../044-libgtk-4-common_4.8.3+ds-2+deb12u1_all.deb ...
#15 46.68 Unpacking libgtk-4-common (4.8.3+ds-2+deb12u1) ...
#15 46.94 Selecting previously unselected package libgtk-4-1:amd64.
#15 46.94 Preparing to unpack .../045-libgtk-4-1_4.8.3+ds-2+deb12u1_amd64.deb ...
#15 46.95 Unpacking libgtk-4-1:amd64 (4.8.3+ds-2+deb12u1) ...
#15 47.19 Selecting previously unselected package gir1.2-gtk-4.0:amd64.
#15 47.19 Preparing to unpack .../046-gir1.2-gtk-4.0_4.8.3+ds-2+deb12u1_amd64.deb ...
#15 47.19 Unpacking gir1.2-gtk-4.0:amd64 (4.8.3+ds-2+deb12u1) ...
#15 47.25 Selecting previously unselected package libadwaita-1-0:amd64.
#15 47.25 Preparing to unpack .../047-libadwaita-1-0_1.2.2-1_amd64.deb ...
#15 47.25 Unpacking libadwaita-1-0:amd64 (1.2.2-1) ...
#15 47.33 Selecting previously unselected package gir1.2-adw-1:amd64.
#15 47.34 Preparing to unpack .../048-gir1.2-adw-1_1.2.2-1_amd64.deb ...
#15 47.34 Unpacking gir1.2-adw-1:amd64 (1.2.2-1) ...
#15 47.39 Selecting previously unselected package libatk1.0-0:amd64.
#15 47.39 Preparing to unpack .../049-libatk1.0-0_2.46.0-5_amd64.deb ...
#15 47.40 Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
#15 47.44 Selecting previously unselected package gir1.2-atk-1.0:amd64.
#15 47.44 Preparing to unpack .../050-gir1.2-atk-1.0_2.46.0-5_amd64.deb ...
#15 47.45 Unpacking gir1.2-atk-1.0:amd64 (2.46.0-5) ...
#15 47.50 Selecting previously unselected package libatspi2.0-0:amd64.
#15 47.50 Preparing to unpack .../051-libatspi2.0-0_2.46.0-5_amd64.deb ...
#15 47.51 Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
#15 47.56 Selecting previously unselected package gir1.2-atspi-2.0:amd64.
#15 47.56 Preparing to unpack .../052-gir1.2-atspi-2.0_2.46.0-5_amd64.deb ...
#15 47.56 Unpacking gir1.2-atspi-2.0:amd64 (2.46.0-5) ...
#15 47.61 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#15 47.61 Preparing to unpack .../053-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
#15 47.62 Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#15 47.69 Selecting previously unselected package libwayland-cursor0:amd64.
#15 47.69 Preparing to unpack .../054-libwayland-cursor0_1.21.0-1_amd64.deb ...
#15 47.71 Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
#15 47.77 Selecting previously unselected package libxcomposite1:amd64.
#15 47.77 Preparing to unpack .../055-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#15 47.78 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#15 47.83 Selecting previously unselected package libgtk-3-common.
#15 47.84 Preparing to unpack .../056-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
#15 47.85 Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
#15 48.29 Selecting previously unselected package libgtk-3-0:amd64.
#15 48.29 Preparing to unpack .../057-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
#15 48.30 Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#15 48.61 Selecting previously unselected package gir1.2-gtk-3.0:amd64.
#15 48.61 Preparing to unpack .../058-gir1.2-gtk-3.0_3.24.38-2~deb12u3_amd64.deb ...
#15 48.62 Unpacking gir1.2-gtk-3.0:amd64 (3.24.38-2~deb12u3) ...
#15 48.68 Selecting previously unselected package libayatana-ido3-0.4-0:amd64.
#15 48.69 Preparing to unpack .../059-libayatana-ido3-0.4-0_0.9.3-1_amd64.deb ...
#15 48.69 Unpacking libayatana-ido3-0.4-0:amd64 (0.9.3-1) ...
#15 48.81 Selecting previously unselected package libayatana-indicator3-7:amd64.
#15 48.82 Preparing to unpack .../060-libayatana-indicator3-7_0.9.3-1_amd64.deb ...
#15 48.82 Unpacking libayatana-indicator3-7:amd64 (0.9.3-1) ...
#15 48.88 Selecting previously unselected package libdbusmenu-glib4:amd64.
#15 48.89 Preparing to unpack .../061-libdbusmenu-glib4_18.10.20180917~bzr492+repack1-3_amd64.deb ...
#15 48.89 Unpacking libdbusmenu-glib4:amd64 (18.10.20180917~bzr492+repack1-3) ...
#15 48.96 Selecting previously unselected package libdbusmenu-gtk3-4:amd64.
#15 48.96 Preparing to unpack .../062-libdbusmenu-gtk3-4_18.10.20180917~bzr492+repack1-3_amd64.deb ...
#15 48.97 Unpacking libdbusmenu-gtk3-4:amd64 (18.10.20180917~bzr492+repack1-3) ...
#15 49.02 Selecting previously unselected package libayatana-appindicator3-1.
#15 49.03 Preparing to unpack .../063-libayatana-appindicator3-1_0.5.92-1_amd64.deb ...
#15 49.03 Unpacking libayatana-appindicator3-1 (0.5.92-1) ...
#15 49.08 Selecting previously unselected package gir1.2-ayatanaappindicator3-0.1.
#15 49.08 Preparing to unpack .../064-gir1.2-ayatanaappindicator3-0.1_0.5.92-1_amd64.deb ...
#15 49.09 Unpacking gir1.2-ayatanaappindicator3-0.1 (0.5.92-1) ...
#15 49.13 Selecting previously unselected package gir1.2-ayatanaido3-0.4:amd64.
#15 49.13 Preparing to unpack .../065-gir1.2-ayatanaido3-0.4_0.9.3-1_amd64.deb ...
#15 49.14 Unpacking gir1.2-ayatanaido3-0.4:amd64 (0.9.3-1) ...
#15 49.18 Selecting previously unselected package gir1.2-dbusmenu-glib-0.4:amd64.
#15 49.18 Preparing to unpack .../066-gir1.2-dbusmenu-glib-0.4_18.10.20180917~bzr492+repack1-3_amd64.deb ...
#15 49.19 Unpacking gir1.2-dbusmenu-glib-0.4:amd64 (18.10.20180917~bzr492+repack1-3) ...
#15 49.23 Selecting previously unselected package libgtk2.0-common.
#15 49.24 Preparing to unpack .../067-libgtk2.0-common_2.24.33-2+deb12u1_all.deb ...
#15 49.24 Unpacking libgtk2.0-common (2.24.33-2+deb12u1) ...
#15 49.55 Selecting previously unselected package libgtk2.0-0:amd64.
#15 49.56 Preparing to unpack .../068-libgtk2.0-0_2.24.33-2+deb12u1_amd64.deb ...
#15 49.56 Unpacking libgtk2.0-0:amd64 (2.24.33-2+deb12u1) ...
#15 49.76 Selecting previously unselected package gir1.2-gtk-2.0:amd64.
#15 49.77 Preparing to unpack .../069-gir1.2-gtk-2.0_2.24.33-2+deb12u1_amd64.deb ...
#15 49.77 Unpacking gir1.2-gtk-2.0:amd64 (2.24.33-2+deb12u1) ...
#15 49.84 Selecting previously unselected package libjavascriptcoregtk-4.1-0:amd64.
#15 49.84 Preparing to unpack .../070-libjavascriptcoregtk-4.1-0_2.50.6-1~deb12u1_amd64.deb ...
#15 49.84 Unpacking libjavascriptcoregtk-4.1-0:amd64 (2.50.6-1~deb12u1) ...
#15 50.40 Selecting previously unselected package gir1.2-javascriptcoregtk-4.1:amd64.
#15 50.40 Preparing to unpack .../071-gir1.2-javascriptcoregtk-4.1_2.50.6-1~deb12u1_amd64.deb ...
#15 50.40 Unpacking gir1.2-javascriptcoregtk-4.1:amd64 (2.50.6-1~deb12u1) ...
#15 50.45 Selecting previously unselected package libjson-glib-1.0-common.
#15 50.45 Preparing to unpack .../072-libjson-glib-1.0-common_1.6.6-1_all.deb ...
#15 50.45 Unpacking libjson-glib-1.0-common (1.6.6-1) ...
#15 50.51 Selecting previously unselected package libjson-glib-1.0-0:amd64.
#15 50.51 Preparing to unpack .../073-libjson-glib-1.0-0_1.6.6-1_amd64.deb ...
#15 50.52 Unpacking libjson-glib-1.0-0:amd64 (1.6.6-1) ...
#15 50.58 Selecting previously unselected package gir1.2-json-1.0:amd64.
#15 50.59 Preparing to unpack .../074-gir1.2-json-1.0_1.6.6-1_amd64.deb ...
#15 50.59 Unpacking gir1.2-json-1.0:amd64 (1.6.6-1) ...
#15 50.63 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
#15 50.63 Preparing to unpack .../075-libpolkit-gobject-1-0_122-3_amd64.deb ...
#15 50.64 Unpacking libpolkit-gobject-1-0:amd64 (122-3) ...
#15 50.69 Selecting previously unselected package libpolkit-agent-1-0:amd64.
#15 50.70 Preparing to unpack .../076-libpolkit-agent-1-0_122-3_amd64.deb ...
#15 50.70 Unpacking libpolkit-agent-1-0:amd64 (122-3) ...
#15 50.76 Selecting previously unselected package gir1.2-polkit-1.0.
#15 50.76 Preparing to unpack .../077-gir1.2-polkit-1.0_122-3_amd64.deb ...
#15 50.77 Unpacking gir1.2-polkit-1.0 (122-3) ...
#15 50.82 Selecting previously unselected package libproxy1v5:amd64.
#15 50.82 Preparing to unpack .../078-libproxy1v5_0.4.18-1.2_amd64.deb ...
#15 50.82 Unpacking libproxy1v5:amd64 (0.4.18-1.2) ...
#15 50.90 Selecting previously unselected package glib-networking-common.
#15 50.90 Preparing to unpack .../079-glib-networking-common_2.74.0-4_all.deb ...
#15 50.91 Unpacking glib-networking-common (2.74.0-4) ...
#15 50.99 Selecting previously unselected package glib-networking-services.
#15 51.00 Preparing to unpack .../080-glib-networking-services_2.74.0-4_amd64.deb ...
#15 51.00 Unpacking glib-networking-services (2.74.0-4) ...
#15 51.06 Selecting previously unselected package gsettings-desktop-schemas.
#15 51.06 Preparing to unpack .../081-gsettings-desktop-schemas_43.0-1_all.deb ...
#15 51.07 Unpacking gsettings-desktop-schemas (43.0-1) ...
#15 51.23 Selecting previously unselected package glib-networking:amd64.
#15 51.24 Preparing to unpack .../082-glib-networking_2.74.0-4_amd64.deb ...
#15 51.24 Unpacking glib-networking:amd64 (2.74.0-4) ...
#15 51.29 Selecting previously unselected package libsoup-3.0-common.
#15 51.30 Preparing to unpack .../083-libsoup-3.0-common_3.2.3-0+deb12u2_all.deb ...
#15 51.30 Unpacking libsoup-3.0-common (3.2.3-0+deb12u2) ...
#15 51.40 Selecting previously unselected package libsoup-3.0-0:amd64.
#15 51.42 Preparing to unpack .../084-libsoup-3.0-0_3.2.3-0+deb12u2_amd64.deb ...
#15 51.42 Unpacking libsoup-3.0-0:amd64 (3.2.3-0+deb12u2) ...
#15 51.51 Selecting previously unselected package gir1.2-soup-3.0:amd64.
#15 51.52 Preparing to unpack .../085-gir1.2-soup-3.0_3.2.3-0+deb12u2_amd64.deb ...
#15 51.52 Unpacking gir1.2-soup-3.0:amd64 (3.2.3-0+deb12u2) ...
#15 51.57 Selecting previously unselected package libcdparanoia0:amd64.
#15 51.58 Preparing to unpack .../086-libcdparanoia0_3.10.2+debian-14_amd64.deb ...
#15 51.58 Unpacking libcdparanoia0:amd64 (3.10.2+debian-14) ...
#15 51.65 Selecting previously unselected package libdw1:amd64.
#15 51.66 Preparing to unpack .../087-libdw1_0.188-2.1_amd64.deb ...
#15 51.66 Unpacking libdw1:amd64 (0.188-2.1) ...
#15 51.75 Selecting previously unselected package libunwind8:amd64.
#15 51.75 Preparing to unpack .../088-libunwind8_1.6.2-3_amd64.deb ...
#15 51.76 Unpacking libunwind8:amd64 (1.6.2-3) ...
#15 51.81 Selecting previously unselected package libcap2-bin.
#15 51.81 Preparing to unpack .../089-libcap2-bin_1%3a2.66-4+deb12u2+b2_amd64.deb ...
#15 51.82 Unpacking libcap2-bin (1:2.66-4+deb12u2+b2) ...
#15 51.88 Selecting previously unselected package libgstreamer1.0-0:amd64.
#15 51.89 Preparing to unpack .../090-libgstreamer1.0-0_1.22.0-2+deb12u1_amd64.deb ...
#15 51.89 Unpacking libgstreamer1.0-0:amd64 (1.22.0-2+deb12u1) ...
#15 52.04 Selecting previously unselected package liborc-0.4-0:amd64.
#15 52.04 Preparing to unpack .../091-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
#15 52.05 Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
#15 52.10 Selecting previously unselected package iso-codes.
#15 52.11 Preparing to unpack .../092-iso-codes_4.15.0-1_all.deb ...
#15 52.11 Unpacking iso-codes (4.15.0-1) ...
#15 52.66 Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64.
#15 52.66 Preparing to unpack .../093-libgstreamer-plugins-base1.0-0_1.22.0-3+deb12u6_amd64.deb ...
#15 52.67 Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.22.0-3+deb12u6) ...
#15 52.78 Selecting previously unselected package libogg0:amd64.
#15 52.78 Preparing to unpack .../094-libogg0_1.3.5-3_amd64.deb ...
#15 52.78 Unpacking libogg0:amd64 (1.3.5-3) ...
#15 52.82 Selecting previously unselected package libopus0:amd64.
#15 52.82 Preparing to unpack .../095-libopus0_1.3.1-3_amd64.deb ...
#15 52.82 Unpacking libopus0:amd64 (1.3.1-3) ...
#15 52.87 Selecting previously unselected package libtheora0:amd64.
#15 52.87 Preparing to unpack .../096-libtheora0_1.1.1+dfsg.1-16.1+deb12u1_amd64.deb ...
#15 52.88 Unpacking libtheora0:amd64 (1.1.1+dfsg.1-16.1+deb12u1) ...
#15 52.93 Selecting previously unselected package libvisual-0.4-0:amd64.
#15 52.93 Preparing to unpack .../097-libvisual-0.4-0_0.4.0-19_amd64.deb ...
#15 52.94 Unpacking libvisual-0.4-0:amd64 (0.4.0-19) ...
#15 52.98 Selecting previously unselected package libvorbis0a:amd64.
#15 52.98 Preparing to unpack .../098-libvorbis0a_1.3.7-1_amd64.deb ...
#15 52.99 Unpacking libvorbis0a:amd64 (1.3.7-1) ...
#15 53.03 Selecting previously unselected package libvorbisenc2:amd64.
#15 53.03 Preparing to unpack .../099-libvorbisenc2_1.3.7-1_amd64.deb ...
#15 53.04 Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
#15 53.09 Selecting previously unselected package gstreamer1.0-plugins-base:amd64.
#15 53.10 Preparing to unpack .../100-gstreamer1.0-plugins-base_1.22.0-3+deb12u6_amd64.deb ...
#15 53.10 Unpacking gstreamer1.0-plugins-base:amd64 (1.22.0-3+deb12u6) ...
#15 53.22 Selecting previously unselected package libgpm2:amd64.
#15 53.22 Preparing to unpack .../101-libgpm2_1.20.7-10+b1_amd64.deb ...
#15 53.23 Unpacking libgpm2:amd64 (1.20.7-10+b1) ...
#15 53.28 Selecting previously unselected package libslang2:amd64.
#15 53.29 Preparing to unpack .../102-libslang2_2.3.3-3_amd64.deb ...
#15 53.29 Unpacking libslang2:amd64 (2.3.3-3) ...
#15 53.40 Selecting previously unselected package libaa1:amd64.
#15 53.40 Preparing to unpack .../103-libaa1_1.4p5-50_amd64.deb ...
#15 53.40 Unpacking libaa1:amd64 (1.4p5-50) ...
#15 53.45 Selecting previously unselected package libraw1394-11:amd64.
#15 53.46 Preparing to unpack .../104-libraw1394-11_2.1.2-2_amd64.deb ...
#15 53.46 Unpacking libraw1394-11:amd64 (2.1.2-2) ...
#15 53.52 Selecting previously unselected package libavc1394-0:amd64.
#15 53.52 Preparing to unpack .../105-libavc1394-0_0.5.4-5_amd64.deb ...
#15 53.52 Unpacking libavc1394-0:amd64 (0.5.4-5) ...
#15 53.58 Selecting previously unselected package libcaca0:amd64.
#15 53.58 Preparing to unpack .../106-libcaca0_0.99.beta20-3_amd64.deb ...
#15 53.59 Unpacking libcaca0:amd64 (0.99.beta20-3) ...
#15 53.66 Selecting previously unselected package libdv4:amd64.
#15 53.67 Preparing to unpack .../107-libdv4_1.0.0-15_amd64.deb ...
#15 53.67 Unpacking libdv4:amd64 (1.0.0-15) ...
#15 53.74 Selecting previously unselected package libflac12:amd64.
#15 53.74 Preparing to unpack .../108-libflac12_1.4.2+ds-2_amd64.deb ...
#15 53.76 Unpacking libflac12:amd64 (1.4.2+ds-2) ...
#15 53.83 Selecting previously unselected package libgudev-1.0-0:amd64.
#15 53.84 Preparing to unpack .../109-libgudev-1.0-0_237-2_amd64.deb ...
#15 53.84 Unpacking libgudev-1.0-0:amd64 (237-2) ...
#15 53.90 Selecting previously unselected package libiec61883-0:amd64.
#15 53.92 Preparing to unpack .../110-libiec61883-0_1.2.0-6+b1_amd64.deb ...
#15 53.92 Unpacking libiec61883-0:amd64 (1.2.0-6+b1) ...
#15 53.98 Selecting previously unselected package libsamplerate0:amd64.
#15 53.99 Preparing to unpack .../111-libsamplerate0_0.2.2-3_amd64.deb ...
#15 53.99 Unpacking libsamplerate0:amd64 (0.2.2-3) ...
#15 54.14 Selecting previously unselected package libjack-jackd2-0:amd64.
#15 54.14 Preparing to unpack .../112-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ...
#15 54.15 Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#15 54.23 Selecting previously unselected package libmp3lame0:amd64.
#15 54.24 Preparing to unpack .../113-libmp3lame0_3.100-6_amd64.deb ...
#15 54.26 Unpacking libmp3lame0:amd64 (3.100-6) ...
#15 54.33 Selecting previously unselected package libmpg123-0:amd64.
#15 54.34 Preparing to unpack .../114-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
#15 54.34 Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#15 54.39 Selecting previously unselected package libasyncns0:amd64.
#15 54.40 Preparing to unpack .../115-libasyncns0_0.8-6+b3_amd64.deb ...
#15 54.41 Unpacking libasyncns0:amd64 (0.8-6+b3) ...
#15 54.45 Selecting previously unselected package libsndfile1:amd64.
#15 54.46 Preparing to unpack .../116-libsndfile1_1.2.0-1+deb12u1_amd64.deb ...
#15 54.46 Unpacking libsndfile1:amd64 (1.2.0-1+deb12u1) ...
#15 54.53 Selecting previously unselected package libx11-xcb1:amd64.
#15 54.54 Preparing to unpack .../117-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
#15 54.54 Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#15 54.61 Selecting previously unselected package libpulse0:amd64.
#15 54.62 Preparing to unpack .../118-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
#15 54.63 Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#15 54.71 Selecting previously unselected package libspeex1:amd64.
#15 54.71 Preparing to unpack .../119-libspeex1_1.2.1-2_amd64.deb ...
#15 54.72 Unpacking libspeex1:amd64 (1.2.1-2) ...
#15 54.79 Selecting previously unselected package libshout3:amd64.
#15 54.80 Preparing to unpack .../120-libshout3_2.4.6-1+b1_amd64.deb ...
#15 54.81 Unpacking libshout3:amd64 (2.4.6-1+b1) ...
#15 54.85 Selecting previously unselected package libtag1v5-vanilla:amd64.
#15 54.85 Preparing to unpack .../121-libtag1v5-vanilla_1.13-2_amd64.deb ...
#15 54.86 Unpacking libtag1v5-vanilla:amd64 (1.13-2) ...
#15 54.93 Selecting previously unselected package libtag1v5:amd64.
#15 54.94 Preparing to unpack .../122-libtag1v5_1.13-2_amd64.deb ...
#15 54.94 Unpacking libtag1v5:amd64 (1.13-2) ...
#15 54.99 Selecting previously unselected package libtwolame0:amd64.
#15 55.00 Preparing to unpack .../123-libtwolame0_0.4.0-2_amd64.deb ...
#15 55.00 Unpacking libtwolame0:amd64 (0.4.0-2) ...
#15 55.04 Selecting previously unselected package libv4lconvert0:amd64.
#15 55.05 Preparing to unpack .../124-libv4lconvert0_1.22.1-5+b2_amd64.deb ...
#15 55.05 Unpacking libv4lconvert0:amd64 (1.22.1-5+b2) ...
#15 55.09 Selecting previously unselected package libv4l-0:amd64.
#15 55.10 Preparing to unpack .../125-libv4l-0_1.22.1-5+b2_amd64.deb ...
#15 55.10 Unpacking libv4l-0:amd64 (1.22.1-5+b2) ...
#15 55.15 Selecting previously unselected package libvpx7:amd64.
#15 55.15 Preparing to unpack .../126-libvpx7_1.12.0-1+deb12u5_amd64.deb ...
#15 55.16 Unpacking libvpx7:amd64 (1.12.0-1+deb12u5) ...
#15 55.27 Selecting previously unselected package libwavpack1:amd64.
#15 55.27 Preparing to unpack .../127-libwavpack1_5.6.0-1_amd64.deb ...
#15 55.27 Unpacking libwavpack1:amd64 (5.6.0-1) ...
#15 55.32 Selecting previously unselected package libsoup2.4-common.
#15 55.33 Preparing to unpack .../128-libsoup2.4-common_2.74.3-1+deb12u1_all.deb ...
#15 55.34 Unpacking libsoup2.4-common (2.74.3-1+deb12u1) ...
#15 55.39 Selecting previously unselected package libsoup2.4-1:amd64.
#15 55.40 Preparing to unpack .../129-libsoup2.4-1_2.74.3-1+deb12u1_amd64.deb ...
#15 55.40 Unpacking libsoup2.4-1:amd64 (2.74.3-1+deb12u1) ...
#15 55.46 Selecting previously unselected package gstreamer1.0-plugins-good:amd64.
#15 55.46 Preparing to unpack .../130-gstreamer1.0-plugins-good_1.22.0-5+deb12u3_amd64.deb ...
#15 55.46 Unpacking gstreamer1.0-plugins-good:amd64 (1.22.0-5+deb12u3) ...
#15 55.80 Selecting previously unselected package libglvnd0:amd64.
#15 55.81 Preparing to unpack .../131-libglvnd0_1.6.0-1_amd64.deb ...
#15 55.81 Unpacking libglvnd0:amd64 (1.6.0-1) ...
#15 55.86 Selecting previously unselected package libgles2:amd64.
#15 55.87 Preparing to unpack .../132-libgles2_1.6.0-1_amd64.deb ...
#15 55.87 Unpacking libgles2:amd64 (1.6.0-1) ...
#15 55.92 Selecting previously unselected package xdg-dbus-proxy.
#15 55.92 Preparing to unpack .../133-xdg-dbus-proxy_0.1.4-3_amd64.deb ...
#15 55.92 Unpacking xdg-dbus-proxy (0.1.4-3) ...
#15 55.98 Selecting previously unselected package libabsl20220623:amd64.
#15 55.99 Preparing to unpack .../134-libabsl20220623_20220623.1-1+deb12u2_amd64.deb ...
#15 55.99 Unpacking libabsl20220623:amd64 (20220623.1-1+deb12u2) ...
#15 56.09 Selecting previously unselected package libgav1-1:amd64.
#15 56.09 Preparing to unpack .../135-libgav1-1_0.18.0-1+b1_amd64.deb ...
#15 56.10 Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
#15 56.19 Selecting previously unselected package librav1e0:amd64.
#15 56.19 Preparing to unpack .../136-librav1e0_0.5.1-6_amd64.deb ...
#15 56.19 Unpacking librav1e0:amd64 (0.5.1-6) ...
#15 56.30 Selecting previously unselected package libsvtav1enc1:amd64.
#15 56.31 Preparing to unpack .../137-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ...
#15 56.31 Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
#15 56.56 Selecting previously unselected package libyuv0:amd64.
#15 56.56 Preparing to unpack .../138-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ...
#15 56.56 Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
#15 56.62 Selecting previously unselected package libavif15:amd64.
#15 56.62 Preparing to unpack .../139-libavif15_0.11.1-1+deb12u1_amd64.deb ...
#15 56.62 Unpacking libavif15:amd64 (0.11.1-1+deb12u1) ...
#15 56.67 Selecting previously unselected package libdrm-common.
#15 56.67 Preparing to unpack .../140-libdrm-common_2.4.114-1_all.deb ...
#15 56.67 Unpacking libdrm-common (2.4.114-1) ...
#15 56.71 Selecting previously unselected package libdrm2:amd64.
#15 56.72 Preparing to unpack .../141-libdrm2_2.4.114-1+b1_amd64.deb ...
#15 56.73 Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
#15 56.78 Selecting previously unselected package hunspell-en-us.
#15 56.78 Preparing to unpack .../142-hunspell-en-us_1%3a2020.12.07-2_all.deb ...
#15 56.78 Unpacking hunspell-en-us (1:2020.12.07-2) ...
#15 56.85 Selecting previously unselected package libaspell15:amd64.
#15 56.86 Preparing to unpack .../143-libaspell15_0.60.8-4+b1_amd64.deb ...
#15 56.86 Unpacking libaspell15:amd64 (0.60.8-4+b1) ...
#15 56.94 Selecting previously unselected package libhunspell-1.7-0:amd64.
#15 56.94 Preparing to unpack .../144-libhunspell-1.7-0_1.7.1-1_amd64.deb ...
#15 56.95 Unpacking libhunspell-1.7-0:amd64 (1.7.1-1) ...
#15 57.01 Selecting previously unselected package libenchant-2-2:amd64.
#15 57.02 Preparing to unpack .../145-libenchant-2-2_2.3.3-2_amd64.deb ...
#15 57.02 Unpacking libenchant-2-2:amd64 (2.3.3-2) ...
#15 57.07 Selecting previously unselected package libasound2-data.
#15 57.08 Preparing to unpack .../146-libasound2-data_1.2.8-1_all.deb ...
#15 57.08 Unpacking libasound2-data (1.2.8-1) ...
#15 57.15 Selecting previously unselected package libasound2:amd64.
#15 57.15 Preparing to unpack .../147-libasound2_1.2.8-1+b1_amd64.deb ...
#15 57.15 Unpacking libasound2:amd64 (1.2.8-1+b1) ...
#15 57.26 Selecting previously unselected package libflite1:amd64.
#15 57.26 Preparing to unpack .../148-libflite1_2.2-5_amd64.deb ...
#15 57.27 Unpacking libflite1:amd64 (2.2-5) ...
#15 58.28 Selecting previously unselected package libwayland-server0:amd64.
#15 58.29 Preparing to unpack .../149-libwayland-server0_1.21.0-1_amd64.deb ...
#15 58.30 Unpacking libwayland-server0:amd64 (1.21.0-1) ...
#15 58.36 Selecting previously unselected package libgbm1:amd64.
#15 58.37 Preparing to unpack .../150-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
#15 58.38 Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
#15 58.43 Selecting previously unselected package libglapi-mesa:amd64.
#15 58.43 Preparing to unpack .../151-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
#15 58.44 Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#15 58.49 Selecting previously unselected package libxcb-dri2-0:amd64.
#15 58.50 Preparing to unpack .../152-libxcb-dri2-0_1.15-1_amd64.deb ...
#15 58.50 Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
#15 58.57 Selecting previously unselected package libxcb-dri3-0:amd64.
#15 58.57 Preparing to unpack .../153-libxcb-dri3-0_1.15-1_amd64.deb ...
#15 58.58 Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
#15 58.66 Selecting previously unselected package libxcb-present0:amd64.
#15 58.67 Preparing to unpack .../154-libxcb-present0_1.15-1_amd64.deb ...
#15 58.67 Unpacking libxcb-present0:amd64 (1.15-1) ...
#15 58.72 Selecting previously unselected package libxcb-randr0:amd64.
#15 58.73 Preparing to unpack .../155-libxcb-randr0_1.15-1_amd64.deb ...
#15 58.73 Unpacking libxcb-randr0:amd64 (1.15-1) ...
#15 58.79 Selecting previously unselected package libxcb-sync1:amd64.
#15 58.79 Preparing to unpack .../156-libxcb-sync1_1.15-1_amd64.deb ...
#15 58.79 Unpacking libxcb-sync1:amd64 (1.15-1) ...
#15 58.86 Selecting previously unselected package libxcb-xfixes0:amd64.
#15 58.86 Preparing to unpack .../157-libxcb-xfixes0_1.15-1_amd64.deb ...
#15 58.87 Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
#15 58.95 Selecting previously unselected package libxshmfence1:amd64.
#15 58.96 Preparing to unpack .../158-libxshmfence1_1.3-1_amd64.deb ...
#15 58.96 Unpacking libxshmfence1:amd64 (1.3-1) ...
#15 59.01 Selecting previously unselected package libegl-mesa0:amd64.
#15 59.01 Preparing to unpack .../159-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#15 59.01 Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#15 59.09 Selecting previously unselected package libegl1:amd64.
#15 59.10 Preparing to unpack .../160-libegl1_1.6.0-1_amd64.deb ...
#15 59.10 Unpacking libegl1:amd64 (1.6.0-1) ...
#15 59.17 Selecting previously unselected package libxcb-glx0:amd64.
#15 59.18 Preparing to unpack .../161-libxcb-glx0_1.15-1_amd64.deb ...
#15 59.18 Unpacking libxcb-glx0:amd64 (1.15-1) ...
#15 59.26 Selecting previously unselected package libxxf86vm1:amd64.
#15 59.26 Preparing to unpack .../162-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#15 59.27 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#15 59.33 Selecting previously unselected package libdrm-amdgpu1:amd64.
#15 59.34 Preparing to unpack .../163-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
#15 59.34 Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#15 59.40 Selecting previously unselected package libpciaccess0:amd64.
#15 59.41 Preparing to unpack .../164-libpciaccess0_0.17-2_amd64.deb ...
#15 59.41 Unpacking libpciaccess0:amd64 (0.17-2) ...
#15 59.46 Selecting previously unselected package libdrm-intel1:amd64.
#15 59.47 Preparing to unpack .../165-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
#15 59.47 Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
#15 59.67 Selecting previously unselected package libdrm-nouveau2:amd64.
#15 59.68 Preparing to unpack .../166-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
#15 59.69 Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#15 59.73 Selecting previously unselected package libdrm-radeon1:amd64.
#15 59.74 Preparing to unpack .../167-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
#15 59.74 Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#15 59.79 Selecting previously unselected package libz3-4:amd64.
#15 59.79 Preparing to unpack .../168-libz3-4_4.8.12-3.1_amd64.deb ...
#15 59.80 Unpacking libz3-4:amd64 (4.8.12-3.1) ...
#15 60.41 Selecting previously unselected package libllvm15:amd64.
#15 60.42 Preparing to unpack .../169-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
#15 60.42 Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
#15 61.53 Selecting previously unselected package libsensors-config.
#15 61.54 Preparing to unpack .../170-libsensors-config_1%3a3.6.0-7.1_all.deb ...
#15 61.54 Unpacking libsensors-config (1:3.6.0-7.1) ...
#15 61.72 Selecting previously unselected package libsensors5:amd64.
#15 61.72 Preparing to unpack .../171-libsensors5_1%3a3.6.0-7.1_amd64.deb ...
#15 61.81 Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...
#15 61.87 Selecting previously unselected package libgl1-mesa-dri:amd64.
#15 61.87 Preparing to unpack .../172-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
#15 61.89 Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#15 62.54 Selecting previously unselected package libglx-mesa0:amd64.
#15 62.55 Preparing to unpack .../173-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#15 62.55 Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#15 62.61 Selecting previously unselected package libglx0:amd64.
#15 62.62 Preparing to unpack .../174-libglx0_1.6.0-1_amd64.deb ...
#15 62.62 Unpacking libglx0:amd64 (1.6.0-1) ...
#15 62.67 Selecting previously unselected package libgl1:amd64.
#15 62.68 Preparing to unpack .../175-libgl1_1.6.0-1_amd64.deb ...
#15 62.69 Unpacking libgl1:amd64 (1.6.0-1) ...
#15 62.73 Selecting previously unselected package libgstreamer-gl1.0-0:amd64.
#15 62.74 Preparing to unpack .../176-libgstreamer-gl1.0-0_1.22.0-3+deb12u6_amd64.deb ...
#15 62.75 Unpacking libgstreamer-gl1.0-0:amd64 (1.22.0-3+deb12u6) ...
#15 62.81 Selecting previously unselected package libharfbuzz-icu0:amd64.
#15 62.81 Preparing to unpack .../177-libharfbuzz-icu0_6.0.0+dfsg-3_amd64.deb ...
#15 62.82 Unpacking libharfbuzz-icu0:amd64 (6.0.0+dfsg-3) ...
#15 62.91 Selecting previously unselected package libhyphen0:amd64.
#15 62.92 Preparing to unpack .../178-libhyphen0_2.8.8-7_amd64.deb ...
#15 62.92 Unpacking libhyphen0:amd64 (2.8.8-7) ...
#15 62.99 Selecting previously unselected package libevdev2:amd64.
#15 63.00 Preparing to unpack .../179-libevdev2_1.13.0+dfsg-1_amd64.deb ...
#15 63.01 Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
#15 63.07 Selecting previously unselected package libmanette-0.2-0:amd64.
#15 63.08 Preparing to unpack .../180-libmanette-0.2-0_0.2.6-3+b1_amd64.deb ...
#15 63.09 Unpacking libmanette-0.2-0:amd64 (0.2.6-3+b1) ...
#15 63.15 Selecting previously unselected package libsecret-common.
#15 63.16 Preparing to unpack .../181-libsecret-common_0.20.5-3_all.deb ...
#15 63.17 Unpacking libsecret-common (0.20.5-3) ...
#15 63.25 Selecting previously unselected package libsecret-1-0:amd64.
#15 63.25 Preparing to unpack .../182-libsecret-1-0_0.20.5-3_amd64.deb ...
#15 63.25 Unpacking libsecret-1-0:amd64 (0.20.5-3) ...
#15 63.32 Selecting previously unselected package libwoff1:amd64.
#15 63.32 Preparing to unpack .../183-libwoff1_1.0.2-2_amd64.deb ...
#15 63.33 Unpacking libwoff1:amd64 (1.0.2-2) ...
#15 63.41 Selecting previously unselected package libwebkit2gtk-4.1-0:amd64.
#15 63.41 Preparing to unpack .../184-libwebkit2gtk-4.1-0_2.50.6-1~deb12u1_amd64.deb ...
#15 63.41 Unpacking libwebkit2gtk-4.1-0:amd64 (2.50.6-1~deb12u1) ...
#15 64.30 Selecting previously unselected package gir1.2-webkit2-4.1:amd64.
#15 64.30 Preparing to unpack .../185-gir1.2-webkit2-4.1_2.50.6-1~deb12u1_amd64.deb ...
#15 64.32 Unpacking gir1.2-webkit2-4.1:amd64 (2.50.6-1~deb12u1) ...
#15 64.38 Selecting previously unselected package python3-markupsafe.
#15 64.38 Preparing to unpack .../186-python3-markupsafe_2.1.2-1+b1_amd64.deb ...
#15 64.39 Unpacking python3-markupsafe (2.1.2-1+b1) ...
#15 64.43 Selecting previously unselected package python3-mako.
#15 64.43 Preparing to unpack .../187-python3-mako_1.2.4+ds-1_all.deb ...
#15 64.44 Unpacking python3-mako (1.2.4+ds-1) ...
#15 64.49 Selecting previously unselected package python3-markdown.
#15 64.49 Preparing to unpack .../188-python3-markdown_3.4.1-2_all.deb ...
#15 64.50 Unpacking python3-markdown (3.4.1-2) ...
#15 64.55 Selecting previously unselected package gobject-introspection.
#15 64.55 Preparing to unpack .../189-gobject-introspection_1.74.0-3_amd64.deb ...
#15 64.56 Unpacking gobject-introspection (1.74.0-3) ...
#15 64.68 Selecting previously unselected package libglx-dev:amd64.
#15 64.68 Preparing to unpack .../190-libglx-dev_1.6.0-1_amd64.deb ...
#15 64.69 Unpacking libglx-dev:amd64 (1.6.0-1) ...
#15 64.75 Selecting previously unselected package libgl-dev:amd64.
#15 64.75 Preparing to unpack .../191-libgl-dev_1.6.0-1_amd64.deb ...
#15 64.76 Unpacking libgl-dev:amd64 (1.6.0-1) ...
#15 64.82 Selecting previously unselected package libegl-dev:amd64.
#15 64.83 Preparing to unpack .../192-libegl-dev_1.6.0-1_amd64.deb ...
#15 64.83 Unpacking libegl-dev:amd64 (1.6.0-1) ...
#15 64.88 Selecting previously unselected package libglvnd-core-dev:amd64.
#15 64.89 Preparing to unpack .../193-libglvnd-core-dev_1.6.0-1_amd64.deb ...
#15 64.89 Unpacking libglvnd-core-dev:amd64 (1.6.0-1) ...
#15 64.94 Selecting previously unselected package libgles1:amd64.
#15 64.95 Preparing to unpack .../194-libgles1_1.6.0-1_amd64.deb ...
#15 64.95 Unpacking libgles1:amd64 (1.6.0-1) ...
#15 65.01 Selecting previously unselected package libgles-dev:amd64.
#15 65.01 Preparing to unpack .../195-libgles-dev_1.6.0-1_amd64.deb ...
#15 65.02 Unpacking libgles-dev:amd64 (1.6.0-1) ...
#15 65.07 Selecting previously unselected package libopengl0:amd64.
#15 65.08 Preparing to unpack .../196-libopengl0_1.6.0-1_amd64.deb ...
#15 65.08 Unpacking libopengl0:amd64 (1.6.0-1) ...
#15 65.12 Selecting previously unselected package libopengl-dev:amd64.
#15 65.13 Preparing to unpack .../197-libopengl-dev_1.6.0-1_amd64.deb ...
#15 65.13 Unpacking libopengl-dev:amd64 (1.6.0-1) ...
#15 65.17 Selecting previously unselected package libglvnd-dev:amd64.
#15 65.17 Preparing to unpack .../198-libglvnd-dev_1.6.0-1_amd64.deb ...
#15 65.18 Unpacking libglvnd-dev:amd64 (1.6.0-1) ...
#15 65.22 Selecting previously unselected package libegl1-mesa-dev:amd64.
#15 65.22 Preparing to unpack .../199-libegl1-mesa-dev_22.3.6-1+deb12u1_amd64.deb ...
#15 65.23 Unpacking libegl1-mesa-dev:amd64 (22.3.6-1+deb12u1) ...
#15 65.28 Selecting previously unselected package libepoxy-dev:amd64.
#15 65.28 Preparing to unpack .../200-libepoxy-dev_1.5.10-1_amd64.deb ...
#15 65.28 Unpacking libepoxy-dev:amd64 (1.5.10-1) ...
#15 65.33 Selecting previously unselected package libgirepository1.0-dev.
#15 65.34 Preparing to unpack .../201-libgirepository1.0-dev_1.74.0-3_amd64.deb ...
#15 65.34 Unpacking libgirepository1.0-dev (1.74.0-3) ...
#15 65.46 Selecting previously unselected package libgraphene-1.0-dev.
#15 65.47 Preparing to unpack .../202-libgraphene-1.0-dev_1.10.8-1_amd64.deb ...
#15 65.47 Unpacking libgraphene-1.0-dev (1.10.8-1) ...
#15 65.53 Selecting previously unselected package libfribidi-dev:amd64.
#15 65.53 Preparing to unpack .../203-libfribidi-dev_1.0.8-2.1_amd64.deb ...
#15 65.54 Unpacking libfribidi-dev:amd64 (1.0.8-2.1) ...
#15 65.60 Selecting previously unselected package libharfbuzz-gobject0:amd64.
#15 65.61 Preparing to unpack .../204-libharfbuzz-gobject0_6.0.0+dfsg-3_amd64.deb ...
#15 65.61 Unpacking libharfbuzz-gobject0:amd64 (6.0.0+dfsg-3) ...
#15 65.70 Selecting previously unselected package libharfbuzz-subset0:amd64.
#15 65.71 Preparing to unpack .../205-libharfbuzz-subset0_6.0.0+dfsg-3_amd64.deb ...
#15 65.72 Unpacking libharfbuzz-subset0:amd64 (6.0.0+dfsg-3) ...
#15 65.81 Selecting previously unselected package libgraphite2-dev:amd64.
#15 65.82 Preparing to unpack .../206-libgraphite2-dev_1.3.14-1_amd64.deb ...
#15 65.83 Unpacking libgraphite2-dev:amd64 (1.3.14-1) ...
#15 65.89 Selecting previously unselected package libharfbuzz-dev:amd64.
#15 65.89 Preparing to unpack .../207-libharfbuzz-dev_6.0.0+dfsg-3_amd64.deb ...
#15 65.90 Unpacking libharfbuzz-dev:amd64 (6.0.0+dfsg-3) ...
#15 66.01 Selecting previously unselected package libdatrie-dev:amd64.
#15 66.02 Preparing to unpack .../208-libdatrie-dev_0.2.13-2+b1_amd64.deb ...
#15 66.02 Unpacking libdatrie-dev:amd64 (0.2.13-2+b1) ...
#15 66.08 Selecting previously unselected package libthai-dev:amd64.
#15 66.08 Preparing to unpack .../209-libthai-dev_0.1.29-1_amd64.deb ...
#15 66.09 Unpacking libthai-dev:amd64 (0.1.29-1) ...
#15 66.14 Selecting previously unselected package libxft-dev:amd64.
#15 66.14 Preparing to unpack .../210-libxft-dev_2.3.6-1_amd64.deb ...
#15 66.15 Unpacking libxft-dev:amd64 (2.3.6-1) ...
#15 66.21 Selecting previously unselected package pango1.0-tools.
#15 66.21 Preparing to unpack .../211-pango1.0-tools_1.50.12+ds-1_amd64.deb ...
#15 66.22 Unpacking pango1.0-tools (1.50.12+ds-1) ...
#15 66.27 Selecting previously unselected package libpango1.0-dev:amd64.
#15 66.27 Preparing to unpack .../212-libpango1.0-dev_1.50.12+ds-1_amd64.deb ...
#15 66.27 Unpacking libpango1.0-dev:amd64 (1.50.12+ds-1) ...
#15 66.34 Selecting previously unselected package libwayland-bin.
#15 66.35 Preparing to unpack .../213-libwayland-bin_1.21.0-1_amd64.deb ...
#15 66.35 Unpacking libwayland-bin (1.21.0-1) ...
#15 66.40 Selecting previously unselected package libwayland-dev:amd64.
#15 66.40 Preparing to unpack .../214-libwayland-dev_1.21.0-1_amd64.deb ...
#15 66.41 Unpacking libwayland-dev:amd64 (1.21.0-1) ...
#15 66.46 Selecting previously unselected package libxfixes-dev:amd64.
#15 66.46 Preparing to unpack .../215-libxfixes-dev_1%3a6.0.0-2_amd64.deb ...
#15 66.47 Unpacking libxfixes-dev:amd64 (1:6.0.0-2) ...
#15 66.51 Selecting previously unselected package libxcomposite-dev:amd64.
#15 66.51 Preparing to unpack .../216-libxcomposite-dev_1%3a0.4.5-1_amd64.deb ...
#15 66.52 Unpacking libxcomposite-dev:amd64 (1:0.4.5-1) ...
#15 66.56 Selecting previously unselected package libxcursor-dev:amd64.
#15 66.57 Preparing to unpack .../217-libxcursor-dev_1%3a1.2.1-1_amd64.deb ...
#15 66.57 Unpacking libxcursor-dev:amd64 (1:1.2.1-1) ...
#15 66.62 Selecting previously unselected package libxdamage-dev:amd64.
#15 66.63 Preparing to unpack .../218-libxdamage-dev_1%3a1.1.6-1_amd64.deb ...
#15 66.63 Unpacking libxdamage-dev:amd64 (1:1.1.6-1) ...
#15 66.67 Selecting previously unselected package libxi-dev:amd64.
#15 66.67 Preparing to unpack .../219-libxi-dev_2%3a1.8-1+b1_amd64.deb ...
#15 66.67 Unpacking libxi-dev:amd64 (2:1.8-1+b1) ...
#15 66.75 Selecting previously unselected package libxinerama-dev:amd64.
#15 66.75 Preparing to unpack .../220-libxinerama-dev_2%3a1.1.4-3_amd64.deb ...
#15 66.76 Unpacking libxinerama-dev:amd64 (2:1.1.4-3) ...
#15 66.81 Selecting previously unselected package libxkbcommon-dev:amd64.
#15 66.82 Preparing to unpack .../221-libxkbcommon-dev_1.5.0-1_amd64.deb ...
#15 66.82 Unpacking libxkbcommon-dev:amd64 (1.5.0-1) ...
#15 66.87 Selecting previously unselected package libxrandr-dev:amd64.
#15 66.88 Preparing to unpack .../222-libxrandr-dev_2%3a1.5.2-2+b1_amd64.deb ...
#15 66.88 Unpacking libxrandr-dev:amd64 (2:1.5.2-2+b1) ...
#15 66.94 Selecting previously unselected package libvulkan1:amd64.
#15 66.94 Preparing to unpack .../223-libvulkan1_1.3.239.0-1_amd64.deb ...
#15 66.94 Unpacking libvulkan1:amd64 (1.3.239.0-1) ...
#15 67.00 Selecting previously unselected package libvulkan-dev:amd64.
#15 67.00 Preparing to unpack .../224-libvulkan-dev_1.3.239.0-1_amd64.deb ...
#15 67.01 Unpacking libvulkan-dev:amd64 (1.3.239.0-1) ...
#15 67.19 Selecting previously unselected package wayland-protocols.
#15 67.19 Preparing to unpack .../225-wayland-protocols_1.31-1_all.deb ...
#15 67.19 Unpacking wayland-protocols (1.31-1) ...
#15 67.24 Selecting previously unselected package libgtk-4-dev:amd64.
#15 67.24 Preparing to unpack .../226-libgtk-4-dev_4.8.3+ds-2+deb12u1_amd64.deb ...
#15 67.24 Unpacking libgtk-4-dev:amd64 (4.8.3+ds-2+deb12u1) ...
#15 67.39 Selecting previously unselected package libadwaita-1-dev:amd64.
#15 67.39 Preparing to unpack .../227-libadwaita-1-dev_1.2.2-1_amd64.deb ...
#15 67.39 Unpacking libadwaita-1-dev:amd64 (1.2.2-1) ...
#15 67.47 Selecting previously unselected package libatk1.0-dev:amd64.
#15 67.47 Preparing to unpack .../228-libatk1.0-dev_2.46.0-5_amd64.deb ...
#15 67.47 Unpacking libatk1.0-dev:amd64 (2.46.0-5) ...
#15 67.57 Selecting previously unselected package xml-core.
#15 67.57 Preparing to unpack .../229-xml-core_0.18+nmu1_all.deb ...
#15 67.59 Unpacking xml-core (0.18+nmu1) ...
#15 67.65 Selecting previously unselected package libdbus-1-dev:amd64.
#15 67.66 Preparing to unpack .../230-libdbus-1-dev_1.14.10-1~deb12u1_amd64.deb ...
#15 67.66 Unpacking libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
#15 67.74 Selecting previously unselected package libxtst6:amd64.
#15 67.75 Preparing to unpack .../231-libxtst6_2%3a1.2.3-1.1_amd64.deb ...
#15 67.76 Unpacking libxtst6:amd64 (2:1.2.3-1.1) ...
#15 67.82 Selecting previously unselected package libxtst-dev:amd64.
#15 67.83 Preparing to unpack .../232-libxtst-dev_2%3a1.2.3-1.1_amd64.deb ...
#15 67.83 Unpacking libxtst-dev:amd64 (2:1.2.3-1.1) ...
#15 67.90 Selecting previously unselected package libatspi2.0-dev:amd64.
#15 67.91 Preparing to unpack .../233-libatspi2.0-dev_2.46.0-5_amd64.deb ...
#15 67.92 Unpacking libatspi2.0-dev:amd64 (2.46.0-5) ...
#15 68.01 Selecting previously unselected package libatk-bridge2.0-dev:amd64.
#15 68.01 Preparing to unpack .../234-libatk-bridge2.0-dev_2.46.0-5_amd64.deb ...
#15 68.01 Unpacking libatk-bridge2.0-dev:amd64 (2.46.0-5) ...
#15 68.09 Selecting previously unselected package libgtk-3-dev:amd64.
#15 68.09 Preparing to unpack .../235-libgtk-3-dev_3.24.38-2~deb12u3_amd64.deb ...
#15 68.09 Unpacking libgtk-3-dev:amd64 (3.24.38-2~deb12u3) ...
#15 68.28 Selecting previously unselected package libayatana-ido3-dev.
#15 68.28 Preparing to unpack .../236-libayatana-ido3-dev_0.9.3-1_amd64.deb ...
#15 68.29 Unpacking libayatana-ido3-dev (0.9.3-1) ...
#15 68.36 Selecting previously unselected package libayatana-indicator3-dev.
#15 68.36 Preparing to unpack .../237-libayatana-indicator3-dev_0.9.3-1_amd64.deb ...
#15 68.36 Unpacking libayatana-indicator3-dev (0.9.3-1) ...
#15 68.42 Selecting previously unselected package libxml2-utils.
#15 68.43 Preparing to unpack .../238-libxml2-utils_2.9.14+dfsg-1.3~deb12u5_amd64.deb ...
#15 68.43 Unpacking libxml2-utils (2.9.14+dfsg-1.3~deb12u5) ...
#15 68.49 Selecting previously unselected package libgtk2.0-dev:amd64.
#15 68.49 Preparing to unpack .../239-libgtk2.0-dev_2.24.33-2+deb12u1_amd64.deb ...
#15 68.50 Unpacking libgtk2.0-dev:amd64 (2.24.33-2+deb12u1) ...
#15 68.66 Selecting previously unselected package libdbusmenu-glib-dev:amd64.
#15 68.67 Preparing to unpack .../240-libdbusmenu-glib-dev_18.10.20180917~bzr492+repack1-3_amd64.deb ...
#15 68.67 Unpacking libdbusmenu-glib-dev:amd64 (18.10.20180917~bzr492+repack1-3) ...
#15 68.75 Selecting previously unselected package libayatana-appindicator3-dev.
#15 68.77 Preparing to unpack .../241-libayatana-appindicator3-dev_0.5.92-1_amd64.deb ...
#15 68.77 Unpacking libayatana-appindicator3-dev (0.5.92-1) ...
#15 68.83 Selecting previously unselected package libjavascriptcoregtk-4.1-dev:amd64.
#15 68.83 Preparing to unpack .../242-libjavascriptcoregtk-4.1-dev_2.50.6-1~deb12u1_amd64.deb ...
#15 68.85 Unpacking libjavascriptcoregtk-4.1-dev:amd64 (2.50.6-1~deb12u1) ...
#15 68.91 Selecting previously unselected package libjson-glib-dev:amd64.
#15 68.91 Preparing to unpack .../243-libjson-glib-dev_1.6.6-1_amd64.deb ...
#15 68.92 Unpacking libjson-glib-dev:amd64 (1.6.6-1) ...
#15 68.98 Selecting previously unselected package libnghttp2-dev:amd64.
#15 68.99 Preparing to unpack .../244-libnghttp2-dev_1.52.0-1+deb12u2_amd64.deb ...
#15 68.99 Unpacking libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#15 69.05 Selecting previously unselected package libpolkit-gobject-1-dev.
#15 69.05 Preparing to unpack .../245-libpolkit-gobject-1-dev_122-3_amd64.deb ...
#15 69.06 Unpacking libpolkit-gobject-1-dev (122-3) ...
#15 69.12 Selecting previously unselected package libpsl-dev:amd64.
#15 69.13 Preparing to unpack .../246-libpsl-dev_0.21.2-1_amd64.deb ...
#15 69.13 Unpacking libpsl-dev:amd64 (0.21.2-1) ...
#15 69.19 Selecting previously unselected package libsysprof-4:amd64.
#15 69.20 Preparing to unpack .../247-libsysprof-4_3.46.0-4_amd64.deb ...
#15 69.20 Unpacking libsysprof-4:amd64 (3.46.0-4) ...
#15 69.27 Selecting previously unselected package libsysprof-ui-5:amd64.
#15 69.28 Preparing to unpack .../248-libsysprof-ui-5_3.46.0-4_amd64.deb ...
#15 69.28 Unpacking libsysprof-ui-5:amd64 (3.46.0-4) ...
#15 69.33 Selecting previously unselected package libsysprof-4-dev:amd64.
#15 69.34 Preparing to unpack .../249-libsysprof-4-dev_3.46.0-4_amd64.deb ...
#15 69.36 Unpacking libsysprof-4-dev:amd64 (3.46.0-4) ...
#15 69.43 Selecting previously unselected package libsoup-3.0-dev:amd64.
#15 69.43 Preparing to unpack .../250-libsoup-3.0-dev_3.2.3-0+deb12u2_amd64.deb ...
#15 69.44 Unpacking libsoup-3.0-dev:amd64 (3.2.3-0+deb12u2) ...
#15 69.50 Selecting previously unselected package libwebkit2gtk-4.1-dev.
#15 69.50 Preparing to unpack .../251-libwebkit2gtk-4.1-dev_2.50.6-1~deb12u1_amd64.deb ...
#15 69.51 Unpacking libwebkit2gtk-4.1-dev (2.50.6-1~deb12u1) ...
#15 69.65 Selecting previously unselected package libxdo3:amd64.
#15 69.65 Preparing to unpack .../252-libxdo3_1%3a3.20160805.1-5_amd64.deb ...
#15 69.66 Unpacking libxdo3:amd64 (1:3.20160805.1-5) ...
#15 69.71 Selecting previously unselected package libxdo-dev.
#15 69.72 Preparing to unpack .../253-libxdo-dev_1%3a3.20160805.1-5_amd64.deb ...
#15 69.72 Unpacking libxdo-dev (1:3.20160805.1-5) ...
#15 69.80 Preparing to unpack .../254-openssl_3.0.19-1~deb12u2_amd64.deb ...
#15 69.81 Unpacking openssl (3.0.19-1~deb12u2) over (3.0.18-1~deb12u2) ...
#15 70.43 Setting up bubblewrap (0.8.0-2+deb12u1) ...
#15 70.45 Setting up libtext-iconv-perl:amd64 (1.7-8) ...
#15 70.46 Setting up libxcb-dri3-0:amd64 (1.15-1) ...
#15 70.48 Setting up libcdparanoia0:amd64 (3.10.2+debian-14) ...
#15 70.49 Setting up libwayland-server0:amd64 (1.21.0-1) ...
#15 70.50 Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#15 70.51 Setting up libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#15 70.52 Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#15 70.53 Setting up libpciaccess0:amd64 (0.17-2) ...
#15 70.54 Setting up libabsl20220623:amd64 (20220623.1-1+deb12u2) ...
#15 70.56 Setting up libdw1:amd64 (0.188-2.1) ...
#15 70.57 Setting up systemd-sysv (252.39-1~deb12u1) ...
#15 70.58 Setting up libraw1394-11:amd64 (2.1.2-2) ...
#15 70.59 Setting up libxft2:amd64 (2.3.6-1) ...
#15 70.60 Setting up libproxy1v5:amd64 (0.4.18-1.2) ...
#15 70.60 Setting up libtag1v5-vanilla:amd64 (1.13-2) ...
#15 70.61 Setting up libharfbuzz-icu0:amd64 (6.0.0+dfsg-3) ...
#15 70.62 Setting up libgpm2:amd64 (1.20.7-10+b1) ...
#15 70.63 Setting up libxdamage1:amd64 (1:1.1.6-1) ...
#15 70.64 Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#15 70.66 Setting up libxcb-xfixes0:amd64 (1.15-1) ...
#15 70.66 Setting up libogg0:amd64 (1.3.5-3) ...
#15 70.67 Setting up libspeex1:amd64 (1.2.1-2) ...
#15 70.68 Setting up libpangoxft-1.0-0:amd64 (1.50.12+ds-1) ...
#15 70.69 Setting up libglvnd-core-dev:amd64 (1.6.0-1) ...
#15 70.71 Setting up libxi6:amd64 (2:1.8-1+b1) ...
#15 70.72 Setting up libtwolame0:amd64 (0.4.0-2) ...
#15 70.73 Setting up libwoff1:amd64 (1.0.2-2) ...
#15 70.74 Setting up libhyphen0:amd64 (2.8.8-7) ...
#15 70.75 Setting up libvisual-0.4-0:amd64 (0.4.0-19) ...
#15 70.76 Setting up libaspell15:amd64 (0.60.8-4+b1) ...
#15 70.78 Setting up libglvnd0:amd64 (1.6.0-1) ...
#15 70.79 Setting up libxtst6:amd64 (2:1.2.3-1.1) ...
#15 70.80 Setting up libfribidi-dev:amd64 (1.0.8-2.1) ...
#15 70.81 Setting up libxcb-glx0:amd64 (1.15-1) ...
#15 70.82 Setting up libdbusmenu-glib4:amd64 (18.10.20180917~bzr492+repack1-3) ...
#15 70.83 Setting up pango1.0-tools (1.50.12+ds-1) ...
#15 70.84 Setting up libsensors-config (1:3.6.0-7.1) ...
#15 70.86 Setting up libcloudproviders0:amd64 (0.3.1-2) ...
#15 70.87 Setting up xkb-data (2.35.1-1) ...
#15 70.88 Setting up libharfbuzz-gobject0:amd64 (6.0.0+dfsg-3) ...
#15 70.88 Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
#15 70.90 Setting up libsoup-3.0-common (3.2.3-0+deb12u2) ...
#15 70.91 Setting up libunwind8:amd64 (1.6.2-3) ...
#15 70.92 Setting up python3-markupsafe (2.1.2-1+b1) ...
#15 71.42 Setting up gir1.2-harfbuzz-0.0:amd64 (6.0.0+dfsg-3) ...
#15 71.45 Setting up librav1e0:amd64 (0.5.1-6) ...
#15 71.46 Setting up libcolord2:amd64 (1.4.6-2.2) ...
#15 71.47 Setting up libopengl0:amd64 (1.6.0-1) ...
#15 71.48 Setting up libpsl-dev:amd64 (0.21.2-1) ...
#15 71.49 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#15 71.50 Setting up libcap2-bin (1:2.66-4+deb12u2+b2) ...
#15 71.52 Setting up libxcb-present0:amd64 (1.15-1) ...
#15 71.52 Setting up libdconf1:amd64 (0.40.0-4) ...
#15 71.54 Setting up libasound2-data (1.2.8-1) ...
#15 71.56 Setting up libwayland-bin (1.21.0-1) ...
#15 71.57 Setting up libgraphite2-dev:amd64 (1.3.14-1) ...
#15 71.58 Setting up gir1.2-pango-1.0:amd64 (1.50.12+ds-1) ...
#15 71.59 Setting up libz3-4:amd64 (4.8.12-3.1) ...
#15 71.60 Setting up libjavascriptcoregtk-4.1-0:amd64 (2.50.6-1~deb12u1) ...
#15 71.61 Setting up libflac12:amd64 (1.4.2+ds-2) ...
#15 71.61 Setting up libgles2:amd64 (1.6.0-1) ...
#15 71.62 Setting up emacsen-common (3.0.5) ...
#15 71.69 Setting up libslang2:amd64 (2.3.3-3) ...
#15 71.70 Setting up adwaita-icon-theme (43-1) ...
#15 71.84 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#15 71.85 Setting up libepoxy0:amd64 (1.5.10-1) ...
#15 71.87 Setting up libxfixes3:amd64 (1:6.0.0-2) ...
#15 71.87 Setting up libxcb-sync1:amd64 (1.15-1) ...
#15 71.88 Setting up libavahi-common-data:amd64 (0.8-10+deb12u1) ...
#15 71.89 Setting up libgles1:amd64 (1.6.0-1) ...
#15 71.90 Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
#15 71.91 Setting up libopus0:amd64 (1.3.1-3) ...
#15 71.92 Setting up libxinerama1:amd64 (2:1.1.4-3) ...
#15 71.94 Setting up libssl-dev:amd64 (3.0.19-1~deb12u2) ...
#15 71.95 Setting up libvorbis0a:amd64 (1.3.7-1) ...
#15 71.97 Setting up python3-markdown (3.4.1-2) ...
#15 72.45 Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
#15 72.47 Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
#15 72.48 Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
#15 72.48 Setting up libxinerama-dev:amd64 (2:1.1.4-3) ...
#15 72.49 Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
#15 72.51 Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#15 72.52 Setting up libvulkan1:amd64 (1.3.239.0-1) ...
#15 72.57 Setting up libsoup2.4-common (2.74.3-1+deb12u1) ...
#15 72.59 Setting up libxcb-dri2-0:amd64 (1.15-1) ...
#15 72.61 Setting up xdg-dbus-proxy (0.1.4-3) ...
#15 72.62 Setting up wayland-protocols (1.31-1) ...
#15 72.62 Setting up libtag1v5:amd64 (1.13-2) ...
#15 72.63 Setting up libdatrie-dev:amd64 (0.2.13-2+b1) ...
#15 72.65 Setting up libdv4:amd64 (1.0.0-15) ...
#15 72.66 Setting up libasyncns0:amd64 (0.8-6+b3) ...
#15 72.67 Setting up libxshmfence1:amd64 (1.3-1) ...
#15 72.68 Setting up at-spi2-common (2.46.0-5) ...
#15 72.69 Setting up libwavpack1:amd64 (5.6.0-1) ...
#15 72.69 Setting up libxcb-randr0:amd64 (1.15-1) ...
#15 72.70 Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...
#15 72.71 Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
#15 72.72 Setting up libtheora0:amd64 (1.1.1+dfsg.1-16.1+deb12u1) ...
#15 72.73 Setting up libasound2:amd64 (1.2.8-1+b1) ...
#15 72.74 Setting up libv4lconvert0:amd64 (1.22.1-5+b2) ...
#15 72.75 Setting up libharfbuzz-subset0:amd64 (6.0.0+dfsg-3) ...
#15 72.76 Setting up build-essential (12.9) ...
#15 72.77 Setting up libjson-glib-1.0-common (1.6.6-1) ...
#15 72.78 Setting up libvpx7:amd64 (1.12.0-1+deb12u5) ...
#15 72.79 Setting up sgml-base (1.31) ...
#15 72.83 Setting up libgtk2.0-common (2.24.33-2+deb12u1) ...
#15 72.84 Setting up libatk1.0-0:amd64 (2.46.0-5) ...
#15 72.85 Setting up libwayland-egl1:amd64 (1.21.0-1) ...
#15 72.86 Setting up libopengl-dev:amd64 (1.6.0-1) ...
#15 72.87 Setting up libhunspell-1.7-0:amd64 (1.7.1-1) ...
#15 72.88 Setting up glib-networking-common (2.74.0-4) ...
#15 72.88 Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...
#15 72.98 Setting up libxml2-utils (2.9.14+dfsg-1.3~deb12u5) ...
#15 72.99 Setting up libsamplerate0:amd64 (0.2.2-3) ...
#15 73.00 Setting up openssl (3.0.19-1~deb12u2) ...
#15 73.01 Setting up libdrm-common (2.4.114-1) ...
#15 73.02 Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
#15 73.03 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#15 73.04 Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
#15 73.04 Setting up iso-codes (4.15.0-1) ...
#15 73.06 Setting up dbus-bin (1.14.10-1~deb12u1) ...
#15 73.06 Setting up libgudev-1.0-0:amd64 (237-2) ...
#15 73.07 Setting up libpolkit-gobject-1-0:amd64 (122-3) ...
#15 73.08 Setting up libsecret-common (0.20.5-3) ...
#15 73.09 Setting up libgstreamer1.0-0:amd64 (1.22.0-2+deb12u1) ...
#15 73.10 Setcap worked! gst-ptp-helper is not suid!
#15 73.10 Setting up libmp3lame0:amd64 (3.100-6) ...
#15 73.11 Setting up libgraphene-1.0-0:amd64 (1.10.8-1) ...
#15 73.12 Setting up python3-mako (1.2.4+ds-1) ...
#15 73.69 Setting up libvorbisenc2:amd64 (1.3.7-1) ...
#15 73.70 Setting up libaa1:amd64 (1.4p5-50) ...
#15 73.71 Setting up libiec61883-0:amd64 (1.2.0-6+b1) ...
#15 73.72 Setting up libxft-dev:amd64 (2.3.6-1) ...
#15 73.73 Setting up libxkbcommon0:amd64 (1.5.0-1) ...
#15 73.74 Setting up libwayland-client0:amd64 (1.21.0-1) ...
#15 73.76 Setting up gir1.2-graphene-1.0:amd64 (1.10.8-1) ...
#15 73.77 Setting up libavc1394-0:amd64 (0.5.4-5) ...
#15 73.78 Setting up glib-networking-services (2.74.0-4) ...
#15 73.79 Setting up libharfbuzz-dev:amd64 (6.0.0+dfsg-3) ...
#15 73.80 Setting up libdbusmenu-gtk3-4:amd64 (18.10.20180917~bzr492+repack1-3) ...
#15 73.81 Setting up libvulkan-dev:amd64 (1.3.239.0-1) ...
#15 73.82 Setting up libcaca0:amd64 (0.99.beta20-3) ...
#15 73.83 Setting up gir1.2-dbusmenu-glib-0.4:amd64 (18.10.20180917~bzr492+repack1-3) ...
#15 73.84 Setting up libavif15:amd64 (0.11.1-1+deb12u1) ...
#15 73.85 Setting up dictionaries-common (1.29.5) ...
#15 74.26 Setting up gir1.2-atk-1.0:amd64 (2.46.0-5) ...
#15 74.27 Setting up libmanette-0.2-0:amd64 (0.2.6-3+b1) ...
#15 74.28 Setting up libxkbcommon-dev:amd64 (1.5.0-1) ...
#15 74.29 Setting up libxcursor1:amd64 (1:1.2.1-1) ...
#15 74.30 Setting up libavahi-common3:amd64 (0.8-10+deb12u1) ...
#15 74.31 Setting up gobject-introspection (1.74.0-3) ...
#15 74.79 Setting up libgstreamer-plugins-base1.0-0:amd64 (1.22.0-3+deb12u6) ...
#15 74.80 Setting up dbus-daemon (1.14.10-1~deb12u1) ...
#15 74.83 Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
#15 74.84 Setting up gir1.2-javascriptcoregtk-4.1:amd64 (2.50.6-1~deb12u1) ...
#15 74.85 Setting up libjson-glib-1.0-0:amd64 (1.6.6-1) ...
#15 74.86 Setting up libxfixes-dev:amd64 (1:6.0.0-2) ...
#15 74.87 Setting up libv4l-0:amd64 (1.22.1-5+b2) ...
#15 74.87 Setting up libxdo3:amd64 (1:3.20160805.1-5) ...
#15 74.88 Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#15 74.89 Setting up libxrandr-dev:amd64 (2:1.5.2-2+b1) ...
#15 74.90 Setting up libsecret-1-0:amd64 (0.20.5-3) ...
#15 74.91 Setting up gstreamer1.0-plugins-base:amd64 (1.22.0-3+deb12u6) ...
#15 74.92 Setting up libgirepository1.0-dev (1.74.0-3) ...
#15 74.93 Setting up dbus (1.14.10-1~deb12u1) ...
#15 75.01 invoke-rc.d: could not determine current runlevel
#15 75.01 invoke-rc.d: policy-rc.d denied execution of start.
#15 75.05 Setting up libshout3:amd64 (2.4.6-1+b1) ...
#15 75.06 Setting up libthai-dev:amd64 (0.1.29-1) ...
#15 75.07 Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#15 75.08 Setting up libdrm2:amd64 (2.4.114-1+b1) ...
#15 75.09 Setting up libflite1:amd64 (2.2-5) ...
#15 75.10 Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
#15 75.11 Setting up xml-core (0.18+nmu1) ...
#15 75.37 Setting up libgraphene-1.0-dev (1.10.8-1) ...
#15 75.38 Setting up hunspell-en-us (1:2020.12.07-2) ...
#15 75.42 Setting up libpam-systemd:amd64 (252.39-1~deb12u1) ...
#15 75.57 Setting up libpolkit-agent-1-0:amd64 (122-3) ...
#15 75.58 Setting up gir1.2-json-1.0:amd64 (1.6.6-1) ...
#15 75.59 Setting up libsndfile1:amd64 (1.2.0-1+deb12u1) ...
#15 75.60 Setting up libsysprof-4:amd64 (3.46.0-4) ...
#15 75.61 Setting up libxi-dev:amd64 (2:1.8-1+b1) ...
#15 75.62 Setting up libavahi-client3:amd64 (0.8-10+deb12u1) ...
#15 75.63 Setting up libjavascriptcoregtk-4.1-dev:amd64 (2.50.6-1~deb12u1) ...
#15 75.64 Setting up libatk1.0-dev:amd64 (2.46.0-5) ...
#15 75.65 Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#15 75.66 Setting up libxtst-dev:amd64 (2:1.2.3-1.1) ...
#15 75.67 Setting up libxdamage-dev:amd64 (1:1.1.6-1) ...
#15 75.68 Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#15 75.69 Setting up libxdo-dev (1:3.20160805.1-5) ...
#15 75.69 Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
#15 75.70 Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#15 75.72 Setting up libenchant-2-2:amd64 (2.3.3-2) ...
#15 75.73 Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#15 75.74 Setting up libxcomposite-dev:amd64 (1:0.4.5-1) ...
#15 75.75 Setting up libxcursor-dev:amd64 (1:1.2.1-1) ...
#15 75.76 Setting up libjson-glib-dev:amd64 (1.6.6-1) ...
#15 75.77 Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
#15 75.78 Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#15 75.79 Setting up gir1.2-atspi-2.0:amd64 (2.46.0-5) ...
#15 75.81 Setting up libwayland-dev:amd64 (1.21.0-1) ...
#15 75.82 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#15 75.83 Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#15 75.84 Setting up libpango1.0-dev:amd64 (1.50.12+ds-1) ...
#15 75.85 Setting up libcups2:amd64 (2.4.2-3+deb12u9) ...
#15 75.86 Setting up gir1.2-polkit-1.0 (122-3) ...
#15 75.87 Setting up libegl1:amd64 (1.6.0-1) ...
#15 75.88 Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#15 75.89 Setting up libglx0:amd64 (1.6.0-1) ...
#15 75.90 Setting up libgtk2.0-0:amd64 (2.24.33-2+deb12u1) ...
#15 75.96 Setting up dconf-service (0.40.0-4) ...
#15 75.97 Setting up libgl1:amd64 (1.6.0-1) ...
#15 75.98 Setting up gir1.2-gtk-2.0:amd64 (2.24.33-2+deb12u1) ...
#15 75.99 Setting up libpolkit-gobject-1-dev (122-3) ...
#15 76.00 Setting up libglx-dev:amd64 (1.6.0-1) ...
#15 76.01 Setting up libgtk2.0-dev:amd64 (2.24.33-2+deb12u1) ...
#15 76.02 Setting up libgl-dev:amd64 (1.6.0-1) ...
#15 76.03 Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
#15 76.05 Setting up libegl-dev:amd64 (1.6.0-1) ...
#15 76.06 Setting up libepoxy-dev:amd64 (1.5.10-1) ...
#15 76.07 Setting up libgstreamer-gl1.0-0:amd64 (1.22.0-3+deb12u6) ...
#15 76.08 Setting up libdbusmenu-glib-dev:amd64 (18.10.20180917~bzr492+repack1-3) ...
#15 76.09 Setting up libgtk-4-common (4.8.3+ds-2+deb12u1) ...
#15 76.11 Setting up libgles-dev:amd64 (1.6.0-1) ...
#15 76.13 Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
#15 76.15 Setting up gsettings-desktop-schemas (43.0-1) ...
#15 76.16 Setting up libglvnd-dev:amd64 (1.6.0-1) ...
#15 76.17 Setting up libegl1-mesa-dev:amd64 (22.3.6-1+deb12u1) ...
#15 76.25 Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u8) ...
#15 76.30 Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#15 76.35 Processing triggers for libc-bin (2.36-9+deb12u13) ...
#15 76.60 Setting up gir1.2-gtk-3.0:amd64 (3.24.38-2~deb12u3) ...
#15 76.61 Setting up libayatana-ido3-0.4-0:amd64 (0.9.3-1) ...
#15 76.63 Setting up gir1.2-ayatanaido3-0.4:amd64 (0.9.3-1) ...
#15 76.64 Setting up libgtk-4-1:amd64 (4.8.3+ds-2+deb12u1) ...
#15 76.71 Setting up glib-networking:amd64 (2.74.0-4) ...
#15 76.72 Setting up libayatana-indicator3-7:amd64 (0.9.3-1) ...
#15 76.73 Setting up gir1.2-gtk-4.0:amd64 (4.8.3+ds-2+deb12u1) ...
#15 76.75 Setting up libsoup2.4-1:amd64 (2.74.3-1+deb12u1) ...
#15 76.76 Setting up gstreamer1.0-plugins-good:amd64 (1.22.0-5+deb12u3) ...
#15 76.77 Setting up libgtk-4-dev:amd64 (4.8.3+ds-2+deb12u1) ...
#15 76.78 Setting up libsoup-3.0-0:amd64 (3.2.3-0+deb12u2) ...
#15 76.79 Setting up libadwaita-1-0:amd64 (1.2.2-1) ...
#15 76.80 Setting up libayatana-appindicator3-1 (0.5.92-1) ...
#15 76.82 Setting up gir1.2-soup-3.0:amd64 (3.2.3-0+deb12u2) ...
#15 76.83 Setting up libsysprof-ui-5:amd64 (3.46.0-4) ...
#15 76.85 Setting up gir1.2-ayatanaappindicator3-0.1 (0.5.92-1) ...
#15 76.87 Setting up libwebkit2gtk-4.1-0:amd64 (2.50.6-1~deb12u1) ...
#15 76.90 Setting up gir1.2-webkit2-4.1:amd64 (2.50.6-1~deb12u1) ...
#15 76.92 Setting up gir1.2-adw-1:amd64 (1.2.2-1) ...
#15 76.94 Setting up libadwaita-1-dev:amd64 (1.2.2-1) ...
#15 76.96 Setting up libsysprof-4-dev:amd64 (3.46.0-4) ...
#15 76.98 Setting up libsoup-3.0-dev:amd64 (3.2.3-0+deb12u2) ...
#15 77.00 Processing triggers for sgml-base (1.31) ...
#15 77.04 Setting up libdbus-1-dev:amd64 (1.14.10-1~deb12u1) ...
#15 77.25 Setting up libatspi2.0-dev:amd64 (2.46.0-5) ...
#15 77.27 Setting up libatk-bridge2.0-dev:amd64 (2.46.0-5) ...
#15 77.28 Setting up libgtk-3-dev:amd64 (3.24.38-2~deb12u3) ...
#15 77.29 Setting up libayatana-ido3-dev (0.9.3-1) ...
#15 77.30 Setting up libayatana-indicator3-dev (0.9.3-1) ...
#15 77.31 Setting up libwebkit2gtk-4.1-dev (2.50.6-1~deb12u1) ...
#15 77.32 Setting up libayatana-appindicator3-dev (0.5.92-1) ...
#15 77.35 Processing triggers for dictionaries-common (1.29.5) ...
#15 77.61 Processing triggers for libc-bin (2.36-9+deb12u13) ...
#15 77.79 + DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends docker-compose-plugin
#15 77.81 Reading package lists...
#15 78.64 Building dependency tree...
#15 78.88 Reading state information...
#15 78.90 E: Unable to locate package docker-compose-plugin
#15 78.90 + true
#15 78.90 + DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends docker-compose
#15 78.91 Reading package lists...
#15 79.60 Building dependency tree...
#15 79.87 Reading state information...
#15 80.22 docker-compose is already the newest version (1.29.2-3).
#15 80.22 0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
#15 80.23 + rm -rf /var/lib/apt/lists/auxfiles /var/lib/apt/lists/deb.debian.org_debian-security_dists_bookworm-security_InRelease /var/lib/apt/lists/deb.debian.org_debian-security_dists_bookworm-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_bookworm_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial
#15 80.24 + [ ! -x /usr/local/go/bin/go ]
#15 80.24 + rm -rf /usr/local/go /tmp/cmf-go.tar.gz
#15 80.25 + curl -fsSL --retry 5 --retry-all-errors -o /tmp/cmf-go.tar.gz https://go.dev/dl/go1.26.2.linux-amd64.tar.gz
#15 96.85 + tar -C /usr/local -xzf /tmp/cmf-go.tar.gz
#15 99.34 + rm -f /tmp/cmf-go.tar.gz
#15 99.38 + [ ! -x /opt/cmf-rust/cargo/bin/cargo ]
#15 99.38 + rm -rf /opt/cmf-rust/rustup /opt/cmf-rust/cargo /tmp/rustup-init.sh
#15 99.38 + mkdir -p /opt/cmf-rust/rustup /opt/cmf-rust/cargo
#15 99.41 + curl -fsSL --retry 5 --retry-all-errors -o /tmp/rustup-init.sh https://sh.rustup.rs
#15 107.5 + sh /tmp/rustup-init.sh -y --no-modify-path --profile minimal --default-toolchain 1.94.1
#15 107.5 info: downloading installer
#15 115.9 warn: It looks like you have an existing rustup settings file at:
#15 115.9 warn: /opt/cmf-rust/rustup/settings.toml
#15 115.9 warn: Rustup will install the default toolchain as specified in the settings file,
#15 115.9 warn: instead of the one inferred from the default host triple.
#15 115.9 info: profile set to minimal
#15 115.9 info: default host triple is x86_64-unknown-linux-gnu
#15 115.9 info: syncing channel updates for 1.94.1-x86_64-unknown-linux-gnu
#15 132.1 info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
#15 132.1 info: downloading 3 components
#15 156.4 info: default toolchain set to 1.94.1-x86_64-unknown-linux-gnu
#15 156.4
#15 156.4 1.94.1-x86_64-unknown-linux-gnu installed - rustc 1.94.1 (e408947bf 2026-03-25)
#15 156.4
#15 156.4
#15 156.4 Rust is installed now. Great!
#15 156.4
#15 156.4 To get started you need Cargo's bin directory (/opt/cmf-rust/cargo/bin) in your
#15 156.4 PATH
#15 156.4 environment variable. This has not been done automatically.
#15 156.4
#15 156.4 To configure your current shell, you need to source
#15 156.4 the corresponding env file under /opt/cmf-rust/cargo.
#15 156.4
#15 156.4 This is usually done by running one of the following (note the leading DOT):
#15 156.4 . "/opt/cmf-rust/cargo/env" # For sh/bash/zsh/ash/dash/pdksh
#15 156.4 source "/opt/cmf-rust/cargo/env.fish" # For fish
#15 156.4 source "/opt/cmf-rust/cargo/env.nu" # For nushell
#15 156.4 source "/opt/cmf-rust/cargo/env.tcsh" # For tcsh
#15 156.4 . "/opt/cmf-rust/cargo/env.ps1" # For pwsh
#15 156.4 source "/opt/cmf-rust/cargo/env.xsh" # For xonsh
#15 156.5 + rm -f /tmp/rustup-init.sh
#15 156.5 + command -v python3
#15 156.5 + python3 -m pip install --no-cache-dir tomli tomli_w pytest
#15 166.5 Collecting tomli
#15 174.6 Downloading tomli-2.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (10 kB)
#15 174.6 Requirement already satisfied: tomli_w in /opt/machine-venv/lib/python3.11/site-packages (1.2.0)
#15 174.6 Requirement already satisfied: pytest in /opt/machine-venv/lib/python3.11/site-packages (8.3.5)
#15 174.6 Requirement already satisfied: iniconfig in /opt/machine-venv/lib/python3.11/site-packages (from pytest) (2.3.0)
#15 174.6 Requirement already satisfied: packaging in /opt/machine-venv/lib/python3.11/site-packages (from pytest) (26.0)
#15 174.6 Requirement already satisfied: pluggy<2,>=1.5 in /opt/machine-venv/lib/python3.11/site-packages (from pytest) (1.6.0)
#15 174.7 Downloading tomli-2.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (243 kB)
#15 174.8 Installing collected packages: tomli
#15 174.8 Successfully installed tomli-2.4.1
#15 DONE 184.9s
#16 exporting to image
#16 exporting layers
#16 exporting layers 6.0s done
#16 writing image sha256:0b790b72c0b26693863fff3f540cf00af2a46ad4e23ecb9caf1bb887247038d1 done
#16 naming to docker.io/library/codex-machine-mindloom-runner done
#16 DONE 6.0s
#17 resolving provenance for metadata file
#17 DONE 0.0s
2026-04-13T08:27:57Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Proof Patch
2026-04-13T08:27:57Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
proof_audit -> proof_patch
2026-04-13T08:27:57Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Proof Audit
2026-04-13T08:26:28Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Proof Audit
2026-04-13T08:26:28Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
plan_guard -> proof_audit
2026-04-13T08:26:28Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Plan Guard
2026-04-13T08:26:27Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Plan Guard
2026-04-13T08:26:27Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
proof_patch -> plan_guard
2026-04-13T08:26:27Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Proof Patch
2026-04-13T08:20:09Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Proof Patch
2026-04-13T08:20:09Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
proof_audit -> proof_patch
2026-04-13T08:20:09Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Proof Audit
2026-04-13T08:17:55Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Proof Audit
2026-04-13T08:17:55Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
plan_guard -> proof_audit
2026-04-13T08:17:55Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Plan Guard
2026-04-13T08:17:55Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Plan Guard
2026-04-13T08:17:55Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
proof_patch -> plan_guard
2026-04-13T08:17:55Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Proof Patch
2026-04-13T08:13:48Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Proof Patch
2026-04-13T08:13:48Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
proof_audit -> proof_patch
2026-04-13T08:13:48Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Proof Audit
2026-04-13T08:11:56Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Proof Audit
2026-04-13T08:11:56Z
cognisphere-dev
edge.taken
task-20260410-131215-cb84
plan_guard -> proof_audit
2026-04-13T08:11:56Z
cognisphere-dev
node.completed
task-20260410-131215-cb84
Plan Guard
2026-04-13T08:11:56Z
cognisphere-dev
node.started
task-20260410-131215-cb84
Plan Guard
2026-04-12T18:47:26Z
mindloom
task.failed
task-20260410-125723-fde6
Mindloom needs to be fully working as an MCP server for LLM agents. This means that there…
2026-04-12T18:47:26Z
mindloom
node.started
task-20260410-125723-fde6
Failed
2026-04-12T18:47:26Z
mindloom
edge.taken
task-20260410-125723-fde6
verify -> failed
2026-04-12T18:47:26Z
mindloom
node.failed
task-20260410-125723-fde6
Verify
2026-04-12T18:47:26Z
mindloom
node.started
task-20260410-125723-fde6
Verify
2026-04-12T18:47:26Z
mindloom
edge.taken
task-20260410-125723-fde6
scope_guard -> verify
2026-04-12T18:47:26Z
mindloom
node.completed
task-20260410-125723-fde6
Scope Guard
2026-04-12T18:47:25Z
mindloom
node.started
task-20260410-125723-fde6
Scope Guard
2026-04-12T18:47:25Z
mindloom
edge.taken
task-20260410-125723-fde6
repair_implement -> scope_guard
2026-04-12T18:47:25Z
mindloom
node.completed
task-20260410-125723-fde6
Repair Implement
2026-04-12T18:28:41Z
mindloom
node.started
task-20260410-125723-fde6
Repair Implement
2026-04-12T18:28:41Z
mindloom
edge.taken
task-20260410-125723-fde6
capture_repair_scope_baseline -> repair_implement
2026-04-12T18:28:41Z
mindloom
node.completed
task-20260410-125723-fde6
Capture Repair Scope Baseline
2026-04-12T18:28:41Z
mindloom
node.started
task-20260410-125723-fde6
Capture Repair Scope Baseline
2026-04-12T18:28:41Z
mindloom
edge.taken
task-20260410-125723-fde6
repair_plan_guard -> capture_repair_scope_baseline
2026-04-12T18:28:41Z
mindloom
node.completed
task-20260410-125723-fde6
Repair Plan Guard
2026-04-12T18:28:40Z
mindloom
node.started
task-20260410-125723-fde6
Repair Plan Guard
2026-04-12T18:28:40Z
mindloom
edge.taken
task-20260410-125723-fde6
repair_plan -> repair_plan_guard
2026-04-12T18:28:40Z
mindloom
node.completed
task-20260410-125723-fde6
Repair Plan
2026-04-12T18:22:25Z
mindloom
node.started
task-20260410-125723-fde6
Repair Plan
2026-04-12T18:22:25Z
mindloom
edge.taken
task-20260410-125723-fde6
finding_red_gate -> repair_plan
2026-04-12T18:22:25Z
mindloom
node.completed
task-20260410-125723-fde6
Finding Red Gate
2026-04-12T18:22:24Z
mindloom
node.started
task-20260410-125723-fde6
Finding Red Gate
2026-04-12T18:22:24Z
mindloom
edge.taken
task-20260410-125723-fde6
repair_tests -> finding_red_gate
2026-04-12T18:22:24Z
mindloom
node.completed
task-20260410-125723-fde6
Repair Tests
2026-04-12T18:21:19Z
mindloom
node.started
task-20260410-125723-fde6
Repair Tests
2026-04-10T20:00:42Z
poe-goblin
task.deleted
task-20260406-190022-ac74
The stash tab scanning and valuation of the items should be fully working from end to end…
2026-04-10T04:12:12Z
poe-goblin
task.done
task-20260402-155839-efde
Stash Tab Scanning
2026-04-10T04:12:12Z
poe-goblin
node.started
task-20260402-155839-efde
Done
2026-04-10T04:12:12Z
poe-goblin
edge.taken
task-20260402-155839-efde
acceptance -> done
2026-04-10T04:12:12Z
poe-goblin
node.completed
task-20260402-155839-efde
Acceptance
2026-04-10T04:09:02Z
poe-goblin
node.started
task-20260402-155839-efde
Acceptance
2026-04-10T04:09:02Z
poe-goblin
edge.taken
task-20260402-155839-efde
review -> acceptance
2026-04-10T04:09:02Z
poe-goblin
node.completed
task-20260402-155839-efde
Review
2026-04-10T04:04:59Z
poe-goblin
node.started
task-20260402-155839-efde
Review
2026-04-10T04:04:59Z
poe-goblin
edge.taken
task-20260402-155839-efde
verify -> review
2026-04-10T04:04:59Z
poe-goblin
node.completed
task-20260402-155839-efde
Verify
2026-04-10T04:01:53Z
poe-goblin
node.started
task-20260402-155839-efde
Verify
2026-04-10T04:01:53Z
poe-goblin
edge.taken
task-20260402-155839-efde
scope_guard -> verify
2026-04-10T04:01:53Z
poe-goblin
node.completed
task-20260402-155839-efde
Scope Guard
2026-04-10T04:01:53Z
poe-goblin
node.started
task-20260402-155839-efde
Scope Guard
2026-04-10T04:01:53Z
poe-goblin
edge.taken
task-20260402-155839-efde
repair_implement -> scope_guard
2026-04-10T04:01:53Z
poe-goblin
node.completed
task-20260402-155839-efde
Repair Implement
2026-04-10T03:54:41Z
poe-goblin
node.started
task-20260402-155839-efde
Repair Implement
2026-04-10T03:54:41Z
poe-goblin
edge.taken
task-20260402-155839-efde
capture_repair_scope_baseline -> repair_implement
2026-04-10T03:54:41Z
poe-goblin
node.completed
task-20260402-155839-efde
Capture Repair Scope Baseline
2026-04-10T03:54:41Z
poe-goblin
node.started
task-20260402-155839-efde
Capture Repair Scope Baseline
2026-04-10T03:54:41Z
poe-goblin
edge.taken
task-20260402-155839-efde
repair_plan_guard -> capture_repair_scope_baseline
2026-04-10T03:54:41Z
poe-goblin
node.completed
task-20260402-155839-efde
Repair Plan Guard
2026-04-10T03:54:41Z
poe-goblin
node.started
task-20260402-155839-efde
Repair Plan Guard
2026-04-10T03:54:41Z
poe-goblin
edge.taken
task-20260402-155839-efde
repair_plan -> repair_plan_guard
2026-04-10T03:54:41Z
poe-goblin
node.completed
task-20260402-155839-efde
Repair Plan
2026-04-10T03:46:35Z
poe-goblin
node.started
task-20260402-155839-efde
Repair Plan
2026-04-10T03:46:35Z
poe-goblin
edge.taken
task-20260402-155839-efde
finding_red_gate -> repair_plan
2026-04-10T03:46:35Z
poe-goblin
node.completed
task-20260402-155839-efde
Finding Red Gate
2026-04-10T03:46:34Z
poe-goblin
node.started
task-20260402-155839-efde
Finding Red Gate
2026-04-10T03:46:34Z
poe-goblin
edge.taken
task-20260402-155839-efde
repair_tests -> finding_red_gate
2026-04-10T03:46:34Z
poe-goblin
node.completed
task-20260402-155839-efde
Repair Tests
2026-04-10T03:38:58Z
poe-goblin
node.started
task-20260402-155839-efde
Repair Tests
2026-04-10T03:38:58Z
poe-goblin
edge.taken
task-20260402-155839-efde
review -> repair_tests
2026-04-10T03:38:58Z
poe-goblin
node.completed
task-20260402-155839-efde
Review
2026-04-10T03:33:39Z
poe-goblin
node.started
task-20260402-155839-efde
Review
2026-04-10T03:33:39Z
poe-goblin
edge.taken
task-20260402-155839-efde
verify -> review
2026-04-10T03:33:39Z
poe-goblin
node.completed
task-20260402-155839-efde
Verify
2026-04-10T03:30:02Z
poe-goblin
node.started
task-20260402-155839-efde
Verify
2026-04-10T03:30:02Z
poe-goblin
edge.taken
task-20260402-155839-efde
scope_guard -> verify