﻿2026-05-07T12:13:36.9753824Z Current runner version: '2.334.0'
2026-05-07T12:13:36.9776893Z ##[group]Runner Image Provisioner
2026-05-07T12:13:36.9777683Z Hosted Compute Agent
2026-05-07T12:13:36.9778179Z Version: 20260213.493
2026-05-07T12:13:36.9778688Z Commit: 5c115507f6dd24b8de37d8bbe0bb4509d0cc0fa3
2026-05-07T12:13:36.9779353Z Build Date: 2026-02-13T00:28:41Z
2026-05-07T12:13:36.9779948Z Worker ID: {01182e81-ab11-499e-b189-762a70badc6d}
2026-05-07T12:13:36.9780748Z Azure Region: westcentralus
2026-05-07T12:13:36.9781386Z ##[endgroup]
2026-05-07T12:13:36.9782997Z ##[group]Operating System
2026-05-07T12:13:36.9783543Z Ubuntu
2026-05-07T12:13:36.9783968Z 24.04.4
2026-05-07T12:13:36.9784393Z LTS
2026-05-07T12:13:36.9784803Z ##[endgroup]
2026-05-07T12:13:36.9785255Z ##[group]Runner Image
2026-05-07T12:13:36.9785747Z Image: ubuntu-24.04
2026-05-07T12:13:36.9786173Z Version: 20260413.86.1
2026-05-07T12:13:36.9787259Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20260413.86/images/ubuntu/Ubuntu2404-Readme.md
2026-05-07T12:13:36.9788481Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20260413.86
2026-05-07T12:13:36.9789271Z ##[endgroup]
2026-05-07T12:13:36.9790237Z ##[group]GITHUB_TOKEN Permissions
2026-05-07T12:13:36.9792529Z Contents: read
2026-05-07T12:13:36.9793090Z Metadata: read
2026-05-07T12:13:36.9793546Z Packages: read
2026-05-07T12:13:36.9793977Z ##[endgroup]
2026-05-07T12:13:36.9795912Z Secret source: Actions
2026-05-07T12:13:36.9796520Z Prepare workflow directory
2026-05-07T12:13:37.0162039Z Prepare all required actions
2026-05-07T12:13:37.0199019Z Getting action download info
2026-05-07T12:13:37.4259240Z Download action repository 'actions/checkout@v4' (SHA:34e114876b0b11c390a56381ad16ebd13914f8d5)
2026-05-07T12:13:37.5599090Z Download action repository 'actions/setup-python@v5' (SHA:a26af69be951a213d495a4c3e4e4022e16d87065)
2026-05-07T12:13:37.7767657Z Complete job name: test (ubuntu, py3.12)
2026-05-07T12:13:37.8396104Z ##[group]Run actions/checkout@v4
2026-05-07T12:13:37.8397179Z with:
2026-05-07T12:13:37.8397676Z   repository: MayonaiseLover/PureFrame
2026-05-07T12:13:37.8398549Z   token: ***
2026-05-07T12:13:37.8399018Z   ssh-strict: true
2026-05-07T12:13:37.8399522Z   ssh-user: git
2026-05-07T12:13:37.8400008Z   persist-credentials: true
2026-05-07T12:13:37.8400880Z   clean: true
2026-05-07T12:13:37.8401482Z   sparse-checkout-cone-mode: true
2026-05-07T12:13:37.8402032Z   fetch-depth: 1
2026-05-07T12:13:37.8402573Z   fetch-tags: false
2026-05-07T12:13:37.8403059Z   show-progress: true
2026-05-07T12:13:37.8403592Z   lfs: false
2026-05-07T12:13:37.8404068Z   submodules: false
2026-05-07T12:13:37.8404578Z   set-safe-directory: true
2026-05-07T12:13:37.8405435Z ##[endgroup]
2026-05-07T12:13:37.9453312Z Syncing repository: MayonaiseLover/PureFrame
2026-05-07T12:13:37.9455557Z ##[group]Getting Git version info
2026-05-07T12:13:37.9456526Z Working directory is '/home/runner/work/PureFrame/PureFrame'
2026-05-07T12:13:37.9457737Z [command]/usr/bin/git version
2026-05-07T12:13:37.9930896Z git version 2.53.0
2026-05-07T12:13:38.0036522Z ##[endgroup]
2026-05-07T12:13:38.0043409Z Temporarily overriding HOME='/home/runner/work/_temp/c29c0b5d-2cd1-4186-95a8-a64728022107' before making global git config changes
2026-05-07T12:13:38.0044798Z Adding repository directory to the temporary git global config as a safe directory
2026-05-07T12:13:38.0045923Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/PureFrame/PureFrame
2026-05-07T12:13:38.0047561Z Deleting the contents of '/home/runner/work/PureFrame/PureFrame'
2026-05-07T12:13:38.0048605Z ##[group]Initializing the repository
2026-05-07T12:13:38.0049336Z [command]/usr/bin/git init /home/runner/work/PureFrame/PureFrame
2026-05-07T12:13:38.0234808Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-07T12:13:38.0237045Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-07T12:13:38.0239121Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-07T12:13:38.0241384Z hint: call:
2026-05-07T12:13:38.0242402Z hint:
2026-05-07T12:13:38.0243716Z hint: 	git config --global init.defaultBranch <name>
2026-05-07T12:13:38.0245127Z hint:
2026-05-07T12:13:38.0246434Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-07T12:13:38.0248290Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-07T12:13:38.0249860Z hint:
2026-05-07T12:13:38.0251052Z hint: 	git branch -m <name>
2026-05-07T12:13:38.0252055Z hint:
2026-05-07T12:13:38.0253277Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-07T12:13:38.0255203Z Initialized empty Git repository in /home/runner/work/PureFrame/PureFrame/.git/
2026-05-07T12:13:38.0260004Z [command]/usr/bin/git remote add origin https://github.com/MayonaiseLover/PureFrame
2026-05-07T12:13:38.0285677Z ##[endgroup]
2026-05-07T12:13:38.0287387Z ##[group]Disabling automatic garbage collection
2026-05-07T12:13:38.0288885Z [command]/usr/bin/git config --local gc.auto 0
2026-05-07T12:13:38.0315091Z ##[endgroup]
2026-05-07T12:13:38.0316566Z ##[group]Setting up auth
2026-05-07T12:13:38.0321861Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-07T12:13:38.0348045Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-07T12:13:38.1335723Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-07T12:13:38.1359454Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-07T12:13:38.1529554Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-07T12:13:38.1553714Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-07T12:13:38.1735806Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-07T12:13:38.1764995Z ##[endgroup]
2026-05-07T12:13:38.1765793Z ##[group]Fetching the repository
2026-05-07T12:13:38.1772220Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7610532e0c51a52ca3a968fc7c9af019c4388d6c:refs/remotes/origin/master
2026-05-07T12:13:39.3541365Z From https://github.com/MayonaiseLover/PureFrame
2026-05-07T12:13:39.3544608Z  * [new ref]         7610532e0c51a52ca3a968fc7c9af019c4388d6c -> origin/master
2026-05-07T12:13:39.3564068Z ##[endgroup]
2026-05-07T12:13:39.3566118Z ##[group]Determining the checkout info
2026-05-07T12:13:39.3568436Z ##[endgroup]
2026-05-07T12:13:39.3571567Z [command]/usr/bin/git sparse-checkout disable
2026-05-07T12:13:39.3602544Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-07T12:13:39.3625332Z ##[group]Checking out the ref
2026-05-07T12:13:39.3628535Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2026-05-07T12:13:39.4267095Z Reset branch 'master'
2026-05-07T12:13:39.4268312Z branch 'master' set up to track 'origin/master'.
2026-05-07T12:13:39.4277643Z ##[endgroup]
2026-05-07T12:13:39.4309463Z [command]/usr/bin/git log -1 --format=%H
2026-05-07T12:13:39.4327908Z 7610532e0c51a52ca3a968fc7c9af019c4388d6c
2026-05-07T12:13:39.4636305Z ##[group]Run actions/setup-python@v5
2026-05-07T12:13:39.4637469Z with:
2026-05-07T12:13:39.4638286Z   python-version: 3.12
2026-05-07T12:13:39.4639198Z   cache: pip
2026-05-07T12:13:39.4640024Z   check-latest: false
2026-05-07T12:13:39.4641454Z   token: ***
2026-05-07T12:13:39.4642308Z   update-environment: true
2026-05-07T12:13:39.4643308Z   allow-prereleases: false
2026-05-07T12:13:39.4644316Z   freethreaded: false
2026-05-07T12:13:39.4645217Z ##[endgroup]
2026-05-07T12:13:39.6247735Z ##[group]Installed versions
2026-05-07T12:13:39.6618907Z Successfully set up CPython (3.12.13)
2026-05-07T12:13:39.6620750Z ##[endgroup]
2026-05-07T12:13:39.7287400Z [command]/opt/hostedtoolcache/Python/3.12.13/x64/bin/pip cache dir
2026-05-07T12:13:41.0037000Z /home/runner/.cache/pip
2026-05-07T12:13:41.2405648Z pip cache is not found
2026-05-07T12:13:41.2503700Z ##[group]Run sudo apt-get update && sudo apt-get install -y ffmpeg
2026-05-07T12:13:41.2504250Z [36;1msudo apt-get update && sudo apt-get install -y ffmpeg[0m
2026-05-07T12:13:41.2524031Z shell: /usr/bin/bash -e {0}
2026-05-07T12:13:41.2524283Z env:
2026-05-07T12:13:41.2524525Z   pythonLocation: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:13:41.2524955Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib/pkgconfig
2026-05-07T12:13:41.2525332Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:13:41.2525676Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:13:41.2526035Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:13:41.2526375Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib
2026-05-07T12:13:41.2526671Z ##[endgroup]
2026-05-07T12:13:41.3845957Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2026-05-07T12:13:41.4208988Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2026-05-07T12:13:41.4212477Z Get:6 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2026-05-07T12:13:41.4241347Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2026-05-07T12:13:41.4244048Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2026-05-07T12:13:41.4288905Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2026-05-07T12:13:41.4302058Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2026-05-07T12:13:41.4910082Z Get:8 https://dl.google.com/linux/chrome-stable/deb stable InRelease [1825 B]
2026-05-07T12:13:41.5496364Z Get:9 https://packages.microsoft.com/repos/azure-cli noble/main amd64 Packages [2192 B]
2026-05-07T12:13:41.5882714Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [137 kB]
2026-05-07T12:13:41.5987925Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [111 kB]
2026-05-07T12:13:41.5989316Z Get:12 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [11.6 kB]
2026-05-07T12:13:41.6414122Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1968 kB]
2026-05-07T12:13:41.6528400Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [351 kB]
2026-05-07T12:13:41.6544867Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [177 kB]
2026-05-07T12:13:41.6567789Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 c-n-f Metadata [17.1 kB]
2026-05-07T12:13:41.6574876Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1687 kB]
2026-05-07T12:13:41.6686141Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [328 kB]
2026-05-07T12:13:41.6697767Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [386 kB]
2026-05-07T12:13:41.6735783Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 c-n-f Metadata [34.5 kB]
2026-05-07T12:13:41.6771786Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3124 kB]
2026-05-07T12:13:41.6943209Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [721 kB]
2026-05-07T12:13:41.7391076Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2026-05-07T12:13:41.7401540Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 c-n-f Metadata [480 B]
2026-05-07T12:13:41.7409723Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [44.4 kB]
2026-05-07T12:13:41.7771835Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse Translation-en [10.4 kB]
2026-05-07T12:13:41.7784668Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2026-05-07T12:13:41.7793984Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 c-n-f Metadata [656 B]
2026-05-07T12:13:41.7805904Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [40.6 kB]
2026-05-07T12:13:41.7816223Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-backports/main Translation-en [9172 B]
2026-05-07T12:13:41.7831853Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [5748 B]
2026-05-07T12:13:41.7839752Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 c-n-f Metadata [368 B]
2026-05-07T12:13:41.7850129Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.6 kB]
2026-05-07T12:13:41.7864264Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [18.2 kB]
2026-05-07T12:13:41.7879546Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [10.5 kB]
2026-05-07T12:13:41.7888243Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 c-n-f Metadata [1484 B]
2026-05-07T12:13:41.8164524Z Get:54 https://dl.google.com/linux/chrome-stable/deb stable/main amd64 Packages [1210 B]
2026-05-07T12:13:41.8310249Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [212 B]
2026-05-07T12:13:41.8739416Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Packages [748 B]
2026-05-07T12:13:41.8750078Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2026-05-07T12:13:41.8763673Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1662 kB]
2026-05-07T12:13:41.8838004Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [263 kB]
2026-05-07T12:13:41.8874782Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.9 kB]
2026-05-07T12:13:41.8885678Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 c-n-f Metadata [11.0 kB]
2026-05-07T12:13:41.8896833Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1184 kB]
2026-05-07T12:13:41.8960439Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [227 kB]
2026-05-07T12:13:41.8982980Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [74.3 kB]
2026-05-07T12:13:41.9003569Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 c-n-f Metadata [23.1 kB]
2026-05-07T12:13:41.9014928Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2929 kB]
2026-05-07T12:13:41.9157435Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [682 kB]
2026-05-07T12:13:41.9197212Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2026-05-07T12:13:41.9207457Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [28.8 kB]
2026-05-07T12:13:41.9640270Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse Translation-en [7172 B]
2026-05-07T12:13:41.9649381Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2026-05-07T12:13:51.3348971Z Fetched 16.7 MB in 2s (8736 kB/s)
2026-05-07T12:13:52.1916587Z Reading package lists...
2026-05-07T12:13:52.2208182Z Reading package lists...
2026-05-07T12:13:52.3938371Z Building dependency tree...
2026-05-07T12:13:52.3947213Z Reading state information...
2026-05-07T12:13:52.5529724Z The following additional packages will be installed:
2026-05-07T12:13:52.5530157Z   i965-va-driver intel-media-va-driver libaacs0 libass9 libasyncns0
2026-05-07T12:13:52.5531171Z   libavc1394-0 libavcodec60 libavdevice60 libavfilter9 libavformat60
2026-05-07T12:13:52.5531573Z   libavutil58 libbdplus0 libblas3 libbluray2 libbs2b0 libcaca0
2026-05-07T12:13:52.5532273Z   libcdio-cdda2t64 libcdio-paranoia2t64 libcdio19t64 libchromaprint1 libcjson1
2026-05-07T12:13:52.5533192Z   libcodec2-1.2 libdav1d7 libdc1394-25 libdecor-0-0 libdecor-0-plugin-1-gtk
2026-05-07T12:13:52.5533752Z   libflac12t64 libflite1 libgme0 libgsm1 libhwy1t64 libiec61883-0 libigdgmm12
2026-05-07T12:13:52.5534451Z   libjack-jackd2-0 libjxl0.7 liblapack3 liblilv-0-0 libmbedcrypto7t64
2026-05-07T12:13:52.5535031Z   libmp3lame0 libmpg123-0t64 libmysofa1 libopenal-data libopenal1
2026-05-07T12:13:52.5535698Z   libopenmpt0t64 libopus0 libplacebo338 libpocketsphinx3 libpostproc57
2026-05-07T12:13:52.5536368Z   libpulse0 librav1e0 libraw1394-11 librist4 librsvg2-2 librsvg2-common
2026-05-07T12:13:52.5536950Z   librubberband2 libsamplerate0 libsdl2-2.0-0 libserd-0-0 libshine3
2026-05-07T12:13:52.5537572Z   libsndfile1 libsndio7.0 libsord-0-0 libsoxr0 libspeex1 libsphinxbase3t64
2026-05-07T12:13:52.5538179Z   libsratom-0-0 libsrt1.5-gnutls libssh-gcrypt-4 libsvtav1enc1d1
2026-05-07T12:13:52.5538791Z   libswresample4 libswscale7 libtheora0 libtwolame0 libudfread0 libunibreak5
2026-05-07T12:13:52.5539458Z   libva-drm2 libva-x11-2 libva2 libvdpau1 libvidstab1.1 libvorbisenc2 libvpl2
2026-05-07T12:13:52.5540174Z   libvpx9 libx264-164 libx265-199 libxcb-shape0 libxv1 libxvidcore4 libzimg2
2026-05-07T12:13:52.5541016Z   libzix-0-0 libzvbi-common libzvbi0t64 mesa-va-drivers mesa-vdpau-drivers
2026-05-07T12:13:52.5541472Z   ocl-icd-libopencl1 pocketsphinx-en-us va-driver-all vdpau-driver-all
2026-05-07T12:13:52.5547954Z Suggested packages:
2026-05-07T12:13:52.5548437Z   ffmpeg-doc i965-va-driver-shaders libcuda1 libnvcuvid1 libnvidia-encode1
2026-05-07T12:13:52.5549191Z   libbluray-bdj jackd2 libportaudio2 opus-tools pulseaudio libraw1394-doc
2026-05-07T12:13:52.5549897Z   librsvg2-bin serdi sndiod sordi speex opencl-icd libvdpau-va-gl1
2026-05-07T12:13:52.6524211Z The following NEW packages will be installed:
2026-05-07T12:13:52.6524951Z   ffmpeg i965-va-driver intel-media-va-driver libaacs0 libass9 libasyncns0
2026-05-07T12:13:52.6525726Z   libavc1394-0 libavcodec60 libavdevice60 libavfilter9 libavformat60
2026-05-07T12:13:52.6526459Z   libavutil58 libbdplus0 libblas3 libbluray2 libbs2b0 libcaca0
2026-05-07T12:13:52.6527213Z   libcdio-cdda2t64 libcdio-paranoia2t64 libcdio19t64 libchromaprint1 libcjson1
2026-05-07T12:13:52.6528067Z   libcodec2-1.2 libdav1d7 libdc1394-25 libdecor-0-0 libdecor-0-plugin-1-gtk
2026-05-07T12:13:52.6528899Z   libflac12t64 libflite1 libgme0 libgsm1 libhwy1t64 libiec61883-0 libigdgmm12
2026-05-07T12:13:52.6529502Z   libjack-jackd2-0 libjxl0.7 liblapack3 liblilv-0-0 libmbedcrypto7t64
2026-05-07T12:13:52.6529913Z   libmp3lame0 libmpg123-0t64 libmysofa1 libopenal-data libopenal1
2026-05-07T12:13:52.6530442Z   libopenmpt0t64 libopus0 libplacebo338 libpocketsphinx3 libpostproc57
2026-05-07T12:13:52.6531349Z   libpulse0 librav1e0 libraw1394-11 librist4 librsvg2-2 librsvg2-common
2026-05-07T12:13:52.6532104Z   librubberband2 libsamplerate0 libsdl2-2.0-0 libserd-0-0 libshine3
2026-05-07T12:13:52.6532890Z   libsndfile1 libsndio7.0 libsord-0-0 libsoxr0 libspeex1 libsphinxbase3t64
2026-05-07T12:13:52.6533632Z   libsratom-0-0 libsrt1.5-gnutls libssh-gcrypt-4 libsvtav1enc1d1
2026-05-07T12:13:52.6534054Z   libswresample4 libswscale7 libtheora0 libtwolame0 libudfread0 libunibreak5
2026-05-07T12:13:52.6534542Z   libva-drm2 libva-x11-2 libva2 libvdpau1 libvidstab1.1 libvorbisenc2 libvpl2
2026-05-07T12:13:52.6535330Z   libvpx9 libx264-164 libx265-199 libxcb-shape0 libxv1 libxvidcore4 libzimg2
2026-05-07T12:13:52.6536137Z   libzix-0-0 libzvbi-common libzvbi0t64 mesa-va-drivers mesa-vdpau-drivers
2026-05-07T12:13:52.6537919Z   ocl-icd-libopencl1 pocketsphinx-en-us va-driver-all vdpau-driver-all
2026-05-07T12:13:52.6719640Z 0 upgraded, 99 newly installed, 0 to remove and 68 not upgraded.
2026-05-07T12:13:52.6720649Z Need to get 94.1 MB of archives.
2026-05-07T12:13:52.6721200Z After this operation, 227 MB of additional disk space will be used.
2026-05-07T12:13:52.6721853Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2026-05-07T12:13:52.7369427Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libva2 amd64 2.20.0-2ubuntu0.1 [66.3 kB]
2026-05-07T12:13:52.7936185Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libva-drm2 amd64 2.20.0-2ubuntu0.1 [7132 B]
2026-05-07T12:13:52.8425063Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libva-x11-2 amd64 2.20.0-2ubuntu0.1 [12.0 kB]
2026-05-07T12:13:52.8907678Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libvdpau1 amd64 1.5-2build1 [27.8 kB]
2026-05-07T12:13:52.9416046Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libvpl2 amd64 2023.3.0-1build1 [99.8 kB]
2026-05-07T12:13:53.0030419Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ocl-icd-libopencl1 amd64 2.3.2-1build1 [38.5 kB]
2026-05-07T12:13:53.0534401Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libavutil58 amd64 7:6.1.1-3ubuntu5 [401 kB]
2026-05-07T12:13:53.2527863Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libcodec2-1.2 amd64 1.2.0-2build1 [8998 kB]
2026-05-07T12:13:57.8927801Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libdav1d7 amd64 1.4.1-1build1 [604 kB]
2026-05-07T12:13:58.2215444Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libgsm1 amd64 1.0.22-1build1 [27.8 kB]
2026-05-07T12:13:58.2704761Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhwy1t64 amd64 1.0.7-8.1build1 [584 kB]
2026-05-07T12:13:58.5628300Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libjxl0.7 amd64 0.7.0-10.2ubuntu6.1 [1001 kB]
2026-05-07T12:13:59.0819358Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmp3lame0 amd64 3.100-6build1 [142 kB]
2026-05-07T12:13:59.1480866Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libopus0 amd64 1.4-1build1 [208 kB]
2026-05-07T12:13:59.3051774Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librav1e0 amd64 0.7.1-2 [1022 kB]
2026-05-07T12:13:59.8233653Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-2 amd64 2.58.0+dfsg-1build1 [2135 kB]
2026-05-07T12:14:00.9263735Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libshine3 amd64 3.1.1-2build1 [23.2 kB]
2026-05-07T12:14:00.9747284Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libspeex1 amd64 1.2.1-2ubuntu2.24.04.1 [59.6 kB]
2026-05-07T12:14:01.0288954Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libsvtav1enc1d1 amd64 1.7.0+dfsg-2build1 [2425 kB]
2026-05-07T12:14:02.2711911Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libsoxr0 amd64 0.1.3-4build3 [80.0 kB]
2026-05-07T12:14:02.3279542Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libswresample4 amd64 7:6.1.1-3ubuntu5 [63.8 kB]
2026-05-07T12:14:02.3828233Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtheora0 amd64 1.1.1+dfsg.1-16.1build3 [211 kB]
2026-05-07T12:14:02.4926789Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtwolame0 amd64 0.4.0-2build3 [52.3 kB]
2026-05-07T12:14:02.5458695Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libvorbisenc2 amd64 1.3.7-1build3 [80.8 kB]
2026-05-07T12:14:02.6023175Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libvpx9 amd64 1.14.0-1ubuntu2.3 [1143 kB]
2026-05-07T12:14:03.2072452Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libx264-164 amd64 2:0.164.3108+git31e19f9-1 [604 kB]
2026-05-07T12:14:03.5415662Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libx265-199 amd64 3.5-2build1 [1226 kB]
2026-05-07T12:14:04.2019980Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libxvidcore4 amd64 2:1.3.7-1build1 [219 kB]
2026-05-07T12:14:04.3120256Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libzvbi-common all 0.2.42-2 [42.4 kB]
2026-05-07T12:14:04.3639272Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libzvbi0t64 amd64 0.2.42-2 [261 kB]
2026-05-07T12:14:04.5231063Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libavcodec60 amd64 7:6.1.1-3ubuntu5 [5851 kB]
2026-05-07T12:14:07.6542348Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libraw1394-11 amd64 2.1.2-2build3 [26.2 kB]
2026-05-07T12:14:07.7038752Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libavc1394-0 amd64 0.5.4-5build3 [15.4 kB]
2026-05-07T12:14:07.7533220Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libunibreak5 amd64 5.1-2build1 [25.0 kB]
2026-05-07T12:14:07.8022813Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libass9 amd64 1:0.17.1-2build1 [104 kB]
2026-05-07T12:14:07.8638702Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libudfread0 amd64 1.1.2-1build1 [19.0 kB]
2026-05-07T12:14:07.9151582Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libbluray2 amd64 1:1.3.4-1build1 [159 kB]
2026-05-07T12:14:08.0204810Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libchromaprint1 amd64 1.5.1-5 [30.5 kB]
2026-05-07T12:14:08.0773715Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libgme0 amd64 0.6.3-7build1 [134 kB]
2026-05-07T12:14:08.1453697Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libmpg123-0t64 amd64 1.32.5-1ubuntu1.1 [169 kB]
2026-05-07T12:14:08.2510098Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenmpt0t64 amd64 0.7.3-1.1build3 [647 kB]
2026-05-07T12:14:08.6033480Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libcjson1 amd64 1.7.17-1 [24.8 kB]
2026-05-07T12:14:08.6553541Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmbedcrypto7t64 amd64 2.28.8-1 [209 kB]
2026-05-07T12:14:08.7742830Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librist4 amd64 0.2.10+dfsg-2 [74.9 kB]
2026-05-07T12:14:08.8361833Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libsrt1.5-gnutls amd64 1.5.3-1build2 [316 kB]
2026-05-07T12:14:08.9978972Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libssh-gcrypt-4 amd64 0.10.6-2ubuntu0.4 [225 kB]
2026-05-07T12:14:09.1136104Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libavformat60 amd64 7:6.1.1-3ubuntu5 [1153 kB]
2026-05-07T12:14:09.8676919Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libbs2b0 amd64 3.1.0+dfsg-7build1 [10.6 kB]
2026-05-07T12:14:09.9153907Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libflite1 amd64 2.2-6build3 [13.6 MB]
2026-05-07T12:14:17.0116528Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libserd-0-0 amd64 0.32.2-1 [43.6 kB]
2026-05-07T12:14:17.0737409Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libzix-0-0 amd64 0.4.2-2build1 [23.6 kB]
2026-05-07T12:14:17.1301187Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libsord-0-0 amd64 0.16.16-2build1 [15.8 kB]
2026-05-07T12:14:17.1796381Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libsratom-0-0 amd64 0.6.16-1build1 [17.3 kB]
2026-05-07T12:14:17.2310730Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblilv-0-0 amd64 0.24.22-1build1 [41.0 kB]
2026-05-07T12:14:17.2819546Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmysofa1 amd64 1.3.2+dfsg-2ubuntu2 [1158 kB]
2026-05-07T12:14:17.8955129Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libplacebo338 amd64 6.338.2-2build1 [2654 kB]
2026-05-07T12:14:19.2845316Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libblas3 amd64 3.12.0-3build1.1 [238 kB]
2026-05-07T12:14:19.4374550Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblapack3 amd64 3.12.0-3build1.1 [2646 kB]
2026-05-07T12:14:21.0110970Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libasyncns0 amd64 0.8-6build4 [11.3 kB]
2026-05-07T12:14:21.0596103Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libflac12t64 amd64 1.4.3+ds-2.1ubuntu2 [197 kB]
2026-05-07T12:14:21.1696829Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libsndfile1 amd64 1.2.2-1ubuntu5.24.04.1 [209 kB]
2026-05-07T12:14:21.2819597Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libpulse0 amd64 1:16.1+dfsg1-2ubuntu10.1 [292 kB]
2026-05-07T12:14:21.4348029Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libsphinxbase3t64 amd64 0.8+5prealpha+1-17build2 [126 kB]
2026-05-07T12:14:21.4971523Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libpocketsphinx3 amd64 0.8.0+real5prealpha+1-15ubuntu5 [133 kB]
2026-05-07T12:14:21.5598254Z Get:66 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libpostproc57 amd64 7:6.1.1-3ubuntu5 [49.9 kB]
2026-05-07T12:14:21.6122762Z Get:67 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsamplerate0 amd64 0.2.2-4build1 [1344 kB]
2026-05-07T12:14:22.2865511Z Get:68 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librubberband2 amd64 3.3.0+dfsg-2build1 [130 kB]
2026-05-07T12:14:22.3496106Z Get:69 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libswscale7 amd64 7:6.1.1-3ubuntu5 [193 kB]
2026-05-07T12:14:22.4546990Z Get:70 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libvidstab1.1 amd64 1.1.0-2build1 [38.5 kB]
2026-05-07T12:14:22.5079576Z Get:71 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libzimg2 amd64 3.0.5+ds1-1build1 [254 kB]
2026-05-07T12:14:22.6527248Z Get:72 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libavfilter9 amd64 7:6.1.1-3ubuntu5 [4235 kB]
2026-05-07T12:14:24.8580020Z Get:73 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libcaca0 amd64 0.99.beta20-4ubuntu0.1 [209 kB]
2026-05-07T12:14:24.9644789Z Get:74 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libcdio19t64 amd64 2.1.0-4.1ubuntu1.2 [62.4 kB]
2026-05-07T12:14:25.0184587Z Get:75 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libcdio-cdda2t64 amd64 10.2+2.0.1-1.1build2 [16.5 kB]
2026-05-07T12:14:25.0675013Z Get:76 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libcdio-paranoia2t64 amd64 10.2+2.0.1-1.1build2 [16.6 kB]
2026-05-07T12:14:25.1158479Z Get:77 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libdc1394-25 amd64 2.2.6-4build1 [90.1 kB]
2026-05-07T12:14:25.1733775Z Get:78 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libiec61883-0 amd64 1.2.0-6build1 [24.5 kB]
2026-05-07T12:14:25.2229602Z Get:79 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3ubuntu3 [289 kB]
2026-05-07T12:14:25.3750237Z Get:80 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenal-data all 1:1.23.1-4build1 [161 kB]
2026-05-07T12:14:25.4758072Z Get:81 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libsndio7.0 amd64 1.9.0-0.3build3 [29.6 kB]
2026-05-07T12:14:25.5258339Z Get:82 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenal1 amd64 1:1.23.1-4build1 [540 kB]
2026-05-07T12:14:25.8177239Z Get:83 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdecor-0-0 amd64 0.2.2-1build2 [16.5 kB]
2026-05-07T12:14:25.8659117Z Get:84 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libsdl2-2.0-0 amd64 2.30.0+dfsg-1ubuntu3.1 [686 kB]
2026-05-07T12:14:26.2035108Z Get:85 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2026-05-07T12:14:26.2512501Z Get:86 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxv1 amd64 2:1.0.11-1.1build1 [10.7 kB]
2026-05-07T12:14:26.2989818Z Get:87 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libavdevice60 amd64 7:6.1.1-3ubuntu5 [82.3 kB]
2026-05-07T12:14:26.3546380Z Get:88 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ffmpeg amd64 7:6.1.1-3ubuntu5 [1879 kB]
2026-05-07T12:14:27.3233111Z Get:89 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libigdgmm12 amd64 22.3.17+ds1-1ubuntu1 [145 kB]
2026-05-07T12:14:27.3865342Z Get:90 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 intel-media-va-driver amd64 24.1.0+dfsg1-1ubuntu0.2 [3163 kB]
2026-05-07T12:14:28.9936353Z Get:91 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libaacs0 amd64 0.11.1-2build1 [62.9 kB]
2026-05-07T12:14:29.0469228Z Get:92 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libbdplus0 amd64 0.2.0-3build1 [52.2 kB]
2026-05-07T12:14:29.1003045Z Get:93 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdecor-0-plugin-1-gtk amd64 0.2.2-1build2 [22.2 kB]
2026-05-07T12:14:29.1495653Z Get:94 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librsvg2-common amd64 2.58.0+dfsg-1build1 [11.8 kB]
2026-05-07T12:14:29.1982372Z Get:95 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 mesa-va-drivers amd64 25.2.8-0ubuntu0.24.04.1 [6776 B]
2026-05-07T12:14:29.2461774Z Get:96 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 mesa-vdpau-drivers amd64 25.2.8-0ubuntu0.24.04.1 [23.0 kB]
2026-05-07T12:14:29.2952617Z Get:97 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 i965-va-driver amd64 2.4.1+dfsg1-1ubuntu0.1 [332 kB]
2026-05-07T12:14:29.4870658Z Get:98 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 va-driver-all amd64 2.20.0-2ubuntu0.1 [4946 B]
2026-05-07T12:14:29.5359681Z Get:99 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 vdpau-driver-all amd64 1.5-2build1 [4414 B]
2026-05-07T12:14:29.5826821Z Get:100 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pocketsphinx-en-us all 0.8.0+real5prealpha+1-15ubuntu5 [27.4 MB]
2026-05-07T12:14:44.2046284Z Fetched 94.1 MB in 51s (1838 kB/s)
2026-05-07T12:14:44.2596668Z Selecting previously unselected package libva2:amd64.
2026-05-07T12:14:44.3434937Z (Reading database ... 
2026-05-07T12:14:44.3435445Z (Reading database ... 5%
2026-05-07T12:14:44.3435681Z (Reading database ... 10%
2026-05-07T12:14:44.3435971Z (Reading database ... 15%
2026-05-07T12:14:44.3436312Z (Reading database ... 20%
2026-05-07T12:14:44.3436703Z (Reading database ... 25%
2026-05-07T12:14:44.3437041Z (Reading database ... 30%
2026-05-07T12:14:44.3437358Z (Reading database ... 35%
2026-05-07T12:14:44.3437701Z (Reading database ... 40%
2026-05-07T12:14:44.3437999Z (Reading database ... 45%
2026-05-07T12:14:44.3438191Z (Reading database ... 50%
2026-05-07T12:14:44.3716561Z (Reading database ... 55%
2026-05-07T12:14:44.6882927Z (Reading database ... 60%
2026-05-07T12:14:44.8867834Z (Reading database ... 65%
2026-05-07T12:14:45.1193229Z (Reading database ... 70%
2026-05-07T12:14:45.3949270Z (Reading database ... 75%
2026-05-07T12:14:45.9087365Z (Reading database ... 80%
2026-05-07T12:14:46.9380040Z (Reading database ... 85%
2026-05-07T12:14:48.0342961Z (Reading database ... 90%
2026-05-07T12:14:49.1859982Z (Reading database ... 95%
2026-05-07T12:14:49.1860416Z (Reading database ... 100%
2026-05-07T12:14:49.1860960Z (Reading database ... 220764 files and directories currently installed.)
2026-05-07T12:14:49.1905263Z Preparing to unpack .../00-libva2_2.20.0-2ubuntu0.1_amd64.deb ...
2026-05-07T12:14:49.1938315Z Unpacking libva2:amd64 (2.20.0-2ubuntu0.1) ...
2026-05-07T12:14:49.2187627Z Selecting previously unselected package libva-drm2:amd64.
2026-05-07T12:14:49.2306076Z Preparing to unpack .../01-libva-drm2_2.20.0-2ubuntu0.1_amd64.deb ...
2026-05-07T12:14:49.2317552Z Unpacking libva-drm2:amd64 (2.20.0-2ubuntu0.1) ...
2026-05-07T12:14:49.2512034Z Selecting previously unselected package libva-x11-2:amd64.
2026-05-07T12:14:49.2628992Z Preparing to unpack .../02-libva-x11-2_2.20.0-2ubuntu0.1_amd64.deb ...
2026-05-07T12:14:49.2638897Z Unpacking libva-x11-2:amd64 (2.20.0-2ubuntu0.1) ...
2026-05-07T12:14:49.2797063Z Selecting previously unselected package libvdpau1:amd64.
2026-05-07T12:14:49.2915569Z Preparing to unpack .../03-libvdpau1_1.5-2build1_amd64.deb ...
2026-05-07T12:14:49.2929440Z Unpacking libvdpau1:amd64 (1.5-2build1) ...
2026-05-07T12:14:49.3099321Z Selecting previously unselected package libvpl2.
2026-05-07T12:14:49.3217882Z Preparing to unpack .../04-libvpl2_2023.3.0-1build1_amd64.deb ...
2026-05-07T12:14:49.3238688Z Unpacking libvpl2 (2023.3.0-1build1) ...
2026-05-07T12:14:49.3534288Z Selecting previously unselected package ocl-icd-libopencl1:amd64.
2026-05-07T12:14:49.3650418Z Preparing to unpack .../05-ocl-icd-libopencl1_2.3.2-1build1_amd64.deb ...
2026-05-07T12:14:49.3663942Z Unpacking ocl-icd-libopencl1:amd64 (2.3.2-1build1) ...
2026-05-07T12:14:49.3946008Z Selecting previously unselected package libavutil58:amd64.
2026-05-07T12:14:49.4065624Z Preparing to unpack .../06-libavutil58_7%3a6.1.1-3ubuntu5_amd64.deb ...
2026-05-07T12:14:49.4075823Z Unpacking libavutil58:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:49.4280110Z Selecting previously unselected package libcodec2-1.2:amd64.
2026-05-07T12:14:49.4400148Z Preparing to unpack .../07-libcodec2-1.2_1.2.0-2build1_amd64.deb ...
2026-05-07T12:14:49.4412867Z Unpacking libcodec2-1.2:amd64 (1.2.0-2build1) ...
2026-05-07T12:14:49.5049313Z Selecting previously unselected package libdav1d7:amd64.
2026-05-07T12:14:49.5171999Z Preparing to unpack .../08-libdav1d7_1.4.1-1build1_amd64.deb ...
2026-05-07T12:14:49.5180762Z Unpacking libdav1d7:amd64 (1.4.1-1build1) ...
2026-05-07T12:14:49.5413852Z Selecting previously unselected package libgsm1:amd64.
2026-05-07T12:14:49.5535330Z Preparing to unpack .../09-libgsm1_1.0.22-1build1_amd64.deb ...
2026-05-07T12:14:49.5545655Z Unpacking libgsm1:amd64 (1.0.22-1build1) ...
2026-05-07T12:14:49.5716704Z Selecting previously unselected package libhwy1t64:amd64.
2026-05-07T12:14:49.5836685Z Preparing to unpack .../10-libhwy1t64_1.0.7-8.1build1_amd64.deb ...
2026-05-07T12:14:49.5846307Z Unpacking libhwy1t64:amd64 (1.0.7-8.1build1) ...
2026-05-07T12:14:49.6123616Z Selecting previously unselected package libjxl0.7:amd64.
2026-05-07T12:14:49.6242911Z Preparing to unpack .../11-libjxl0.7_0.7.0-10.2ubuntu6.1_amd64.deb ...
2026-05-07T12:14:49.6250472Z Unpacking libjxl0.7:amd64 (0.7.0-10.2ubuntu6.1) ...
2026-05-07T12:14:49.6536659Z Selecting previously unselected package libmp3lame0:amd64.
2026-05-07T12:14:49.6656601Z Preparing to unpack .../12-libmp3lame0_3.100-6build1_amd64.deb ...
2026-05-07T12:14:49.6665408Z Unpacking libmp3lame0:amd64 (3.100-6build1) ...
2026-05-07T12:14:49.6854388Z Selecting previously unselected package libopus0:amd64.
2026-05-07T12:14:49.6973882Z Preparing to unpack .../13-libopus0_1.4-1build1_amd64.deb ...
2026-05-07T12:14:49.6984042Z Unpacking libopus0:amd64 (1.4-1build1) ...
2026-05-07T12:14:49.7169220Z Selecting previously unselected package librav1e0:amd64.
2026-05-07T12:14:49.7288410Z Preparing to unpack .../14-librav1e0_0.7.1-2_amd64.deb ...
2026-05-07T12:14:49.7298010Z Unpacking librav1e0:amd64 (0.7.1-2) ...
2026-05-07T12:14:49.7580079Z Selecting previously unselected package librsvg2-2:amd64.
2026-05-07T12:14:49.7697211Z Preparing to unpack .../15-librsvg2-2_2.58.0+dfsg-1build1_amd64.deb ...
2026-05-07T12:14:49.7705833Z Unpacking librsvg2-2:amd64 (2.58.0+dfsg-1build1) ...
2026-05-07T12:14:49.8107671Z Selecting previously unselected package libshine3:amd64.
2026-05-07T12:14:49.8226946Z Preparing to unpack .../16-libshine3_3.1.1-2build1_amd64.deb ...
2026-05-07T12:14:49.8234868Z Unpacking libshine3:amd64 (3.1.1-2build1) ...
2026-05-07T12:14:49.8396060Z Selecting previously unselected package libspeex1:amd64.
2026-05-07T12:14:49.8513191Z Preparing to unpack .../17-libspeex1_1.2.1-2ubuntu2.24.04.1_amd64.deb ...
2026-05-07T12:14:49.8521801Z Unpacking libspeex1:amd64 (1.2.1-2ubuntu2.24.04.1) ...
2026-05-07T12:14:49.8680724Z Selecting previously unselected package libsvtav1enc1d1:amd64.
2026-05-07T12:14:49.8797132Z Preparing to unpack .../18-libsvtav1enc1d1_1.7.0+dfsg-2build1_amd64.deb ...
2026-05-07T12:14:49.8805485Z Unpacking libsvtav1enc1d1:amd64 (1.7.0+dfsg-2build1) ...
2026-05-07T12:14:49.9228989Z Selecting previously unselected package libsoxr0:amd64.
2026-05-07T12:14:49.9347106Z Preparing to unpack .../19-libsoxr0_0.1.3-4build3_amd64.deb ...
2026-05-07T12:14:49.9358067Z Unpacking libsoxr0:amd64 (0.1.3-4build3) ...
2026-05-07T12:14:49.9526530Z Selecting previously unselected package libswresample4:amd64.
2026-05-07T12:14:49.9644657Z Preparing to unpack .../20-libswresample4_7%3a6.1.1-3ubuntu5_amd64.deb ...
2026-05-07T12:14:49.9653213Z Unpacking libswresample4:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:49.9823805Z Selecting previously unselected package libtheora0:amd64.
2026-05-07T12:14:49.9940346Z Preparing to unpack .../21-libtheora0_1.1.1+dfsg.1-16.1build3_amd64.deb ...
2026-05-07T12:14:49.9948104Z Unpacking libtheora0:amd64 (1.1.1+dfsg.1-16.1build3) ...
2026-05-07T12:14:50.0136544Z Selecting previously unselected package libtwolame0:amd64.
2026-05-07T12:14:50.0255223Z Preparing to unpack .../22-libtwolame0_0.4.0-2build3_amd64.deb ...
2026-05-07T12:14:50.0263434Z Unpacking libtwolame0:amd64 (0.4.0-2build3) ...
2026-05-07T12:14:50.0435869Z Selecting previously unselected package libvorbisenc2:amd64.
2026-05-07T12:14:50.0554681Z Preparing to unpack .../23-libvorbisenc2_1.3.7-1build3_amd64.deb ...
2026-05-07T12:14:50.0563098Z Unpacking libvorbisenc2:amd64 (1.3.7-1build3) ...
2026-05-07T12:14:50.0762530Z Selecting previously unselected package libvpx9:amd64.
2026-05-07T12:14:50.0883106Z Preparing to unpack .../24-libvpx9_1.14.0-1ubuntu2.3_amd64.deb ...
2026-05-07T12:14:50.0891942Z Unpacking libvpx9:amd64 (1.14.0-1ubuntu2.3) ...
2026-05-07T12:14:50.1175195Z Selecting previously unselected package libx264-164:amd64.
2026-05-07T12:14:50.1292830Z Preparing to unpack .../25-libx264-164_2%3a0.164.3108+git31e19f9-1_amd64.deb ...
2026-05-07T12:14:50.1301012Z Unpacking libx264-164:amd64 (2:0.164.3108+git31e19f9-1) ...
2026-05-07T12:14:50.1524942Z Selecting previously unselected package libx265-199:amd64.
2026-05-07T12:14:50.1641778Z Preparing to unpack .../26-libx265-199_3.5-2build1_amd64.deb ...
2026-05-07T12:14:50.1650063Z Unpacking libx265-199:amd64 (3.5-2build1) ...
2026-05-07T12:14:50.2240447Z Selecting previously unselected package libxvidcore4:amd64.
2026-05-07T12:14:50.2362224Z Preparing to unpack .../27-libxvidcore4_2%3a1.3.7-1build1_amd64.deb ...
2026-05-07T12:14:50.2371287Z Unpacking libxvidcore4:amd64 (2:1.3.7-1build1) ...
2026-05-07T12:14:50.2556363Z Selecting previously unselected package libzvbi-common.
2026-05-07T12:14:50.2675265Z Preparing to unpack .../28-libzvbi-common_0.2.42-2_all.deb ...
2026-05-07T12:14:50.2686697Z Unpacking libzvbi-common (0.2.42-2) ...
2026-05-07T12:14:50.3112827Z Selecting previously unselected package libzvbi0t64:amd64.
2026-05-07T12:14:50.3233132Z Preparing to unpack .../29-libzvbi0t64_0.2.42-2_amd64.deb ...
2026-05-07T12:14:50.3244748Z Unpacking libzvbi0t64:amd64 (0.2.42-2) ...
2026-05-07T12:14:50.3438132Z Selecting previously unselected package libavcodec60:amd64.
2026-05-07T12:14:50.3558326Z Preparing to unpack .../30-libavcodec60_7%3a6.1.1-3ubuntu5_amd64.deb ...
2026-05-07T12:14:50.3571970Z Unpacking libavcodec60:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:50.4322934Z Selecting previously unselected package libraw1394-11:amd64.
2026-05-07T12:14:50.4440188Z Preparing to unpack .../31-libraw1394-11_2.1.2-2build3_amd64.deb ...
2026-05-07T12:14:50.4453383Z Unpacking libraw1394-11:amd64 (2.1.2-2build3) ...
2026-05-07T12:14:50.4616376Z Selecting previously unselected package libavc1394-0:amd64.
2026-05-07T12:14:50.4734779Z Preparing to unpack .../32-libavc1394-0_0.5.4-5build3_amd64.deb ...
2026-05-07T12:14:50.4746640Z Unpacking libavc1394-0:amd64 (0.5.4-5build3) ...
2026-05-07T12:14:50.4910159Z Selecting previously unselected package libunibreak5:amd64.
2026-05-07T12:14:50.5026637Z Preparing to unpack .../33-libunibreak5_5.1-2build1_amd64.deb ...
2026-05-07T12:14:50.5037051Z Unpacking libunibreak5:amd64 (5.1-2build1) ...
2026-05-07T12:14:50.5186723Z Selecting previously unselected package libass9:amd64.
2026-05-07T12:14:50.5302730Z Preparing to unpack .../34-libass9_1%3a0.17.1-2build1_amd64.deb ...
2026-05-07T12:14:50.5311751Z Unpacking libass9:amd64 (1:0.17.1-2build1) ...
2026-05-07T12:14:50.5464895Z Selecting previously unselected package libudfread0:amd64.
2026-05-07T12:14:50.5581349Z Preparing to unpack .../35-libudfread0_1.1.2-1build1_amd64.deb ...
2026-05-07T12:14:50.5587153Z Unpacking libudfread0:amd64 (1.1.2-1build1) ...
2026-05-07T12:14:50.5733876Z Selecting previously unselected package libbluray2:amd64.
2026-05-07T12:14:50.5850177Z Preparing to unpack .../36-libbluray2_1%3a1.3.4-1build1_amd64.deb ...
2026-05-07T12:14:50.5860503Z Unpacking libbluray2:amd64 (1:1.3.4-1build1) ...
2026-05-07T12:14:50.6020379Z Selecting previously unselected package libchromaprint1:amd64.
2026-05-07T12:14:50.6136312Z Preparing to unpack .../37-libchromaprint1_1.5.1-5_amd64.deb ...
2026-05-07T12:14:50.6146803Z Unpacking libchromaprint1:amd64 (1.5.1-5) ...
2026-05-07T12:14:50.6292091Z Selecting previously unselected package libgme0:amd64.
2026-05-07T12:14:50.6409033Z Preparing to unpack .../38-libgme0_0.6.3-7build1_amd64.deb ...
2026-05-07T12:14:50.6415341Z Unpacking libgme0:amd64 (0.6.3-7build1) ...
2026-05-07T12:14:50.6576835Z Selecting previously unselected package libmpg123-0t64:amd64.
2026-05-07T12:14:50.6693814Z Preparing to unpack .../39-libmpg123-0t64_1.32.5-1ubuntu1.1_amd64.deb ...
2026-05-07T12:14:50.6699739Z Unpacking libmpg123-0t64:amd64 (1.32.5-1ubuntu1.1) ...
2026-05-07T12:14:50.6874743Z Selecting previously unselected package libopenmpt0t64:amd64.
2026-05-07T12:14:50.6994516Z Preparing to unpack .../40-libopenmpt0t64_0.7.3-1.1build3_amd64.deb ...
2026-05-07T12:14:50.7002917Z Unpacking libopenmpt0t64:amd64 (0.7.3-1.1build3) ...
2026-05-07T12:14:50.7221286Z Selecting previously unselected package libcjson1:amd64.
2026-05-07T12:14:50.7338757Z Preparing to unpack .../41-libcjson1_1.7.17-1_amd64.deb ...
2026-05-07T12:14:50.7346973Z Unpacking libcjson1:amd64 (1.7.17-1) ...
2026-05-07T12:14:50.7498722Z Selecting previously unselected package libmbedcrypto7t64:amd64.
2026-05-07T12:14:50.7615992Z Preparing to unpack .../42-libmbedcrypto7t64_2.28.8-1_amd64.deb ...
2026-05-07T12:14:50.7625834Z Unpacking libmbedcrypto7t64:amd64 (2.28.8-1) ...
2026-05-07T12:14:50.7800093Z Selecting previously unselected package librist4:amd64.
2026-05-07T12:14:50.7919300Z Preparing to unpack .../43-librist4_0.2.10+dfsg-2_amd64.deb ...
2026-05-07T12:14:50.7926413Z Unpacking librist4:amd64 (0.2.10+dfsg-2) ...
2026-05-07T12:14:50.8092406Z Selecting previously unselected package libsrt1.5-gnutls:amd64.
2026-05-07T12:14:50.8211126Z Preparing to unpack .../44-libsrt1.5-gnutls_1.5.3-1build2_amd64.deb ...
2026-05-07T12:14:50.8218548Z Unpacking libsrt1.5-gnutls:amd64 (1.5.3-1build2) ...
2026-05-07T12:14:50.8403959Z Selecting previously unselected package libssh-gcrypt-4:amd64.
2026-05-07T12:14:50.8522663Z Preparing to unpack .../45-libssh-gcrypt-4_0.10.6-2ubuntu0.4_amd64.deb ...
2026-05-07T12:14:50.8530411Z Unpacking libssh-gcrypt-4:amd64 (0.10.6-2ubuntu0.4) ...
2026-05-07T12:14:50.8704918Z Selecting previously unselected package libavformat60:amd64.
2026-05-07T12:14:50.8821785Z Preparing to unpack .../46-libavformat60_7%3a6.1.1-3ubuntu5_amd64.deb ...
2026-05-07T12:14:50.8828788Z Unpacking libavformat60:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:50.9123016Z Selecting previously unselected package libbs2b0:amd64.
2026-05-07T12:14:50.9242197Z Preparing to unpack .../47-libbs2b0_3.1.0+dfsg-7build1_amd64.deb ...
2026-05-07T12:14:50.9249241Z Unpacking libbs2b0:amd64 (3.1.0+dfsg-7build1) ...
2026-05-07T12:14:50.9424483Z Selecting previously unselected package libflite1:amd64.
2026-05-07T12:14:50.9545038Z Preparing to unpack .../48-libflite1_2.2-6build3_amd64.deb ...
2026-05-07T12:14:50.9551180Z Unpacking libflite1:amd64 (2.2-6build3) ...
2026-05-07T12:14:51.0531461Z Selecting previously unselected package libserd-0-0:amd64.
2026-05-07T12:14:51.0648740Z Preparing to unpack .../49-libserd-0-0_0.32.2-1_amd64.deb ...
2026-05-07T12:14:51.0656276Z Unpacking libserd-0-0:amd64 (0.32.2-1) ...
2026-05-07T12:14:51.0809653Z Selecting previously unselected package libzix-0-0:amd64.
2026-05-07T12:14:51.0927624Z Preparing to unpack .../50-libzix-0-0_0.4.2-2build1_amd64.deb ...
2026-05-07T12:14:51.0933914Z Unpacking libzix-0-0:amd64 (0.4.2-2build1) ...
2026-05-07T12:14:51.1083886Z Selecting previously unselected package libsord-0-0:amd64.
2026-05-07T12:14:51.1201192Z Preparing to unpack .../51-libsord-0-0_0.16.16-2build1_amd64.deb ...
2026-05-07T12:14:51.1207596Z Unpacking libsord-0-0:amd64 (0.16.16-2build1) ...
2026-05-07T12:14:51.1363793Z Selecting previously unselected package libsratom-0-0:amd64.
2026-05-07T12:14:51.1483123Z Preparing to unpack .../52-libsratom-0-0_0.6.16-1build1_amd64.deb ...
2026-05-07T12:14:51.1492706Z Unpacking libsratom-0-0:amd64 (0.6.16-1build1) ...
2026-05-07T12:14:51.1648063Z Selecting previously unselected package liblilv-0-0:amd64.
2026-05-07T12:14:51.1764871Z Preparing to unpack .../53-liblilv-0-0_0.24.22-1build1_amd64.deb ...
2026-05-07T12:14:51.1771488Z Unpacking liblilv-0-0:amd64 (0.24.22-1build1) ...
2026-05-07T12:14:51.1926182Z Selecting previously unselected package libmysofa1:amd64.
2026-05-07T12:14:51.2044943Z Preparing to unpack .../54-libmysofa1_1.3.2+dfsg-2ubuntu2_amd64.deb ...
2026-05-07T12:14:51.2053518Z Unpacking libmysofa1:amd64 (1.3.2+dfsg-2ubuntu2) ...
2026-05-07T12:14:51.2245752Z Selecting previously unselected package libplacebo338:amd64.
2026-05-07T12:14:51.2363342Z Preparing to unpack .../55-libplacebo338_6.338.2-2build1_amd64.deb ...
2026-05-07T12:14:51.2371431Z Unpacking libplacebo338:amd64 (6.338.2-2build1) ...
2026-05-07T12:14:51.2837759Z Selecting previously unselected package libblas3:amd64.
2026-05-07T12:14:51.2957768Z Preparing to unpack .../56-libblas3_3.12.0-3build1.1_amd64.deb ...
2026-05-07T12:14:51.2983618Z Unpacking libblas3:amd64 (3.12.0-3build1.1) ...
2026-05-07T12:14:51.3164935Z Selecting previously unselected package liblapack3:amd64.
2026-05-07T12:14:51.3281676Z Preparing to unpack .../57-liblapack3_3.12.0-3build1.1_amd64.deb ...
2026-05-07T12:14:51.3306650Z Unpacking liblapack3:amd64 (3.12.0-3build1.1) ...
2026-05-07T12:14:51.3735139Z Selecting previously unselected package libasyncns0:amd64.
2026-05-07T12:14:51.3853346Z Preparing to unpack .../58-libasyncns0_0.8-6build4_amd64.deb ...
2026-05-07T12:14:51.3860843Z Unpacking libasyncns0:amd64 (0.8-6build4) ...
2026-05-07T12:14:51.4017997Z Selecting previously unselected package libflac12t64:amd64.
2026-05-07T12:14:51.4137749Z Preparing to unpack .../59-libflac12t64_1.4.3+ds-2.1ubuntu2_amd64.deb ...
2026-05-07T12:14:51.4149281Z Unpacking libflac12t64:amd64 (1.4.3+ds-2.1ubuntu2) ...
2026-05-07T12:14:51.4319608Z Selecting previously unselected package libsndfile1:amd64.
2026-05-07T12:14:51.4440987Z Preparing to unpack .../60-libsndfile1_1.2.2-1ubuntu5.24.04.1_amd64.deb ...
2026-05-07T12:14:51.4452942Z Unpacking libsndfile1:amd64 (1.2.2-1ubuntu5.24.04.1) ...
2026-05-07T12:14:51.4638690Z Selecting previously unselected package libpulse0:amd64.
2026-05-07T12:14:51.4759067Z Preparing to unpack .../61-libpulse0_1%3a16.1+dfsg1-2ubuntu10.1_amd64.deb ...
2026-05-07T12:14:51.4849874Z Unpacking libpulse0:amd64 (1:16.1+dfsg1-2ubuntu10.1) ...
2026-05-07T12:14:51.5040888Z Selecting previously unselected package libsphinxbase3t64:amd64.
2026-05-07T12:14:51.5162364Z Preparing to unpack .../62-libsphinxbase3t64_0.8+5prealpha+1-17build2_amd64.deb ...
2026-05-07T12:14:51.5176065Z Unpacking libsphinxbase3t64:amd64 (0.8+5prealpha+1-17build2) ...
2026-05-07T12:14:51.5348176Z Selecting previously unselected package libpocketsphinx3:amd64.
2026-05-07T12:14:51.5468214Z Preparing to unpack .../63-libpocketsphinx3_0.8.0+real5prealpha+1-15ubuntu5_amd64.deb ...
2026-05-07T12:14:51.5476195Z Unpacking libpocketsphinx3:amd64 (0.8.0+real5prealpha+1-15ubuntu5) ...
2026-05-07T12:14:51.5640942Z Selecting previously unselected package libpostproc57:amd64.
2026-05-07T12:14:51.5758819Z Preparing to unpack .../64-libpostproc57_7%3a6.1.1-3ubuntu5_amd64.deb ...
2026-05-07T12:14:51.5765759Z Unpacking libpostproc57:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:51.5923419Z Selecting previously unselected package libsamplerate0:amd64.
2026-05-07T12:14:51.6038493Z Preparing to unpack .../65-libsamplerate0_0.2.2-4build1_amd64.deb ...
2026-05-07T12:14:51.6044787Z Unpacking libsamplerate0:amd64 (0.2.2-4build1) ...
2026-05-07T12:14:51.6235275Z Selecting previously unselected package librubberband2:amd64.
2026-05-07T12:14:51.6351110Z Preparing to unpack .../66-librubberband2_3.3.0+dfsg-2build1_amd64.deb ...
2026-05-07T12:14:51.6357532Z Unpacking librubberband2:amd64 (3.3.0+dfsg-2build1) ...
2026-05-07T12:14:51.6517778Z Selecting previously unselected package libswscale7:amd64.
2026-05-07T12:14:51.6633404Z Preparing to unpack .../67-libswscale7_7%3a6.1.1-3ubuntu5_amd64.deb ...
2026-05-07T12:14:51.6640802Z Unpacking libswscale7:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:51.6809470Z Selecting previously unselected package libvidstab1.1:amd64.
2026-05-07T12:14:51.6924900Z Preparing to unpack .../68-libvidstab1.1_1.1.0-2build1_amd64.deb ...
2026-05-07T12:14:51.6934051Z Unpacking libvidstab1.1:amd64 (1.1.0-2build1) ...
2026-05-07T12:14:51.7085451Z Selecting previously unselected package libzimg2:amd64.
2026-05-07T12:14:51.7200975Z Preparing to unpack .../69-libzimg2_3.0.5+ds1-1build1_amd64.deb ...
2026-05-07T12:14:51.7207102Z Unpacking libzimg2:amd64 (3.0.5+ds1-1build1) ...
2026-05-07T12:14:51.7388006Z Selecting previously unselected package libavfilter9:amd64.
2026-05-07T12:14:51.7504415Z Preparing to unpack .../70-libavfilter9_7%3a6.1.1-3ubuntu5_amd64.deb ...
2026-05-07T12:14:51.7511489Z Unpacking libavfilter9:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:51.8116305Z Selecting previously unselected package libcaca0:amd64.
2026-05-07T12:14:51.8234613Z Preparing to unpack .../71-libcaca0_0.99.beta20-4ubuntu0.1_amd64.deb ...
2026-05-07T12:14:51.8250089Z Unpacking libcaca0:amd64 (0.99.beta20-4ubuntu0.1) ...
2026-05-07T12:14:51.8433889Z Selecting previously unselected package libcdio19t64:amd64.
2026-05-07T12:14:51.8551947Z Preparing to unpack .../72-libcdio19t64_2.1.0-4.1ubuntu1.2_amd64.deb ...
2026-05-07T12:14:51.8558782Z Unpacking libcdio19t64:amd64 (2.1.0-4.1ubuntu1.2) ...
2026-05-07T12:14:51.8734895Z Selecting previously unselected package libcdio-cdda2t64:amd64.
2026-05-07T12:14:51.8854347Z Preparing to unpack .../73-libcdio-cdda2t64_10.2+2.0.1-1.1build2_amd64.deb ...
2026-05-07T12:14:51.8862979Z Unpacking libcdio-cdda2t64:amd64 (10.2+2.0.1-1.1build2) ...
2026-05-07T12:14:51.9023056Z Selecting previously unselected package libcdio-paranoia2t64:amd64.
2026-05-07T12:14:51.9146514Z Preparing to unpack .../74-libcdio-paranoia2t64_10.2+2.0.1-1.1build2_amd64.deb ...
2026-05-07T12:14:51.9154208Z Unpacking libcdio-paranoia2t64:amd64 (10.2+2.0.1-1.1build2) ...
2026-05-07T12:14:51.9334827Z Selecting previously unselected package libdc1394-25:amd64.
2026-05-07T12:14:51.9455134Z Preparing to unpack .../75-libdc1394-25_2.2.6-4build1_amd64.deb ...
2026-05-07T12:14:51.9463284Z Unpacking libdc1394-25:amd64 (2.2.6-4build1) ...
2026-05-07T12:14:51.9628989Z Selecting previously unselected package libiec61883-0:amd64.
2026-05-07T12:14:51.9746889Z Preparing to unpack .../76-libiec61883-0_1.2.0-6build1_amd64.deb ...
2026-05-07T12:14:51.9757061Z Unpacking libiec61883-0:amd64 (1.2.0-6build1) ...
2026-05-07T12:14:51.9918110Z Selecting previously unselected package libjack-jackd2-0:amd64.
2026-05-07T12:14:52.0035482Z Preparing to unpack .../77-libjack-jackd2-0_1.9.21~dfsg-3ubuntu3_amd64.deb ...
2026-05-07T12:14:52.0045971Z Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3ubuntu3) ...
2026-05-07T12:14:52.0230870Z Selecting previously unselected package libopenal-data.
2026-05-07T12:14:52.0347873Z Preparing to unpack .../78-libopenal-data_1%3a1.23.1-4build1_all.deb ...
2026-05-07T12:14:52.0355825Z Unpacking libopenal-data (1:1.23.1-4build1) ...
2026-05-07T12:14:52.0532452Z Selecting previously unselected package libsndio7.0:amd64.
2026-05-07T12:14:52.0651946Z Preparing to unpack .../79-libsndio7.0_1.9.0-0.3build3_amd64.deb ...
2026-05-07T12:14:52.0658397Z Unpacking libsndio7.0:amd64 (1.9.0-0.3build3) ...
2026-05-07T12:14:52.0816857Z Selecting previously unselected package libopenal1:amd64.
2026-05-07T12:14:52.0935358Z Preparing to unpack .../80-libopenal1_1%3a1.23.1-4build1_amd64.deb ...
2026-05-07T12:14:52.0941888Z Unpacking libopenal1:amd64 (1:1.23.1-4build1) ...
2026-05-07T12:14:52.1139164Z Selecting previously unselected package libdecor-0-0:amd64.
2026-05-07T12:14:52.1256399Z Preparing to unpack .../81-libdecor-0-0_0.2.2-1build2_amd64.deb ...
2026-05-07T12:14:52.1262478Z Unpacking libdecor-0-0:amd64 (0.2.2-1build2) ...
2026-05-07T12:14:52.1415321Z Selecting previously unselected package libsdl2-2.0-0:amd64.
2026-05-07T12:14:52.1531778Z Preparing to unpack .../82-libsdl2-2.0-0_2.30.0+dfsg-1ubuntu3.1_amd64.deb ...
2026-05-07T12:14:52.1539162Z Unpacking libsdl2-2.0-0:amd64 (2.30.0+dfsg-1ubuntu3.1) ...
2026-05-07T12:14:52.1850490Z Selecting previously unselected package libxcb-shape0:amd64.
2026-05-07T12:14:52.1968710Z Preparing to unpack .../83-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2026-05-07T12:14:52.1976623Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2026-05-07T12:14:52.2124205Z Selecting previously unselected package libxv1:amd64.
2026-05-07T12:14:52.2241630Z Preparing to unpack .../84-libxv1_2%3a1.0.11-1.1build1_amd64.deb ...
2026-05-07T12:14:52.2251064Z Unpacking libxv1:amd64 (2:1.0.11-1.1build1) ...
2026-05-07T12:14:52.2404055Z Selecting previously unselected package libavdevice60:amd64.
2026-05-07T12:14:52.2524185Z Preparing to unpack .../85-libavdevice60_7%3a6.1.1-3ubuntu5_amd64.deb ...
2026-05-07T12:14:52.2530423Z Unpacking libavdevice60:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:52.2687572Z Selecting previously unselected package ffmpeg.
2026-05-07T12:14:52.2804725Z Preparing to unpack .../86-ffmpeg_7%3a6.1.1-3ubuntu5_amd64.deb ...
2026-05-07T12:14:52.2811150Z Unpacking ffmpeg (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:52.3364058Z Selecting previously unselected package libigdgmm12:amd64.
2026-05-07T12:14:52.3481372Z Preparing to unpack .../87-libigdgmm12_22.3.17+ds1-1ubuntu1_amd64.deb ...
2026-05-07T12:14:52.3489561Z Unpacking libigdgmm12:amd64 (22.3.17+ds1-1ubuntu1) ...
2026-05-07T12:14:52.3661476Z Selecting previously unselected package intel-media-va-driver:amd64.
2026-05-07T12:14:52.3776815Z Preparing to unpack .../88-intel-media-va-driver_24.1.0+dfsg1-1ubuntu0.2_amd64.deb ...
2026-05-07T12:14:52.3783109Z Unpacking intel-media-va-driver:amd64 (24.1.0+dfsg1-1ubuntu0.2) ...
2026-05-07T12:14:52.4407030Z Selecting previously unselected package libaacs0:amd64.
2026-05-07T12:14:52.4522338Z Preparing to unpack .../89-libaacs0_0.11.1-2build1_amd64.deb ...
2026-05-07T12:14:52.4531812Z Unpacking libaacs0:amd64 (0.11.1-2build1) ...
2026-05-07T12:14:52.4683860Z Selecting previously unselected package libbdplus0:amd64.
2026-05-07T12:14:52.4803379Z Preparing to unpack .../90-libbdplus0_0.2.0-3build1_amd64.deb ...
2026-05-07T12:14:52.4813943Z Unpacking libbdplus0:amd64 (0.2.0-3build1) ...
2026-05-07T12:14:52.4966891Z Selecting previously unselected package libdecor-0-plugin-1-gtk:amd64.
2026-05-07T12:14:52.5082393Z Preparing to unpack .../91-libdecor-0-plugin-1-gtk_0.2.2-1build2_amd64.deb ...
2026-05-07T12:14:52.5088965Z Unpacking libdecor-0-plugin-1-gtk:amd64 (0.2.2-1build2) ...
2026-05-07T12:14:52.5231646Z Selecting previously unselected package librsvg2-common:amd64.
2026-05-07T12:14:52.5347387Z Preparing to unpack .../92-librsvg2-common_2.58.0+dfsg-1build1_amd64.deb ...
2026-05-07T12:14:52.5354263Z Unpacking librsvg2-common:amd64 (2.58.0+dfsg-1build1) ...
2026-05-07T12:14:52.5535606Z Selecting previously unselected package mesa-va-drivers:amd64.
2026-05-07T12:14:52.5652058Z Preparing to unpack .../93-mesa-va-drivers_25.2.8-0ubuntu0.24.04.1_amd64.deb ...
2026-05-07T12:14:52.5662630Z Unpacking mesa-va-drivers:amd64 (25.2.8-0ubuntu0.24.04.1) ...
2026-05-07T12:14:52.5802527Z Selecting previously unselected package mesa-vdpau-drivers:amd64.
2026-05-07T12:14:52.5920774Z Preparing to unpack .../94-mesa-vdpau-drivers_25.2.8-0ubuntu0.24.04.1_amd64.deb ...
2026-05-07T12:14:52.5929522Z Unpacking mesa-vdpau-drivers:amd64 (25.2.8-0ubuntu0.24.04.1) ...
2026-05-07T12:14:52.6070373Z Selecting previously unselected package i965-va-driver:amd64.
2026-05-07T12:14:52.6186940Z Preparing to unpack .../95-i965-va-driver_2.4.1+dfsg1-1ubuntu0.1_amd64.deb ...
2026-05-07T12:14:52.6195579Z Unpacking i965-va-driver:amd64 (2.4.1+dfsg1-1ubuntu0.1) ...
2026-05-07T12:14:52.6391013Z Selecting previously unselected package va-driver-all:amd64.
2026-05-07T12:14:52.6507263Z Preparing to unpack .../96-va-driver-all_2.20.0-2ubuntu0.1_amd64.deb ...
2026-05-07T12:14:52.6513303Z Unpacking va-driver-all:amd64 (2.20.0-2ubuntu0.1) ...
2026-05-07T12:14:52.6646849Z Selecting previously unselected package vdpau-driver-all:amd64.
2026-05-07T12:14:52.6763882Z Preparing to unpack .../97-vdpau-driver-all_1.5-2build1_amd64.deb ...
2026-05-07T12:14:52.6769772Z Unpacking vdpau-driver-all:amd64 (1.5-2build1) ...
2026-05-07T12:14:52.6904079Z Selecting previously unselected package pocketsphinx-en-us.
2026-05-07T12:14:52.7020933Z Preparing to unpack .../98-pocketsphinx-en-us_0.8.0+real5prealpha+1-15ubuntu5_all.deb ...
2026-05-07T12:14:52.7029058Z Unpacking pocketsphinx-en-us (0.8.0+real5prealpha+1-15ubuntu5) ...
2026-05-07T12:14:52.8658181Z Setting up libgme0:amd64 (0.6.3-7build1) ...
2026-05-07T12:14:52.8677384Z Setting up libchromaprint1:amd64 (1.5.1-5) ...
2026-05-07T12:14:52.8693692Z Setting up libssh-gcrypt-4:amd64 (0.10.6-2ubuntu0.4) ...
2026-05-07T12:14:52.8708841Z Setting up libhwy1t64:amd64 (1.0.7-8.1build1) ...
2026-05-07T12:14:52.8724793Z Setting up libudfread0:amd64 (1.1.2-1build1) ...
2026-05-07T12:14:52.8740336Z Setting up libraw1394-11:amd64 (2.1.2-2build3) ...
2026-05-07T12:14:52.8754986Z Setting up libspeex1:amd64 (1.2.1-2ubuntu2.24.04.1) ...
2026-05-07T12:14:52.8770355Z Setting up libshine3:amd64 (3.1.1-2build1) ...
2026-05-07T12:14:52.8784544Z Setting up libcaca0:amd64 (0.99.beta20-4ubuntu0.1) ...
2026-05-07T12:14:52.8798491Z Setting up libvpl2 (2023.3.0-1build1) ...
2026-05-07T12:14:52.8821451Z Setting up libx264-164:amd64 (2:0.164.3108+git31e19f9-1) ...
2026-05-07T12:14:52.8841002Z Setting up libtwolame0:amd64 (0.4.0-2build3) ...
2026-05-07T12:14:52.8862706Z Setting up libmbedcrypto7t64:amd64 (2.28.8-1) ...
2026-05-07T12:14:52.8876995Z Setting up libgsm1:amd64 (1.0.22-1build1) ...
2026-05-07T12:14:52.8891774Z Setting up libsoxr0:amd64 (0.1.3-4build3) ...
2026-05-07T12:14:52.8907726Z Setting up libzix-0-0:amd64 (0.4.2-2build1) ...
2026-05-07T12:14:52.8923394Z Setting up libcodec2-1.2:amd64 (1.2.0-2build1) ...
2026-05-07T12:14:52.8938696Z Setting up libmysofa1:amd64 (1.3.2+dfsg-2ubuntu2) ...
2026-05-07T12:14:52.8955361Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2026-05-07T12:14:52.8976373Z Setting up libcdio19t64:amd64 (2.1.0-4.1ubuntu1.2) ...
2026-05-07T12:14:52.8999609Z Setting up libsvtav1enc1d1:amd64 (1.7.0+dfsg-2build1) ...
2026-05-07T12:14:52.9016344Z Setting up libigdgmm12:amd64 (22.3.17+ds1-1ubuntu1) ...
2026-05-07T12:14:52.9032146Z Setting up libmpg123-0t64:amd64 (1.32.5-1ubuntu1.1) ...
2026-05-07T12:14:52.9050712Z Setting up libcjson1:amd64 (1.7.17-1) ...
2026-05-07T12:14:52.9065065Z Setting up libxvidcore4:amd64 (2:1.3.7-1build1) ...
2026-05-07T12:14:52.9080333Z Setting up librav1e0:amd64 (0.7.1-2) ...
2026-05-07T12:14:52.9096528Z Setting up libcdio-cdda2t64:amd64 (10.2+2.0.1-1.1build2) ...
2026-05-07T12:14:52.9113076Z Setting up librist4:amd64 (0.2.10+dfsg-2) ...
2026-05-07T12:14:52.9132535Z Setting up librsvg2-2:amd64 (2.58.0+dfsg-1build1) ...
2026-05-07T12:14:52.9150807Z Setting up libblas3:amd64 (3.12.0-3build1.1) ...
2026-05-07T12:14:52.9199450Z update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
2026-05-07T12:14:52.9212273Z Setting up libplacebo338:amd64 (6.338.2-2build1) ...
2026-05-07T12:14:52.9228214Z Setting up libva2:amd64 (2.20.0-2ubuntu0.1) ...
2026-05-07T12:14:52.9243253Z Setting up libopus0:amd64 (1.4-1build1) ...
2026-05-07T12:14:52.9260284Z Setting up libcdio-paranoia2t64:amd64 (10.2+2.0.1-1.1build2) ...
2026-05-07T12:14:52.9275911Z Setting up libdc1394-25:amd64 (2.2.6-4build1) ...
2026-05-07T12:14:52.9294037Z Setting up intel-media-va-driver:amd64 (24.1.0+dfsg1-1ubuntu0.2) ...
2026-05-07T12:14:52.9312050Z Setting up libxv1:amd64 (2:1.0.11-1.1build1) ...
2026-05-07T12:14:52.9328347Z Setting up libunibreak5:amd64 (5.1-2build1) ...
2026-05-07T12:14:52.9343664Z Setting up libaacs0:amd64 (0.11.1-2build1) ...
2026-05-07T12:14:52.9359040Z Setting up libjxl0.7:amd64 (0.7.0-10.2ubuntu6.1) ...
2026-05-07T12:14:52.9375549Z Setting up librsvg2-common:amd64 (2.58.0+dfsg-1build1) ...
2026-05-07T12:14:52.9559586Z Setting up pocketsphinx-en-us (0.8.0+real5prealpha+1-15ubuntu5) ...
2026-05-07T12:14:52.9575746Z Setting up libx265-199:amd64 (3.5-2build1) ...
2026-05-07T12:14:52.9590813Z Setting up libsndio7.0:amd64 (1.9.0-0.3build3) ...
2026-05-07T12:14:52.9609566Z Setting up libbdplus0:amd64 (0.2.0-3build1) ...
2026-05-07T12:14:52.9626750Z Setting up libvidstab1.1:amd64 (1.1.0-2build1) ...
2026-05-07T12:14:52.9641954Z Setting up libvpx9:amd64 (1.14.0-1ubuntu2.3) ...
2026-05-07T12:14:52.9656732Z Setting up libsrt1.5-gnutls:amd64 (1.5.3-1build2) ...
2026-05-07T12:14:52.9673347Z Setting up libflite1:amd64 (2.2-6build3) ...
2026-05-07T12:14:52.9689004Z Setting up libdav1d7:amd64 (1.4.1-1build1) ...
2026-05-07T12:14:52.9705540Z Setting up libva-drm2:amd64 (2.20.0-2ubuntu0.1) ...
2026-05-07T12:14:52.9720709Z Setting up ocl-icd-libopencl1:amd64 (2.3.2-1build1) ...
2026-05-07T12:14:52.9736550Z Setting up libasyncns0:amd64 (0.8-6build4) ...
2026-05-07T12:14:52.9753536Z Setting up libvdpau1:amd64 (1.5-2build1) ...
2026-05-07T12:14:52.9776834Z Setting up libbs2b0:amd64 (3.1.0+dfsg-7build1) ...
2026-05-07T12:14:52.9793777Z Setting up libtheora0:amd64 (1.1.1+dfsg.1-16.1build3) ...
2026-05-07T12:14:52.9811148Z Setting up libdecor-0-0:amd64 (0.2.2-1build2) ...
2026-05-07T12:14:52.9827274Z Setting up libzimg2:amd64 (3.0.5+ds1-1build1) ...
2026-05-07T12:14:52.9843265Z Setting up libopenal-data (1:1.23.1-4build1) ...
2026-05-07T12:14:52.9868745Z Setting up libflac12t64:amd64 (1.4.3+ds-2.1ubuntu2) ...
2026-05-07T12:14:52.9885547Z Setting up mesa-va-drivers:amd64 (25.2.8-0ubuntu0.24.04.1) ...
2026-05-07T12:14:52.9907877Z Setting up libbluray2:amd64 (1:1.3.4-1build1) ...
2026-05-07T12:14:52.9925358Z Setting up libsamplerate0:amd64 (0.2.2-4build1) ...
2026-05-07T12:14:52.9942761Z Setting up libva-x11-2:amd64 (2.20.0-2ubuntu0.1) ...
2026-05-07T12:14:52.9959765Z Setting up libdecor-0-plugin-1-gtk:amd64 (0.2.2-1build2) ...
2026-05-07T12:14:52.9977385Z Setting up libopenmpt0t64:amd64 (0.7.3-1.1build3) ...
2026-05-07T12:14:52.9995502Z Setting up libzvbi-common (0.2.42-2) ...
2026-05-07T12:14:53.0014445Z Setting up libmp3lame0:amd64 (3.100-6build1) ...
2026-05-07T12:14:53.0031809Z Setting up i965-va-driver:amd64 (2.4.1+dfsg1-1ubuntu0.1) ...
2026-05-07T12:14:53.0049754Z Setting up libvorbisenc2:amd64 (1.3.7-1build3) ...
2026-05-07T12:14:53.0068769Z Setting up libiec61883-0:amd64 (1.2.0-6build1) ...
2026-05-07T12:14:53.0086646Z Setting up libserd-0-0:amd64 (0.32.2-1) ...
2026-05-07T12:14:53.0105497Z Setting up libavc1394-0:amd64 (0.5.4-5build3) ...
2026-05-07T12:14:53.0119722Z Setting up mesa-vdpau-drivers:amd64 (25.2.8-0ubuntu0.24.04.1) ...
2026-05-07T12:14:53.0133967Z Setting up liblapack3:amd64 (3.12.0-3build1.1) ...
2026-05-07T12:14:53.0181451Z update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
2026-05-07T12:14:53.0196160Z Setting up libzvbi0t64:amd64 (0.2.42-2) ...
2026-05-07T12:14:53.0212834Z Setting up libavutil58:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:53.0227259Z Setting up libopenal1:amd64 (1:1.23.1-4build1) ...
2026-05-07T12:14:53.0244382Z Setting up libass9:amd64 (1:0.17.1-2build1) ...
2026-05-07T12:14:53.0259378Z Setting up libswresample4:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:53.0276518Z Setting up va-driver-all:amd64 (2.20.0-2ubuntu0.1) ...
2026-05-07T12:14:53.0293113Z Setting up libavcodec60:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:53.0307484Z Setting up librubberband2:amd64 (3.3.0+dfsg-2build1) ...
2026-05-07T12:14:53.0392288Z Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3ubuntu3) ...
2026-05-07T12:14:53.0411186Z Setting up vdpau-driver-all:amd64 (1.5-2build1) ...
2026-05-07T12:14:53.0427357Z Setting up libsord-0-0:amd64 (0.16.16-2build1) ...
2026-05-07T12:14:53.0442738Z Setting up libpostproc57:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:53.0462581Z Setting up libsratom-0-0:amd64 (0.6.16-1build1) ...
2026-05-07T12:14:53.0477923Z Setting up libsndfile1:amd64 (1.2.2-1ubuntu5.24.04.1) ...
2026-05-07T12:14:53.0496363Z Setting up liblilv-0-0:amd64 (0.24.22-1build1) ...
2026-05-07T12:14:53.0513435Z Setting up libswscale7:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:53.0529388Z Setting up libpulse0:amd64 (1:16.1+dfsg1-2ubuntu10.1) ...
2026-05-07T12:14:53.0596744Z Setting up libavformat60:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:53.0612374Z Setting up libsphinxbase3t64:amd64 (0.8+5prealpha+1-17build2) ...
2026-05-07T12:14:53.0627883Z Setting up libsdl2-2.0-0:amd64 (2.30.0+dfsg-1ubuntu3.1) ...
2026-05-07T12:14:53.0645510Z Setting up libpocketsphinx3:amd64 (0.8.0+real5prealpha+1-15ubuntu5) ...
2026-05-07T12:14:53.0661541Z Setting up libavfilter9:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:53.0677323Z Setting up libavdevice60:amd64 (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:53.0700255Z Setting up ffmpeg (7:6.1.1-3ubuntu5) ...
2026-05-07T12:14:53.0723039Z Processing triggers for man-db (2.12.0-4build2) ...
2026-05-07T12:14:53.0742015Z Not building database; man-db/auto-update is not 'true'.
2026-05-07T12:14:53.0756070Z Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-3ubuntu3.3) ...
2026-05-07T12:14:53.2756541Z Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
2026-05-07T12:14:54.4111481Z 
2026-05-07T12:14:54.4111968Z Running kernel seems to be up-to-date.
2026-05-07T12:14:54.4112290Z 
2026-05-07T12:14:54.4112437Z No services need to be restarted.
2026-05-07T12:14:54.4112740Z 
2026-05-07T12:14:54.4112904Z No containers need to be restarted.
2026-05-07T12:14:54.4113182Z 
2026-05-07T12:14:54.4113377Z No user sessions are running outdated binaries.
2026-05-07T12:14:54.4113723Z 
2026-05-07T12:14:54.4114041Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2026-05-07T12:14:55.2893422Z ##[group]Run python -m pip install --upgrade pip
2026-05-07T12:14:55.2893787Z [36;1mpython -m pip install --upgrade pip[0m
2026-05-07T12:14:55.2894161Z [36;1mpip install torch --index-url https://download.pytorch.org/whl/cpu[0m
2026-05-07T12:14:55.2907389Z shell: /usr/bin/bash -e {0}
2026-05-07T12:14:55.2907620Z env:
2026-05-07T12:14:55.2907863Z   pythonLocation: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:14:55.2908255Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib/pkgconfig
2026-05-07T12:14:55.2908638Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:14:55.2908971Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:14:55.2909326Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:14:55.2909670Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib
2026-05-07T12:14:55.2909963Z ##[endgroup]
2026-05-07T12:14:56.5651550Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (26.0.1)
2026-05-07T12:14:56.7101154Z Collecting pip
2026-05-07T12:14:56.8278897Z   Downloading pip-26.1.1-py3-none-any.whl.metadata (4.6 kB)
2026-05-07T12:14:56.8504759Z Downloading pip-26.1.1-py3-none-any.whl (1.8 MB)
2026-05-07T12:14:57.1373094Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 7.1 MB/s  0:00:00
2026-05-07T12:14:57.1661295Z Installing collected packages: pip
2026-05-07T12:14:57.1661881Z   Attempting uninstall: pip
2026-05-07T12:14:57.1679634Z     Found existing installation: pip 26.0.1
2026-05-07T12:14:57.2570075Z     Uninstalling pip-26.0.1:
2026-05-07T12:14:57.2621597Z       Successfully uninstalled pip-26.0.1
2026-05-07T12:14:58.0324148Z Successfully installed pip-26.1.1
2026-05-07T12:14:58.9756659Z Looking in indexes: https://download.pytorch.org/whl/cpu
2026-05-07T12:14:59.3889907Z Collecting torch
2026-05-07T12:14:59.5489848Z   Downloading torch-2.11.0%2Bcpu-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (29 kB)
2026-05-07T12:14:59.6712965Z Collecting filelock (from torch)
2026-05-07T12:14:59.7719800Z   Downloading filelock-3.25.2-py3-none-any.whl.metadata (2.0 kB)
2026-05-07T12:14:59.8512898Z Collecting typing-extensions>=4.10.0 (from torch)
2026-05-07T12:14:59.8714265Z   Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
2026-05-07T12:14:59.9775021Z Collecting setuptools<82 (from torch)
2026-05-07T12:14:59.9986939Z   Downloading setuptools-70.2.0-py3-none-any.whl.metadata (5.8 kB)
2026-05-07T12:15:00.1150016Z Collecting sympy>=1.13.3 (from torch)
2026-05-07T12:15:00.1343192Z   Downloading sympy-1.14.0-py3-none-any.whl.metadata (12 kB)
2026-05-07T12:15:00.2288902Z Collecting networkx>=2.5.1 (from torch)
2026-05-07T12:15:00.2480368Z   Downloading networkx-3.6.1-py3-none-any.whl.metadata (6.8 kB)
2026-05-07T12:15:00.3264694Z Collecting jinja2 (from torch)
2026-05-07T12:15:00.3479336Z   Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
2026-05-07T12:15:00.4616234Z Collecting fsspec>=0.8.5 (from torch)
2026-05-07T12:15:00.4806183Z   Downloading fsspec-2026.2.0-py3-none-any.whl.metadata (10 kB)
2026-05-07T12:15:00.6977577Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch)
2026-05-07T12:15:00.7167402Z   Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
2026-05-07T12:15:00.8335335Z Collecting MarkupSafe>=2.0 (from jinja2->torch)
2026-05-07T12:15:00.8542134Z   Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB)
2026-05-07T12:15:00.8813065Z Downloading torch-2.11.0%2Bcpu-cp312-cp312-manylinux_2_28_x86_64.whl (190.3 MB)
2026-05-07T12:15:01.8763407Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.3/190.3 MB 199.4 MB/s  0:00:00
2026-05-07T12:15:01.8974204Z Downloading setuptools-70.2.0-py3-none-any.whl (930 kB)
2026-05-07T12:15:01.9578188Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 930.8/930.8 kB 17.4 MB/s  0:00:00
2026-05-07T12:15:01.9773778Z Downloading fsspec-2026.2.0-py3-none-any.whl (202 kB)
2026-05-07T12:15:02.0404047Z Downloading networkx-3.6.1-py3-none-any.whl (2.1 MB)
2026-05-07T12:15:02.1318414Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 25.5 MB/s  0:00:00
2026-05-07T12:15:02.1519448Z Downloading sympy-1.14.0-py3-none-any.whl (6.3 MB)
2026-05-07T12:15:02.2124774Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/6.3 MB 103.8 MB/s  0:00:00
2026-05-07T12:15:02.2315513Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB)
2026-05-07T12:15:02.2364215Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 97.7 MB/s  0:00:00
2026-05-07T12:15:02.2568721Z Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
2026-05-07T12:15:02.2783023Z Downloading filelock-3.25.2-py3-none-any.whl (26 kB)
2026-05-07T12:15:02.2999154Z Downloading jinja2-3.1.6-py3-none-any.whl (134 kB)
2026-05-07T12:15:02.3234059Z Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB)
2026-05-07T12:15:02.7178910Z Installing collected packages: mpmath, typing-extensions, sympy, setuptools, networkx, MarkupSafe, fsspec, filelock, jinja2, torch
2026-05-07T12:15:19.7803163Z 
2026-05-07T12:15:19.7819303Z Successfully installed MarkupSafe-3.0.3 filelock-3.25.2 fsspec-2026.2.0 jinja2-3.1.6 mpmath-1.3.0 networkx-3.6.1 setuptools-70.2.0 sympy-1.14.0 torch-2.11.0+cpu typing-extensions-4.15.0
2026-05-07T12:15:19.8476956Z ##[group]Run pip install -e ".[dev]"
2026-05-07T12:15:19.8477243Z [36;1mpip install -e ".[dev]"[0m
2026-05-07T12:15:19.8490431Z shell: /usr/bin/bash -e {0}
2026-05-07T12:15:19.8490938Z env:
2026-05-07T12:15:19.8491188Z   pythonLocation: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:15:19.8491587Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib/pkgconfig
2026-05-07T12:15:19.8492098Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:15:19.8492453Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:15:19.8492805Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:15:19.8493148Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib
2026-05-07T12:15:19.8493443Z ##[endgroup]
2026-05-07T12:15:20.6142633Z Obtaining file:///home/runner/work/PureFrame/PureFrame
2026-05-07T12:15:20.6158312Z   Installing build dependencies: started
2026-05-07T12:15:21.5944175Z   Installing build dependencies: finished with status 'done'
2026-05-07T12:15:21.5949274Z   Checking if build backend supports build_editable: started
2026-05-07T12:15:21.6316042Z   Checking if build backend supports build_editable: finished with status 'done'
2026-05-07T12:15:21.6319545Z   Getting requirements to build editable: started
2026-05-07T12:15:21.7633175Z   Getting requirements to build editable: finished with status 'done'
2026-05-07T12:15:21.7643219Z   Installing backend dependencies: started
2026-05-07T12:15:22.3669520Z   Installing backend dependencies: finished with status 'done'
2026-05-07T12:15:22.3675210Z   Preparing editable metadata (pyproject.toml): started
2026-05-07T12:15:22.6053360Z   Preparing editable metadata (pyproject.toml): finished with status 'done'
2026-05-07T12:15:22.7182486Z Collecting ffmpeg-python>=0.2.0 (from pureframe==0.1.0b4)
2026-05-07T12:15:22.8182675Z   Downloading ffmpeg_python-0.2.0-py3-none-any.whl.metadata (1.7 kB)
2026-05-07T12:15:22.8492613Z Collecting librosa>=0.10.0 (from pureframe==0.1.0b4)
2026-05-07T12:15:22.8678687Z   Downloading librosa-0.11.0-py3-none-any.whl.metadata (8.7 kB)
2026-05-07T12:15:22.9010438Z Collecting nudenet>=3.4.2 (from pureframe==0.1.0b4)
2026-05-07T12:15:22.9212417Z   Downloading nudenet-3.4.2-py3-none-any.whl.metadata (4.3 kB)
2026-05-07T12:15:23.1584254Z Collecting numpy>=1.24.0 (from pureframe==0.1.0b4)
2026-05-07T12:15:23.1778370Z   Downloading numpy-2.4.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (6.6 kB)
2026-05-07T12:15:23.2417375Z Collecting onnxruntime>=1.15.0 (from pureframe==0.1.0b4)
2026-05-07T12:15:23.2607822Z   Downloading onnxruntime-1.25.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB)
2026-05-07T12:15:23.3192155Z Collecting opencv-python-headless>=4.8.0 (from pureframe==0.1.0b4)
2026-05-07T12:15:23.3379454Z   Downloading opencv_python_headless-4.13.0.92-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (19 kB)
2026-05-07T12:15:23.4020337Z Collecting panns-inference>=0.1.1 (from pureframe==0.1.0b4)
2026-05-07T12:15:23.4210718Z   Downloading panns_inference-0.1.1-py3-none-any.whl.metadata (2.4 kB)
2026-05-07T12:15:23.4497497Z Collecting platformdirs>=4.9.6 (from pureframe==0.1.0b4)
2026-05-07T12:15:23.4685960Z   Downloading platformdirs-4.9.6-py3-none-any.whl.metadata (4.7 kB)
2026-05-07T12:15:23.4974535Z Collecting pydantic-settings (from pureframe==0.1.0b4)
2026-05-07T12:15:23.5160872Z   Downloading pydantic_settings-2.14.0-py3-none-any.whl.metadata (3.4 kB)
2026-05-07T12:15:23.6147364Z Collecting pydantic>=2.0 (from pureframe==0.1.0b4)
2026-05-07T12:15:23.6333734Z   Downloading pydantic-2.13.4-py3-none-any.whl.metadata (109 kB)
2026-05-07T12:15:23.7069627Z Collecting rich (from pureframe==0.1.0b4)
2026-05-07T12:15:23.7256950Z   Downloading rich-15.0.0-py3-none-any.whl.metadata (18 kB)
2026-05-07T12:15:23.7551343Z Collecting scenedetect>=0.6.4 (from pureframe==0.1.0b4)
2026-05-07T12:15:23.7742354Z   Downloading scenedetect-0.7-py3-none-any.whl.metadata (3.9 kB)
2026-05-07T12:15:23.7786211Z Requirement already satisfied: torch>=2.4.0 in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (from pureframe==0.1.0b4) (2.11.0+cpu)
2026-05-07T12:15:23.8154755Z Collecting tqdm (from pureframe==0.1.0b4)
2026-05-07T12:15:23.8343452Z   Downloading tqdm-4.67.3-py3-none-any.whl.metadata (57 kB)
2026-05-07T12:15:23.8841727Z Collecting transformers>=4.30.0 (from pureframe==0.1.0b4)
2026-05-07T12:15:23.9027969Z   Downloading transformers-5.8.0-py3-none-any.whl.metadata (33 kB)
2026-05-07T12:15:23.9758058Z Collecting typer (from pureframe==0.1.0b4)
2026-05-07T12:15:23.9943028Z   Downloading typer-0.25.1-py3-none-any.whl.metadata (15 kB)
2026-05-07T12:15:24.0249328Z Collecting build (from pureframe==0.1.0b4)
2026-05-07T12:15:24.0435397Z   Downloading build-1.5.0-py3-none-any.whl.metadata (5.7 kB)
2026-05-07T12:15:24.0859741Z Collecting pytest (from pureframe==0.1.0b4)
2026-05-07T12:15:24.1051426Z   Downloading pytest-9.0.3-py3-none-any.whl.metadata (7.6 kB)
2026-05-07T12:15:24.4160875Z Collecting ruff (from pureframe==0.1.0b4)
2026-05-07T12:15:24.4351759Z   Downloading ruff-0.15.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (26 kB)
2026-05-07T12:15:24.4686752Z Collecting twine (from pureframe==0.1.0b4)
2026-05-07T12:15:24.4872892Z   Downloading twine-6.2.0-py3-none-any.whl.metadata (3.6 kB)
2026-05-07T12:15:24.5139327Z Collecting future (from ffmpeg-python>=0.2.0->pureframe==0.1.0b4)
2026-05-07T12:15:24.5323210Z   Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB)
2026-05-07T12:15:24.5576266Z Collecting audioread>=2.1.9 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:24.5761496Z   Downloading audioread-3.1.0-py3-none-any.whl.metadata (9.0 kB)
2026-05-07T12:15:24.6663675Z Collecting numba>=0.51.0 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:24.6864073Z   Downloading numba-0.65.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.9 kB)
2026-05-07T12:15:24.8052980Z Collecting scipy>=1.6.0 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:24.8239911Z   Downloading scipy-1.17.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (62 kB)
2026-05-07T12:15:25.1872973Z Collecting scikit-learn>=1.1.0 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.2060390Z   Downloading scikit_learn-1.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (11 kB)
2026-05-07T12:15:25.3472257Z Collecting joblib>=1.0 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.3662027Z   Downloading joblib-1.5.3-py3-none-any.whl.metadata (5.5 kB)
2026-05-07T12:15:25.3934688Z Collecting decorator>=4.3.0 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.4120934Z   Downloading decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB)
2026-05-07T12:15:25.4397249Z Collecting soundfile>=0.12.1 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.4582667Z   Downloading soundfile-0.13.1-py2.py3-none-manylinux_2_28_x86_64.whl.metadata (16 kB)
2026-05-07T12:15:25.4875761Z Collecting pooch>=1.1 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.5059216Z   Downloading pooch-1.9.0-py3-none-any.whl.metadata (10 kB)
2026-05-07T12:15:25.5673477Z Collecting soxr>=0.3.2 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.5858911Z   Downloading soxr-1.1.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (5.8 kB)
2026-05-07T12:15:25.5898223Z Requirement already satisfied: typing_extensions>=4.1.1 in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (from librosa>=0.10.0->pureframe==0.1.0b4) (4.15.0)
2026-05-07T12:15:25.6122985Z Collecting lazy_loader>=0.1 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.6309290Z   Downloading lazy_loader-0.5-py3-none-any.whl.metadata (5.9 kB)
2026-05-07T12:15:25.6966870Z Collecting msgpack>=1.0 (from librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.7152259Z   Downloading msgpack-1.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB)
2026-05-07T12:15:25.7463882Z Collecting packaging (from lazy_loader>=0.1->librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.7474097Z   Using cached packaging-26.2-py3-none-any.whl.metadata (3.5 kB)
2026-05-07T12:15:25.8097993Z Collecting llvmlite<0.48,>=0.47.0dev0 (from numba>=0.51.0->librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.8282187Z   Downloading llvmlite-0.47.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.0 kB)
2026-05-07T12:15:25.8612320Z Collecting flatbuffers (from onnxruntime>=1.15.0->pureframe==0.1.0b4)
2026-05-07T12:15:25.8798163Z   Downloading flatbuffers-25.12.19-py2.py3-none-any.whl.metadata (1.0 kB)
2026-05-07T12:15:26.0372665Z Collecting protobuf (from onnxruntime>=1.15.0->pureframe==0.1.0b4)
2026-05-07T12:15:26.0559883Z   Downloading protobuf-7.34.1-cp310-abi3-manylinux2014_x86_64.whl.metadata (595 bytes)
2026-05-07T12:15:26.1752512Z Collecting matplotlib (from panns-inference>=0.1.1->pureframe==0.1.0b4)
2026-05-07T12:15:26.1937808Z   Downloading matplotlib-3.10.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (52 kB)
2026-05-07T12:15:26.2643326Z Collecting torchlibrosa (from panns-inference>=0.1.1->pureframe==0.1.0b4)
2026-05-07T12:15:26.2840222Z   Downloading torchlibrosa-0.1.0-py3-none-any.whl.metadata (3.5 kB)
2026-05-07T12:15:26.3191572Z Collecting requests>=2.19.0 (from pooch>=1.1->librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:26.3377647Z   Downloading requests-2.33.1-py3-none-any.whl.metadata (4.8 kB)
2026-05-07T12:15:26.3639714Z Collecting annotated-types>=0.6.0 (from pydantic>=2.0->pureframe==0.1.0b4)
2026-05-07T12:15:26.3823103Z   Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
2026-05-07T12:15:26.9408862Z Collecting pydantic-core==2.46.4 (from pydantic>=2.0->pureframe==0.1.0b4)
2026-05-07T12:15:26.9595661Z   Downloading pydantic_core-2.46.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
2026-05-07T12:15:26.9844888Z Collecting typing-inspection>=0.4.2 (from pydantic>=2.0->pureframe==0.1.0b4)
2026-05-07T12:15:27.0033991Z   Downloading typing_inspection-0.4.2-py3-none-any.whl.metadata (2.6 kB)
2026-05-07T12:15:27.0931105Z Collecting charset_normalizer<4,>=2 (from requests>=2.19.0->pooch>=1.1->librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:27.1117701Z   Downloading charset_normalizer-3.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB)
2026-05-07T12:15:27.1417099Z Collecting idna<4,>=2.5 (from requests>=2.19.0->pooch>=1.1->librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:27.1604595Z   Downloading idna-3.13-py3-none-any.whl.metadata (8.0 kB)
2026-05-07T12:15:27.1933151Z Collecting urllib3<3,>=1.26 (from requests>=2.19.0->pooch>=1.1->librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:27.2121080Z   Downloading urllib3-2.6.3-py3-none-any.whl.metadata (6.9 kB)
2026-05-07T12:15:27.2423956Z Collecting certifi>=2023.5.7 (from requests>=2.19.0->pooch>=1.1->librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:27.2608737Z   Downloading certifi-2026.4.22-py3-none-any.whl.metadata (2.5 kB)
2026-05-07T12:15:27.2935148Z Collecting click!=8.3.0,~=8.0 (from scenedetect>=0.6.4->pureframe==0.1.0b4)
2026-05-07T12:15:27.3120719Z   Downloading click-8.3.3-py3-none-any.whl.metadata (2.6 kB)
2026-05-07T12:15:27.3777310Z Collecting opencv-python (from scenedetect>=0.6.4->pureframe==0.1.0b4)
2026-05-07T12:15:27.3964523Z   Downloading opencv_python-4.13.0.92-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (19 kB)
2026-05-07T12:15:27.4287093Z Collecting threadpoolctl>=3.2.0 (from scikit-learn>=1.1.0->librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:27.4474109Z   Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB)
2026-05-07T12:15:27.5418656Z Collecting cffi>=1.0 (from soundfile>=0.12.1->librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:27.5605625Z   Downloading cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (2.6 kB)
2026-05-07T12:15:27.5876645Z Collecting pycparser (from cffi>=1.0->soundfile>=0.12.1->librosa>=0.10.0->pureframe==0.1.0b4)
2026-05-07T12:15:27.6064244Z   Downloading pycparser-3.0-py3-none-any.whl.metadata (8.2 kB)
2026-05-07T12:15:27.6128825Z Requirement already satisfied: filelock in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (from torch>=2.4.0->pureframe==0.1.0b4) (3.25.2)
2026-05-07T12:15:27.6135791Z Requirement already satisfied: setuptools<82 in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (from torch>=2.4.0->pureframe==0.1.0b4) (70.2.0)
2026-05-07T12:15:27.6141162Z Requirement already satisfied: sympy>=1.13.3 in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (from torch>=2.4.0->pureframe==0.1.0b4) (1.14.0)
2026-05-07T12:15:27.6146247Z Requirement already satisfied: networkx>=2.5.1 in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (from torch>=2.4.0->pureframe==0.1.0b4) (3.6.1)
2026-05-07T12:15:27.6150904Z Requirement already satisfied: jinja2 in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (from torch>=2.4.0->pureframe==0.1.0b4) (3.1.6)
2026-05-07T12:15:27.6155833Z Requirement already satisfied: fsspec>=0.8.5 in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (from torch>=2.4.0->pureframe==0.1.0b4) (2026.2.0)
2026-05-07T12:15:27.6280021Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (from sympy>=1.13.3->torch>=2.4.0->pureframe==0.1.0b4) (1.3.0)
2026-05-07T12:15:27.6729971Z Collecting huggingface-hub<2.0,>=1.5.0 (from transformers>=4.30.0->pureframe==0.1.0b4)
2026-05-07T12:15:27.6921867Z   Downloading huggingface_hub-1.14.0-py3-none-any.whl.metadata (14 kB)
2026-05-07T12:15:27.7486177Z Collecting pyyaml>=5.1 (from transformers>=4.30.0->pureframe==0.1.0b4)
2026-05-07T12:15:27.7672134Z   Downloading pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.4 kB)
2026-05-07T12:15:28.0822941Z Collecting regex>=2025.10.22 (from transformers>=4.30.0->pureframe==0.1.0b4)
2026-05-07T12:15:28.1012437Z   Downloading regex-2026.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB)
2026-05-07T12:15:28.2314273Z Collecting tokenizers<=0.23.0,>=0.22.0 (from transformers>=4.30.0->pureframe==0.1.0b4)
2026-05-07T12:15:28.2503118Z   Downloading tokenizers-0.22.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.3 kB)
2026-05-07T12:15:28.3590032Z Collecting safetensors>=0.4.3 (from transformers>=4.30.0->pureframe==0.1.0b4)
2026-05-07T12:15:28.3779162Z   Downloading safetensors-0.7.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
2026-05-07T12:15:28.4269419Z Collecting hf-xet<2.0.0,>=1.4.3 (from huggingface-hub<2.0,>=1.5.0->transformers>=4.30.0->pureframe==0.1.0b4)
2026-05-07T12:15:28.4459539Z   Downloading hf_xet-1.5.0-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (4.9 kB)
2026-05-07T12:15:28.4756614Z Collecting httpx<1,>=0.23.0 (from huggingface-hub<2.0,>=1.5.0->transformers>=4.30.0->pureframe==0.1.0b4)
2026-05-07T12:15:28.4943055Z   Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB)
2026-05-07T12:15:28.5331984Z Collecting anyio (from httpx<1,>=0.23.0->huggingface-hub<2.0,>=1.5.0->transformers>=4.30.0->pureframe==0.1.0b4)
2026-05-07T12:15:28.5524551Z   Downloading anyio-4.13.0-py3-none-any.whl.metadata (4.5 kB)
2026-05-07T12:15:28.5823382Z Collecting httpcore==1.* (from httpx<1,>=0.23.0->huggingface-hub<2.0,>=1.5.0->transformers>=4.30.0->pureframe==0.1.0b4)
2026-05-07T12:15:28.6015453Z   Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB)
2026-05-07T12:15:28.6291224Z Collecting h11>=0.16 (from httpcore==1.*->httpx<1,>=0.23.0->huggingface-hub<2.0,>=1.5.0->transformers>=4.30.0->pureframe==0.1.0b4)
2026-05-07T12:15:28.6483048Z   Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
2026-05-07T12:15:28.6850799Z Collecting shellingham>=1.3.0 (from typer->pureframe==0.1.0b4)
2026-05-07T12:15:28.7046482Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2026-05-07T12:15:28.7309665Z Collecting annotated-doc>=0.0.2 (from typer->pureframe==0.1.0b4)
2026-05-07T12:15:28.7498577Z   Downloading annotated_doc-0.0.4-py3-none-any.whl.metadata (6.6 kB)
2026-05-07T12:15:28.7798861Z Collecting markdown-it-py>=2.2.0 (from rich->pureframe==0.1.0b4)
2026-05-07T12:15:28.7987203Z   Downloading markdown_it_py-4.2.0-py3-none-any.whl.metadata (7.4 kB)
2026-05-07T12:15:28.8312726Z Collecting pygments<3.0.0,>=2.13.0 (from rich->pureframe==0.1.0b4)
2026-05-07T12:15:28.8501156Z   Downloading pygments-2.20.0-py3-none-any.whl.metadata (2.5 kB)
2026-05-07T12:15:28.8763111Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->pureframe==0.1.0b4)
2026-05-07T12:15:28.8946580Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2026-05-07T12:15:28.9259812Z Collecting pyproject_hooks (from build->pureframe==0.1.0b4)
2026-05-07T12:15:28.9448901Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2026-05-07T12:15:28.9505357Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/hostedtoolcache/Python/3.12.13/x64/lib/python3.12/site-packages (from jinja2->torch>=2.4.0->pureframe==0.1.0b4) (3.0.3)
2026-05-07T12:15:29.0169055Z Collecting contourpy>=1.0.1 (from matplotlib->panns-inference>=0.1.1->pureframe==0.1.0b4)
2026-05-07T12:15:29.0358407Z   Downloading contourpy-1.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (5.5 kB)
2026-05-07T12:15:29.0622653Z Collecting cycler>=0.10 (from matplotlib->panns-inference>=0.1.1->pureframe==0.1.0b4)
2026-05-07T12:15:29.0809540Z   Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
2026-05-07T12:15:29.2573257Z Collecting fonttools>=4.22.0 (from matplotlib->panns-inference>=0.1.1->pureframe==0.1.0b4)
2026-05-07T12:15:29.2759423Z   Downloading fonttools-4.62.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (117 kB)
2026-05-07T12:15:29.3553182Z Collecting kiwisolver>=1.3.1 (from matplotlib->panns-inference>=0.1.1->pureframe==0.1.0b4)
2026-05-07T12:15:29.3741501Z   Downloading kiwisolver-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2026-05-07T12:15:29.5217440Z Collecting pillow>=8 (from matplotlib->panns-inference>=0.1.1->pureframe==0.1.0b4)
2026-05-07T12:15:29.5403358Z   Downloading pillow-12.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.8 kB)
2026-05-07T12:15:29.5769796Z Collecting pyparsing>=3 (from matplotlib->panns-inference>=0.1.1->pureframe==0.1.0b4)
2026-05-07T12:15:29.5958153Z   Downloading pyparsing-3.3.2-py3-none-any.whl.metadata (5.8 kB)
2026-05-07T12:15:29.6227693Z Collecting python-dateutil>=2.7 (from matplotlib->panns-inference>=0.1.1->pureframe==0.1.0b4)
2026-05-07T12:15:29.6413929Z   Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
2026-05-07T12:15:29.6766136Z Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib->panns-inference>=0.1.1->pureframe==0.1.0b4)
2026-05-07T12:15:29.6955237Z   Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
2026-05-07T12:15:29.7311297Z Collecting python-dotenv>=0.21.0 (from pydantic-settings->pureframe==0.1.0b4)
2026-05-07T12:15:29.7499427Z   Downloading python_dotenv-1.2.2-py3-none-any.whl.metadata (27 kB)
2026-05-07T12:15:29.7795878Z Collecting iniconfig>=1.0.1 (from pytest->pureframe==0.1.0b4)
2026-05-07T12:15:29.7983785Z   Downloading iniconfig-2.3.0-py3-none-any.whl.metadata (2.5 kB)
2026-05-07T12:15:29.8244876Z Collecting pluggy<2,>=1.5 (from pytest->pureframe==0.1.0b4)
2026-05-07T12:15:29.8256122Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2026-05-07T12:15:29.8578230Z Collecting readme-renderer>=35.0 (from twine->pureframe==0.1.0b4)
2026-05-07T12:15:29.8764169Z   Downloading readme_renderer-44.0-py3-none-any.whl.metadata (2.8 kB)
2026-05-07T12:15:29.9042102Z Collecting requests-toolbelt!=0.9.0,>=0.8.0 (from twine->pureframe==0.1.0b4)
2026-05-07T12:15:29.9227858Z   Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 kB)
2026-05-07T12:15:29.9614699Z Collecting keyring>=21.2.0 (from twine->pureframe==0.1.0b4)
2026-05-07T12:15:29.9803213Z   Downloading keyring-25.7.0-py3-none-any.whl.metadata (21 kB)
2026-05-07T12:15:30.0085729Z Collecting rfc3986>=1.4.0 (from twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.0272142Z   Downloading rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB)
2026-05-07T12:15:30.0550112Z Collecting id (from twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.0737891Z   Downloading id-1.6.1-py3-none-any.whl.metadata (5.1 kB)
2026-05-07T12:15:30.1032070Z Collecting SecretStorage>=3.2 (from keyring>=21.2.0->twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.1218127Z   Downloading secretstorage-3.5.0-py3-none-any.whl.metadata (4.0 kB)
2026-05-07T12:15:30.1480481Z Collecting jeepney>=0.4.2 (from keyring>=21.2.0->twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.1670467Z   Downloading jeepney-0.9.0-py3-none-any.whl.metadata (1.2 kB)
2026-05-07T12:15:30.1940955Z Collecting jaraco.classes (from keyring>=21.2.0->twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.2133037Z   Downloading jaraco.classes-3.4.0-py3-none-any.whl.metadata (2.6 kB)
2026-05-07T12:15:30.2424582Z Collecting jaraco.functools (from keyring>=21.2.0->twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.2609364Z   Downloading jaraco_functools-4.4.0-py3-none-any.whl.metadata (3.0 kB)
2026-05-07T12:15:30.2881051Z Collecting jaraco.context (from keyring>=21.2.0->twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.3067528Z   Downloading jaraco_context-6.1.2-py3-none-any.whl.metadata (4.2 kB)
2026-05-07T12:15:30.3558683Z Collecting nh3>=0.2.14 (from readme-renderer>=35.0->twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.3750223Z   Downloading nh3-0.3.5-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB)
2026-05-07T12:15:30.4032824Z Collecting docutils>=0.21.2 (from readme-renderer>=35.0->twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.4217857Z   Downloading docutils-0.22.4-py3-none-any.whl.metadata (15 kB)
2026-05-07T12:15:30.5859268Z Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring>=21.2.0->twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.6047646Z   Downloading cryptography-48.0.0-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (4.3 kB)
2026-05-07T12:15:30.6406131Z Collecting more-itertools (from jaraco.classes->keyring>=21.2.0->twine->pureframe==0.1.0b4)
2026-05-07T12:15:30.6593402Z   Downloading more_itertools-11.0.2-py3-none-any.whl.metadata (41 kB)
2026-05-07T12:15:30.6872264Z Downloading ffmpeg_python-0.2.0-py3-none-any.whl (25 kB)
2026-05-07T12:15:30.7078621Z Downloading librosa-0.11.0-py3-none-any.whl (260 kB)
2026-05-07T12:15:30.7472259Z Downloading audioread-3.1.0-py3-none-any.whl (23 kB)
2026-05-07T12:15:30.7678891Z Downloading decorator-5.2.1-py3-none-any.whl (9.2 kB)
2026-05-07T12:15:30.7884819Z Downloading joblib-1.5.3-py3-none-any.whl (309 kB)
2026-05-07T12:15:30.8134371Z Downloading lazy_loader-0.5-py3-none-any.whl (8.0 kB)
2026-05-07T12:15:30.8338396Z Downloading msgpack-1.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (427 kB)
2026-05-07T12:15:30.8600889Z Downloading nudenet-3.4.2-py3-none-any.whl (10.6 MB)
2026-05-07T12:15:30.9732169Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.6/10.6 MB 94.1 MB/s  0:00:00
2026-05-07T12:15:30.9940423Z Downloading numba-0.65.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.8 MB)
2026-05-07T12:15:31.0103548Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 256.4 MB/s  0:00:00
2026-05-07T12:15:31.0296059Z Downloading llvmlite-0.47.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (56.3 MB)
2026-05-07T12:15:31.1886932Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 MB 358.2 MB/s  0:00:00
2026-05-07T12:15:31.2075069Z Downloading numpy-2.4.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (16.6 MB)
2026-05-07T12:15:31.2474468Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 435.2 MB/s  0:00:00
2026-05-07T12:15:31.2677778Z Downloading onnxruntime-1.25.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (18.0 MB)
2026-05-07T12:15:31.3186827Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.0/18.0 MB 365.1 MB/s  0:00:00
2026-05-07T12:15:31.3379290Z Downloading opencv_python_headless-4.13.0.92-cp37-abi3-manylinux_2_28_x86_64.whl (60.4 MB)
2026-05-07T12:15:31.5180893Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.4/60.4 MB 340.6 MB/s  0:00:00
2026-05-07T12:15:31.5373808Z Downloading panns_inference-0.1.1-py3-none-any.whl (8.3 kB)
2026-05-07T12:15:31.5579305Z Downloading platformdirs-4.9.6-py3-none-any.whl (21 kB)
2026-05-07T12:15:31.5785108Z Downloading pooch-1.9.0-py3-none-any.whl (67 kB)
2026-05-07T12:15:31.5818615Z Using cached packaging-26.2-py3-none-any.whl (100 kB)
2026-05-07T12:15:31.6005892Z Downloading pydantic-2.13.4-py3-none-any.whl (472 kB)
2026-05-07T12:15:31.6221586Z Downloading pydantic_core-2.46.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
2026-05-07T12:15:31.6300670Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 313.3 MB/s  0:00:00
2026-05-07T12:15:31.6488295Z Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
2026-05-07T12:15:31.6689220Z Downloading requests-2.33.1-py3-none-any.whl (64 kB)
2026-05-07T12:15:31.6891858Z Downloading charset_normalizer-3.4.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (216 kB)
2026-05-07T12:15:31.7099507Z Downloading idna-3.13-py3-none-any.whl (68 kB)
2026-05-07T12:15:31.7301493Z Downloading urllib3-2.6.3-py3-none-any.whl (131 kB)
2026-05-07T12:15:31.7504898Z Downloading certifi-2026.4.22-py3-none-any.whl (135 kB)
2026-05-07T12:15:31.7714858Z Downloading scenedetect-0.7-py3-none-any.whl (134 kB)
2026-05-07T12:15:31.7919017Z Downloading click-8.3.3-py3-none-any.whl (110 kB)
2026-05-07T12:15:31.8127638Z Downloading scikit_learn-1.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.9 MB)
2026-05-07T12:15:31.8370425Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.9/8.9 MB 391.9 MB/s  0:00:00
2026-05-07T12:15:31.8561168Z Downloading scipy-1.17.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (35.2 MB)
2026-05-07T12:15:31.9956000Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.2/35.2 MB 404.6 MB/s  0:00:00
2026-05-07T12:15:32.0143610Z Downloading soundfile-0.13.1-py2.py3-none-manylinux_2_28_x86_64.whl (1.3 MB)
2026-05-07T12:15:32.0233538Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 157.9 MB/s  0:00:00
2026-05-07T12:15:32.0422186Z Downloading cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (219 kB)
2026-05-07T12:15:32.0651651Z Downloading soxr-1.1.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (240 kB)
2026-05-07T12:15:32.0861807Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB)
2026-05-07T12:15:32.1070735Z Downloading transformers-5.8.0-py3-none-any.whl (10.6 MB)
2026-05-07T12:15:32.1329912Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.6/10.6 MB 439.5 MB/s  0:00:00
2026-05-07T12:15:32.1523052Z Downloading huggingface_hub-1.14.0-py3-none-any.whl (661 kB)
2026-05-07T12:15:32.1576450Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 661.5/661.5 kB 135.4 MB/s  0:00:00
2026-05-07T12:15:32.1764391Z Downloading hf_xet-1.5.0-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.5 MB)
2026-05-07T12:15:32.1939154Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 274.4 MB/s  0:00:00
2026-05-07T12:15:32.2126061Z Downloading httpx-0.28.1-py3-none-any.whl (73 kB)
2026-05-07T12:15:32.2331451Z Downloading httpcore-1.0.9-py3-none-any.whl (78 kB)
2026-05-07T12:15:32.2535518Z Downloading tokenizers-0.22.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB)
2026-05-07T12:15:32.2636974Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 373.1 MB/s  0:00:00
2026-05-07T12:15:32.2821864Z Downloading h11-0.16.0-py3-none-any.whl (37 kB)
2026-05-07T12:15:32.3025542Z Downloading pyyaml-6.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (807 kB)
2026-05-07T12:15:32.3075470Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.9/807.9 kB 188.1 MB/s  0:00:00
2026-05-07T12:15:32.3262739Z Downloading regex-2026.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (801 kB)
2026-05-07T12:15:32.3310510Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 801.1/801.1 kB 188.6 MB/s  0:00:00
2026-05-07T12:15:32.3497066Z Downloading safetensors-0.7.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (507 kB)
2026-05-07T12:15:32.3710721Z Downloading tqdm-4.67.3-py3-none-any.whl (78 kB)
2026-05-07T12:15:32.3916057Z Downloading typer-0.25.1-py3-none-any.whl (58 kB)
2026-05-07T12:15:32.4118682Z Downloading annotated_doc-0.0.4-py3-none-any.whl (5.3 kB)
2026-05-07T12:15:32.4321058Z Downloading rich-15.0.0-py3-none-any.whl (310 kB)
2026-05-07T12:15:32.4531056Z Downloading pygments-2.20.0-py3-none-any.whl (1.2 MB)
2026-05-07T12:15:32.4587130Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 270.8 MB/s  0:00:00
2026-05-07T12:15:32.4774746Z Downloading markdown_it_py-4.2.0-py3-none-any.whl (91 kB)
2026-05-07T12:15:32.5000152Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2026-05-07T12:15:32.5199071Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2026-05-07T12:15:32.5401515Z Downloading typing_inspection-0.4.2-py3-none-any.whl (14 kB)
2026-05-07T12:15:32.5605235Z Downloading anyio-4.13.0-py3-none-any.whl (114 kB)
2026-05-07T12:15:32.5812504Z Downloading build-1.5.0-py3-none-any.whl (26 kB)
2026-05-07T12:15:32.6013882Z Downloading flatbuffers-25.12.19-py2.py3-none-any.whl (26 kB)
2026-05-07T12:15:32.6218553Z Downloading future-1.0.0-py3-none-any.whl (491 kB)
2026-05-07T12:15:32.6436336Z Downloading matplotlib-3.10.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.8 MB)
2026-05-07T12:15:32.6652718Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.8/8.8 MB 444.7 MB/s  0:00:00
2026-05-07T12:15:32.6838571Z Downloading contourpy-1.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (362 kB)
2026-05-07T12:15:32.7055286Z Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
2026-05-07T12:15:32.7259649Z Downloading fonttools-4.62.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.0 MB)
2026-05-07T12:15:32.7384563Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 455.3 MB/s  0:00:00
2026-05-07T12:15:32.7573148Z Downloading kiwisolver-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.5 MB)
2026-05-07T12:15:32.7635530Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 294.3 MB/s  0:00:00
2026-05-07T12:15:32.7828815Z Downloading pillow-12.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.1 MB)
2026-05-07T12:15:32.8002780Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 448.5 MB/s  0:00:00
2026-05-07T12:15:32.8191025Z Downloading pyparsing-3.3.2-py3-none-any.whl (122 kB)
2026-05-07T12:15:32.8401872Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
2026-05-07T12:15:32.8607509Z Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
2026-05-07T12:15:32.8811079Z Downloading opencv_python-4.13.0.92-cp37-abi3-manylinux_2_28_x86_64.whl (72.9 MB)
2026-05-07T12:15:33.0787866Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.9/72.9 MB 372.2 MB/s  0:00:00
2026-05-07T12:15:33.0979896Z Downloading protobuf-7.34.1-cp310-abi3-manylinux2014_x86_64.whl (324 kB)
2026-05-07T12:15:33.1194166Z Downloading pycparser-3.0-py3-none-any.whl (48 kB)
2026-05-07T12:15:33.1400362Z Downloading pydantic_settings-2.14.0-py3-none-any.whl (60 kB)
2026-05-07T12:15:33.1603169Z Downloading python_dotenv-1.2.2-py3-none-any.whl (22 kB)
2026-05-07T12:15:33.1811332Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2026-05-07T12:15:33.2016996Z Downloading pytest-9.0.3-py3-none-any.whl (375 kB)
2026-05-07T12:15:33.2054892Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2026-05-07T12:15:33.2254622Z Downloading iniconfig-2.3.0-py3-none-any.whl (7.5 kB)
2026-05-07T12:15:33.2462761Z Downloading ruff-0.15.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.3 MB)
2026-05-07T12:15:33.2780332Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.3/11.3 MB 388.6 MB/s  0:00:00
2026-05-07T12:15:33.2978363Z Downloading torchlibrosa-0.1.0-py3-none-any.whl (11 kB)
2026-05-07T12:15:33.3184640Z Downloading twine-6.2.0-py3-none-any.whl (42 kB)
2026-05-07T12:15:33.3390370Z Downloading keyring-25.7.0-py3-none-any.whl (39 kB)
2026-05-07T12:15:33.3591625Z Downloading jeepney-0.9.0-py3-none-any.whl (49 kB)
2026-05-07T12:15:33.3792642Z Downloading readme_renderer-44.0-py3-none-any.whl (13 kB)
2026-05-07T12:15:33.4009004Z Downloading docutils-0.22.4-py3-none-any.whl (633 kB)
2026-05-07T12:15:33.4054177Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 633.2/633.2 kB 148.1 MB/s  0:00:00
2026-05-07T12:15:33.4245680Z Downloading nh3-0.3.5-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (806 kB)
2026-05-07T12:15:33.4292143Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.0/807.0 kB 202.9 MB/s  0:00:00
2026-05-07T12:15:33.4484296Z Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
2026-05-07T12:15:33.4684222Z Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)
2026-05-07T12:15:33.4883640Z Downloading secretstorage-3.5.0-py3-none-any.whl (15 kB)
2026-05-07T12:15:33.5085751Z Downloading cryptography-48.0.0-cp311-abi3-manylinux_2_34_x86_64.whl (4.7 MB)
2026-05-07T12:15:33.5226071Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 386.8 MB/s  0:00:00
2026-05-07T12:15:33.5411051Z Downloading id-1.6.1-py3-none-any.whl (14 kB)
2026-05-07T12:15:33.5612526Z Downloading jaraco.classes-3.4.0-py3-none-any.whl (6.8 kB)
2026-05-07T12:15:33.5809637Z Downloading jaraco_context-6.1.2-py3-none-any.whl (7.9 kB)
2026-05-07T12:15:33.6006785Z Downloading jaraco_functools-4.4.0-py3-none-any.whl (10 kB)
2026-05-07T12:15:33.6207217Z Downloading more_itertools-11.0.2-py3-none-any.whl (71 kB)
2026-05-07T12:15:34.0381035Z Building wheels for collected packages: pureframe
2026-05-07T12:15:34.0386490Z   Building editable for pureframe (pyproject.toml): started
2026-05-07T12:15:34.0725005Z   Building editable for pureframe (pyproject.toml): finished with status 'done'
2026-05-07T12:15:34.0729417Z   Created wheel for pureframe: filename=pureframe-0.1.0b4-py3-none-any.whl size=6448 sha256=bf7bf3530a45853cf4b66d2f4609f28b7371ec8118b58b060260c39b99df86a9
2026-05-07T12:15:34.0730723Z   Stored in directory: /tmp/pip-ephem-wheel-cache-npm65lco/wheels/b7/92/53/d179f0cb836cb4222bd091b4965dd252874d4d89a13ba813ae
2026-05-07T12:15:34.0750471Z Successfully built pureframe
2026-05-07T12:15:34.2632113Z Installing collected packages: flatbuffers, urllib3, typing-inspection, tqdm, threadpoolctl, six, shellingham, safetensors, ruff, rfc3986, regex, pyyaml, python-dotenv, pyproject_hooks, pyparsing, pygments, pydantic-core, pycparser, protobuf, pluggy, platformdirs, pillow, packaging, numpy, nh3, msgpack, more-itertools, mdurl, llvmlite, kiwisolver, joblib, jeepney, jaraco.context, iniconfig, idna, hf-xet, h11, future, fonttools, docutils, decorator, cycler, click, charset_normalizer, certifi, audioread, annotated-types, annotated-doc, soxr, scipy, requests, readme-renderer, python-dateutil, pytest, pydantic, opencv-python-headless, opencv-python, onnxruntime, numba, markdown-it-py, lazy_loader, jaraco.functools, jaraco.classes, id, httpcore, ffmpeg-python, contourpy, cffi, build, anyio, soundfile, scikit-learn, scenedetect, rich, requests-toolbelt, pydantic-settings, pooch, nudenet, matplotlib, httpx, cryptography, typer, SecretStorage, librosa, torchlibrosa, keyring, huggingface-hub, twine, tokenizers, panns-inference, transformers, pureframe
2026-05-07T12:16:00.0114200Z 
2026-05-07T12:16:00.0183144Z Successfully installed SecretStorage-3.5.0 annotated-doc-0.0.4 annotated-types-0.7.0 anyio-4.13.0 audioread-3.1.0 build-1.5.0 certifi-2026.4.22 cffi-2.0.0 charset_normalizer-3.4.7 click-8.3.3 contourpy-1.3.3 cryptography-48.0.0 cycler-0.12.1 decorator-5.2.1 docutils-0.22.4 ffmpeg-python-0.2.0 flatbuffers-25.12.19 fonttools-4.62.1 future-1.0.0 h11-0.16.0 hf-xet-1.5.0 httpcore-1.0.9 httpx-0.28.1 huggingface-hub-1.14.0 id-1.6.1 idna-3.13 iniconfig-2.3.0 jaraco.classes-3.4.0 jaraco.context-6.1.2 jaraco.functools-4.4.0 jeepney-0.9.0 joblib-1.5.3 keyring-25.7.0 kiwisolver-1.5.0 lazy_loader-0.5 librosa-0.11.0 llvmlite-0.47.0 markdown-it-py-4.2.0 matplotlib-3.10.9 mdurl-0.1.2 more-itertools-11.0.2 msgpack-1.1.2 nh3-0.3.5 nudenet-3.4.2 numba-0.65.1 numpy-2.4.4 onnxruntime-1.25.1 opencv-python-4.13.0.92 opencv-python-headless-4.13.0.92 packaging-26.2 panns-inference-0.1.1 pillow-12.2.0 platformdirs-4.9.6 pluggy-1.6.0 pooch-1.9.0 protobuf-7.34.1 pureframe-0.1.0b4 pycparser-3.0 pydantic-2.13.4 pydantic-core-2.46.4 pydantic-settings-2.14.0 pygments-2.20.0 pyparsing-3.3.2 pyproject_hooks-1.2.0 pytest-9.0.3 python-dateutil-2.9.0.post0 python-dotenv-1.2.2 pyyaml-6.0.3 readme-renderer-44.0 regex-2026.4.4 requests-2.33.1 requests-toolbelt-1.0.0 rfc3986-2.0.0 rich-15.0.0 ruff-0.15.12 safetensors-0.7.0 scenedetect-0.7 scikit-learn-1.8.0 scipy-1.17.1 shellingham-1.5.4 six-1.17.0 soundfile-0.13.1 soxr-1.1.0 threadpoolctl-3.6.0 tokenizers-0.22.2 torchlibrosa-0.1.0 tqdm-4.67.3 transformers-5.8.0 twine-6.2.0 typer-0.25.1 typing-inspection-0.4.2 urllib3-2.6.3
2026-05-07T12:16:00.2668841Z ##[group]Run ruff check pureframe tests
2026-05-07T12:16:00.2669160Z [36;1mruff check pureframe tests[0m
2026-05-07T12:16:00.2682540Z shell: /usr/bin/bash -e {0}
2026-05-07T12:16:00.2682779Z env:
2026-05-07T12:16:00.2683028Z   pythonLocation: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:16:00.2683416Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib/pkgconfig
2026-05-07T12:16:00.2683804Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:16:00.2684160Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:16:00.2684501Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:16:00.2684837Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib
2026-05-07T12:16:00.2685129Z ##[endgroup]
2026-05-07T12:16:00.2812270Z All checks passed!
2026-05-07T12:16:00.2838508Z ##[group]Run ruff format --check pureframe tests
2026-05-07T12:16:00.2838847Z [36;1mruff format --check pureframe tests[0m
2026-05-07T12:16:00.2852109Z shell: /usr/bin/bash -e {0}
2026-05-07T12:16:00.2852348Z env:
2026-05-07T12:16:00.2852591Z   pythonLocation: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:16:00.2852976Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib/pkgconfig
2026-05-07T12:16:00.2853359Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:16:00.2853697Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:16:00.2854178Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
2026-05-07T12:16:00.2854511Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib
2026-05-07T12:16:00.2854802Z ##[endgroup]
2026-05-07T12:16:00.2986845Z Would reformat: pureframe/cli.py
2026-05-07T12:16:00.2988753Z 1 file would be reformatted, 40 files already formatted
2026-05-07T12:16:00.3004495Z ##[error]Process completed with exit code 1.
2026-05-07T12:16:00.3115848Z Post job cleanup.
2026-05-07T12:16:00.4028487Z [command]/usr/bin/git version
2026-05-07T12:16:00.4061290Z git version 2.53.0
2026-05-07T12:16:00.4101890Z Temporarily overriding HOME='/home/runner/work/_temp/f3baf136-fd2c-4c53-9dae-f2c3c1cb0670' before making global git config changes
2026-05-07T12:16:00.4103295Z Adding repository directory to the temporary git global config as a safe directory
2026-05-07T12:16:00.4117195Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/PureFrame/PureFrame
2026-05-07T12:16:00.4149911Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-07T12:16:00.4180144Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-07T12:16:00.4364861Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-07T12:16:00.4384289Z http.https://github.com/.extraheader
2026-05-07T12:16:00.4395181Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-05-07T12:16:00.4422734Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-07T12:16:00.4599776Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-07T12:16:00.4626062Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-07T12:16:00.4898919Z Cleaning up orphan processes
2026-05-07T12:16:00.5137145Z ##[warning]Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
