﻿2025-08-20T20:09:59.6822146Z Current runner version: '2.328.0'
2025-08-20T20:09:59.6846545Z ##[group]Runner Image Provisioner
2025-08-20T20:09:59.6847425Z Hosted Compute Agent
2025-08-20T20:09:59.6847983Z Version: 20250818.377
2025-08-20T20:09:59.6848671Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:09:59.6849429Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:09:59.6850119Z ##[endgroup]
2025-08-20T20:09:59.6850801Z ##[group]Operating System
2025-08-20T20:09:59.6851440Z Ubuntu
2025-08-20T20:09:59.6852030Z 24.04.2
2025-08-20T20:09:59.6852596Z LTS
2025-08-20T20:09:59.6853117Z ##[endgroup]
2025-08-20T20:09:59.6853886Z ##[group]Runner Image
2025-08-20T20:09:59.6854470Z Image: ubuntu-24.04
2025-08-20T20:09:59.6854979Z Version: 20250818.1.0
2025-08-20T20:09:59.6856054Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:09:59.6857662Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T20:09:59.6858737Z ##[endgroup]
2025-08-20T20:09:59.6859963Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:09:59.6862173Z Attestations: write
2025-08-20T20:09:59.6862787Z Contents: write
2025-08-20T20:09:59.6863614Z Metadata: read
2025-08-20T20:09:59.6864146Z Packages: write
2025-08-20T20:09:59.6864686Z ##[endgroup]
2025-08-20T20:09:59.6866886Z Secret source: Actions
2025-08-20T20:09:59.6867634Z Prepare workflow directory
2025-08-20T20:09:59.7195011Z Prepare all required actions
2025-08-20T20:09:59.7232037Z Getting action download info
2025-08-20T20:10:00.1234580Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:10:00.5105035Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:10:00.8675804Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:10:00.9746934Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:10:01.2869913Z Getting action download info
2025-08-20T20:10:01.4243369Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:10:01.7569906Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:10:02.0490177Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/ffmpeg/wader/stable)
2025-08-20T20:10:02.1226491Z ##[group]Run ##Presets
2025-08-20T20:10:02.1227537Z [36;1m##Presets[0m
2025-08-20T20:10:02.1228379Z [36;1mset +x ; set +e[0m
2025-08-20T20:10:02.1229278Z [36;1m#-------------#[0m
2025-08-20T20:10:02.1230384Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:10:02.1231815Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:10:02.1233187Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.1234561Z [36;1m  fi[0m
2025-08-20T20:10:02.1235606Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:10:02.1237085Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:10:02.1238469Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.1239613Z [36;1m  fi[0m
2025-08-20T20:10:02.1240641Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:10:02.1242101Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:10:02.1243533Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.1244674Z [36;1m  fi[0m
2025-08-20T20:10:02.1245771Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:10:02.1247160Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:10:02.1248653Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:10:02.1249821Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:10:02.1251068Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.1252220Z [36;1m     else[0m
2025-08-20T20:10:02.1253392Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.1254548Z [36;1m     fi[0m
2025-08-20T20:10:02.1255312Z [36;1m  fi[0m
2025-08-20T20:10:02.1256060Z [36;1mfi[0m
2025-08-20T20:10:02.1332628Z shell: /usr/bin/bash -e {0}
2025-08-20T20:10:02.1334132Z env:
2025-08-20T20:10:02.1335448Z   GH_TOKEN: ***
2025-08-20T20:10:02.1336476Z ##[endgroup]
2025-08-20T20:10:02.1681023Z ##[group]Run ##Presets
2025-08-20T20:10:02.1682102Z [36;1m##Presets[0m
2025-08-20T20:10:02.1683095Z [36;1mset +x ; set +e[0m
2025-08-20T20:10:02.1684344Z [36;1m#-------------#[0m
2025-08-20T20:10:02.1685505Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:10:02.1687472Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:10:02.1689444Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:10:02.1691051Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:10:02.1692765Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:10:02.1694665Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:10:02.1696120Z [36;1m  exit 1[0m
2025-08-20T20:10:02.1697056Z [36;1mfi[0m
2025-08-20T20:10:02.1740044Z shell: /usr/bin/bash -e {0}
2025-08-20T20:10:02.1741057Z env:
2025-08-20T20:10:02.1742306Z   RO_GHTOKEN: ***
2025-08-20T20:10:02.1743632Z   RO_GLTOKEN: ***
2025-08-20T20:10:02.1747949Z   MINISIGN_KEY: ***
2025-08-20T20:10:02.1811425Z ##[endgroup]
2025-08-20T20:10:02.1997038Z ##[group]Run ##Presets
2025-08-20T20:10:02.1998091Z [36;1m##Presets[0m
2025-08-20T20:10:02.1998927Z [36;1mset +x ; set +e[0m
2025-08-20T20:10:02.1999814Z [36;1m#-------------#[0m
2025-08-20T20:10:02.2000699Z [36;1m##Host Triplet[0m
2025-08-20T20:10:02.2001782Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:10:02.2003044Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:10:02.2004518Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:10:02.2005735Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:10:02.2006868Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:10:02.2008157Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:10:02.2009431Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:10:02.2010701Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:10:02.2011772Z [36;1m   fi[0m
2025-08-20T20:10:02.2012826Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:10:02.2014498Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:10:02.2015698Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:10:02.2016980Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:10:02.2018110Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:10:02.2019036Z [36;1m fi[0m
2025-08-20T20:10:02.2020098Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2021600Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2023078Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2024662Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2025754Z [36;1m##Debug[0m
2025-08-20T20:10:02.2026593Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:10:02.2027638Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:10:02.2028555Z [36;1m else[0m
2025-08-20T20:10:02.2029358Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:10:02.2030467Z [36;1m fi[0m
2025-08-20T20:10:02.2031346Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2032451Z [36;1m##Docker Platform[0m
2025-08-20T20:10:02.2033812Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:10:02.2035090Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:10:02.2036383Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:10:02.2037718Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:10:02.2038996Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:10:02.2040287Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:10:02.2041546Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:10:02.2042809Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:10:02.2044033Z [36;1m fi[0m
2025-08-20T20:10:02.2045178Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2046824Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2048144Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:10:02.2049969Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:10:02.2051944Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:10:02.2053143Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2054557Z [36;1m##Logs[0m
2025-08-20T20:10:02.2055408Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:10:02.2056468Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:10:02.2057423Z [36;1m else[0m
2025-08-20T20:10:02.2058246Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:10:02.2059297Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:10:02.2060308Z [36;1m fi[0m
2025-08-20T20:10:02.2061450Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2062939Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2064389Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:10:02.2065751Z [36;1m PKG_FAMILY_LOCAL="$(echo "ffmpeg" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:10:02.2067240Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:10:02.2068517Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2069806Z [36;1m##Rebuild[0m
2025-08-20T20:10:02.2070679Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:10:02.2071776Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:10:02.2072774Z [36;1m else[0m
2025-08-20T20:10:02.2073713Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:10:02.2074718Z [36;1m fi[0m
2025-08-20T20:10:02.2075758Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2077012Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:10:02.2078497Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:10:02.2080495Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:10:02.2083694Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:10:02.2086344Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:10:02.2087726Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:10:02.2089368Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:10:02.2090932Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:10:02.2092322Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2093548Z [36;1m    exit 1[0m
2025-08-20T20:10:02.2094369Z [36;1m   else[0m
2025-08-20T20:10:02.2095209Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:10:02.2096707Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2098022Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:10:02.2099298Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:10:02.2100640Z [36;1m      #check if supported[0m
2025-08-20T20:10:02.2102060Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:10:02.2104202Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:10:02.2105797Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:10:02.2107036Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2108186Z [36;1m         exit 1[0m
2025-08-20T20:10:02.2109037Z [36;1m       fi[0m
2025-08-20T20:10:02.2109890Z [36;1m      #get build system[0m
2025-08-20T20:10:02.2111301Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:10:02.2112799Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:10:02.2114026Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2115372Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:10:02.2116691Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2117980Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2119310Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:10:02.2120630Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2121925Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.2123037Z [36;1m       fi[0m
2025-08-20T20:10:02.2124288Z [36;1m     fi[0m
2025-08-20T20:10:02.2125086Z [36;1m   fi[0m
2025-08-20T20:10:02.2125920Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:10:02.2169952Z shell: /usr/bin/bash -e {0}
2025-08-20T20:10:02.2171339Z ##[endgroup]
2025-08-20T20:10:02.6804879Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:10:02.6806520Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:10:02.6807341Z 
2025-08-20T20:10:02.7716028Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:10:02.7717570Z 100  2565  100  2565    0     0  27607      0 --:--:-- --:--:-- --:--:-- 27880
2025-08-20T20:10:02.7733674Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:10:02.8013167Z ##[group]Run ##Presets
2025-08-20T20:10:02.8014335Z [36;1m##Presets[0m
2025-08-20T20:10:02.8015195Z [36;1mset +x ; set +e[0m
2025-08-20T20:10:02.8016089Z [36;1m#-------------#[0m
2025-08-20T20:10:02.8016946Z [36;1m##Debug?[0m
2025-08-20T20:10:02.8017939Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:10:02.8019092Z [36;1m  set -x[0m
2025-08-20T20:10:02.8019858Z [36;1mfi[0m
2025-08-20T20:10:02.8020618Z [36;1m#-------------#[0m
2025-08-20T20:10:02.8021490Z [36;1m##CoreUtils[0m
2025-08-20T20:10:02.8022359Z [36;1msudo apt update -y[0m
2025-08-20T20:10:02.8023884Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:10:02.8027504Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:10:02.8030730Z [36;1m##tmp[0m
2025-08-20T20:10:02.8031812Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:10:02.8033073Z [36;1m#GH ENV[0m
2025-08-20T20:10:02.8034192Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.8035684Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.8036768Z [36;1m#-------------#[0m
2025-08-20T20:10:02.8037666Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:10:02.8038636Z [36;1msudo apt update -y[0m
2025-08-20T20:10:02.8039604Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:10:02.8040626Z [36;1m##Setup Minisign[0m
2025-08-20T20:10:02.8041566Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:10:02.8043054Z [36;1mecho "***[0m
2025-08-20T20:10:02.8047876Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:10:02.8048961Z [36;1m##User-Agent[0m
2025-08-20T20:10:02.8051567Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:10:02.8054667Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:10:02.8100252Z shell: /usr/bin/bash -e {0}
2025-08-20T20:10:02.8101183Z env:
2025-08-20T20:10:02.8101912Z   CROSS_COMPILING: NO
2025-08-20T20:10:02.8102771Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:10:02.8103837Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:10:02.8104743Z   ON_QEMU: NO
2025-08-20T20:10:02.8105484Z   DEBUG: 0
2025-08-20T20:10:02.8106265Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:10:02.8107226Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:10:02.8108411Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:10:02.8109645Z   KEEP_LOGS: YES
2025-08-20T20:10:02.8110446Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:10:02.8111332Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:10:02.8112228Z   SBUILD_REBUILD: false
2025-08-20T20:10:02.8114286Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:10:02.8116354Z   BUILD_SYS: null
2025-08-20T20:10:02.8117126Z ##[endgroup]
2025-08-20T20:10:02.8648014Z 
2025-08-20T20:10:02.8649145Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:10:02.8650702Z 
2025-08-20T20:10:02.9595251Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:10:02.9958414Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:10:02.9962804Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:10:02.9966284Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:10:03.0246502Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:10:03.0415106Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:10:03.0592742Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:10:03.2397484Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:10:03.2548952Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:10:03.2630839Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:10:03.2869652Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:10:03.2951165Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:10:03.2991651Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:10:03.2999386Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:10:03.3071958Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:10:03.3125742Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:10:03.3132903Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:10:03.3220650Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:10:03.3249237Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:10:03.3260121Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:10:03.3949877Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:10:03.3969798Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:10:03.3981838Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:10:03.3990529Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:10:03.4110639Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:10:03.4185111Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:10:03.4204712Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:10:03.4213073Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:10:03.4267422Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:10:03.4290109Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:10:03.4309342Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:10:03.4433180Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:10:03.4460008Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:10:03.4475308Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:10:09.4062166Z Fetched 10.6 MB in 1s (7526 kB/s)
2025-08-20T20:10:10.1238433Z Reading package lists...
2025-08-20T20:10:10.2918908Z Building dependency tree...
2025-08-20T20:10:10.2926003Z Reading state information...
2025-08-20T20:10:10.3071444Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:10:10.3184722Z 
2025-08-20T20:10:10.3185328Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:10:10.3185694Z 
2025-08-20T20:10:10.3318765Z Reading package lists...
2025-08-20T20:10:10.5078167Z Building dependency tree...
2025-08-20T20:10:10.5089583Z Reading state information...
2025-08-20T20:10:10.6599596Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:10:10.6601180Z bc set to manually installed.
2025-08-20T20:10:10.6601928Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:10:10.6602704Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:10:10.6603708Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:10:10.6604503Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:10:10.6605313Z The following additional packages will be installed:
2025-08-20T20:10:10.6605865Z   libtime-duration-perl
2025-08-20T20:10:10.7175696Z The following NEW packages will be installed:
2025-08-20T20:10:10.7186803Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:10:10.7372174Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T20:10:10.7610534Z Need to get 616 kB of archives.
2025-08-20T20:10:10.7611877Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:10:10.7612620Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:10:10.7961905Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:10:10.8156886Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:10:10.8346295Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:10:10.8547091Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:10:11.1323143Z Fetched 616 kB in 0s (4981 kB/s)
2025-08-20T20:10:11.1662984Z Selecting previously unselected package fdupes.
2025-08-20T20:10:11.2234077Z (Reading database ... 
2025-08-20T20:10:11.2234777Z (Reading database ... 5%
2025-08-20T20:10:11.2235332Z (Reading database ... 10%
2025-08-20T20:10:11.2235634Z (Reading database ... 15%
2025-08-20T20:10:11.2235908Z (Reading database ... 20%
2025-08-20T20:10:11.2236193Z (Reading database ... 25%
2025-08-20T20:10:11.2236500Z (Reading database ... 30%
2025-08-20T20:10:11.2236767Z (Reading database ... 35%
2025-08-20T20:10:11.2237030Z (Reading database ... 40%
2025-08-20T20:10:11.2237295Z (Reading database ... 45%
2025-08-20T20:10:11.2237558Z (Reading database ... 50%
2025-08-20T20:10:11.3083178Z (Reading database ... 55%
2025-08-20T20:10:11.4285961Z (Reading database ... 60%
2025-08-20T20:10:11.6070355Z (Reading database ... 65%
2025-08-20T20:10:11.7309706Z (Reading database ... 70%
2025-08-20T20:10:11.9023781Z (Reading database ... 75%
2025-08-20T20:10:12.2318911Z (Reading database ... 80%
2025-08-20T20:10:12.7737711Z (Reading database ... 85%
2025-08-20T20:10:13.2799913Z (Reading database ... 90%
2025-08-20T20:10:13.7068501Z (Reading database ... 95%
2025-08-20T20:10:13.7069030Z (Reading database ... 100%
2025-08-20T20:10:13.7069992Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T20:10:13.7117126Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:10:13.7158637Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:10:13.7550170Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:10:13.7688113Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:10:13.7707533Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:10:13.8086204Z Selecting previously unselected package moreutils.
2025-08-20T20:10:13.8221732Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:10:13.8256192Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:10:13.9595357Z Selecting previously unselected package dos2unix.
2025-08-20T20:10:13.9732089Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:10:13.9749921Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:10:14.2108889Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:10:14.2151810Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:10:14.2196524Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:10:14.2242376Z Setting up moreutils (0.69-1) ...
2025-08-20T20:10:14.2280970Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:11:09.4925138Z 
2025-08-20T20:11:09.4927358Z Running kernel seems to be up-to-date.
2025-08-20T20:11:09.4927750Z 
2025-08-20T20:11:09.4927860Z Restarting services...
2025-08-20T20:11:09.4995201Z 
2025-08-20T20:11:09.4995625Z Service restarts being deferred:
2025-08-20T20:11:09.4997446Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:11:09.4997808Z 
2025-08-20T20:11:09.4998151Z No containers need to be restarted.
2025-08-20T20:11:09.4998445Z 
2025-08-20T20:11:09.4998647Z No user sessions are running outdated binaries.
2025-08-20T20:11:09.4998984Z 
2025-08-20T20:11:09.4999289Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:11:10.4350640Z Reading package lists...
2025-08-20T20:11:10.6047544Z Building dependency tree...
2025-08-20T20:11:10.6055499Z Reading state information...
2025-08-20T20:11:10.7690133Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:11:10.7690998Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:11:10.7693132Z apt-utils set to manually installed.
2025-08-20T20:11:10.7694065Z ca-certificates is already the newest version (20240203).
2025-08-20T20:11:10.7694740Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:11:10.7695796Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:11:10.7696357Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:11:10.7696884Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:11:10.7697382Z moreutils is already the newest version (0.69-1).
2025-08-20T20:11:10.7697930Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:11:10.7698485Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:11:10.7698992Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:11:10.7699478Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:11:10.7699954Z tmux set to manually installed.
2025-08-20T20:11:10.7700426Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:11:10.7700984Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:11:10.7701514Z The following additional packages will be installed:
2025-08-20T20:11:10.7703126Z   python3-software-properties
2025-08-20T20:11:10.7703869Z Recommended packages:
2025-08-20T20:11:10.7704218Z   unattended-upgrades
2025-08-20T20:11:10.8005181Z The following NEW packages will be installed:
2025-08-20T20:11:10.8005689Z   rename
2025-08-20T20:11:10.8013690Z The following packages will be upgraded:
2025-08-20T20:11:10.8014339Z   python3-software-properties software-properties-common
2025-08-20T20:11:10.8176563Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:11:10.8407604Z Need to get 64.7 kB of archives.
2025-08-20T20:11:10.8408284Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:11:10.8408964Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:11:10.8934159Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:11:10.9204215Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:11:10.9490113Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:11:11.2051616Z Fetched 64.7 kB in 0s (537 kB/s)
2025-08-20T20:11:11.2299839Z (Reading database ... 
2025-08-20T20:11:11.2300447Z (Reading database ... 5%
2025-08-20T20:11:11.2301162Z (Reading database ... 10%
2025-08-20T20:11:11.2301554Z (Reading database ... 15%
2025-08-20T20:11:11.2301921Z (Reading database ... 20%
2025-08-20T20:11:11.2302270Z (Reading database ... 25%
2025-08-20T20:11:11.2302595Z (Reading database ... 30%
2025-08-20T20:11:11.2302826Z (Reading database ... 35%
2025-08-20T20:11:11.2303067Z (Reading database ... 40%
2025-08-20T20:11:11.2303796Z (Reading database ... 45%
2025-08-20T20:11:11.2304137Z (Reading database ... 50%
2025-08-20T20:11:11.2388557Z (Reading database ... 55%
2025-08-20T20:11:11.2423095Z (Reading database ... 60%
2025-08-20T20:11:11.2445156Z (Reading database ... 65%
2025-08-20T20:11:11.2480727Z (Reading database ... 70%
2025-08-20T20:11:11.2506549Z (Reading database ... 75%
2025-08-20T20:11:11.2536804Z (Reading database ... 80%
2025-08-20T20:11:11.2677520Z (Reading database ... 85%
2025-08-20T20:11:11.2771612Z (Reading database ... 90%
2025-08-20T20:11:11.3045459Z (Reading database ... 95%
2025-08-20T20:11:11.3046007Z (Reading database ... 100%
2025-08-20T20:11:11.3046642Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T20:11:11.3089406Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:11:11.4339416Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:11:11.5349365Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:11:11.6119597Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:11:11.6418781Z Selecting previously unselected package rename.
2025-08-20T20:11:11.6556904Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:11:11.6578063Z Unpacking rename (2.02-1) ...
2025-08-20T20:11:11.7001493Z Setting up rename (2.02-1) ...
2025-08-20T20:11:11.7099549Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:11:11.7126216Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:11:11.8603409Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:11:11.9619665Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:11:16.0341747Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:11:17.5670813Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:11:17.6111138Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:11:17.6115118Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:11:17.6128347Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:11:17.6129220Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:11:17.6135769Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:11:17.6142961Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:11:18.7442965Z Reading package lists...
2025-08-20T20:11:18.9046416Z Building dependency tree...
2025-08-20T20:11:18.9052889Z Reading state information...
2025-08-20T20:11:18.9189739Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:11:18.9338869Z 
2025-08-20T20:11:18.9339420Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:11:18.9339756Z 
2025-08-20T20:11:18.9836589Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:11:19.0207720Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:11:19.0267415Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:11:19.0275884Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:11:19.0285453Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:11:19.0675225Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:11:19.0897262Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:11:20.1804958Z Reading package lists...
2025-08-20T20:11:20.3454156Z Building dependency tree...
2025-08-20T20:11:20.3460698Z Reading state information...
2025-08-20T20:11:20.3601908Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:11:20.3715571Z 
2025-08-20T20:11:20.3716026Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:11:20.3716359Z 
2025-08-20T20:11:20.3841718Z Reading package lists...
2025-08-20T20:11:20.5535839Z Building dependency tree...
2025-08-20T20:11:20.5543206Z Reading state information...
2025-08-20T20:11:20.7174980Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:11:20.7571961Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:11:20.7873894Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:11:20.8344733Z ##[group]Run ##Presets
2025-08-20T20:11:20.8345017Z [36;1m##Presets[0m
2025-08-20T20:11:20.8345223Z [36;1mset +x ; set +e[0m
2025-08-20T20:11:20.8345434Z [36;1m#-------------#[0m
2025-08-20T20:11:20.8345631Z [36;1m##Debug?[0m
2025-08-20T20:11:20.8345877Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:11:20.8346163Z [36;1m  set -x[0m
2025-08-20T20:11:20.8346347Z [36;1mfi[0m
2025-08-20T20:11:20.8366335Z [36;1m#-------------#[0m
2025-08-20T20:11:20.8366877Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:11:20.8367506Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:11:20.8367891Z [36;1msudo service procps restart[0m
2025-08-20T20:11:20.8368403Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:11:20.8409134Z shell: /usr/bin/bash -e {0}
2025-08-20T20:11:20.8409373Z env:
2025-08-20T20:11:20.8409593Z   CROSS_COMPILING: NO
2025-08-20T20:11:20.8409818Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:11:20.8410049Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:11:20.8410264Z   ON_QEMU: NO
2025-08-20T20:11:20.8410434Z   DEBUG: 0
2025-08-20T20:11:20.8410616Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:11:20.8410839Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:11:20.8411132Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:11:20.8411455Z   KEEP_LOGS: YES
2025-08-20T20:11:20.8411652Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:11:20.8411868Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:11:20.8412109Z   SBUILD_REBUILD: false
2025-08-20T20:11:20.8412643Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:11:20.8413186Z   BUILD_SYS: null
2025-08-20T20:11:20.8413629Z   SYSTMP: /tmp
2025-08-20T20:11:20.8413815Z   GHA_MODE: MATRIX
2025-08-20T20:11:20.8414261Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:11:20.8414728Z ##[endgroup]
2025-08-20T20:11:20.8541342Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:11:20.8614015Z 0
2025-08-20T20:11:20.8929200Z vm.max_map_count = 262144
2025-08-20T20:11:20.8929662Z fs.inotify.max_user_watches = 655360
2025-08-20T20:11:20.8929982Z fs.inotify.max_user_instances = 1280
2025-08-20T20:11:20.8930242Z vm.mmap_rnd_bits = 28
2025-08-20T20:11:20.9005945Z ##[group]Run ##Presets
2025-08-20T20:11:20.9006260Z [36;1m##Presets[0m
2025-08-20T20:11:20.9006469Z [36;1mset +x ; set +e[0m
2025-08-20T20:11:20.9006687Z [36;1m#-------------#[0m
2025-08-20T20:11:20.9006892Z [36;1m##Debug?[0m
2025-08-20T20:11:20.9007137Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:11:20.9007429Z [36;1m  set -x[0m
2025-08-20T20:11:20.9007629Z [36;1mfi[0m
2025-08-20T20:11:20.9007830Z [36;1m#-------------#[0m
2025-08-20T20:11:20.9008039Z [36;1m##Main[0m
2025-08-20T20:11:20.9008252Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:11:20.9008898Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:11:20.9009636Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:11:20.9010019Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:11:20.9010296Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:11:20.9010557Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:11:20.9010859Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:11:20.9011179Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:11:20.9011482Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:11:20.9011796Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:11:20.9012094Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:11:20.9012426Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:11:20.9012798Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:11:20.9013084Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:11:20.9013540Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:11:20.9013829Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:11:20.9014122Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:11:20.9014406Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:11:20.9014684Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:11:20.9014976Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:11:20.9015293Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:11:20.9015589Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:11:20.9016074Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:11:20.9016400Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:11:20.9016710Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:11:20.9017014Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:11:20.9017288Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:11:20.9017638Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:11:20.9018091Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:11:20.9018563Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:11:20.9019025Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:11:20.9019367Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:11:20.9019713Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:11:20.9020380Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:11:20.9021168Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:11:20.9021696Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:11:20.9021961Z [36;1m else[0m
2025-08-20T20:11:20.9022424Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:11:20.9022786Z [36;1m fi[0m
2025-08-20T20:11:20.9023027Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:11:20.9023670Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:11:20.9024101Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:11:20.9024501Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:11:20.9024891Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:11:20.9025287Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:11:20.9025689Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:11:20.9026092Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:11:20.9026500Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:11:20.9026914Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:11:20.9027223Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:11:20.9067542Z shell: /usr/bin/bash -e {0}
2025-08-20T20:11:20.9067778Z env:
2025-08-20T20:11:20.9067962Z   CROSS_COMPILING: NO
2025-08-20T20:11:20.9068187Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:11:20.9068425Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:11:20.9068643Z   ON_QEMU: NO
2025-08-20T20:11:20.9068824Z   DEBUG: 0
2025-08-20T20:11:20.9069008Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:11:20.9069239Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:11:20.9069546Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:11:20.9069874Z   KEEP_LOGS: YES
2025-08-20T20:11:20.9070073Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:11:20.9070292Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:11:20.9070504Z   SBUILD_REBUILD: false
2025-08-20T20:11:20.9071037Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:11:20.9071581Z   BUILD_SYS: null
2025-08-20T20:11:20.9071772Z   SYSTMP: /tmp
2025-08-20T20:11:20.9071957Z   GHA_MODE: MATRIX
2025-08-20T20:11:20.9072392Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:11:20.9073646Z   GHCR_TOKEN: ***
2025-08-20T20:11:20.9073972Z   GITHUB_TOKEN: ***
2025-08-20T20:11:20.9074252Z   GITLAB_TOKEN: ***
2025-08-20T20:11:20.9075397Z   MINISIGN_KEY: ***
2025-08-20T20:11:20.9075587Z ##[endgroup]
2025-08-20T20:11:20.9882969Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:11:21.0941438Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:11:21.0942829Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:11:21.0943759Z 
2025-08-20T20:11:21.1315101Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:11:21.1315910Z 100  2565  100  2565    0     0  68390      0 --:--:-- --:--:-- --:--:-- 69324
2025-08-20T20:11:21.1327487Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:11:21.1419083Z 
2025-08-20T20:11:21.1419425Z [+] Building [/tmp/tmp.RO0WbUffsO/SBUILD_INPUT] Locally
2025-08-20T20:11:21.1419884Z 
2025-08-20T20:11:21.1434057Z '/tmp/tmp.RO0WbUffsO/SBUILD_INPUT' -> '/tmp/pkgforge/RtFIo25Iq_build.yaml'
2025-08-20T20:11:21.2672665Z 
2025-08-20T20:11:21.2673134Z [+] Passwordless sudo is Configured
2025-08-20T20:11:21.3660557Z 
2025-08-20T20:11:21.3672944Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:11:21.3673201Z 
2025-08-20T20:11:21.4133015Z 
2025-08-20T20:11:21.4134557Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:11:21.4135104Z 
2025-08-20T20:11:21.4135124Z 
2025-08-20T20:11:21.4135603Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:11:21.4135914Z 
2025-08-20T20:11:21.4326689Z [+] Installing: 7z -> 7z
2025-08-20T20:11:21.7907317Z [+] Installing: actionlint -> actionlint
2025-08-20T20:11:22.1821226Z [+] Installing: anew -> anew
2025-08-20T20:11:22.5651081Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:11:22.9460500Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:11:23.2931262Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:11:23.6459713Z [+] Installing: archey -> archey
2025-08-20T20:11:24.0645602Z [+] Installing: aria2 -> aria2c
2025-08-20T20:11:24.4754323Z [+] Installing: askalono -> askalono
2025-08-20T20:11:24.8734675Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:11:25.2769168Z [+] Installing: b3sum -> b3sum
2025-08-20T20:11:26.4701814Z [+] Installing: bita -> bita
2025-08-20T20:11:26.8789428Z [+] Installing: btop -> btop
2025-08-20T20:11:27.2725535Z [+] Installing: chafa -> chafa
2025-08-20T20:11:27.6608231Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:11:28.1406922Z [+] Installing: croc -> croc
2025-08-20T20:11:28.5990490Z [+] Installing: csvtk -> csvtk
2025-08-20T20:11:29.0412056Z [+] Installing: cutlines -> cutlines
2025-08-20T20:11:29.3633980Z curl: (22) The requested URL returned error: 404
2025-08-20T20:11:29.3671724Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:11:29.3672692Z [+] Installing: dbin -> dbin
2025-08-20T20:11:29.8229252Z [+] Installing: dasel -> dasel
2025-08-20T20:11:30.2334360Z [+] Installing: delta -> delta
2025-08-20T20:11:30.6313517Z [+] Installing: ds -> ds
2025-08-20T20:11:30.9552630Z curl: (22) The requested URL returned error: 404
2025-08-20T20:11:30.9593082Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:11:30.9594022Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:11:31.3258012Z [+] Installing: duf -> duf
2025-08-20T20:11:31.7194005Z [+] Installing: duplicut -> duplicut
2025-08-20T20:11:32.0847726Z [+] Installing: dust -> dust
2025-08-20T20:11:32.4666751Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:11:32.8561592Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:11:33.2415696Z [+] Installing: dysk -> dysk
2025-08-20T20:11:33.6402987Z [+] Installing: eget -> eget
2025-08-20T20:11:34.0305522Z [+] Installing: epoch -> epoch
2025-08-20T20:11:34.3890378Z [+] Installing: faketty -> faketty
2025-08-20T20:11:34.7501176Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:11:35.1307731Z [+] Installing: freeze -> freeze
2025-08-20T20:11:35.5481341Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:11:35.9737985Z [+] Installing: gdu -> gdu
2025-08-20T20:11:36.3869654Z [+] Installing: gh -> gh
2025-08-20T20:11:36.9014000Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:11:37.3079888Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:11:37.6915761Z [+] Installing: glab -> glab
2025-08-20T20:11:38.1890698Z [+] Installing: glow -> glow
2025-08-20T20:11:38.6097019Z [+] Installing: httpx -> httpx
2025-08-20T20:11:39.1116033Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:11:39.5757585Z [+] Installing: husarnet -> husarnet
2025-08-20T20:11:39.8915811Z curl: (22) The requested URL returned error: 404
2025-08-20T20:11:39.8955288Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:11:39.8956330Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:11:40.2664579Z curl: (22) The requested URL returned error: 404
2025-08-20T20:11:40.2708249Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:11:40.2709325Z [+] Installing: imgcat -> imgcat
2025-08-20T20:11:40.8204907Z [+] Installing: jc -> jc
2025-08-20T20:11:41.2749951Z [+] Installing: jq -> jq
2025-08-20T20:11:41.6544936Z [+] Installing: logdy -> logdy
2025-08-20T20:11:42.1366175Z [+] Installing: micro -> micro
2025-08-20T20:11:42.5415566Z [+] Installing: miniserve -> miniserve
2025-08-20T20:11:42.9758165Z [+] Installing: minisign -> minisign
2025-08-20T20:11:43.3454650Z [+] Installing: ncdu -> ncdu
2025-08-20T20:11:43.7207796Z [+] Installing: notify -> notify
2025-08-20T20:11:44.1427721Z [+] Installing: ouch -> ouch
2025-08-20T20:11:44.5330341Z [+] Installing: oras -> oras
2025-08-20T20:11:44.9384423Z [+] Installing: pipetty -> pipetty
2025-08-20T20:11:45.3046029Z [+] Installing: pixterm -> pixterm
2025-08-20T20:11:45.6924045Z [+] Installing: qsv -> qsv
2025-08-20T20:11:46.1209664Z [+] Installing: rclone -> rclone
2025-08-20T20:11:46.6756605Z [+] Installing: ripgrep -> rg
2025-08-20T20:11:47.0616646Z [+] Installing: rga -> rga
2025-08-20T20:11:47.4674851Z [+] Installing: rsync -> rsync
2025-08-20T20:11:47.8248600Z [+] Installing: script -> script
2025-08-20T20:11:48.1894726Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:11:48.6019179Z [+] Installing: soar -> soar
2025-08-20T20:11:48.9971647Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:11:49.3928428Z [+] Installing: sstrip -> sstrip
2025-08-20T20:11:49.7444475Z [+] Installing: strace -> strace
2025-08-20T20:11:50.1278330Z [+] Installing: sttr -> sttr
2025-08-20T20:11:50.5362397Z [+] Installing: tailscale -> tailscale
2025-08-20T20:11:50.9988963Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:11:51.4784486Z [+] Installing: taplo -> taplo
2025-08-20T20:11:51.8677454Z [+] Installing: tldr -> tldr
2025-08-20T20:11:52.2670253Z [+] Installing: tldr -> tealdeer
2025-08-20T20:11:52.6638794Z [+] Installing: tmux -> tmux
2025-08-20T20:11:53.0385247Z [+] Installing: tok -> tok
2025-08-20T20:11:53.4264505Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:11:53.8968224Z [+] Installing: trurl -> trurl
2025-08-20T20:11:54.2972289Z [+] Installing: tss -> tss
2025-08-20T20:11:54.6678928Z [+] Installing: ulexec -> ulexec
2025-08-20T20:11:55.0654207Z [+] Installing: unfurl -> unfurl
2025-08-20T20:11:55.4585073Z [+] Installing: upx -> upx
2025-08-20T20:11:55.8492466Z [+] Installing: validtoml -> validtoml
2025-08-20T20:11:56.2424172Z [+] Installing: wget -> wget
2025-08-20T20:11:56.6416695Z [+] Installing: wget2 -> wget2
2025-08-20T20:11:57.0443961Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:11:57.4264892Z [+] Installing: xq -> xq
2025-08-20T20:11:57.8115079Z [+] Installing: xz -> xz
2025-08-20T20:11:58.1659082Z [+] Installing: unxz -> unxz
2025-08-20T20:11:58.5310042Z [+] Installing: yq -> yq
2025-08-20T20:11:58.9172582Z [+] Installing: yj -> yj
2025-08-20T20:11:59.3042295Z [+] Installing: zapper -> zapper
2025-08-20T20:11:59.6774472Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:12:00.0535679Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:12:00.3953755Z curl: (22) The requested URL returned error: 404
2025-08-20T20:12:00.3998345Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:12:00.3999156Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:12:00.7316235Z curl: (22) The requested URL returned error: 404
2025-08-20T20:12:00.7356857Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:12:00.7357938Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:12:01.0857368Z curl: (22) The requested URL returned error: 404
2025-08-20T20:12:01.0899415Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:12:01.0900691Z [+] Installing: zstd -> zstd
2025-08-20T20:12:01.4525073Z [+] Creating symlinks...
2025-08-20T20:12:01.4616901Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:12:01.4713843Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:12:01.4813655Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:12:01.4908369Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:12:01.5003552Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:12:01.5100004Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:12:01.5199949Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:12:01.5297415Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:12:01.5394308Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:12:01.5493055Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:12:01.5588097Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:12:01.5684685Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:12:01.5779818Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:12:01.5877325Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:12:01.5972183Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:12:01.6069753Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:12:01.6167519Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:12:01.6204989Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:12:01.6291625Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:12:01.6388679Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:12:01.6483947Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:12:01.6521246Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:12:01.6609263Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:12:01.6704747Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:12:01.6800497Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:12:01.6898207Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:12:01.6994093Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:12:01.7091630Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:12:01.7191214Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:12:01.7287830Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:12:01.7385388Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:12:01.7482153Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:12:01.7577480Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:12:01.7673970Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:12:01.7771697Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:12:01.7867198Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:12:01.7964757Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:12:01.8061625Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:12:01.8158352Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:12:01.8255792Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:12:01.8352185Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:12:01.8447799Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:12:01.8542942Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:12:01.8639586Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:12:01.8676699Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:12:01.8704117Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:12:01.8788940Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:12:01.8885016Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:12:01.8979784Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:12:01.9075032Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:12:01.9174640Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:12:01.9271752Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:12:01.9369005Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:12:01.9463492Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:12:01.9559177Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:12:01.9655351Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:12:01.9751406Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:12:01.9849234Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:12:01.9946144Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:12:02.0041974Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:12:02.0141144Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:12:02.0238767Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:12:02.0333072Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:12:02.0429136Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:12:02.0526271Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:12:02.0626090Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:12:02.0720295Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:12:02.0817602Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:12:02.0914118Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:12:02.1009927Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:12:02.1106773Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:12:02.1204873Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:12:02.1299779Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:12:02.1396150Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:12:02.1491043Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:12:02.1588252Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:12:02.1683660Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:12:02.1778346Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:12:02.1874811Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:12:02.1969536Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:12:02.2066412Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:12:02.2166148Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:12:02.2262261Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:12:02.2358642Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:12:02.2456810Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:12:02.2553050Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:12:02.2648240Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:12:02.2747627Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:12:02.2842502Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:12:02.2939418Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:12:02.3035913Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:12:02.3135055Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:12:02.3232792Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:12:02.3328390Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:12:02.3426442Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:12:02.3464615Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:12:02.3492262Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:12:02.3520527Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:12:02.3609123Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:12:02.3635363Z 
2025-08-20T20:12:02.3635738Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:12:02.3636194Z 
2025-08-20T20:12:02.3653355Z 
2025-08-20T20:12:02.3745103Z 
2025-08-20T20:12:02.3745578Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T20:12:02.3745955Z 
2025-08-20T20:12:02.3818287Z [+] Installation completed!
2025-08-20T20:12:02.3818579Z 
2025-08-20T20:12:02.3818740Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:12:02.5896041Z github.com
2025-08-20T20:12:02.5896977Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:12:02.5897643Z   - Active account: true
2025-08-20T20:12:02.5898108Z   - Git operations protocol: https
2025-08-20T20:12:02.5898693Z   - Token: ghp_************************************
2025-08-20T20:12:02.5900098Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T20:12:02.5901312Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:12:02.5901816Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:12:02.6857948Z Limit: 5000, Remaining: 4945, Reset: 2025-08-20 20:25:34 +0000 UTC (13m31s)
2025-08-20T20:12:02.6870764Z 
2025-08-20T20:12:02.6871299Z [+] GHCR_TOKEN is Exported
2025-08-20T20:12:02.6904559Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:12:02.7980160Z Login Succeeded
2025-08-20T20:12:02.7991161Z 
2025-08-20T20:12:02.7991305Z [+] GITLAB is Exported
2025-08-20T20:12:02.8331121Z [git remote -v]
2025-08-20T20:12:03.0163666Z gitlab.com
2025-08-20T20:12:03.0164457Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:12:03.0165368Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:12:03.0166097Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:12:03.0166771Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:12:03.0167461Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:12:03.0168009Z   ✓ Token found: **************************
2025-08-20T20:12:03.0168242Z 
2025-08-20T20:12:03.0168766Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:12:03.0169646Z [git remote -v]
2025-08-20T20:12:03.0184805Z 2025/08/20 20:12:03 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:12:03.0185670Z git: exit status 128]
2025-08-20T20:12:04.1252577Z 
2025-08-20T20:12:04.1252590Z 
2025-08-20T20:12:04.1253840Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:12:04 PM)
2025-08-20T20:12:04.1255604Z 
2025-08-20T20:12:04.1255695Z 
2025-08-20T20:12:04.1255884Z [+] USER = runner
2025-08-20T20:12:04.1256230Z [+] HOME = /home/runner
2025-08-20T20:12:04.1260290Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:12:04.1263036Z 
2025-08-20T20:12:04.1882154Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:04.2214149Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:12:04.2215807Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:12:04.2217384Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:12:04.2241213Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:12:04.2251840Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:12:04.2264438Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:12:05.3539276Z Reading package lists...
2025-08-20T20:12:05.3850636Z Reading package lists...
2025-08-20T20:12:05.5531736Z Building dependency tree...
2025-08-20T20:12:05.5539671Z Reading state information...
2025-08-20T20:12:05.7357839Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:12:05.7358486Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:12:05.7359048Z ca-certificates is already the newest version (20240203).
2025-08-20T20:12:05.7359654Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:12:05.7360235Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:12:05.7360775Z moreutils is already the newest version (0.69-1).
2025-08-20T20:12:05.7361406Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:12:05.7362096Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:12:05.7362737Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:05.8086051Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:05.8351573Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:12:05.8356841Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:12:05.8364619Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:12:05.8396096Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:12:05.8419510Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:12:05.8432392Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:12:06.9693482Z Reading package lists...
2025-08-20T20:12:07.0008681Z Reading package lists...
2025-08-20T20:12:07.1723773Z Building dependency tree...
2025-08-20T20:12:07.1731135Z Reading state information...
2025-08-20T20:12:07.3384196Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:12:07.3385139Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:12:07.3385859Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:12:07.3386563Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:12:07.3387324Z ca-certificates is already the newest version (20240203).
2025-08-20T20:12:07.3388072Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:12:07.3388764Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:12:07.3389444Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:12:07.3390053Z gawk set to manually installed.
2025-08-20T20:12:07.3390593Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:12:07.3391252Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:12:07.3391957Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:12:07.3392619Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:12:07.3393373Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:12:07.3394020Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:12:07.3394471Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:12:07.3394812Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:12:07.3395159Z The following additional packages will be installed:
2025-08-20T20:12:07.3395583Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:12:07.3406810Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:12:07.3407639Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:12:07.3408396Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:12:07.3409184Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:12:07.3409905Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:12:07.3410234Z Suggested packages:
2025-08-20T20:12:07.3410544Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:12:07.3411003Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:12:07.3411478Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:12:07.3411943Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:12:07.3412400Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:12:07.3412836Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:12:07.3413179Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:12:07.3717459Z The following NEW packages will be installed:
2025-08-20T20:12:07.3718244Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:12:07.3719749Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:12:07.3720807Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:12:07.3721916Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:12:07.3722465Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:12:07.3726573Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:12:07.3728197Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:12:07.3910914Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:07.3911554Z Need to get 27.5 MB of archives.
2025-08-20T20:12:07.3912128Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:12:07.3912799Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:07.4254207Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:12:07.4850495Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:12:07.5446587Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:12:07.5679426Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:12:07.5868036Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T20:12:07.6056511Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:12:07.6644862Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:12:07.6891372Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:12:07.7155877Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:12:07.7346068Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:12:07.9200860Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:12:07.9404367Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:12:07.9632894Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:12:07.9827480Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:12:08.0204999Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:12:08.0397292Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:12:08.0581817Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T20:12:08.2768613Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T20:12:08.3379315Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:12:08.3621946Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:12:08.3809037Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:12:08.3996508Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T20:12:08.4536610Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T20:12:08.4732145Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:12:08.4962885Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T20:12:08.5162718Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T20:12:08.5741644Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:12:08.5936625Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T20:12:08.6125446Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:12:08.6324130Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:12:08.6509941Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:12:08.6712130Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:12:08.6915405Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:12:08.7539715Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:12:08.7930429Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:12:08.8293034Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:12:09.0795532Z Preconfiguring packages ...
2025-08-20T20:12:09.1407025Z Fetched 27.5 MB in 1s (19.0 MB/s)
2025-08-20T20:12:09.1629786Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:12:09.1682700Z (Reading database ... 
2025-08-20T20:12:09.1683502Z (Reading database ... 5%
2025-08-20T20:12:09.1683890Z (Reading database ... 10%
2025-08-20T20:12:09.1684201Z (Reading database ... 15%
2025-08-20T20:12:09.1684469Z (Reading database ... 20%
2025-08-20T20:12:09.1684722Z (Reading database ... 25%
2025-08-20T20:12:09.1684968Z (Reading database ... 30%
2025-08-20T20:12:09.1685218Z (Reading database ... 35%
2025-08-20T20:12:09.1685465Z (Reading database ... 40%
2025-08-20T20:12:09.1685710Z (Reading database ... 45%
2025-08-20T20:12:09.1685960Z (Reading database ... 50%
2025-08-20T20:12:09.1708976Z (Reading database ... 55%
2025-08-20T20:12:09.1801110Z (Reading database ... 60%
2025-08-20T20:12:09.1822094Z (Reading database ... 65%
2025-08-20T20:12:09.1855271Z (Reading database ... 70%
2025-08-20T20:12:09.1879559Z (Reading database ... 75%
2025-08-20T20:12:09.1907956Z (Reading database ... 80%
2025-08-20T20:12:09.2042883Z (Reading database ... 85%
2025-08-20T20:12:09.2134933Z (Reading database ... 90%
2025-08-20T20:12:09.2401154Z (Reading database ... 95%
2025-08-20T20:12:09.2401581Z (Reading database ... 100%
2025-08-20T20:12:09.2402119Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T20:12:09.2444321Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:12:09.2649244Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:12:09.4301021Z Selecting previously unselected package poppler-data.
2025-08-20T20:12:09.4436204Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:12:09.4451495Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:12:09.5826519Z Selecting previously unselected package b3sum.
2025-08-20T20:12:09.5963493Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:12:09.5983435Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:12:09.6273601Z Selecting previously unselected package build-essential.
2025-08-20T20:12:09.6411484Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:12:09.6429636Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:12:09.6702425Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:12:09.6839755Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:12:09.6868940Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:12:09.7127780Z Selecting previously unselected package ccache.
2025-08-20T20:12:09.7264982Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:12:09.7278588Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:12:09.7752658Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:12:09.7890562Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:12:09.7905554Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:12:09.8247060Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:12:09.8382876Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:12:09.8394357Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:12:09.8756934Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:12:09.8892919Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:12:09.8903849Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:12:09.9351637Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:12:09.9487821Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:12:10.0125866Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:12:10.1222641Z Selecting previously unselected package libgs-common.
2025-08-20T20:12:10.1359114Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:12:10.1373674Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:12:10.1658139Z Selecting previously unselected package libgs10-common.
2025-08-20T20:12:10.1794883Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:12:10.1810625Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:12:10.2517569Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:12:10.2654664Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:12:10.2669295Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:12:10.2931237Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:12:10.3070700Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:12:10.3094125Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:12:10.3359494Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:12:10.3496097Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:12:10.3514603Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:12:10.3841492Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:12:10.3977996Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:12:10.3994862Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:12:10.4308084Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:12:10.4444315Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:12:10.4459919Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:12:10.5529759Z Selecting previously unselected package ghostscript.
2025-08-20T20:12:10.5666312Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:12:10.5681859Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:12:10.6017473Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:12:10.6155321Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:12:10.6173004Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:12:10.8360654Z Selecting previously unselected package imagemagick.
2025-08-20T20:12:10.8497262Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:12:10.8507910Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:12:10.8739104Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:12:10.8875208Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:12:10.8886516Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:12:10.9159878Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:12:10.9297406Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:12:10.9309145Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:12:10.9596111Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:12:10.9733554Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:12:10.9760151Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:12:11.0012030Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:12:11.0148694Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:12:11.0159040Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:12:11.0395140Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:12:11.0532946Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:12:11.0542345Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:12:11.0758780Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:12:11.0897796Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:12:11.0907995Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:12:11.1312191Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:12:11.1449291Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:12:11.1458815Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:12:11.1671762Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:12:11.1807670Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:12:11.1818552Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:12:11.2388962Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:12:11.2526951Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:12:11.2537267Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:12:11.2764508Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:12:11.2902583Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:12:11.2911237Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:12:11.3127408Z Selecting previously unselected package libtool-bin.
2025-08-20T20:12:11.3264141Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:12:11.3274183Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:12:11.3494742Z Selecting previously unselected package lzip.
2025-08-20T20:12:11.3631008Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:12:11.3640030Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:12:11.3867376Z Selecting previously unselected package netpbm.
2025-08-20T20:12:11.4004654Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:12:11.4014179Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:12:11.5794841Z Selecting previously unselected package musl:amd64.
2025-08-20T20:12:11.5932017Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:12:11.5942164Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:12:11.6239175Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:12:11.6377285Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:12:11.6386348Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:12:11.7009676Z Selecting previously unselected package musl-tools.
2025-08-20T20:12:11.7147886Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:12:11.7157172Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:12:11.7571742Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:12:11.8981337Z 
2025-08-20T20:12:11.8981858Z Creating config file /etc/papersize with new version
2025-08-20T20:12:11.9703723Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:12:11.9725408Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:12:11.9756092Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:12:11.9778093Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:12:11.9798212Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:12:11.9845432Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:12:11.9866662Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:12:11.9888156Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:12:11.9991639Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:12:12.0014388Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:12:12.0037001Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:12:12.0094946Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:12:12.0139410Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:12:12.0184386Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:12:12.0204149Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:12:12.0225697Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:12:12.0250543Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:12:12.0273148Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:12:12.0299795Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:12:12.0369699Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:12:12.0413401Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:12:12.0470154Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:12:12.0516147Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:12:12.0571935Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:12:12.0616650Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:12:12.0675434Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:12:12.0720482Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:12:12.0777826Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:12:12.0823844Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:12:12.0880040Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:12:12.0925950Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:12:12.0997651Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:12:12.1044168Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:12:12.1100812Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:12:12.1147597Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:12:12.1204805Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:12:12.1251859Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:12:12.1308950Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:12:12.1356247Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:12:12.1414420Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:12:12.1462811Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:12:12.1483592Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:12:12.1505239Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:12:12.1544133Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:12:12.1571033Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:12:12.1772575Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:12:12.1796857Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:12:12.1820809Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:12:12.1843663Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:12:12.1868441Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:12:12.2116449Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:12:12.2141976Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:12:12.2187494Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:12:12.2220768Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:12:12.2244057Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:12:12.2267294Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:12:12.2288520Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:12:12.4437650Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:12:12.4463012Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:12:12.4487630Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:12:12.4515220Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:12:12.4590487Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:12:12.6381545Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:12:13.6762662Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:12:15.4880511Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:12:15.5343568Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:12:24.4870722Z Reading package lists...
2025-08-20T20:12:24.6512981Z Building dependency tree...
2025-08-20T20:12:24.6520889Z Reading state information...
2025-08-20T20:12:24.8040557Z autoconf is already the newest version (2.71-3).
2025-08-20T20:12:24.8041163Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:12:24.8041728Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:12:24.8042294Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:12:24.8042829Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:12:24.8043666Z ca-certificates is already the newest version (20240203).
2025-08-20T20:12:24.8044145Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:12:24.8044593Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:12:24.8045049Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:12:24.8045815Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:12:24.8046292Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:12:24.8046757Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:12:24.8047165Z patch set to manually installed.
2025-08-20T20:12:24.8047581Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:12:24.8048072Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:12:24.8048544Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:12:24.8048993Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:12:24.8049389Z Suggested packages:
2025-08-20T20:12:24.8049646Z   scons-doc
2025-08-20T20:12:24.8173354Z The following NEW packages will be installed:
2025-08-20T20:12:24.8179585Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:12:24.8343712Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:24.8344321Z Need to get 15.8 MB of archives.
2025-08-20T20:12:24.8344901Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:12:24.8345569Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:24.8678764Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:12:24.9024952Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:12:24.9254903Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T20:12:25.1852366Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:12:25.2264104Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:12:25.4775986Z Fetched 15.8 MB in 0s (39.1 MB/s)
2025-08-20T20:12:25.4971475Z Selecting previously unselected package autopoint.
2025-08-20T20:12:25.5026284Z (Reading database ... 
2025-08-20T20:12:25.5026707Z (Reading database ... 5%
2025-08-20T20:12:25.5027105Z (Reading database ... 10%
2025-08-20T20:12:25.5027475Z (Reading database ... 15%
2025-08-20T20:12:25.5027834Z (Reading database ... 20%
2025-08-20T20:12:25.5028193Z (Reading database ... 25%
2025-08-20T20:12:25.5028564Z (Reading database ... 30%
2025-08-20T20:12:25.5028923Z (Reading database ... 35%
2025-08-20T20:12:25.5029557Z (Reading database ... 40%
2025-08-20T20:12:25.5029909Z (Reading database ... 45%
2025-08-20T20:12:25.5030284Z (Reading database ... 50%
2025-08-20T20:12:25.5051697Z (Reading database ... 55%
2025-08-20T20:12:25.5147161Z (Reading database ... 60%
2025-08-20T20:12:25.5169157Z (Reading database ... 65%
2025-08-20T20:12:25.5204455Z (Reading database ... 70%
2025-08-20T20:12:25.5229334Z (Reading database ... 75%
2025-08-20T20:12:25.5258969Z (Reading database ... 80%
2025-08-20T20:12:25.5399444Z (Reading database ... 85%
2025-08-20T20:12:25.5492839Z (Reading database ... 90%
2025-08-20T20:12:25.5767188Z (Reading database ... 95%
2025-08-20T20:12:25.5767681Z (Reading database ... 100%
2025-08-20T20:12:25.5768259Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T20:12:25.5811498Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:12:25.5825915Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:12:25.6102439Z Selecting previously unselected package clang.
2025-08-20T20:12:25.6241172Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:12:25.6251315Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:12:25.6485992Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:12:25.6623453Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:12:25.6632091Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:12:26.1078139Z Selecting previously unselected package scons.
2025-08-20T20:12:26.1216321Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:12:26.1229084Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:12:26.1900464Z Selecting previously unselected package byacc.
2025-08-20T20:12:26.2037724Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:12:26.2049658Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:12:26.2502075Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:12:26.2554804Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:12:26.2650340Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:12:26.2864166Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:12:26.6867580Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:12:26.6911074Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:12:30.7394668Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:12:32.2541054Z Reading package lists...
2025-08-20T20:12:32.4330257Z Building dependency tree...
2025-08-20T20:12:32.4338202Z Reading state information...
2025-08-20T20:12:32.5990885Z The following additional packages will be installed:
2025-08-20T20:12:32.5991487Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:12:32.5992078Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:12:32.5992662Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:12:32.5993534Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:12:32.5994151Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:12:32.5994676Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:12:32.5995394Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:12:32.5996185Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:12:32.6000991Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:12:32.6008696Z Suggested packages:
2025-08-20T20:12:32.6009161Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:12:32.6009776Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:12:32.6010261Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:12:32.6010835Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:12:32.6011348Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:12:32.6012138Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:12:32.6012655Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:12:32.6013406Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:12:32.6013866Z   wdiff-doc
2025-08-20T20:12:32.6014065Z Recommended packages:
2025-08-20T20:12:32.6014403Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:12:32.6014899Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:12:32.6015419Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:12:32.6015956Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:12:32.6214556Z The following NEW packages will be installed:
2025-08-20T20:12:32.6215576Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:12:32.6216323Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:12:32.6217219Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:12:32.6218110Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:12:32.6218940Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:12:32.6219741Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:12:32.6220667Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:12:32.6221431Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:12:32.6224545Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:12:32.6406511Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:32.6406901Z Need to get 2417 kB of archives.
2025-08-20T20:12:32.6407237Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:12:32.6407652Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:32.6747193Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:12:32.6935054Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:12:32.7122941Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:12:32.7339355Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:12:32.7521262Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:12:32.7758278Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:12:32.7944158Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T20:12:32.8131981Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:12:32.8316315Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:12:32.8506339Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:12:32.8696571Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:12:32.8881773Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:12:32.9112031Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:12:32.9292518Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:12:32.9482847Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:12:32.9669544Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:12:32.9874778Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:12:33.0536649Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:12:33.0765492Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:12:33.0961741Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:12:33.1161132Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:12:33.1387161Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:12:33.1585392Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:12:33.1774603Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:12:33.1957437Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:12:33.2142936Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:12:33.2330110Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:12:33.2568424Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:12:33.2815577Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:12:33.3017882Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:12:33.5857713Z Fetched 2417 kB in 1s (3486 kB/s)
2025-08-20T20:12:33.6064815Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:12:33.6120358Z (Reading database ... 
2025-08-20T20:12:33.6120806Z (Reading database ... 5%
2025-08-20T20:12:33.6121162Z (Reading database ... 10%
2025-08-20T20:12:33.6121422Z (Reading database ... 15%
2025-08-20T20:12:33.6121683Z (Reading database ... 20%
2025-08-20T20:12:33.6121919Z (Reading database ... 25%
2025-08-20T20:12:33.6122150Z (Reading database ... 30%
2025-08-20T20:12:33.6122382Z (Reading database ... 35%
2025-08-20T20:12:33.6122639Z (Reading database ... 40%
2025-08-20T20:12:33.6122867Z (Reading database ... 45%
2025-08-20T20:12:33.6123097Z (Reading database ... 50%
2025-08-20T20:12:33.6145199Z (Reading database ... 55%
2025-08-20T20:12:33.6237794Z (Reading database ... 60%
2025-08-20T20:12:33.6258702Z (Reading database ... 65%
2025-08-20T20:12:33.6292773Z (Reading database ... 70%
2025-08-20T20:12:33.6316850Z (Reading database ... 75%
2025-08-20T20:12:33.6345417Z (Reading database ... 80%
2025-08-20T20:12:33.6487229Z (Reading database ... 85%
2025-08-20T20:12:33.6582116Z (Reading database ... 90%
2025-08-20T20:12:33.6854061Z (Reading database ... 95%
2025-08-20T20:12:33.6854585Z (Reading database ... 100%
2025-08-20T20:12:33.6855193Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T20:12:33.6896988Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:12:33.6910846Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:12:33.7151464Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:12:33.7288160Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:12:33.7300215Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:12:33.7540344Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:12:33.7677054Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:12:33.7695311Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:12:33.7970475Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:12:33.8108225Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:12:33.8124014Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:12:33.8354642Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:12:33.8492134Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:12:33.8508998Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:12:33.8731559Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:12:33.8868424Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:12:33.8894823Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:12:33.9118739Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:12:33.9255061Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:12:33.9267159Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:12:33.9485342Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:12:33.9621838Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:12:33.9631238Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:12:33.9840881Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:12:33.9978487Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:12:33.9988210Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:12:34.0208219Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:12:34.0345101Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:12:34.0354324Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:12:34.0568413Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:12:34.0707292Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:12:34.0717309Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:12:34.0926895Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:12:34.1064680Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:12:34.1077275Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:12:34.1298886Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:12:34.1437165Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:12:34.1449815Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:12:34.1682658Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:12:34.1821247Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:12:34.1838140Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:12:34.2063071Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:12:34.2202085Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:12:34.2210952Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:12:34.2473546Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:12:34.2612366Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:12:34.2622333Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:12:34.2851762Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:12:34.2990201Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:12:34.3003484Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:12:34.3430066Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:12:34.3568554Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:12:34.3577813Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:12:34.3818480Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:12:34.3956938Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:12:34.3968257Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:12:34.4202467Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:12:34.4340607Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:12:34.4367529Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:12:34.4604613Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:12:34.4740916Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:12:34.4756812Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:12:34.5170906Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:12:34.5307901Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:12:34.5323765Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:12:34.5621321Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:12:34.5758314Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:12:34.5777546Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:12:34.6010309Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:12:34.6145630Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:12:34.6158148Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:12:34.6383528Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:12:34.6518996Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:12:34.6530739Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:12:34.6769405Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:12:34.6903956Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:12:34.6917254Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:12:34.7155023Z Selecting previously unselected package libwww-perl.
2025-08-20T20:12:34.7288892Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:12:34.7308966Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:12:34.7657614Z Selecting previously unselected package patchutils.
2025-08-20T20:12:34.7791337Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:12:34.7802921Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:12:34.8143660Z Selecting previously unselected package wdiff.
2025-08-20T20:12:34.8277570Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:12:34.8291730Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:12:34.8592361Z Selecting previously unselected package devscripts.
2025-08-20T20:12:34.8724821Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:12:34.8914416Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:12:35.0121353Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:12:35.0147502Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:12:35.0174054Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:12:35.0200021Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:12:35.0225049Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:12:35.0252998Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:12:35.0286306Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:12:35.0311755Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:12:35.0335330Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:12:35.0358630Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:12:35.0385350Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:12:35.0410361Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:12:35.0437326Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:12:35.0487284Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:12:35.0532748Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:12:35.0565732Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:12:35.0669885Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:12:35.0704917Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:12:35.0745138Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:12:35.0796662Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:12:35.0832003Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:12:35.0873638Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:12:35.0902670Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:12:35.0935409Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:12:35.0975474Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:12:35.1028438Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:12:35.1059791Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:12:35.1123956Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:12:35.1164067Z Setting up devscripts (2.23.7) ...
2025-08-20T20:12:35.2391574Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:12:35.2426116Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:12:40.5578811Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:12:42.1320581Z Reading package lists...
2025-08-20T20:12:42.3057108Z Building dependency tree...
2025-08-20T20:12:42.3065611Z Reading state information...
2025-08-20T20:12:42.4680677Z The following additional packages will be installed:
2025-08-20T20:12:42.4692413Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:12:42.4699421Z Suggested packages:
2025-08-20T20:12:42.4699866Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:12:42.4836288Z The following NEW packages will be installed:
2025-08-20T20:12:42.4843469Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:12:42.5015233Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:42.5015861Z Need to get 13.6 MB of archives.
2025-08-20T20:12:42.5016427Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:12:42.5016947Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:42.5587330Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:12:42.5791119Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:12:42.5995375Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:12:42.6618227Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:12:43.0589428Z Fetched 13.6 MB in 0s (44.3 MB/s)
2025-08-20T20:12:43.0786236Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:12:43.0842250Z (Reading database ... 
2025-08-20T20:12:43.0842693Z (Reading database ... 5%
2025-08-20T20:12:43.0843088Z (Reading database ... 10%
2025-08-20T20:12:43.0843659Z (Reading database ... 15%
2025-08-20T20:12:43.0844051Z (Reading database ... 20%
2025-08-20T20:12:43.0844432Z (Reading database ... 25%
2025-08-20T20:12:43.0844814Z (Reading database ... 30%
2025-08-20T20:12:43.0845680Z (Reading database ... 35%
2025-08-20T20:12:43.0846077Z (Reading database ... 40%
2025-08-20T20:12:43.0846458Z (Reading database ... 45%
2025-08-20T20:12:43.0846858Z (Reading database ... 50%
2025-08-20T20:12:43.0867658Z (Reading database ... 55%
2025-08-20T20:12:43.0965746Z (Reading database ... 60%
2025-08-20T20:12:43.0988084Z (Reading database ... 65%
2025-08-20T20:12:43.1024141Z (Reading database ... 70%
2025-08-20T20:12:43.1050052Z (Reading database ... 75%
2025-08-20T20:12:43.1080213Z (Reading database ... 80%
2025-08-20T20:12:43.1237040Z (Reading database ... 85%
2025-08-20T20:12:43.1322964Z (Reading database ... 90%
2025-08-20T20:12:43.1593925Z (Reading database ... 95%
2025-08-20T20:12:43.1594335Z (Reading database ... 100%
2025-08-20T20:12:43.1594843Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T20:12:43.1637790Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:12:43.1714753Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:12:43.1968023Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:12:43.2104397Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:12:43.2120177Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:12:43.2386178Z Selecting previously unselected package cmake-data.
2025-08-20T20:12:43.2523740Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:12:43.2599157Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:12:43.8447652Z Selecting previously unselected package cmake.
2025-08-20T20:12:43.8599826Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:12:43.8618863Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:12:44.0556464Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:12:44.0588837Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:12:44.0669504Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:12:44.0752001Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:12:44.0794235Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:12:48.3363187Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:12:48.9011617Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T20:12:48.9013992Z Running kernel seems to be up-to-date.
2025-08-20T20:12:48.9014284Z 
2025-08-20T20:12:48.9014411Z Restarting services...
2025-08-20T20:12:48.9070784Z 
2025-08-20T20:12:48.9071122Z Service restarts being deferred:
2025-08-20T20:12:48.9071634Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:12:48.9072004Z 
2025-08-20T20:12:48.9072158Z No containers need to be restarted.
2025-08-20T20:12:48.9072452Z 
2025-08-20T20:12:48.9072637Z No user sessions are running outdated binaries.
2025-08-20T20:12:48.9072969Z 
2025-08-20T20:12:48.9073458Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:12:49.7811859Z Reading package lists...
2025-08-20T20:12:49.9508153Z Building dependency tree...
2025-08-20T20:12:49.9517028Z Reading state information...
2025-08-20T20:12:50.1257120Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:12:50.1258085Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:12:50.1258785Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:12:50.1259438Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:12:50.1260280Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:12:50.1260957Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:12:50.1275539Z ca-certificates is already the newest version (20240203).
2025-08-20T20:12:50.1276263Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:12:50.1276810Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:12:50.1277352Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:12:50.1277926Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:12:50.1278454Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:12:50.1278853Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:12:50.1279257Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:12:50.1279587Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:12:50.1279924Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:12:50.1280524Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:12:50.1280868Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:12:50.1281174Z musl is already the newest version (1.2.4-2).
2025-08-20T20:12:50.1281479Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:12:50.1281795Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:12:50.1282158Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:12:50.1282534Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:12:50.1282862Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:12:50.1283185Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:12:50.1283753Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:50.1501019Z Reading package lists...
2025-08-20T20:12:50.3267038Z Building dependency tree...
2025-08-20T20:12:50.3275313Z Reading state information...
2025-08-20T20:12:50.4965888Z autoconf is already the newest version (2.71-3).
2025-08-20T20:12:50.4966348Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:12:50.4966775Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:12:50.4967182Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:12:50.4967576Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:12:50.4967988Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:12:50.4968388Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:12:50.4968996Z ca-certificates is already the newest version (20240203).
2025-08-20T20:12:50.4969385Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:12:50.4969738Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:12:50.4970084Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:12:50.4970455Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:12:50.4970834Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:12:50.4971210Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:12:50.4971583Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:12:50.4971958Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:12:50.4972345Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:12:50.4972779Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:12:50.4973196Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:12:50.4973698Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:12:50.4974056Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:12:50.4974451Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:50.5204366Z Reading package lists...
2025-08-20T20:12:50.6948090Z Building dependency tree...
2025-08-20T20:12:50.6956490Z Reading state information...
2025-08-20T20:12:50.8700186Z devscripts is already the newest version (2.23.7).
2025-08-20T20:12:50.8700660Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:50.8939254Z Reading package lists...
2025-08-20T20:12:51.0677666Z Building dependency tree...
2025-08-20T20:12:51.0685927Z Reading state information...
2025-08-20T20:12:51.2435810Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:12:51.2436520Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:51.2671092Z Reading package lists...
2025-08-20T20:12:51.4427670Z Building dependency tree...
2025-08-20T20:12:51.4435895Z Reading state information...
2025-08-20T20:12:51.5914661Z Suggested packages:
2025-08-20T20:12:51.5914942Z   binutils-doc
2025-08-20T20:12:51.6175768Z The following NEW packages will be installed:
2025-08-20T20:12:51.6181924Z   binutils-aarch64-linux-gnu
2025-08-20T20:12:51.6348393Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:51.6580523Z Need to get 3711 kB of archives.
2025-08-20T20:12:51.6581156Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:12:51.6581589Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:51.7111707Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T20:12:52.0203550Z Fetched 3711 kB in 0s (32.2 MB/s)
2025-08-20T20:12:52.0400082Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:12:52.0458942Z (Reading database ... 
2025-08-20T20:12:52.0459569Z (Reading database ... 5%
2025-08-20T20:12:52.0459976Z (Reading database ... 10%
2025-08-20T20:12:52.0460355Z (Reading database ... 15%
2025-08-20T20:12:52.0460745Z (Reading database ... 20%
2025-08-20T20:12:52.0461109Z (Reading database ... 25%
2025-08-20T20:12:52.0461468Z (Reading database ... 30%
2025-08-20T20:12:52.0461821Z (Reading database ... 35%
2025-08-20T20:12:52.0462168Z (Reading database ... 40%
2025-08-20T20:12:52.0462538Z (Reading database ... 45%
2025-08-20T20:12:52.0462891Z (Reading database ... 50%
2025-08-20T20:12:52.0483675Z (Reading database ... 55%
2025-08-20T20:12:52.0589949Z (Reading database ... 60%
2025-08-20T20:12:52.0613590Z (Reading database ... 65%
2025-08-20T20:12:52.0653024Z (Reading database ... 70%
2025-08-20T20:12:52.0679477Z (Reading database ... 75%
2025-08-20T20:12:52.0712078Z (Reading database ... 80%
2025-08-20T20:12:52.0874927Z (Reading database ... 85%
2025-08-20T20:12:52.0969419Z (Reading database ... 90%
2025-08-20T20:12:52.1261500Z (Reading database ... 95%
2025-08-20T20:12:52.1262394Z (Reading database ... 100%
2025-08-20T20:12:52.1262882Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T20:12:52.1307701Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:12:52.1330638Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:12:52.3132046Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:12:52.3177210Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:12:52.3340650Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:12:57.9150605Z Reading package lists...
2025-08-20T20:12:58.1159857Z Building dependency tree...
2025-08-20T20:12:58.1168274Z Reading state information...
2025-08-20T20:12:58.2705398Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:12:58.2706018Z The following additional packages will be installed:
2025-08-20T20:12:58.2706559Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:12:58.2707180Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:12:58.2707889Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:12:58.2708680Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:12:58.2709447Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:12:58.2709948Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:12:58.2710526Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:12:58.2711169Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:12:58.2711777Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:12:58.2712538Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:12:58.2713740Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:12:58.2714358Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:12:58.2714885Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:12:58.2715409Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:12:58.2715961Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:12:58.2716793Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:12:58.2717306Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:12:58.2717769Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:12:58.2718219Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:12:58.2718691Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:12:58.2719461Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:12:58.2719932Z   linux-libc-dev-armhf-cross
2025-08-20T20:12:58.2720188Z Suggested packages:
2025-08-20T20:12:58.2720520Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:12:58.2721041Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:12:58.3256991Z The following NEW packages will be installed:
2025-08-20T20:12:58.3257686Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:12:58.3258540Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:12:58.3259475Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:12:58.3260312Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:12:58.3261135Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:12:58.3261876Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:12:58.3262528Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:12:58.3263842Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:12:58.3264739Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:12:58.3265594Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:12:58.3266390Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:12:58.3267202Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:12:58.3268058Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:12:58.3268913Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:12:58.3269686Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:12:58.3270484Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:12:58.3271223Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:12:58.3271999Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:12:58.3272689Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:12:58.3273557Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:12:58.3274294Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:12:58.3275087Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:12:58.3275754Z   linux-libc-dev-armhf-cross
2025-08-20T20:12:58.3461706Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:12:58.3462332Z Need to get 171 MB of archives.
2025-08-20T20:12:58.3462903Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:12:58.3463761Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:58.4065298Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:12:58.4608121Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T20:12:58.9892635Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:12:59.0107970Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:12:59.5261817Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:12:59.5472724Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:12:59.9003063Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T20:12:59.9184323Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T20:12:59.9371362Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T20:12:59.9556941Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:12:59.9752705Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:12:59.9941139Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:13:00.0515112Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T20:13:00.0721419Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T20:13:00.0926628Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T20:13:00.1124662Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T20:13:00.1753585Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T20:13:00.2120409Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T20:13:00.2395992Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T20:13:00.2798650Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T20:13:00.3241810Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T20:13:00.3579524Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T20:13:00.3956749Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T20:13:00.5526774Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T20:13:01.1709942Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T20:13:01.2524792Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:13:01.3225310Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T20:13:01.4248287Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T20:13:01.7597686Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T20:13:01.8713009Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:13:01.8894739Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:13:01.9104187Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:13:01.9535074Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:13:02.0157628Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:13:02.0353623Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:13:02.0537611Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:13:02.1297593Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:13:02.1674341Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:13:02.2073989Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:13:02.2467164Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:13:02.5431700Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:13:02.5964696Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:13:02.6520821Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:13:02.7275881Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:13:02.9316450Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T20:13:03.0197501Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:13:03.0729086Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:13:03.0915875Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:13:03.1108724Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:13:03.1294429Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:13:03.2479936Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:13:03.2874536Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:13:03.3436475Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:13:03.3854432Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:13:03.6920885Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:13:03.7434653Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:13:03.7999176Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:13:03.8665133Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:13:04.0717760Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T20:13:04.0906787Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T20:13:04.1091208Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:13:04.1275484Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T20:13:04.1458184Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T20:13:04.1638619Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:13:04.4812305Z Fetched 171 MB in 6s (29.3 MB/s)
2025-08-20T20:13:04.5009730Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:13:04.5066387Z (Reading database ... 
2025-08-20T20:13:04.5066828Z (Reading database ... 5%
2025-08-20T20:13:04.5067234Z (Reading database ... 10%
2025-08-20T20:13:04.5067620Z (Reading database ... 15%
2025-08-20T20:13:04.5067935Z (Reading database ... 20%
2025-08-20T20:13:04.5068224Z (Reading database ... 25%
2025-08-20T20:13:04.5068469Z (Reading database ... 30%
2025-08-20T20:13:04.5068713Z (Reading database ... 35%
2025-08-20T20:13:04.5068956Z (Reading database ... 40%
2025-08-20T20:13:04.5069199Z (Reading database ... 45%
2025-08-20T20:13:04.5069444Z (Reading database ... 50%
2025-08-20T20:13:04.5089225Z (Reading database ... 55%
2025-08-20T20:13:04.5182988Z (Reading database ... 60%
2025-08-20T20:13:04.5204918Z (Reading database ... 65%
2025-08-20T20:13:04.5240502Z (Reading database ... 70%
2025-08-20T20:13:04.5264515Z (Reading database ... 75%
2025-08-20T20:13:04.5293808Z (Reading database ... 80%
2025-08-20T20:13:04.5440233Z (Reading database ... 85%
2025-08-20T20:13:04.5521292Z (Reading database ... 90%
2025-08-20T20:13:04.5792259Z (Reading database ... 95%
2025-08-20T20:13:04.5792579Z (Reading database ... 100%
2025-08-20T20:13:04.5792997Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T20:13:04.5835485Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:04.5849595Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:04.6108999Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:13:04.6247243Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:04.6278265Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:04.7691050Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:13:04.7831513Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:04.7845625Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:04.8070988Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:13:04.8211089Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:04.8248281Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:04.9622689Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:13:04.9764249Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:04.9777798Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.0001036Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:13:05.0142636Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:05.0178447Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.1502515Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:13:05.1642794Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:13:05.1652084Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:05.1871569Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:13:05.2012192Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:13:05.2022615Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:13:05.2258070Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:13:05.2396754Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:13:05.2405904Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:05.2631322Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:13:05.2770431Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.2821082Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.3051503Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:13:05.3191862Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.3207164Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.3444468Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:13:05.3583881Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:13:05.3591521Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:05.4007658Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:13:05.4147044Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.4158995Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.4417389Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:13:05.4554707Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.4568421Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.4826042Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:13:05.4965373Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.4984045Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.5243150Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:13:05.5383588Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.5400915Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.5624935Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:13:05.5762626Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.5770932Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.6127093Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:13:05.6268182Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.6279775Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.6551530Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:13:05.6689534Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.6706539Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.7065515Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:13:05.7204566Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.7216189Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.7581634Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:13:05.7721886Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.7736912Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.7998131Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:13:05.8138352Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.8150837Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.8425743Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:13:05.8565284Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:05.8587534Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:05.9662052Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:13:05.9802026Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:05.9834497Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:06.2548750Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:13:06.2690350Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:13:06.2701104Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:13:06.4601166Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:13:06.4746009Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:13:06.4764966Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:06.5988049Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:13:06.6132681Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:06.6146032Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:06.8459037Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:13:06.8603081Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:06.8636753Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.0169838Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:13:07.0312364Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:13:07.0340265Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:13:07.1218562Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:13:07.1359265Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:07.1371400Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.1587069Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:13:07.1729481Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:07.1744813Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.1990070Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:13:07.2130070Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:13:07.2148602Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:07.2522659Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:13:07.2664678Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:07.2682222Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.2955282Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:13:07.3098839Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:07.3114499Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.3378182Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:13:07.3526318Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:07.3537639Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.3776718Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:13:07.3922211Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:07.3964401Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.4617407Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:13:07.4762639Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:07.4775182Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.5094195Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:13:07.5239577Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:07.5252945Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.5609563Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:13:07.5755872Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:07.5765842Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.6345386Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:13:07.6488349Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:07.6525821Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:07.8952152Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:13:07.9094818Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:13:07.9105101Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:13:08.0924084Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:13:08.1069220Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:13:08.1082569Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:08.2221205Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:13:08.2363012Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:08.2376309Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:08.4502205Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:13:08.4648490Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:08.4684282Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:08.6064297Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:13:08.6208518Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:13:08.6226209Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:13:08.7161782Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:13:08.7305524Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:13:08.7317098Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:08.7674953Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:13:08.7817891Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:08.7827467Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:08.8057370Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:13:08.8199909Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:08.8213189Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:08.8443863Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:13:08.8584397Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:08.8596546Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:08.8825964Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:13:08.8964905Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:08.8976040Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:08.9591693Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:13:08.9735657Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:08.9745326Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:09.0039641Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:13:09.0182107Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:09.0193745Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:09.0618941Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:13:09.0762898Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:09.0805364Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:09.1335879Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:13:09.1479637Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:09.1514194Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:09.3893839Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:13:09.4036408Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:13:09.4049216Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:13:09.5959953Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:13:09.6115153Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:13:09.6126255Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:09.7395152Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:13:09.7543680Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:13:09.7557688Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:09.9628356Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:13:09.9776566Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:13:09.9825368Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.1271014Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:13:10.1415863Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:13:10.1439500Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:10.1672280Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:13:10.1818338Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:13:10.1828079Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:10.2042854Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:13:10.2190261Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:13:10.2209120Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:13:10.2431948Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:13:10.2576742Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:13:10.2595207Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:13:10.2806728Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:13:10.2952734Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:13:10.2965987Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:10.3196297Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:13:10.3340957Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:13:10.3351901Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:10.3834104Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:13:10.3874952Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:10.3906018Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.3947542Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4003933Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4054684Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:13:10.4099274Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4131761Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:10.4168792Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:13:10.4215762Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4252174Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:13:10.4289356Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:10.4323661Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4374199Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4430773Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4466814Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:10.4506712Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:13:10.4552045Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4594991Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4655854Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4700584Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4736529Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4781327Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4827109Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4873615Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4911019Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4953743Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.4991646Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5036239Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5093922Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:10.5135292Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5183493Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:13:10.5229463Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5281310Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5325005Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5370375Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:10.5400567Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:13:10.5436576Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5479682Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5548464Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5589770Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5634162Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5690201Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:10.5730389Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5782259Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5822917Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5867264Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5929629Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.5969073Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.6008240Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.6044005Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.6079781Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:13:10.6118825Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.6163415Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.6202169Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.6245380Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.6286420Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.6328022Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:13:10.6389811Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:10.6432546Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.6467992Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:13:10.6508599Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:10.6550349Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:10.6598817Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:13:10.6679814Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:13:10.6704226Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:13:10.6800293Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:13:15.0039375Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:13:16.5002127Z Reading package lists...
2025-08-20T20:13:16.6730946Z Building dependency tree...
2025-08-20T20:13:16.6740032Z Reading state information...
2025-08-20T20:13:16.8299115Z The following additional packages will be installed:
2025-08-20T20:13:16.8300091Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:13:16.8304145Z   libpcap0.8-dev
2025-08-20T20:13:16.8592602Z The following NEW packages will be installed:
2025-08-20T20:13:16.8593543Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:13:16.8598554Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:13:16.8770502Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:13:16.9012209Z Need to get 1613 kB of archives.
2025-08-20T20:13:16.9012934Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:13:16.9013801Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:16.9493062Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T20:13:16.9703847Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:13:16.9910797Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T20:13:17.0131906Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T20:13:17.0374377Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:13:17.0880885Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T20:13:17.1174981Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:13:17.1373950Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:13:17.4030050Z Fetched 1613 kB in 0s (6485 kB/s)
2025-08-20T20:13:17.4242056Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:13:17.4301665Z (Reading database ... 
2025-08-20T20:13:17.4302355Z (Reading database ... 5%
2025-08-20T20:13:17.4302939Z (Reading database ... 10%
2025-08-20T20:13:17.4303560Z (Reading database ... 15%
2025-08-20T20:13:17.4304017Z (Reading database ... 20%
2025-08-20T20:13:17.4304441Z (Reading database ... 25%
2025-08-20T20:13:17.4304873Z (Reading database ... 30%
2025-08-20T20:13:17.4305165Z (Reading database ... 35%
2025-08-20T20:13:17.4305427Z (Reading database ... 40%
2025-08-20T20:13:17.4305682Z (Reading database ... 45%
2025-08-20T20:13:17.4305935Z (Reading database ... 50%
2025-08-20T20:13:17.4402501Z (Reading database ... 55%
2025-08-20T20:13:17.4422757Z (Reading database ... 60%
2025-08-20T20:13:17.4445219Z (Reading database ... 65%
2025-08-20T20:13:17.4485731Z (Reading database ... 70%
2025-08-20T20:13:17.4508502Z (Reading database ... 75%
2025-08-20T20:13:17.4540144Z (Reading database ... 80%
2025-08-20T20:13:17.4710156Z (Reading database ... 85%
2025-08-20T20:13:17.4785719Z (Reading database ... 90%
2025-08-20T20:13:17.5064186Z (Reading database ... 95%
2025-08-20T20:13:17.5064679Z (Reading database ... 100%
2025-08-20T20:13:17.5065375Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T20:13:17.5110835Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:13:17.5130499Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:13:17.5645197Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:13:17.5788315Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:13:17.5807909Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:13:17.6053730Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:13:17.6200598Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:13:17.6241535Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:13:17.6696459Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:13:17.6844942Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:13:17.6857270Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:13:17.7139688Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:13:17.7284879Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:13:17.7336409Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:13:17.8041940Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:13:17.8190407Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:13:17.8229615Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:13:17.8647939Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:13:17.8793897Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:13:17.8805580Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:13:17.9081947Z Selecting previously unselected package pcaputils.
2025-08-20T20:13:17.9228355Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:13:17.9273873Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:13:17.9722843Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:13:17.9759181Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:13:18.1503604Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:13:18.1558003Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:13:18.1706813Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:13:18.4770236Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:13:18.4804801Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:13:18.4862584Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:13:18.5063045Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:13:23.2069532Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:13:23.2524277Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:13:23.2568781Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:13:24.7525589Z Reading package lists...
2025-08-20T20:13:24.9262742Z Building dependency tree...
2025-08-20T20:13:24.9271679Z Reading state information...
2025-08-20T20:13:24.9680058Z Reading package lists...
2025-08-20T20:13:25.1354843Z Building dependency tree...
2025-08-20T20:13:25.1363608Z Reading state information...
2025-08-20T20:13:25.2981122Z The following additional packages will be installed:
2025-08-20T20:13:25.2985600Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:13:25.2991575Z Suggested packages:
2025-08-20T20:13:25.2991982Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:13:25.2992438Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:13:25.3157870Z The following NEW packages will be installed:
2025-08-20T20:13:25.3159445Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:13:25.3163414Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:13:25.3335546Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:13:25.3336103Z Need to get 800 kB of archives.
2025-08-20T20:13:25.3336441Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:13:25.3336818Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:25.3754231Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:13:25.3956825Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:13:25.4145273Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:13:25.4377660Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T20:13:25.4565352Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T20:13:25.4750194Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T20:13:25.4950618Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T20:13:25.5133169Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:13:25.5326818Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:13:25.8081678Z Fetched 800 kB in 0s (3815 kB/s)
2025-08-20T20:13:25.8300062Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:13:25.8358741Z (Reading database ... 
2025-08-20T20:13:25.8359154Z (Reading database ... 5%
2025-08-20T20:13:25.8359537Z (Reading database ... 10%
2025-08-20T20:13:25.8359906Z (Reading database ... 15%
2025-08-20T20:13:25.8360262Z (Reading database ... 20%
2025-08-20T20:13:25.8360621Z (Reading database ... 25%
2025-08-20T20:13:25.8361229Z (Reading database ... 30%
2025-08-20T20:13:25.8362120Z (Reading database ... 35%
2025-08-20T20:13:25.8362476Z (Reading database ... 40%
2025-08-20T20:13:25.8362827Z (Reading database ... 45%
2025-08-20T20:13:25.8363171Z (Reading database ... 50%
2025-08-20T20:13:25.8462804Z (Reading database ... 55%
2025-08-20T20:13:25.8483667Z (Reading database ... 60%
2025-08-20T20:13:25.8505729Z (Reading database ... 65%
2025-08-20T20:13:25.8547379Z (Reading database ... 70%
2025-08-20T20:13:25.8571025Z (Reading database ... 75%
2025-08-20T20:13:25.8604718Z (Reading database ... 80%
2025-08-20T20:13:25.8779834Z (Reading database ... 85%
2025-08-20T20:13:25.8860892Z (Reading database ... 90%
2025-08-20T20:13:25.9151788Z (Reading database ... 95%
2025-08-20T20:13:25.9152172Z (Reading database ... 100%
2025-08-20T20:13:25.9152597Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T20:13:25.9198014Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:13:25.9222237Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:13:25.9468079Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:13:25.9617028Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:13:25.9630043Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:13:25.9912075Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:13:26.0059287Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:13:26.0069482Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:13:26.0936037Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:13:26.1082645Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:13:26.1099980Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:13:26.1414878Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:13:26.1560208Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:13:26.1574107Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:13:26.1851909Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:13:26.1996709Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:13:26.2018058Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:13:26.2336480Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:13:26.2482428Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:13:26.2501529Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:13:26.2789756Z Selecting previously unselected package lzma.
2025-08-20T20:13:26.2937098Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:13:26.2947048Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:13:26.3236776Z Selecting previously unselected package lzma-dev.
2025-08-20T20:13:26.3382246Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:13:26.3393503Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:13:26.3911578Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:13:26.3954279Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:13:26.3986180Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:13:26.4044311Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:13:26.4083680Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:13:26.4159036Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:13:26.4189566Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:13:26.4229632Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:13:26.4274839Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:13:26.4312288Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:13:26.4363627Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:13:26.4541342Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:13:30.8087400Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:13:31.4508241Z 
2025-08-20T20:13:31.4508666Z Running kernel seems to be up-to-date.
2025-08-20T20:13:31.4508965Z 
2025-08-20T20:13:31.4509079Z Restarting services...
2025-08-20T20:13:31.4571239Z 
2025-08-20T20:13:31.4571669Z Service restarts being deferred:
2025-08-20T20:13:31.4572200Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:13:31.4572574Z 
2025-08-20T20:13:31.4572755Z No containers need to be restarted.
2025-08-20T20:13:31.4573014Z 
2025-08-20T20:13:31.4574654Z No user sessions are running outdated binaries.
2025-08-20T20:13:31.4574971Z 
2025-08-20T20:13:31.4575257Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:13:32.4026022Z Reading package lists...
2025-08-20T20:13:32.5844505Z Building dependency tree...
2025-08-20T20:13:32.5853082Z Reading state information...
2025-08-20T20:13:32.8068163Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:13:32.8068815Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:13:32.8069298Z inetutils-telnet set to manually installed.
2025-08-20T20:13:32.8069726Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:13:32.8070194Z The following additional packages will be installed:
2025-08-20T20:13:32.8070571Z   tcpd update-inetd
2025-08-20T20:13:32.8231173Z The following packages will be REMOVED:
2025-08-20T20:13:32.8240236Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:13:32.8241362Z The following NEW packages will be installed:
2025-08-20T20:13:32.8241906Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:13:32.8242398Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:13:32.8248755Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:13:32.8418652Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T20:13:32.8419305Z Need to get 698 kB of archives.
2025-08-20T20:13:32.8419878Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:13:32.8420529Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:32.8751698Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:13:32.8969946Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:13:34.0194465Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:13:34.0383706Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:13:34.0597511Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:13:34.0816959Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:13:34.1036418Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:13:34.1233833Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:13:34.1423719Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:13:34.1623923Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:13:34.1822503Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:13:34.2025523Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:13:34.2219032Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:13:34.4498655Z Preconfiguring packages ...
2025-08-20T20:13:34.5490270Z Fetched 698 kB in 1s (502 kB/s)
2025-08-20T20:13:34.5674410Z (Reading database ... 
2025-08-20T20:13:34.5674846Z (Reading database ... 5%
2025-08-20T20:13:34.5675245Z (Reading database ... 10%
2025-08-20T20:13:34.5675614Z (Reading database ... 15%
2025-08-20T20:13:34.5675983Z (Reading database ... 20%
2025-08-20T20:13:34.5676351Z (Reading database ... 25%
2025-08-20T20:13:34.5676752Z (Reading database ... 30%
2025-08-20T20:13:34.5677110Z (Reading database ... 35%
2025-08-20T20:13:34.5677468Z (Reading database ... 40%
2025-08-20T20:13:34.5677817Z (Reading database ... 45%
2025-08-20T20:13:34.5678168Z (Reading database ... 50%
2025-08-20T20:13:34.5700635Z (Reading database ... 55%
2025-08-20T20:13:34.5795942Z (Reading database ... 60%
2025-08-20T20:13:34.5817921Z (Reading database ... 65%
2025-08-20T20:13:34.5858052Z (Reading database ... 70%
2025-08-20T20:13:34.5881066Z (Reading database ... 75%
2025-08-20T20:13:34.5915289Z (Reading database ... 80%
2025-08-20T20:13:34.6076657Z (Reading database ... 85%
2025-08-20T20:13:34.6161493Z (Reading database ... 90%
2025-08-20T20:13:34.6450131Z (Reading database ... 95%
2025-08-20T20:13:34.6450644Z (Reading database ... 100%
2025-08-20T20:13:34.6451172Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T20:13:34.6494893Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:13:34.6704528Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:13:34.6886646Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:13:35.0614889Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:13:35.0674445Z (Reading database ... 
2025-08-20T20:13:35.0675412Z (Reading database ... 5%
2025-08-20T20:13:35.0675792Z (Reading database ... 10%
2025-08-20T20:13:35.0676162Z (Reading database ... 15%
2025-08-20T20:13:35.0676517Z (Reading database ... 20%
2025-08-20T20:13:35.0676878Z (Reading database ... 25%
2025-08-20T20:13:35.0677235Z (Reading database ... 30%
2025-08-20T20:13:35.0677622Z (Reading database ... 35%
2025-08-20T20:13:35.0677977Z (Reading database ... 40%
2025-08-20T20:13:35.0678332Z (Reading database ... 45%
2025-08-20T20:13:35.0678686Z (Reading database ... 50%
2025-08-20T20:13:35.0699009Z (Reading database ... 55%
2025-08-20T20:13:35.0800025Z (Reading database ... 60%
2025-08-20T20:13:35.0823036Z (Reading database ... 65%
2025-08-20T20:13:35.0866781Z (Reading database ... 70%
2025-08-20T20:13:35.0891849Z (Reading database ... 75%
2025-08-20T20:13:35.0930428Z (Reading database ... 80%
2025-08-20T20:13:35.1104373Z (Reading database ... 85%
2025-08-20T20:13:35.1192688Z (Reading database ... 90%
2025-08-20T20:13:35.1486634Z (Reading database ... 95%
2025-08-20T20:13:35.1487060Z (Reading database ... 100%
2025-08-20T20:13:35.1487571Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T20:13:35.1533037Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:13:35.1571365Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.1814749Z Selecting previously unselected package tcpd.
2025-08-20T20:13:35.1961490Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:13:35.1978994Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:13:35.2232691Z Selecting previously unselected package update-inetd.
2025-08-20T20:13:35.2377840Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:13:35.2391261Z Unpacking update-inetd (4.53) ...
2025-08-20T20:13:35.2706783Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:13:35.2850862Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:13:35.2901994Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.3147261Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:13:35.3292775Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:13:35.3302421Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.3564727Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:13:35.3710632Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:13:35.3723875Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.3968661Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:13:35.4113563Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:13:35.4122977Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.4385267Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:13:35.4530494Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:13:35.4546451Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.4784736Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:13:35.4930418Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:13:35.4939561Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.5160742Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:13:35.5306735Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:13:35.5336908Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.5560775Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:13:35.5705738Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:13:35.5718375Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.5967893Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:13:35.6112957Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:13:35.6121620Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:13:35.6415621Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:13:35.6561354Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:13:35.6575572Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.7027763Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:13:35.7109859Z Setting up update-inetd (4.53) ...
2025-08-20T20:13:35.7990504Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:13:35.8056170Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:13:35.8076864Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:13:36.2305273Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:13:36.2306023Z 
2025-08-20T20:13:36.2306217Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:13:36.2306555Z 
2025-08-20T20:13:36.2307081Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:13:36.2307493Z 
2025-08-20T20:13:36.2308049Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:13:36.2308558Z 
2025-08-20T20:13:36.5378204Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:13:36.5513153Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:13:36.5588730Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:13:36.5612432Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:13:36.5661165Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:13:36.5695353Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:13:36.5732827Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:13:36.9707683Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:13:36.9708404Z 
2025-08-20T20:13:36.9709318Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:13:36.9709881Z 
2025-08-20T20:13:37.2820724Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:13:37.3857145Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:13:37.4529401Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:13:37.5183928Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:13:43.7168863Z Reading package lists...
2025-08-20T20:13:43.8781730Z Building dependency tree...
2025-08-20T20:13:43.8790333Z Reading state information...
2025-08-20T20:13:44.0960011Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:13:44.0960535Z iputils-tracepath set to manually installed.
2025-08-20T20:13:44.0960843Z The following packages will be REMOVED:
2025-08-20T20:13:44.0968853Z   inetutils-ping
2025-08-20T20:13:44.0969910Z The following NEW packages will be installed:
2025-08-20T20:13:44.0977030Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:13:44.1145069Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T20:13:44.1145515Z Need to get 71.5 kB of archives.
2025-08-20T20:13:44.1145856Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:13:44.1146291Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:44.1706334Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:13:44.1905802Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T20:13:44.2095677Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T20:13:44.5034682Z Fetched 71.5 kB in 0s (678 kB/s)
2025-08-20T20:13:44.5221106Z (Reading database ... 
2025-08-20T20:13:44.5222086Z (Reading database ... 5%
2025-08-20T20:13:44.5222497Z (Reading database ... 10%
2025-08-20T20:13:44.5222878Z (Reading database ... 15%
2025-08-20T20:13:44.5223414Z (Reading database ... 20%
2025-08-20T20:13:44.5223802Z (Reading database ... 25%
2025-08-20T20:13:44.5224145Z (Reading database ... 30%
2025-08-20T20:13:44.5224487Z (Reading database ... 35%
2025-08-20T20:13:44.5224839Z (Reading database ... 40%
2025-08-20T20:13:44.5225191Z (Reading database ... 45%
2025-08-20T20:13:44.5225538Z (Reading database ... 50%
2025-08-20T20:13:44.5305809Z (Reading database ... 55%
2025-08-20T20:13:44.5340631Z (Reading database ... 60%
2025-08-20T20:13:44.5362362Z (Reading database ... 65%
2025-08-20T20:13:44.5402575Z (Reading database ... 70%
2025-08-20T20:13:44.5429363Z (Reading database ... 75%
2025-08-20T20:13:44.5458632Z (Reading database ... 80%
2025-08-20T20:13:44.5621758Z (Reading database ... 85%
2025-08-20T20:13:44.5706029Z (Reading database ... 90%
2025-08-20T20:13:44.5988950Z (Reading database ... 95%
2025-08-20T20:13:44.5989431Z (Reading database ... 100%
2025-08-20T20:13:44.5990089Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T20:13:44.6032081Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:13:44.6533126Z Selecting previously unselected package iputils-ping.
2025-08-20T20:13:44.6592090Z (Reading database ... 
2025-08-20T20:13:44.6592518Z (Reading database ... 5%
2025-08-20T20:13:44.6592975Z (Reading database ... 10%
2025-08-20T20:13:44.6593741Z (Reading database ... 15%
2025-08-20T20:13:44.6594133Z (Reading database ... 20%
2025-08-20T20:13:44.6594455Z (Reading database ... 25%
2025-08-20T20:13:44.6594682Z (Reading database ... 30%
2025-08-20T20:13:44.6594907Z (Reading database ... 35%
2025-08-20T20:13:44.6595129Z (Reading database ... 40%
2025-08-20T20:13:44.6595350Z (Reading database ... 45%
2025-08-20T20:13:44.6595565Z (Reading database ... 50%
2025-08-20T20:13:44.6674605Z (Reading database ... 55%
2025-08-20T20:13:44.6709516Z (Reading database ... 60%
2025-08-20T20:13:44.6731804Z (Reading database ... 65%
2025-08-20T20:13:44.6772334Z (Reading database ... 70%
2025-08-20T20:13:44.6799577Z (Reading database ... 75%
2025-08-20T20:13:44.6828999Z (Reading database ... 80%
2025-08-20T20:13:44.6991469Z (Reading database ... 85%
2025-08-20T20:13:44.7076462Z (Reading database ... 90%
2025-08-20T20:13:44.7357642Z (Reading database ... 95%
2025-08-20T20:13:44.7358034Z (Reading database ... 100%
2025-08-20T20:13:44.7358480Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T20:13:44.7402028Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:13:44.7416666Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:13:44.7661802Z Selecting previously unselected package iputils-arping.
2025-08-20T20:13:44.7803939Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:13:44.7817135Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:13:44.8113876Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:13:44.8259135Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:13:44.8273436Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:13:44.8690330Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:13:44.8864568Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:13:44.9024812Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:13:44.9192259Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:13:50.9770682Z Reading package lists...
2025-08-20T20:13:51.1592143Z Building dependency tree...
2025-08-20T20:13:51.1600754Z Reading state information...
2025-08-20T20:13:51.3196174Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:13:51.3196779Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:13:51.3595146Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:13:53.3920781Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:13:54.0510367Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:13:55.4666247Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:13:55.5839158Z Collecting pip
2025-08-20T20:13:55.6282541Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:13:55.6397117Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:13:55.7432868Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.4 MB/s eta 0:00:00
2025-08-20T20:13:56.0251719Z Installing collected packages: pip
2025-08-20T20:13:56.7651334Z Successfully installed pip-25.2
2025-08-20T20:13:56.9804919Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:13:57.0258228Z Reading package lists...
2025-08-20T20:13:57.1970680Z Building dependency tree...
2025-08-20T20:13:57.1978854Z Reading state information...
2025-08-20T20:13:57.3621081Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:13:57.3621822Z pciutils set to manually installed.
2025-08-20T20:13:57.3622495Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:13:57.3623479Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:13:57.3624164Z python3-distro set to manually installed.
2025-08-20T20:13:57.3624899Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:13:57.3625675Z python3-netifaces set to manually installed.
2025-08-20T20:13:57.3626269Z The following additional packages will be installed:
2025-08-20T20:13:57.3626662Z   libsysfs2
2025-08-20T20:13:57.3628882Z Suggested packages:
2025-08-20T20:13:57.3629224Z   fancontrol read-edid i2c-tools
2025-08-20T20:13:57.3914024Z The following NEW packages will be installed:
2025-08-20T20:13:57.3916534Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:13:57.4118515Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:13:57.4357914Z Need to get 142 kB of archives.
2025-08-20T20:13:57.4358553Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:13:57.4359356Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:57.4715331Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:13:57.4913862Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:13:57.5121440Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T20:13:57.5340955Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:13:57.8042227Z Fetched 142 kB in 0s (1299 kB/s)
2025-08-20T20:13:57.8251330Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:13:57.8321534Z (Reading database ... 
2025-08-20T20:13:57.8321967Z (Reading database ... 5%
2025-08-20T20:13:57.8322466Z (Reading database ... 10%
2025-08-20T20:13:57.8322849Z (Reading database ... 15%
2025-08-20T20:13:57.8323376Z (Reading database ... 20%
2025-08-20T20:13:57.8323771Z (Reading database ... 25%
2025-08-20T20:13:57.8324131Z (Reading database ... 30%
2025-08-20T20:13:57.8324490Z (Reading database ... 35%
2025-08-20T20:13:57.8324861Z (Reading database ... 40%
2025-08-20T20:13:57.8325212Z (Reading database ... 45%
2025-08-20T20:13:57.8325566Z (Reading database ... 50%
2025-08-20T20:13:57.8407346Z (Reading database ... 55%
2025-08-20T20:13:57.8443575Z (Reading database ... 60%
2025-08-20T20:13:57.8466279Z (Reading database ... 65%
2025-08-20T20:13:57.8508323Z (Reading database ... 70%
2025-08-20T20:13:57.8536498Z (Reading database ... 75%
2025-08-20T20:13:57.8566789Z (Reading database ... 80%
2025-08-20T20:13:57.8733498Z (Reading database ... 85%
2025-08-20T20:13:57.8821152Z (Reading database ... 90%
2025-08-20T20:13:57.9216043Z (Reading database ... 95%
2025-08-20T20:13:57.9216443Z (Reading database ... 100%
2025-08-20T20:13:57.9217098Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T20:13:57.9300237Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:13:57.9327050Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:13:57.9717232Z Selecting previously unselected package sysfsutils.
2025-08-20T20:13:57.9865649Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:13:57.9913833Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:13:58.0227662Z Selecting previously unselected package lm-sensors.
2025-08-20T20:13:58.0377016Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:13:58.0595630Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:13:58.0902951Z Selecting previously unselected package virt-what.
2025-08-20T20:13:58.1050967Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:13:58.1067764Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:13:58.1505140Z Setting up virt-what (1.25-2) ...
2025-08-20T20:13:58.1539138Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:13:58.1569771Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:13:58.5582056Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:13:58.5582481Z 
2025-08-20T20:13:58.5583022Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:13:58.5584053Z 
2025-08-20T20:13:58.8772494Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:13:59.2817650Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:13:59.2818147Z 
2025-08-20T20:13:59.2855436Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:03.9524447Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:14:05.4780859Z Reading package lists...
2025-08-20T20:14:05.6527414Z Building dependency tree...
2025-08-20T20:14:05.6535860Z Reading state information...
2025-08-20T20:14:05.8102093Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:14:05.8103191Z The following additional packages will be installed:
2025-08-20T20:14:05.8105952Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:14:05.8106756Z   xorg-sgml-doctools
2025-08-20T20:14:05.8111673Z Suggested packages:
2025-08-20T20:14:05.8112030Z   libxcb-doc
2025-08-20T20:14:05.8264993Z The following NEW packages will be installed:
2025-08-20T20:14:05.8266446Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:14:05.8269100Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:14:05.8269732Z   xcb xorg-sgml-doctools
2025-08-20T20:14:05.8439182Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:14:05.8439737Z Need to get 807 kB of archives.
2025-08-20T20:14:05.8440219Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:14:05.8440892Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:05.8788821Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:14:05.8979121Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:14:05.9162134Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:14:05.9533033Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:14:05.9718570Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T20:14:05.9903079Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:14:06.0095282Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:14:06.0277841Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:14:06.0461099Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:14:06.0774820Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:14:06.1108299Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:14:06.3825872Z Fetched 807 kB in 0s (2908 kB/s)
2025-08-20T20:14:06.4030242Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:14:06.4091307Z (Reading database ... 
2025-08-20T20:14:06.4091704Z (Reading database ... 5%
2025-08-20T20:14:06.4092071Z (Reading database ... 10%
2025-08-20T20:14:06.4092435Z (Reading database ... 15%
2025-08-20T20:14:06.4092797Z (Reading database ... 20%
2025-08-20T20:14:06.4093165Z (Reading database ... 25%
2025-08-20T20:14:06.4093692Z (Reading database ... 30%
2025-08-20T20:14:06.4094043Z (Reading database ... 35%
2025-08-20T20:14:06.4094416Z (Reading database ... 40%
2025-08-20T20:14:06.4094762Z (Reading database ... 45%
2025-08-20T20:14:06.4095108Z (Reading database ... 50%
2025-08-20T20:14:06.4191557Z (Reading database ... 55%
2025-08-20T20:14:06.4211957Z (Reading database ... 60%
2025-08-20T20:14:06.4234168Z (Reading database ... 65%
2025-08-20T20:14:06.4276319Z (Reading database ... 70%
2025-08-20T20:14:06.4304848Z (Reading database ... 75%
2025-08-20T20:14:06.4332648Z (Reading database ... 80%
2025-08-20T20:14:06.4502126Z (Reading database ... 85%
2025-08-20T20:14:06.4580200Z (Reading database ... 90%
2025-08-20T20:14:06.4866172Z (Reading database ... 95%
2025-08-20T20:14:06.4866554Z (Reading database ... 100%
2025-08-20T20:14:06.4866997Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T20:14:06.4910358Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:14:06.4925733Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:14:06.5182640Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:14:06.5328142Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:14:06.5342231Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:14:06.5613634Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:14:06.5757589Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:14:06.5767528Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:14:06.6449386Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:14:06.6594936Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:14:06.6606302Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:14:06.6851793Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:14:06.6996592Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:14:06.7007719Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:14:06.7239547Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:14:06.7385351Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:14:06.7395046Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:14:06.7655659Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:14:06.7800917Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:14:06.7812388Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:14:06.8047601Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:14:06.8192406Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:14:06.8216697Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:14:06.8459877Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:14:06.8606329Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:14:06.8619114Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:14:06.8845345Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:14:06.8991133Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:14:06.9003036Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:14:06.9249626Z Selecting previously unselected package xcb.
2025-08-20T20:14:06.9394603Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:14:06.9405524Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:14:06.9938783Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:14:06.9990113Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:14:07.0027620Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:14:07.0093932Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:14:07.0161602Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:14:07.0321269Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:11.5245048Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:14:11.5339123Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:14:11.5365206Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:14:11.5389797Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:14:11.5447752Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:14:11.5472429Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:14:11.5499338Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:14:11.5524231Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:14:13.2221190Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:14:13.8042116Z Collecting build
2025-08-20T20:14:13.8494169Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:14:13.9598462Z Collecting cffi
2025-08-20T20:14:13.9676039Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:14:13.9844756Z Collecting scons
2025-08-20T20:14:13.9937218Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:14:14.0175268Z Collecting scuba
2025-08-20T20:14:14.0258772Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:14:14.0746044Z Collecting pytest
2025-08-20T20:14:14.0819546Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:14:14.1038574Z Collecting packaging>=19.1 (from build)
2025-08-20T20:14:14.1112631Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:14:14.1269683Z Collecting pyproject_hooks (from build)
2025-08-20T20:14:14.1339585Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:14:14.1485332Z Collecting pycparser (from cffi)
2025-08-20T20:14:14.1553982Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:14:14.1922620Z Collecting PyYAML (from scuba)
2025-08-20T20:14:14.1996550Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:14:14.2133449Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:14:14.2203657Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:14:14.2415708Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:14:14.2486399Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:14:14.2713472Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:14:14.2783689Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:14:14.2924801Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:14:14.3035729Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:14:14.3338074Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:14:14.3650225Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 136.0 MB/s  0:00:00
2025-08-20T20:14:14.3735580Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:14:14.3849629Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:14:14.3956089Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:14:14.4047142Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:14:14.4135991Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:14:14.4226557Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:14:14.4309223Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 159.2 MB/s  0:00:00
2025-08-20T20:14:14.4385106Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:14:14.4482502Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:14:14.4573755Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:14:14.4649853Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 111.4 MB/s  0:00:00
2025-08-20T20:14:14.5777628Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:14:16.3179404Z 
2025-08-20T20:14:16.3196914Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:14:16.6435446Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:14:16.8229361Z Collecting ansi2txt
2025-08-20T20:14:16.8666595Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:14:16.8932094Z Collecting pipx
2025-08-20T20:14:16.9018456Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:14:16.9223800Z Collecting scons
2025-08-20T20:14:16.9240408Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:14:16.9360826Z Collecting py2static
2025-08-20T20:14:16.9444393Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:14:16.9667499Z Collecting typer
2025-08-20T20:14:16.9737872Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:14:17.0058146Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:14:17.0129017Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:14:17.0347990Z Collecting packaging>=20 (from pipx)
2025-08-20T20:14:17.0358359Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:14:17.0572687Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:14:17.0641772Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:14:17.0814568Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:14:17.0894106Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:14:17.1349431Z Collecting pyinstaller (from py2static)
2025-08-20T20:14:17.1421200Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:14:17.1613839Z Collecting staticx (from py2static)
2025-08-20T20:14:17.1702197Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:14:17.1907514Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:14:17.1979035Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:14:17.2295889Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:14:17.2369132Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:14:17.2541854Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:14:17.2613732Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:14:17.3033155Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:14:17.3106793Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:14:17.3338211Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:14:17.3416404Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:14:17.3661663Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:14:17.3671856Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:14:17.3809898Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:14:17.3883667Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:14:17.5063869Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:14:17.5138070Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:14:17.5358570Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:14:17.5429743Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:14:17.5645188Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:14:17.5714697Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:14:17.5924463Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:14:17.6010550Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:14:17.6138850Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:14:17.6230417Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:14:17.6331157Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:14:17.6443026Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:14:17.6528794Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:14:17.6619774Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:14:17.6711720Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:14:17.6754027Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:14:17.6821029Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:14:17.6914875Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:14:17.7000656Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:14:17.7079508Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:14:17.7217192Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:14:17.7305293Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:14:17.7389719Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:14:17.7480604Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:14:17.7575111Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:14:17.7687753Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 56.9 MB/s  0:00:00
2025-08-20T20:14:17.7757822Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:14:17.7871660Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:14:17.7954387Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 150.6 MB/s  0:00:00
2025-08-20T20:14:17.8022729Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:14:17.8126502Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:14:17.8220775Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:14:17.9732924Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:14:18.7990857Z   Attempting uninstall: scons
2025-08-20T20:14:18.8075538Z     Found existing installation: SCons 4.9.1
2025-08-20T20:14:18.8459296Z     Uninstalling SCons-4.9.1:
2025-08-20T20:14:18.8533084Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:14:19.4650677Z   Attempting uninstall: pygments
2025-08-20T20:14:19.4732990Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:14:19.4979614Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:14:19.5008327Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:14:20.1446661Z   Attempting uninstall: packaging
2025-08-20T20:14:20.1526743Z     Found existing installation: packaging 25.0
2025-08-20T20:14:20.1551827Z     Uninstalling packaging-25.0:
2025-08-20T20:14:20.1559829Z       Successfully uninstalled packaging-25.0
2025-08-20T20:14:21.1538093Z 
2025-08-20T20:14:21.1569019Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:14:21.4712816Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:14:21.6517907Z Collecting build
2025-08-20T20:14:21.6528540Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:14:21.7432501Z Collecting cffi
2025-08-20T20:14:21.7444059Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:14:21.7600256Z Collecting scons
2025-08-20T20:14:21.7610787Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:14:21.7757787Z Collecting scuba
2025-08-20T20:14:21.7768294Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:14:21.8214248Z Collecting pytest
2025-08-20T20:14:21.8225686Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:14:21.8435210Z Collecting packaging>=19.1 (from build)
2025-08-20T20:14:21.8446142Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:14:21.8554017Z Collecting pyproject_hooks (from build)
2025-08-20T20:14:21.8564523Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:14:21.8690672Z Collecting pycparser (from cffi)
2025-08-20T20:14:21.8701116Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:14:21.9015006Z Collecting PyYAML (from scuba)
2025-08-20T20:14:21.9026547Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:14:21.9143084Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:14:21.9153202Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:14:21.9321430Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:14:21.9331487Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:14:21.9531772Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:14:21.9542151Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:14:21.9599433Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:14:21.9609486Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:14:21.9622465Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:14:21.9663657Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:14:21.9675959Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:14:21.9688121Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:14:21.9697755Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:14:21.9707136Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:14:21.9716878Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:14:21.9735645Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:14:21.9745841Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:14:21.9755553Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:14:22.0989373Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:14:22.0994882Z   Attempting uninstall: scons
2025-08-20T20:14:22.1079533Z     Found existing installation: SCons 4.9.1
2025-08-20T20:14:22.1461698Z     Uninstalling SCons-4.9.1:
2025-08-20T20:14:22.1534576Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:14:22.7681207Z   Attempting uninstall: PyYAML
2025-08-20T20:14:22.7777327Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:14:22.7812045Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:14:22.7820899Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:14:22.8362387Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:14:22.8445934Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:14:22.8462613Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:14:22.8469179Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:14:22.8560808Z   Attempting uninstall: pygments
2025-08-20T20:14:22.8638633Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:14:22.8862147Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:14:22.8888545Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:14:23.4990658Z   Attempting uninstall: pycparser
2025-08-20T20:14:23.5074189Z     Found existing installation: pycparser 2.22
2025-08-20T20:14:23.5098709Z     Uninstalling pycparser-2.22:
2025-08-20T20:14:23.5106794Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:14:23.6309126Z   Attempting uninstall: pluggy
2025-08-20T20:14:23.6396696Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:14:23.6416288Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:14:23.6422902Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:14:23.6576596Z   Attempting uninstall: packaging
2025-08-20T20:14:23.6657651Z     Found existing installation: packaging 25.0
2025-08-20T20:14:23.6682107Z     Uninstalling packaging-25.0:
2025-08-20T20:14:23.6689617Z       Successfully uninstalled packaging-25.0
2025-08-20T20:14:23.7076280Z   Attempting uninstall: iniconfig
2025-08-20T20:14:23.7162357Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:14:23.7179640Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:14:23.7187043Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:14:23.7261837Z   Attempting uninstall: scuba
2025-08-20T20:14:23.7341868Z     Found existing installation: scuba 2.14.1
2025-08-20T20:14:23.7364186Z     Uninstalling scuba-2.14.1:
2025-08-20T20:14:23.7373686Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:14:23.7566083Z   Attempting uninstall: pytest
2025-08-20T20:14:23.7649158Z     Found existing installation: pytest 8.4.1
2025-08-20T20:14:23.7713809Z     Uninstalling pytest-8.4.1:
2025-08-20T20:14:23.7978242Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:14:24.0114265Z   Attempting uninstall: cffi
2025-08-20T20:14:24.0195130Z     Found existing installation: cffi 1.17.1
2025-08-20T20:14:24.0221545Z     Uninstalling cffi-1.17.1:
2025-08-20T20:14:24.0460521Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:14:24.1162857Z   Attempting uninstall: build
2025-08-20T20:14:24.1242973Z     Found existing installation: build 1.3.0
2025-08-20T20:14:24.1268095Z     Uninstalling build-1.3.0:
2025-08-20T20:14:24.1278118Z       Successfully uninstalled build-1.3.0
2025-08-20T20:14:24.1458557Z 
2025-08-20T20:14:24.1487647Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:14:24.4656778Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:14:24.6441889Z Collecting ansi2txt
2025-08-20T20:14:24.6453845Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:14:24.6651658Z Collecting pipx
2025-08-20T20:14:24.6662247Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:14:24.6814617Z Collecting scons
2025-08-20T20:14:24.6831218Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:14:24.6952016Z Collecting py2static
2025-08-20T20:14:24.6962069Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:14:24.7132501Z Collecting typer
2025-08-20T20:14:24.7142922Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:14:24.7395397Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:14:24.7405777Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:14:24.7584189Z Collecting packaging>=20 (from pipx)
2025-08-20T20:14:24.7594370Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:14:24.7777461Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:14:24.7787648Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:14:24.7929447Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:14:24.7939582Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:14:24.8327664Z Collecting pyinstaller (from py2static)
2025-08-20T20:14:24.8338661Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:14:24.8497669Z Collecting staticx (from py2static)
2025-08-20T20:14:24.8507904Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:14:24.8683793Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:14:24.8694168Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:14:24.9009908Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:14:24.9021121Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:14:24.9163665Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:14:24.9173737Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:14:24.9538618Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:14:24.9549884Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:14:24.9737713Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:14:24.9748783Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:14:24.9974878Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:14:24.9985151Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:14:25.0107175Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:14:25.0117408Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:14:25.1220225Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:14:25.1232580Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:14:25.1434912Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:14:25.1445158Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:14:25.1632889Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:14:25.1643750Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:14:25.1818947Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:14:25.1829318Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:14:25.1867641Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:14:25.1877402Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:14:25.1887758Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:14:25.1928129Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:14:25.1937540Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:14:25.1947887Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:14:25.1957699Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:14:25.1967974Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:14:25.1977899Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:14:25.1987529Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:14:25.1998612Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:14:25.2017317Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:14:25.2027500Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:14:25.2037047Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:14:25.2046635Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:14:25.2056266Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:14:25.2065905Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:14:25.2081192Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:14:25.2093880Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:14:25.2111420Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:14:25.2121089Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:14:25.2131668Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:14:25.3631731Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:14:25.3636427Z   Attempting uninstall: pyelftools
2025-08-20T20:14:25.3717176Z     Found existing installation: pyelftools 0.32
2025-08-20T20:14:25.3768915Z     Uninstalling pyelftools-0.32:
2025-08-20T20:14:25.3784991Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:14:25.4897272Z   Attempting uninstall: altgraph
2025-08-20T20:14:25.4985472Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:14:25.5004425Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:14:25.5010658Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:14:25.5144426Z   Attempting uninstall: typing-extensions
2025-08-20T20:14:25.5230424Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:14:25.5244565Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:14:25.5485537Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:14:25.5727386Z   Attempting uninstall: staticx
2025-08-20T20:14:25.5811698Z     Found existing installation: staticx 0.14.1
2025-08-20T20:14:25.5837562Z     Uninstalling staticx-0.14.1:
2025-08-20T20:14:25.5848014Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:14:25.6051635Z   Attempting uninstall: shellingham
2025-08-20T20:14:25.6133559Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:14:25.6151734Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:14:25.6158411Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:14:25.6245210Z   Attempting uninstall: setuptools
2025-08-20T20:14:25.6330831Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:14:25.6613038Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:14:25.6888970Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:14:26.3484937Z   Attempting uninstall: scons
2025-08-20T20:14:26.3583996Z     Found existing installation: SCons 4.9.1
2025-08-20T20:14:26.3968842Z     Uninstalling SCons-4.9.1:
2025-08-20T20:14:26.4038982Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:14:27.0158257Z   Attempting uninstall: pygments
2025-08-20T20:14:27.0241637Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:14:27.0480338Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:14:27.0509491Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:14:27.6602215Z   Attempting uninstall: platformdirs
2025-08-20T20:14:27.6685938Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:14:27.6707005Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:14:27.6714103Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:14:27.6866722Z   Attempting uninstall: packaging
2025-08-20T20:14:27.6948989Z     Found existing installation: packaging 25.0
2025-08-20T20:14:27.6973611Z     Uninstalling packaging-25.0:
2025-08-20T20:14:27.6980797Z       Successfully uninstalled packaging-25.0
2025-08-20T20:14:27.7371123Z   Attempting uninstall: mdurl
2025-08-20T20:14:27.7453463Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:14:27.7470727Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:14:27.7477585Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:14:27.7560309Z   Attempting uninstall: click
2025-08-20T20:14:27.7641352Z     Found existing installation: click 8.2.1
2025-08-20T20:14:27.7665260Z     Uninstalling click-8.2.1:
2025-08-20T20:14:27.7672513Z       Successfully uninstalled click-8.2.1
2025-08-20T20:14:27.8292367Z   Attempting uninstall: argcomplete
2025-08-20T20:14:27.8378998Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:14:27.8409260Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:14:27.8421100Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:14:27.8651376Z   Attempting uninstall: ansi2txt
2025-08-20T20:14:27.8732244Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:14:27.8748170Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:14:27.8996157Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:14:27.9049966Z   Attempting uninstall: userpath
2025-08-20T20:14:27.9132209Z     Found existing installation: userpath 1.9.2
2025-08-20T20:14:27.9152268Z     Uninstalling userpath-1.9.2:
2025-08-20T20:14:27.9161435Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:14:27.9265091Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:14:27.9346024Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:14:27.9778014Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:14:27.9821430Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:14:28.2604233Z   Attempting uninstall: markdown-it-py
2025-08-20T20:14:28.2695889Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:14:28.2757079Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:14:28.2771983Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:14:28.3389086Z   Attempting uninstall: rich
2025-08-20T20:14:28.3477133Z     Found existing installation: rich 14.1.0
2025-08-20T20:14:28.3542140Z     Uninstalling rich-14.1.0:
2025-08-20T20:14:28.3552172Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:14:28.5214051Z   Attempting uninstall: pyinstaller
2025-08-20T20:14:28.5296389Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:14:28.5657523Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:14:28.5701994Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:14:28.9054676Z   Attempting uninstall: pipx
2025-08-20T20:14:28.9150718Z     Found existing installation: pipx 1.7.1
2025-08-20T20:14:28.9189067Z     Uninstalling pipx-1.7.1:
2025-08-20T20:14:28.9199850Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:14:28.9726692Z   Attempting uninstall: typer
2025-08-20T20:14:28.9816995Z     Found existing installation: typer 0.16.1
2025-08-20T20:14:28.9844913Z     Uninstalling typer-0.16.1:
2025-08-20T20:14:28.9854658Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:14:29.0220444Z   Attempting uninstall: py2static
2025-08-20T20:14:29.0299636Z     Found existing installation: py2static 0.0.1
2025-08-20T20:14:29.0319982Z     Uninstalling py2static-0.0.1:
2025-08-20T20:14:29.0331052Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:14:29.0451817Z 
2025-08-20T20:14:29.0485437Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:14:29.3694856Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:14:29.4914387Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:14:29.4919310Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-f58gbr0k
2025-08-20T20:14:29.4941379Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-f58gbr0k
2025-08-20T20:14:30.6177697Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:14:30.6219709Z   Installing build dependencies: started
2025-08-20T20:14:31.3500722Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:14:31.3510758Z   Getting requirements to build wheel: started
2025-08-20T20:14:31.6428768Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:14:31.6441234Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:14:31.8391595Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:14:32.0071188Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:14:32.0084311Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:14:32.0281092Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:14:32.0291859Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:14:32.0477076Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:14:32.0487512Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:14:32.0659399Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:14:32.0669826Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:14:32.0714671Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:14:32.0725264Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:14:32.0739185Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:14:32.0757945Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:14:32.0878067Z Building wheels for collected packages: pyinstaller
2025-08-20T20:14:32.0885868Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:14:32.7609315Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:14:32.7635781Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=67f53ae7a664df09ca9937c4340fdf35ee83fc5d4210a7424ebf39fbada26f0b
2025-08-20T20:14:32.7637561Z   Stored in directory: /tmp/pip-ephem-wheel-cache-8i2zggeq/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:14:32.7678115Z Successfully built pyinstaller
2025-08-20T20:14:32.8592609Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:14:32.8598184Z   Attempting uninstall: altgraph
2025-08-20T20:14:32.8681941Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:14:32.8702462Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:14:32.8709723Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:14:32.8889975Z   Attempting uninstall: setuptools
2025-08-20T20:14:32.8977356Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:14:32.9261625Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:14:32.9546696Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:14:33.6260791Z   Attempting uninstall: packaging
2025-08-20T20:14:33.6344114Z     Found existing installation: packaging 25.0
2025-08-20T20:14:33.6379980Z     Uninstalling packaging-25.0:
2025-08-20T20:14:33.6387938Z       Successfully uninstalled packaging-25.0
2025-08-20T20:14:33.6803031Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:14:33.6886436Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:14:33.7328605Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:14:33.7371533Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:14:34.0198063Z   Attempting uninstall: pyinstaller
2025-08-20T20:14:34.0284073Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:14:34.0654434Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:14:34.0699332Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:14:34.4165321Z 
2025-08-20T20:14:34.4194629Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:14:34.7184914Z 6.15.0
2025-08-20T20:14:34.7848941Z [+] Installing Go for linux-amd64...
2025-08-20T20:14:35.2464232Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:14:35.2465132Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:14:35.2465736Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:14:38.5472066Z [+] Downloading Go go1.25.0...
2025-08-20T20:14:38.5526467Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:14:38.5527159Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:14:38.5527489Z 
2025-08-20T20:14:38.6244564Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:14:38.6245426Z 100    80  100    80    0     0   1112      0 --:--:-- --:--:-- --:--:--  1126
2025-08-20T20:14:38.6983828Z 
2025-08-20T20:14:38.6984658Z 100    75  100    75    0     0    514      0 --:--:-- --:--:-- --:--:--   514
2025-08-20T20:14:38.9679050Z 
2025-08-20T20:14:38.9679814Z 100 56.8M  100 56.8M    0     0   136M      0 --:--:-- --:--:-- --:--:--  136M
2025-08-20T20:14:38.9714270Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T20:14:40.3710332Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T20:14:40.3710875Z [+] GOROOT: /home/runner/.go
2025-08-20T20:14:40.3711263Z [+] GOPATH: /home/runner/go
2025-08-20T20:14:40.3711779Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T20:14:40.3871178Z go version go1.25.0 linux/amd64
2025-08-20T20:14:40.4249280Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:14:40.4249992Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:14:40.4250968Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:14:40.4251668Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:14:40.4252368Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:14:40.4253052Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:14:40.4253892Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:14:40.4254724Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:14:40.4255444Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:14:40.4255997Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:14:40.4256656Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:14:40.4257383Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:14:40.4258098Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:14:40.4258865Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:14:40.4259610Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:14:40.4260373Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:14:40.4261099Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:14:40.4261744Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:14:40.4262434Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:14:40.4263411Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:14:40.4264195Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:14:40.4264872Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:14:40.4265609Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:14:40.4266088Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:14:40.4266456Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:14:40.4266876Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:14:40.4267312Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:14:40.4267826Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:14:40.4268432Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:14:40.4268841Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:14:40.4269273Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:14:40.4269801Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:14:40.4270231Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:14:40.4270647Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:14:40.4271185Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:14:40.4271618Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:14:40.4272021Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:14:40.4272504Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:14:40.4272919Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:14:40.4273594Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:14:40.4274013Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:14:40.4274508Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:14:40.4274976Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:14:40.4275560Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:14:40.4276039Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:14:40.4276500Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:14:40.4277042Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:14:40.4277502Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:14:40.4277914Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:14:40.4278325Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:14:40.4278727Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:14:40.4279236Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:14:40.4279631Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:14:40.4280008Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:14:40.4280371Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:14:40.4280729Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:14:40.4281112Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:14:40.4281468Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:14:40.4281874Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:14:40.4282250Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:14:40.4282728Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:14:40.4283159Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:14:40.4283961Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:14:40.4284388Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:14:40.4284900Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:14:40.4285334Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:14:40.4285734Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:14:40.4286131Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:14:40.4286819Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:14:40.4287295Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:14:40.4287792Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:14:40.4288350Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:14:40.4288859Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:14:40.4289267Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:14:40.4289737Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:14:40.4290148Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:14:40.4290587Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:14:40.4291080Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:14:40.4291656Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:14:40.4292221Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:14:40.4292659Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:14:40.4293057Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:14:40.4293795Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:14:40.4294208Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:14:40.4294604Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:14:40.4295080Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:14:40.4295503Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:14:40.4296010Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:14:40.4296393Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:14:40.4296847Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:14:40.4297251Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:14:40.4297652Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:14:40.4298029Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:14:40.4298396Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:14:40.4298866Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:14:40.4299257Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:14:40.4299643Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:14:40.4300100Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:14:40.4300556Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:14:40.4300918Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:14:40.4301302Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:14:40.4301665Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:14:40.4302028Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:14:40.4302406Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:14:40.4302792Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:14:40.4303191Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:14:40.4303859Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:14:40.4304320Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:14:40.4304834Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:14:40.4305225Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:14:40.4305624Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:14:40.4305963Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:14:40.4306387Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:14:40.4306823Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:14:40.4307182Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:14:40.4307543Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:14:40.4307906Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:14:40.4308261Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:14:40.4308727Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:14:40.4309127Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:14:40.4309648Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:14:40.4310178Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:14:40.4310578Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:14:40.4311049Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:14:40.4311644Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:14:40.4312048Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:14:40.4312532Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:14:40.4312938Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:14:40.4313534Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:14:40.4313952Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:14:40.4314445Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:14:40.4314889Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:14:40.4315317Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:14:40.4316019Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:14:40.4316517Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:14:40.4316944Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:14:40.4317353Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:14:40.4317751Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:14:40.4318138Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:14:40.4318543Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:14:40.4319042Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:14:40.4319492Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:14:40.4319862Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:14:40.4320172Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:14:40.4320550Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:14:40.4321059Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:14:40.4321574Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:14:40.4321965Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:14:40.4322428Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:14:40.4322948Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:14:40.4323585Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:14:40.4323944Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:14:40.4324281Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:14:40.4324704Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:14:40.4325149Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:14:40.4325795Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:14:40.4326372Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:14:40.4326971Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:14:40.4327392Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:14:40.4327810Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:14:40.4328230Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:14:40.4328587Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:14:40.4329065Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:14:40.4329686Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:14:40.4330211Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:14:40.4330769Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:14:40.4331207Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:14:40.4331688Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:14:40.4332114Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:14:40.4332649Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:14:40.4333168Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:14:40.4334095Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:14:40.4334688Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:14:40.4335066Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:14:40.4335408Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:14:40.4335830Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:14:40.4336573Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:14:40.4337082Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:14:40.4337528Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:14:40.4338114Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:14:40.4338602Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:14:40.4339384Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:14:40.4340030Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:14:40.4340475Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:14:40.4340845Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:14:40.4341366Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:14:40.4341837Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:14:40.4342250Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:14:40.4342654Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:14:40.4343026Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:14:40.4343988Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:14:40.4344403Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:14:40.4344809Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:14:40.4345384Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:14:40.4345787Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:14:40.4346182Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:14:40.4346723Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:14:40.4347190Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:14:40.4347779Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:14:40.4348402Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:14:40.4348812Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:14:40.4349182Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:14:40.4349761Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:14:40.4350144Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:14:40.4350526Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:14:40.4351051Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:14:40.4351461Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:14:40.4351884Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:14:40.4352577Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:14:40.4353200Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:14:40.4353868Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:14:40.4354272Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:14:40.4354885Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:14:40.4355451Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:14:40.4355832Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:14:40.4356397Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:14:40.4356936Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:14:40.4357569Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:14:40.4358096Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:14:40.4358557Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:14:40.4359076Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:14:40.4359579Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:14:40.4360276Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:14:40.4360771Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:14:40.4361205Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:14:40.4361575Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:14:40.4361937Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:14:40.4362331Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:14:40.4362943Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:14:40.4364028Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:14:40.4364421Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:14:40.4364807Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:14:40.4365190Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:14:40.4365760Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:14:40.4366147Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:14:40.4366551Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:14:40.4366941Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:14:40.4367352Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:14:40.4367962Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:14:40.4368504Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:14:40.4368889Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:14:40.4369299Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:14:40.4369674Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:14:40.4370030Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:14:40.4370400Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:14:40.4371107Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:14:40.4371648Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:14:40.4372152Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:14:40.4372545Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:14:40.4372909Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:14:40.4373438Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:14:40.4374096Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:40.4374679Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:14:40.4375058Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:14:40.4375568Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:14:40.4376007Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:14:40.4376522Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:14:40.4377051Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:14:40.4377494Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:14:40.4377926Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:14:40.4378346Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:14:40.4378745Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:14:40.4379327Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:14:40.4379887Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:14:40.4380282Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:14:40.4380716Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:14:40.4381425Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:14:40.4382119Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:14:40.4382698Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:14:40.4383184Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:14:40.4384176Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:14:40.4384673Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:14:40.4385166Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:14:40.4385731Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:14:40.4386211Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:14:40.4386856Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:14:40.4387277Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:14:40.4387642Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:14:40.4388006Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:14:40.4388564Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:14:40.4389154Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:14:40.4389538Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:14:40.4389910Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:14:40.4390302Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:14:40.4390686Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:14:40.4391077Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:14:40.4391765Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:14:40.4392136Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:14:40.4392515Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:14:40.4392904Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:14:40.4393400Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:14:40.4393985Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:14:40.4394546Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:14:40.4394920Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:14:40.4395295Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:14:40.4395665Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:14:40.4396024Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:14:40.4396408Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:14:40.4396816Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:14:40.4397354Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:14:40.4398005Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:14:40.4398473Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:14:40.4398998Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:14:40.4399384Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:14:40.4399956Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:14:40.4400447Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:14:40.4400828Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:14:40.4401384Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:14:40.4401917Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:14:40.4402218Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:14:40.4402520Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:14:40.4402865Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:14:40.4403535Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:14:40.4403901Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:14:40.4404259Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:14:40.4404600Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:14:40.4404936Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:14:40.4405320Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:14:40.4405813Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:14:40.4406269Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:14:40.4406666Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:14:40.4407055Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:14:40.4407464Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:14:40.4407971Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:14:40.4408592Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:14:40.4409216Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:14:40.4409755Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:14:40.4410352Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:14:40.4410813Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:14:40.4411330Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:14:40.4411947Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:14:40.4412512Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:14:40.4413004Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:14:40.4413685Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:14:40.4414062Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:14:40.4414436Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:14:40.4414813Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:14:40.4415193Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:14:40.4415579Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:14:40.4415962Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:14:40.4416345Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:14:40.4416732Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:14:40.4417112Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:14:40.4417483Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:14:40.4417855Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:14:40.4418224Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:14:40.4418618Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:14:40.4419011Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:14:40.4419422Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:14:40.4419832Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:14:40.4420193Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:14:40.4420710Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:14:40.4421119Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:14:40.4421522Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:14:40.4421955Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:14:40.4422384Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:14:40.4422754Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:14:40.4423125Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:14:40.4423728Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:14:40.4424094Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:14:40.4424480Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:14:40.4424871Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:14:40.4425251Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:14:40.4425636Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:14:40.4425996Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:14:40.4426357Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:14:40.4427020Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:40.4427734Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:40.4428409Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:40.4429060Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:40.4429584Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:14:40.4429966Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:14:40.4430338Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:14:40.4430714Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:14:40.4431087Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:14:40.4431447Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:14:40.4431818Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:14:40.4432199Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:14:40.4432571Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:14:40.4440504Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:14:40.4441002Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:14:40.4441408Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:14:40.4441826Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:14:40.4442250Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:14:40.4442657Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:14:40.4443064Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:14:40.4443650Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:14:40.4444043Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:14:40.4444432Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:14:40.4444819Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:14:40.4445379Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:14:40.4445769Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:14:40.4446168Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:14:40.4446563Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:14:40.4446958Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:14:40.4447356Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:14:40.4447766Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:14:40.4448206Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:14:40.4448659Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:14:40.4449065Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:14:40.4449514Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:14:40.4449975Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:14:40.4450389Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:14:40.4450759Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:14:40.4451139Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:14:40.4451649Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:14:40.4452065Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:14:40.4452472Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:14:40.4452849Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:14:40.4453420Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:14:40.4454037Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:14:40.4454518Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:14:40.4454917Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:14:40.4455317Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:14:40.4455767Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:14:40.4456214Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:14:40.4456688Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:14:40.4457176Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:14:40.4457618Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:14:40.4458060Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:14:40.4458461Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:14:40.4458851Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:14:40.4459272Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:14:40.4459659Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:14:40.4460038Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:14:40.4460447Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:14:40.4460848Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:14:40.4461255Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:14:40.4461672Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:14:40.4462196Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:14:40.4462572Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:14:40.4462940Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:14:40.4463502Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:14:40.4463901Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:14:40.4464312Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:14:40.4464774Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:14:40.4465222Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:14:40.4465618Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:14:40.4466049Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:14:40.4466475Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:14:40.4466880Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:14:40.4467298Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:14:40.4467665Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:14:40.4468031Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:14:40.4468429Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:14:40.4468978Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:14:40.4469362Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:14:40.4469694Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:14:40.4470020Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:14:40.4470381Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:14:40.4470894Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:14:40.4471411Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:14:40.4471790Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:14:40.4472159Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:14:40.4472556Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:14:40.4472980Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:14:40.4473500Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:14:40.4473904Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:14:40.4474317Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:14:40.4474723Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:14:40.4475102Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:14:40.4475475Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:14:40.4475839Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:14:40.4476224Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:14:40.4476643Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:14:40.4477076Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:14:40.4477470Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:14:40.4477891Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:14:40.4478328Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:14:40.4478722Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:14:40.4479216Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:14:40.4479571Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:14:40.4479936Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:14:40.4480304Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:14:40.4480686Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:14:40.4481089Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:14:40.4481505Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:14:40.4481964Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:14:40.4482402Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:14:40.4482781Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:14:40.4483172Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:14:40.4483662Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:14:40.4484048Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:14:40.4484428Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:14:40.4484801Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:14:40.4485356Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:14:40.4485853Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:14:40.4486270Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:14:40.4486642Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:14:40.4487014Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:14:40.4487423Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:14:40.4487816Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:14:40.4488193Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:14:40.4488587Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:14:40.4488970Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:14:40.4489322Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:14:40.4489684Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:14:40.4490081Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:14:40.4490499Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:14:40.4490878Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:14:40.4491266Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:14:40.4491709Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:14:40.4492144Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:14:40.4492561Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:14:40.4492953Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:14:40.4493740Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:40.4494266Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:14:40.4494575Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:14:40.4494922Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:14:40.4495331Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:14:40.4495888Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:14:40.4496413Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:14:40.4496997Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:14:40.4497606Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:14:40.4498253Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:14:40.4498893Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:14:40.4499517Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:14:40.4500174Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:14:40.4500758Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:14:40.4501247Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:14:40.4501690Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:14:40.4502126Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:14:40.4502552Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:14:40.4503126Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:14:40.4503789Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:14:40.4504177Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:14:40.4504544Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:14:40.4504918Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:14:40.4505306Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:14:40.4505718Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:14:40.4506131Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:14:40.4506493Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:14:40.4506887Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:14:40.4507359Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:14:40.4507847Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:14:40.4508332Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:14:40.4508812Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:14:40.4509290Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:14:40.4509762Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:14:40.4510205Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:14:40.4510619Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:14:40.4511032Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:14:40.4511447Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:14:40.4511851Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:14:40.4512263Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:14:40.4512693Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:14:40.4513119Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:14:40.4513882Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:14:40.4514278Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:14:40.4514658Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:14:40.4515044Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:14:40.4515481Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:14:40.4515930Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:14:40.4516343Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:14:40.4516758Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:14:40.4517185Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:14:40.4517639Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:14:40.4518091Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:14:40.4518515Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:14:40.4518914Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:14:40.4519295Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:14:40.4519692Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:14:40.4520181Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:14:40.4520563Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:14:40.4520966Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:14:40.4521371Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:14:40.4521796Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:14:40.4522274Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:14:40.4522695Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:14:40.4523103Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:14:40.4523612Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:14:40.4523913Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:14:40.4524242Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:14:40.4524627Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:14:40.4525021Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:14:40.4525412Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:14:40.4525800Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:14:40.4526225Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:14:40.4526670Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:14:40.4527084Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:14:40.4527467Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:14:40.4527866Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:14:40.4528411Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:40.4528987Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:14:40.4529436Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:14:40.4529870Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:14:40.4530432Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:14:40.4530858Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:14:40.4531254Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:14:40.4531642Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:14:40.4532023Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:14:40.4532415Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:14:40.4532819Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:14:40.4533188Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:14:40.4533832Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:14:40.4534243Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:14:40.4534623Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:14:40.4535030Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:14:40.4535486Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:14:40.4535896Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:14:40.4536274Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:14:40.4536647Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:14:40.4537157Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:14:40.4537536Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:14:40.4537905Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:14:40.4538326Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:14:40.4538776Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:14:40.4539174Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:14:40.4539564Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:14:40.4539958Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:14:40.4540338Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:14:40.4540709Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:14:40.4541090Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:14:40.4541495Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:14:40.4541945Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:14:40.4542402Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:14:40.4542833Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:14:40.4543415Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:14:40.4543856Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:14:40.4544271Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:14:40.4544657Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:14:40.4545017Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:14:40.4545336Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:14:40.4545640Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:14:40.4546011Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:14:40.4546379Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:14:40.4546726Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:14:40.4547263Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:14:40.4547656Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:14:40.4548043Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:14:40.4548398Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:14:40.4548750Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:14:40.4549124Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:14:40.4549524Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:14:40.4549899Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:14:40.4550260Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:14:40.4550616Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:14:40.4550999Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:14:40.4551385Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:14:40.4551735Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:14:40.4552108Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:14:40.4552494Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:14:40.4552870Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:14:40.4553464Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:14:40.4553843Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:14:40.4554225Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:14:40.4554622Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:14:40.4555043Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:14:40.4555452Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:14:40.4555800Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:14:40.4556146Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:14:40.4556488Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:14:40.4556907Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:14:40.4557403Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:14:40.4557910Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:14:40.4558385Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:14:40.4558876Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:14:40.4559319Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:14:40.4559697Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:14:40.4560078Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:14:40.4560462Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:14:40.4560847Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:14:40.4561237Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:14:40.4561623Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:14:40.4561992Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:14:40.4562382Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:14:40.4562821Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:14:40.4563480Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:14:40.4563857Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:14:40.4564258Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:14:40.4564678Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:14:40.4565058Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:14:40.4565412Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:14:40.4565803Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:14:40.4566254Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:14:40.4566679Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:14:40.4567086Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:14:40.4567498Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:14:40.4567815Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:14:40.4568092Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:14:40.4568443Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:14:40.4568925Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:14:40.6772906Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:14:40.8607843Z Collecting meson
2025-08-20T20:14:40.9068543Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:14:40.9441758Z Collecting ninja
2025-08-20T20:14:40.9519154Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T20:14:40.9641881Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:14:41.0392018Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 16.1 MB/s  0:00:00
2025-08-20T20:14:41.0464071Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T20:14:41.1438448Z Installing collected packages: ninja, meson
2025-08-20T20:14:41.8723105Z 
2025-08-20T20:14:41.8755206Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:14:42.1807393Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:14:42.2904673Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:14:42.3586872Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:14:42.8594922Z 1.8.4
2025-08-20T20:14:42.8844428Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:14:42.9099437Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:14:42.9100079Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:14:42.9100659Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:14:42.9101308Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:14:42.9101940Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:14:42.9102581Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:14:42.9103379Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:14:42.9104019Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:14:42.9104614Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:14:42.9105190Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:14:42.9105802Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:14:42.9106462Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:14:42.9107118Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:14:42.9107831Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:14:42.9108807Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:14:42.9109536Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:14:42.9110407Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:14:42.9111055Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:14:42.9111736Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:14:42.9112542Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:14:42.9113512Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:14:42.9114208Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:14:42.9114958Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:14:42.9115654Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:14:42.9116273Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:14:42.9116932Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:14:42.9117506Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:14:42.9117945Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:14:42.9118374Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:14:42.9118813Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:14:42.9119434Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:14:42.9119892Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:14:42.9120324Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:14:42.9120749Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:14:42.9121198Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:14:42.9121822Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:14:42.9122533Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:14:42.9123188Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:14:42.9124084Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:14:42.9124834Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:14:42.9125602Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:14:42.9126404Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:14:42.9127122Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:14:42.9127962Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:14:42.9128825Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:14:42.9129659Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:14:42.9130513Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:14:42.9131314Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:14:42.9132085Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:14:42.9132856Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:14:42.9133819Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:14:42.9134563Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:14:42.9135282Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:14:42.9136146Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:14:42.9136783Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:14:42.9137442Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:14:42.9138009Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:14:42.9138621Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:14:42.9139346Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:14:42.9140022Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:14:42.9140750Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:14:42.9141530Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:14:42.9142277Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:14:42.9142996Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:14:42.9143938Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:14:42.9144708Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:14:42.9145423Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:14:42.9146128Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:14:42.9146876Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:14:42.9147875Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:14:42.9148774Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:14:42.9149608Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:14:42.9150339Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:14:42.9151022Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:14:42.9151701Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:14:42.9152392Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:14:42.9153148Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:14:42.9154183Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:14:42.9155082Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:14:42.9155942Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:14:42.9156716Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:14:42.9157428Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:14:42.9158120Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:14:42.9158839Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:14:42.9159535Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:14:42.9160228Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:14:42.9160982Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:14:42.9161497Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:14:42.9161894Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:14:42.9162277Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:14:42.9162693Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:14:42.9163104Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:14:42.9164940Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:14:42.9165498Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:14:42.9165895Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:14:42.9166291Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:14:42.9166653Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:14:42.9167043Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:14:42.9167426Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:14:42.9167795Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:14:42.9168203Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:14:42.9168576Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:14:42.9168942Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:14:42.9169327Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:14:42.9169726Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:14:42.9170131Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:14:42.9170717Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:14:42.9171342Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:14:42.9171977Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:14:42.9172854Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:14:42.9173673Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:14:42.9174031Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:14:42.9174368Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:14:42.9174727Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:14:42.9175095Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:14:42.9175455Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:14:42.9175814Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:14:42.9176169Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:14:42.9176549Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:14:42.9176953Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:14:42.9177402Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:14:42.9177847Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:14:42.9178253Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:14:42.9178643Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:14:42.9179034Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:14:42.9179425Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:14:42.9179835Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:14:42.9180247Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:14:42.9180623Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:14:42.9181009Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:14:42.9181427Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:14:42.9181872Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:14:42.9182308Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:14:42.9182701Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:14:42.9183090Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:14:42.9183879Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:14:42.9184296Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:14:42.9184699Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:14:42.9185103Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:14:42.9185502Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:14:42.9185913Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:14:42.9186297Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:14:42.9186658Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:14:42.9186969Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:14:42.9187295Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:14:42.9187692Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:14:42.9188090Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:14:42.9188486Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:14:42.9188864Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:14:42.9189239Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:14:42.9189620Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:14:42.9190078Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:14:42.9190428Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:14:42.9190853Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:14:42.9191299Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:14:42.9191700Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:14:42.9192077Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:14:42.9192467Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:14:42.9192876Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:14:42.9193485Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:14:42.9194206Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:14:42.9194596Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:14:42.9194974Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:14:42.9195395Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:14:42.9195822Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:14:42.9196232Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:14:42.9196608Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:14:42.9196952Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:14:42.9197498Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:14:42.9197890Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:14:42.9198319Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:14:42.9198791Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:14:42.9199206Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:14:42.9199580Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:14:42.9199923Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:14:42.9200280Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:14:42.9200867Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:14:42.9201372Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:14:42.9201815Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:14:42.9202191Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:14:42.9202660Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:14:42.9203205Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:14:42.9203914Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:14:42.9204349Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:14:42.9204709Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:14:42.9205096Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:14:42.9205512Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:14:42.9205926Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:14:42.9206327Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:14:42.9206702Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:14:42.9207077Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:14:42.9207830Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:14:42.9208534Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:14:42.9209120Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:14:42.9209524Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:14:42.9209923Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:14:42.9210331Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:14:42.9210760Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:14:42.9211216Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:14:42.9211647Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:14:42.9212022Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:14:42.9212399Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:14:42.9212799Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:14:42.9213177Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:14:42.9213820Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:14:42.9214201Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:14:42.9214598Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:14:42.9215014Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:14:42.9215479Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:14:42.9215924Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:14:42.9216322Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:14:42.9216716Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:14:42.9217107Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:14:42.9217486Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:14:42.9217858Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:14:42.9218242Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:14:42.9218767Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:14:42.9219220Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:14:42.9219699Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:14:42.9220160Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:14:42.9220675Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:14:42.9221181Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:14:42.9221670Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:14:42.9222159Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:14:42.9222587Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:14:42.9222964Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:14:42.9223516Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:14:42.9223902Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:14:42.9224278Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:14:42.9224643Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:14:42.9225027Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:14:42.9225521Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:14:42.9225909Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:14:42.9226290Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:14:42.9226672Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:14:42.9227071Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:14:42.9227461Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:14:42.9227876Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:14:42.9228316Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:14:42.9228702Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:14:42.9229077Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:14:42.9229493Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:14:42.9229865Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:14:42.9230224Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:14:42.9230566Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:14:42.9230930Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:14:42.9231314Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:14:42.9231689Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:14:42.9232079Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:14:42.9232442Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:14:42.9232758Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:14:42.9233367Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:42.9233931Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:14:42.9234303Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:14:42.9234679Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:14:42.9235056Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:14:42.9235457Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:14:42.9236066Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:14:42.9236485Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:14:42.9236911Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:14:42.9237312Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:14:42.9237713Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:14:42.9238134Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:14:42.9238537Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:14:42.9238938Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:14:42.9239367Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:14:42.9239853Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:14:42.9240360Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:14:42.9240809Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:14:42.9241226Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:14:42.9241628Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:14:42.9242243Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:14:42.9242738Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:14:42.9243143Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:14:42.9243787Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:14:42.9244242Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:14:42.9244652Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:14:42.9245014Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:14:42.9245378Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:14:42.9245762Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:14:42.9246147Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:14:42.9246513Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:14:42.9246883Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:14:42.9247273Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:14:42.9247650Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:14:42.9248019Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:14:42.9248393Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:14:42.9248770Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:14:42.9249151Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:14:42.9249538Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:14:42.9249903Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:14:42.9250257Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:14:42.9250615Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:14:42.9250984Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:14:42.9251357Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:14:42.9251722Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:14:42.9252079Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:14:42.9252580Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:14:42.9252929Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:14:42.9253475Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:14:42.9253920Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:14:42.9254327Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:14:42.9254688Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:14:42.9255078Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:14:42.9255500Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:14:42.9255895Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:14:42.9256253Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:14:42.9256616Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:14:42.9256980Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:14:42.9257281Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:14:42.9257578Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:14:42.9257926Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:14:42.9258278Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:14:42.9258640Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:14:42.9259111Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:14:42.9259463Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:14:42.9259803Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:14:42.9260185Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:14:42.9260595Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:14:42.9261001Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:14:42.9261395Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:14:42.9261784Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:14:42.9262198Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:14:42.9262697Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:14:42.9263483Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:14:42.9264115Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:14:42.9264658Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:14:42.9265129Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:14:42.9265585Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:14:42.9266101Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:14:42.9266720Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:14:42.9267285Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:14:42.9267778Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:14:42.9268223Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:14:42.9268591Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:14:42.9268962Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:14:42.9269332Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:14:42.9269839Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:14:42.9270229Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:14:42.9270614Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:14:42.9270999Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:14:42.9278719Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:14:42.9279248Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:14:42.9279660Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:14:42.9280054Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:14:42.9280458Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:14:42.9280866Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:14:42.9281281Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:14:42.9281696Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:14:42.9282112Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:14:42.9282474Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:14:42.9282861Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:14:42.9283505Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:14:42.9284096Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:14:42.9284557Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:14:42.9284994Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:14:42.9285368Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:14:42.9285746Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:14:42.9286143Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:14:42.9286520Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:14:42.9286900Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:14:42.9287296Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:14:42.9287679Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:14:42.9288072Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:14:42.9288439Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:14:42.9288820Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:14:42.9289374Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:42.9290088Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:42.9290761Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:42.9291416Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:42.9291938Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:14:42.9292329Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:14:42.9292698Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:14:42.9293097Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:14:42.9293591Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:14:42.9293965Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:14:42.9294462Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:14:42.9294847Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:14:42.9295220Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:14:42.9295592Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:14:42.9295972Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:14:42.9296347Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:14:42.9296726Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:14:42.9297135Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:14:42.9297538Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:14:42.9297934Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:14:42.9298335Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:14:42.9298723Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:14:42.9299106Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:14:42.9299486Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:14:42.9299852Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:14:42.9300237Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:14:42.9300752Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:14:42.9301152Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:14:42.9301549Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:14:42.9301944Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:14:42.9302329Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:14:42.9302753Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:14:42.9303184Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:14:42.9303682Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:14:42.9304125Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:14:42.9304588Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:14:42.9304989Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:14:42.9305360Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:14:42.9305740Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:14:42.9306134Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:14:42.9306541Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:14:42.9306937Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:14:42.9307311Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:14:42.9307701Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:14:42.9308170Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:14:42.9308646Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:14:42.9309042Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:14:42.9309446Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:14:42.9309895Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:14:42.9310336Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:14:42.9310931Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:14:42.9311419Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:14:42.9311860Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:14:42.9312290Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:14:42.9312684Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:14:42.9313084Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:14:42.9313605Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:14:42.9313986Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:14:42.9314368Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:14:42.9314782Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:14:42.9315186Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:14:42.9315591Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:14:42.9316008Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:14:42.9316398Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:14:42.9316770Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:14:42.9317248Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:14:42.9317611Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:14:42.9317995Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:14:42.9318414Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:14:42.9318867Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:14:42.9319323Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:14:42.9319719Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:14:42.9320153Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:14:42.9320570Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:14:42.9320971Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:14:42.9321377Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:14:42.9321735Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:14:42.9322093Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:14:42.9322483Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:14:42.9322881Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:14:42.9323359Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:14:42.9323693Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:14:42.9324008Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:14:42.9324364Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:14:42.9324868Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:14:42.9325393Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:14:42.9325771Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:14:42.9326142Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:14:42.9326535Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:14:42.9326943Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:14:42.9327468Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:14:42.9327867Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:14:42.9328277Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:14:42.9328687Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:14:42.9329053Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:14:42.9329425Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:14:42.9329782Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:14:42.9330161Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:14:42.9330586Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:14:42.9331013Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:14:42.9331411Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:14:42.9331831Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:14:42.9332271Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:14:42.9332667Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:14:42.9333034Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:14:42.9333483Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:14:42.9333953Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:14:42.9334330Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:14:42.9334707Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:14:42.9335107Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:14:42.9335526Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:14:42.9335982Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:14:42.9336417Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:14:42.9336788Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:14:42.9337169Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:14:42.9337551Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:14:42.9337938Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:14:42.9338314Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:14:42.9338685Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:14:42.9339147Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:14:42.9339647Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:14:42.9340065Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:14:42.9340436Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:14:42.9340815Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:14:42.9341220Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:14:42.9341614Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:14:42.9341993Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:14:42.9342392Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:14:42.9342774Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:14:42.9343128Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:14:42.9343705Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:14:42.9344103Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:14:42.9344525Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:14:42.9344903Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:14:42.9345292Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:14:42.9345729Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:14:42.9346160Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:14:42.9346581Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:14:42.9346977Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:14:42.9347498Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:42.9348026Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:14:42.9348337Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:14:42.9348686Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:14:42.9349100Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:14:42.9349526Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:14:42.9350155Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:14:42.9350898Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:14:42.9351520Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:14:42.9352175Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:14:42.9352828Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:14:42.9353665Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:14:42.9354303Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:14:42.9354887Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:14:42.9355380Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:14:42.9355830Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:14:42.9356266Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:14:42.9356691Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:14:42.9357159Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:14:42.9357598Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:14:42.9357984Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:14:42.9358345Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:14:42.9358726Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:14:42.9359107Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:14:42.9359523Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:14:42.9359939Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:14:42.9360308Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:14:42.9360700Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:14:42.9361167Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:14:42.9361789Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:14:42.9362272Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:14:42.9362751Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:14:42.9363395Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:14:42.9363923Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:14:42.9364384Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:14:42.9364802Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:14:42.9365216Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:14:42.9365626Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:14:42.9366040Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:14:42.9366446Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:14:42.9366878Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:14:42.9367310Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:14:42.9367700Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:14:42.9368079Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:14:42.9368580Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:14:42.9368963Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:14:42.9369396Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:14:42.9369833Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:14:42.9370239Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:14:42.9370646Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:14:42.9371068Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:14:42.9371516Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:14:42.9371956Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:14:42.9372391Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:14:42.9372787Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:14:42.9373158Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:14:42.9373651Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:14:42.9374021Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:14:42.9374398Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:14:42.9374799Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:14:42.9375198Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:14:42.9375618Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:14:42.9376086Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:14:42.9376508Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:14:42.9376911Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:14:42.9377311Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:14:42.9377613Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:14:42.9377934Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:14:42.9378475Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:14:42.9378869Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:14:42.9379257Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:14:42.9379648Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:14:42.9380072Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:14:42.9380519Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:14:42.9380936Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:14:42.9381322Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:14:42.9381719Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:14:42.9382267Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:42.9382856Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:14:42.9383407Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:14:42.9383851Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:14:42.9384286Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:14:42.9384705Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:14:42.9385222Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:14:42.9385612Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:14:42.9385996Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:14:42.9386390Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:14:42.9386788Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:14:42.9387166Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:14:42.9387552Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:14:42.9387957Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:14:42.9388331Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:14:42.9388736Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:14:42.9389199Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:14:42.9389620Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:14:42.9389990Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:14:42.9390361Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:14:42.9390749Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:14:42.9391120Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:14:42.9391489Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:14:42.9391911Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:14:42.9392355Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:14:42.9392758Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:14:42.9393159Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:14:42.9393689Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:14:42.9394084Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:14:42.9394476Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:14:42.9394993Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:14:42.9395407Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:14:42.9395877Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:14:42.9396351Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:14:42.9396788Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:14:42.9397200Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:14:42.9397612Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:14:42.9398045Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:14:42.9398443Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:14:42.9398815Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:14:42.9399143Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:14:42.9399455Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:14:42.9399835Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:14:42.9400213Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:14:42.9400572Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:14:42.9400953Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:14:42.9401470Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:14:42.9401865Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:14:42.9402235Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:14:42.9402595Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:14:42.9402980Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:14:42.9403489Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:14:42.9403874Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:14:42.9404247Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:14:42.9404611Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:14:42.9405003Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:14:42.9405394Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:14:42.9405757Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:14:42.9406143Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:14:42.9406538Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:14:42.9406918Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:14:42.9407300Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:14:42.9407683Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:14:42.9408084Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:14:42.9408493Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:14:42.9408931Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:14:42.9409337Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:14:42.9409698Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:14:42.9410059Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:14:42.9410409Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:14:42.9410839Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:14:42.9411339Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:14:42.9411935Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:14:42.9412415Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:14:42.9412910Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:14:42.9413441Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:14:42.9413831Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:14:42.9414230Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:14:42.9414623Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:14:42.9415018Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:14:42.9415408Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:14:42.9415802Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:14:42.9416188Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:14:42.9416587Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:14:42.9417033Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:14:42.9417466Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:14:42.9417855Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:14:42.9418374Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:14:42.9418808Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:14:42.9419199Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:14:42.9419558Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:14:42.9419954Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:14:42.9420418Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:14:42.9420853Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:14:42.9421271Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:14:42.9421688Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:14:42.9422021Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:14:42.9422304Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:14:42.9422668Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:14:42.9423152Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:14:43.1436441Z info: downloading installer
2025-08-20T20:14:43.3570107Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:14:43.3570620Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:14:43.3571114Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:14:43.3571620Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:14:43.3748758Z info: profile set to 'default'
2025-08-20T20:14:43.3749277Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T20:14:43.3749755Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:14:43.4440177Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:14:43.4807367Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:14:43.4807867Z 
2025-08-20T20:14:43.4902922Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:14:43.4903610Z 
2025-08-20T20:14:43.4903615Z 
2025-08-20T20:14:43.4903760Z Rust is installed now. Great!
2025-08-20T20:14:43.4904009Z 
2025-08-20T20:14:43.4904345Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:14:43.4905261Z environment variable. This has not been done automatically.
2025-08-20T20:14:43.4905505Z 
2025-08-20T20:14:43.4905641Z To configure your current shell, you need to source
2025-08-20T20:14:43.4905965Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:14:43.4906158Z 
2025-08-20T20:14:43.4906340Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:14:43.4906758Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:14:43.4907092Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:14:43.4907412Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:14:43.5091741Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:14:43.5425632Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:14:43.5426097Z 
2025-08-20T20:14:43.5528431Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:14:43.5528879Z 
2025-08-20T20:14:43.6025593Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:14:44.0821576Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:14:44.1133905Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:14:44.1134644Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:14:44.1135295Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:14:44.1135784Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:14:44.1136392Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:14:44.1137061Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:14:44.1137514Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:14:44.1137949Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:14:44.1138365Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:14:44.1138762Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:14:44.1139208Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:14:44.1139670Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:14:44.1140136Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:14:44.1140640Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:14:44.1141073Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:14:44.1141484Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:14:44.1141956Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:14:44.1142577Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:14:44.1143609Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:14:44.1144404Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:14:44.1145209Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:14:44.1145908Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:14:44.1146463Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:14:44.1146856Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:14:44.1147210Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:14:44.1147598Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:14:44.1148029Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:14:44.1148436Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:14:44.1148826Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:14:44.1149232Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:14:44.1149840Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:14:44.1150250Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:14:44.1150667Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:14:44.1151076Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:14:44.1151510Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:14:44.1151937Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:14:44.1152332Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:14:44.1152719Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:14:44.1153120Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:14:44.1153771Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:14:44.1154205Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:14:44.1154619Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:14:44.1155011Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:14:44.1155486Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:14:44.1156312Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:14:44.1157328Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:14:44.1158153Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:14:44.1158595Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:14:44.1159014Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:14:44.1159437Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:14:44.1159834Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:14:44.1160247Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:14:44.1160646Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:14:44.1161013Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:14:44.1161368Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:14:44.1161738Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:14:44.1162058Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:14:44.1162403Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:14:44.1162803Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:14:44.1163178Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:14:44.1163913Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:14:44.1164362Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:14:44.1164779Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:14:44.1165184Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:14:44.1165592Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:14:44.1166022Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:14:44.1166421Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:14:44.1166811Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:14:44.1167226Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:14:44.1167687Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:14:44.1168464Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:14:44.1168968Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:14:44.1169503Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:14:44.1170189Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:14:44.1170930Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:14:44.1171609Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:14:44.1172048Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:14:44.1172530Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:14:44.1173017Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:14:44.1173721Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:14:44.1174167Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:14:44.1174569Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:14:44.1174951Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:14:44.1175351Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:14:44.1175888Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:14:44.1176273Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:14:44.1176691Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:14:44.1177108Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:14:44.1177491Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:14:44.1177869Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:14:44.1178283Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:14:44.1178706Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:14:44.1179097Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:14:44.1179472Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:14:44.1179874Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:14:44.1180263Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:14:44.1180616Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:14:44.1180997Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:14:44.1181370Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:14:44.1181743Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:14:44.1182300Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:14:44.1182666Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:14:44.1183079Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:14:44.1183885Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:14:44.1184516Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:14:44.1185182Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:14:44.1185898Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:14:44.1186570Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:14:44.1187215Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:14:44.1187613Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:14:44.1188247Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:14:44.1188591Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:14:44.1188917Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:14:44.1189278Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:14:44.1189631Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:14:44.1189984Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:14:44.1190344Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:14:44.1190692Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:14:44.1191064Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:14:44.1191457Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:14:44.1191893Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:14:44.1192347Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:14:44.1192763Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:14:44.1193149Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:14:44.1193808Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:14:44.1194209Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:14:44.1194742Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:14:44.1195155Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:14:44.1195534Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:14:44.1195931Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:14:44.1196342Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:14:44.1196787Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:14:44.1197220Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:14:44.1197606Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:14:44.1198173Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:14:44.1198582Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:14:44.1199219Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:14:44.1199950Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:14:44.1200672Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:14:44.1201271Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:14:44.1201678Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:14:44.1202063Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:14:44.1202424Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:14:44.1202728Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:14:44.1203048Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:14:44.1203674Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:14:44.1204073Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:14:44.1204463Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:14:44.1204835Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:14:44.1205203Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:14:44.1205579Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:14:44.1206080Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:14:44.1206418Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:14:44.1206836Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:14:44.1207280Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:14:44.1207674Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:14:44.1208044Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:14:44.1208433Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:14:44.1208837Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:14:44.1209250Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:14:44.1209734Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:14:44.1210393Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:14:44.1211037Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:14:44.1211783Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:14:44.1212548Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:14:44.1213471Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:14:44.1213885Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:14:44.1214387Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:14:44.1214782Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:14:44.1215221Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:14:44.1215739Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:14:44.1216204Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:14:44.1216622Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:14:44.1217237Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:14:44.1217850Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:14:44.1218468Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:14:44.1219169Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:14:44.1219688Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:14:44.1220127Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:14:44.1220615Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:14:44.1221080Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:14:44.1221615Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:14:44.1222402Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:14:44.1223171Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:14:44.1223977Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:14:44.1224597Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:14:44.1225006Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:14:44.1225428Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:14:44.1225830Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:14:44.1226203Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:14:44.1226571Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:14:44.1226961Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:14:44.1227517Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:14:44.1227907Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:14:44.1228295Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:14:44.1228684Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:14:44.1229074Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:14:44.1229505Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:14:44.1229971Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:14:44.1230408Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:14:44.1230772Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:14:44.1231138Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:14:44.1231535Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:14:44.1231908Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:14:44.1232280Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:14:44.1232654Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:14:44.1233038Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:14:44.1233678Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:14:44.1234270Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:14:44.1234715Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:14:44.1235114Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:14:44.1235503Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:14:44.1236103Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:14:44.1236483Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:14:44.1236849Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:14:44.1237538Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:14:44.1238235Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:14:44.1239035Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:14:44.1239651Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:14:44.1240111Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:14:44.1240732Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:14:44.1241241Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:14:44.1241733Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:14:44.1242408Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:14:44.1243193Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:14:44.1244005Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:14:44.1244660Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:14:44.1245326Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:14:44.1245991Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:14:44.1246642Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:14:44.1247103Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:14:44.1247479Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:14:44.1248022Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:14:44.1248403Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:14:44.1248781Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:14:44.1249176Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:14:44.1249559Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:14:44.1249976Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:14:44.1250415Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:14:44.1250801Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:14:44.1251170Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:14:44.1251584Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:14:44.1251964Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:14:44.1252317Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:14:44.1252667Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:14:44.1253027Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:14:44.1253642Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:14:44.1254015Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:14:44.1254528Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:14:44.1254893Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:14:44.1255207Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:14:44.1255668Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:44.1256187Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:14:44.1256558Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:14:44.1256947Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:14:44.1257313Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:14:44.1257714Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:14:44.1258148Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:14:44.1258574Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:14:44.1259013Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:14:44.1259416Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:14:44.1259811Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:14:44.1260232Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:14:44.1260649Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:14:44.1261039Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:14:44.1261465Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:14:44.1261947Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:14:44.1262447Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:14:44.1262904Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:14:44.1263523Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:14:44.1263941Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:14:44.1264412Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:14:44.1265025Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:14:44.1265428Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:14:44.1265856Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:14:44.1266311Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:14:44.1266717Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:14:44.1267082Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:14:44.1267445Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:14:44.1267827Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:14:44.1268209Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:14:44.1268572Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:14:44.1268940Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:14:44.1269323Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:14:44.1269701Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:14:44.1270067Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:14:44.1270436Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:14:44.1270831Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:14:44.1271322Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:14:44.1271710Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:14:44.1272075Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:14:44.1272433Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:14:44.1272787Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:14:44.1273153Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:14:44.1273771Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:14:44.1274132Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:14:44.1274483Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:14:44.1282084Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:14:44.1282524Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:14:44.1282927Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:14:44.1283581Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:14:44.1284016Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:14:44.1284394Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:14:44.1284782Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:14:44.1285209Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:14:44.1285610Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:14:44.1285977Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:14:44.1286348Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:14:44.1286707Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:14:44.1287007Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:14:44.1287317Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:14:44.1287671Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:14:44.1288027Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:14:44.1288397Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:14:44.1288935Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:14:44.1289281Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:14:44.1289616Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:14:44.1289993Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:14:44.1290411Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:14:44.1290805Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:14:44.1291195Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:14:44.1291581Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:14:44.1291988Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:14:44.1292486Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:14:44.1293130Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:14:44.1293952Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:14:44.1294497Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:14:44.1294965Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:14:44.1295478Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:14:44.1296490Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:14:44.1297598Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:14:44.1298633Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:14:44.1299269Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:14:44.1299736Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:14:44.1300107Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:14:44.1300480Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:14:44.1300843Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:14:44.1301225Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:14:44.1301619Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:14:44.1301997Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:14:44.1302378Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:14:44.1302757Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:14:44.1303141Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:14:44.1303702Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:14:44.1304077Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:14:44.1304445Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:14:44.1304836Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:14:44.1305225Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:14:44.1305643Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:14:44.1306058Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:14:44.1306416Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:14:44.1306801Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:14:44.1307211Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:14:44.1307778Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:14:44.1308215Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:14:44.1308645Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:14:44.1309022Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:14:44.1309391Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:14:44.1309768Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:14:44.1310138Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:14:44.1310523Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:14:44.1310917Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:14:44.1311289Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:14:44.1311689Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:14:44.1312062Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:14:44.1312427Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:14:44.1312980Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:44.1313903Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:44.1314698Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:44.1315354Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:44.1315872Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:14:44.1316256Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:14:44.1316628Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:14:44.1316996Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:14:44.1317362Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:14:44.1317719Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:14:44.1318084Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:14:44.1318469Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:14:44.1318841Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:14:44.1319212Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:14:44.1319592Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:14:44.1319960Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:14:44.1320346Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:14:44.1320761Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:14:44.1321153Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:14:44.1321538Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:14:44.1321932Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:14:44.1322325Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:14:44.1322703Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:14:44.1323080Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:14:44.1323647Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:14:44.1324026Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:14:44.1324555Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:14:44.1324942Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:14:44.1325334Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:14:44.1325723Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:14:44.1326103Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:14:44.1326525Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:14:44.1326958Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:14:44.1327352Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:14:44.1327785Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:14:44.1328245Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:14:44.1328663Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:14:44.1329029Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:14:44.1329400Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:14:44.1329786Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:14:44.1330195Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:14:44.1330594Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:14:44.1331126Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:14:44.1331518Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:14:44.1331981Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:14:44.1332449Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:14:44.1332851Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:14:44.1333418Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:14:44.1333893Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:14:44.1334332Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:14:44.1334801Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:14:44.1335286Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:14:44.1335725Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:14:44.1336155Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:14:44.1336549Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:14:44.1336947Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:14:44.1337364Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:14:44.1337743Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:14:44.1338114Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:14:44.1338518Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:14:44.1338911Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:14:44.1339314Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:14:44.1339730Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:14:44.1340123Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:14:44.1340493Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:14:44.1340855Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:14:44.1341340Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:14:44.1341729Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:14:44.1342138Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:14:44.1342584Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:14:44.1343030Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:14:44.1343597Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:14:44.1344029Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:14:44.1344451Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:14:44.1344856Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:14:44.1345266Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:14:44.1345623Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:14:44.1345982Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:14:44.1346371Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:14:44.1346759Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:14:44.1347123Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:14:44.1347569Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:14:44.1347887Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:14:44.1348238Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:14:44.1348737Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:14:44.1349244Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:14:44.1349618Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:14:44.1349985Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:14:44.1350376Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:14:44.1350787Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:14:44.1351196Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:14:44.1351600Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:14:44.1352008Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:14:44.1352412Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:14:44.1352778Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:14:44.1353141Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:14:44.1353700Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:14:44.1354086Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:14:44.1354513Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:14:44.1354939Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:14:44.1355340Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:14:44.1355771Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:14:44.1356199Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:14:44.1356590Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:14:44.1356955Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:14:44.1357307Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:14:44.1357791Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:14:44.1358157Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:14:44.1358539Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:14:44.1358933Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:14:44.1359347Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:14:44.1359803Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:14:44.1360235Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:14:44.1360613Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:14:44.1360991Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:14:44.1361372Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:14:44.1361762Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:14:44.1362137Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:14:44.1362505Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:14:44.1362938Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:14:44.1363629Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:14:44.1364166Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:14:44.1364538Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:14:44.1364908Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:14:44.1365310Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:14:44.1365701Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:14:44.1366080Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:14:44.1366478Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:14:44.1366864Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:14:44.1367217Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:14:44.1367574Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:14:44.1367968Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:14:44.1368390Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:14:44.1368767Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:14:44.1369150Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:14:44.1369584Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:14:44.1370020Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:14:44.1370431Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:14:44.1370857Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:14:44.1371364Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:44.1371870Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:14:44.1372175Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:14:44.1372522Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:14:44.1372928Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:14:44.1373586Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:14:44.1374112Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:14:44.1374819Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:14:44.1375428Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:14:44.1376077Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:14:44.1376714Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:14:44.1377338Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:14:44.1377961Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:14:44.1378539Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:14:44.1379021Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:14:44.1379469Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:14:44.1379905Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:14:44.1380328Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:14:44.1380791Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:14:44.1381220Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:14:44.1381709Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:14:44.1382077Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:14:44.1382451Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:14:44.1382824Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:14:44.1383360Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:14:44.1383782Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:14:44.1384142Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:14:44.1384529Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:14:44.1384983Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:14:44.1385466Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:14:44.1385954Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:14:44.1386430Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:14:44.1386906Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:14:44.1387379Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:14:44.1387824Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:14:44.1388235Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:14:44.1388642Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:14:44.1389057Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:14:44.1389460Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:14:44.1389869Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:14:44.1390296Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:14:44.1390723Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:14:44.1391110Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:14:44.1391489Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:14:44.1391984Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:14:44.1392357Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:14:44.1392787Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:14:44.1393360Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:14:44.1393774Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:14:44.1394182Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:14:44.1394601Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:14:44.1395042Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:14:44.1395479Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:14:44.1395906Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:14:44.1396306Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:14:44.1396679Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:14:44.1397065Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:14:44.1397433Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:14:44.1397811Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:14:44.1398322Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:14:44.1398726Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:14:44.1399146Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:14:44.1399603Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:14:44.1400017Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:14:44.1400425Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:14:44.1400816Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:14:44.1401108Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:14:44.1401428Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:14:44.1401807Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:14:44.1402199Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:14:44.1402597Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:14:44.1402986Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:14:44.1403519Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:14:44.1403960Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:14:44.1404378Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:14:44.1404764Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:14:44.1405162Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:14:44.1405706Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:14:44.1406282Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:14:44.1406726Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:14:44.1407162Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:14:44.1407590Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:14:44.1408004Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:14:44.1408518Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:14:44.1408901Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:14:44.1409277Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:14:44.1409670Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:14:44.1410061Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:14:44.1410432Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:14:44.1410828Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:14:44.1411224Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:14:44.1411594Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:14:44.1411999Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:14:44.1412463Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:14:44.1412880Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:14:44.1413353Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:14:44.1413728Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:14:44.1414106Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:14:44.1414472Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:14:44.1414956Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:14:44.1415386Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:14:44.1415828Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:14:44.1416228Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:14:44.1416623Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:14:44.1417016Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:14:44.1417390Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:14:44.1417753Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:14:44.1418128Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:14:44.1418522Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:14:44.1418973Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:14:44.1419427Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:14:44.1419848Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:14:44.1420248Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:14:44.1420645Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:14:44.1421062Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:14:44.1421448Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:14:44.1421801Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:14:44.1422115Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:14:44.1422421Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:14:44.1422789Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:14:44.1423154Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:14:44.1423625Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:14:44.1423991Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:14:44.1424384Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:14:44.1424887Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:14:44.1425243Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:14:44.1425586Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:14:44.1425961Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:14:44.1426353Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:14:44.1426724Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:14:44.1427084Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:14:44.1427442Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:14:44.1427824Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:14:44.1428202Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:14:44.1428543Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:14:44.1428917Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:14:44.1429304Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:14:44.1429681Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:14:44.1430055Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:14:44.1430426Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:14:44.1430933Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:14:44.1431335Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:14:44.1431755Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:14:44.1432154Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:14:44.1432502Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:14:44.1432849Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:14:44.1433188Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:14:44.1433739Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:14:44.1434235Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:14:44.1434696Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:14:44.1435165Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:14:44.1435652Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:14:44.1436076Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:14:44.1436455Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:14:44.1436836Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:14:44.1437226Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:14:44.1437607Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:14:44.1437984Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:14:44.1438360Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:14:44.1438730Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:14:44.1439121Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:14:44.1439554Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:14:44.1439982Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:14:44.1440353Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:14:44.1440747Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:14:44.1441293Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:14:44.1441663Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:14:44.1442014Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:14:44.1442401Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:14:44.1442847Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:14:44.1443372Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:14:44.1443793Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:14:44.1444205Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:14:44.1444529Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:14:44.1444811Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:14:44.1445168Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:14:44.1445649Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:14:44.1445995Z 
2025-08-20T20:14:44.1445999Z 
2025-08-20T20:14:44.1446361Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:14:44 PM)
2025-08-20T20:14:44.1446741Z 
2025-08-20T20:14:44.1446745Z 
2025-08-20T20:14:44.1446748Z 
2025-08-20T20:14:44.1446823Z [+] Continue : YES
2025-08-20T20:14:44.1446942Z 
2025-08-20T20:14:44.1447297Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:14:44.1861476Z 
2025-08-20T20:14:44.1862171Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:14:44 PM) UTC
2025-08-20T20:14:44.1862600Z 
2025-08-20T20:14:44.1879634Z 
2025-08-20T20:14:44.1879846Z [+] Total RECIPES :: 1
2025-08-20T20:14:44.1880102Z 
2025-08-20T20:14:44.1955355Z 
2025-08-20T20:14:44.1956037Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml (1/1)
2025-08-20T20:14:44.1956565Z 
2025-08-20T20:14:44.2427994Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:14:44.2439812Z mode of '/tmp/pkgforge/RtFIo25Iq_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:14:44.2488801Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/ffmpeg/wader/stable [Provided]
2025-08-20T20:14:44.2489576Z [+] Setting '.pkg_family' --> ffmpeg [Provided]
2025-08-20T20:14:44.2501615Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:14:44.2508429Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T20:14:44.2599779Z [00:00:00.009]➜  
2025-08-20T20:14:44.2601397Z [00:00:00.009]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/ffmpeg/static.wader.stable.yaml) --> /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:14:44 PM) UTC]
2025-08-20T20:14:44.2602314Z [00:00:00.009]➜  
2025-08-20T20:14:44.2602535Z [00:00:00.009]➜  
2025-08-20T20:14:44.2602738Z [00:00:00.009]➜  
2025-08-20T20:14:44.2603040Z [00:00:00.009]➜  ###################################################################
2025-08-20T20:14:44.2610542Z [00:00:00.010]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:14:44.2611770Z [00:00:00.010]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:14:44.2612841Z [00:00:00.010]➜  _disabled: false
2025-08-20T20:14:44.2613469Z [00:00:00.010]➜  
2025-08-20T20:14:44.2613924Z [00:00:00.010]➜  pkg: "ffmpeg"
2025-08-20T20:14:44.2614559Z [00:00:00.010]➜  pkg_id: "github.com.wader.static-ffmpeg.stable"
2025-08-20T20:14:44.2615214Z [00:00:00.010]➜  pkg_type: "static"
2025-08-20T20:14:44.2615928Z [00:00:00.010]➜  category:
2025-08-20T20:14:44.2616798Z [00:00:00.010]➜    - "ConsoleOnly"
2025-08-20T20:14:44.2617117Z [00:00:00.010]➜    - "Utility"
2025-08-20T20:14:44.2617378Z [00:00:00.010]➜  description: 
2025-08-20T20:14:44.2617813Z [00:00:00.010]➜    _default: "Complete solution to record, convert and stream audio and video"
2025-08-20T20:14:44.2618298Z [00:00:00.010]➜    ffmpeg: "Universal media converter [ffmpeg]"
2025-08-20T20:14:44.2618730Z [00:00:00.010]➜    ffprobe: "Simple multimedia streams analyzer [ffmpeg]"
2025-08-20T20:14:44.2619090Z [00:00:00.011]➜  distro_pkg:
2025-08-20T20:14:44.2619393Z [00:00:00.011]➜    alpine:
2025-08-20T20:14:44.2619636Z [00:00:00.011]➜      - "ffmpeg"
2025-08-20T20:14:44.2619889Z [00:00:00.011]➜    archlinux:
2025-08-20T20:14:44.2620128Z [00:00:00.011]➜      aur:
2025-08-20T20:14:44.2620379Z [00:00:00.011]➜        - "ffmpeg-full"
2025-08-20T20:14:44.2620648Z [00:00:00.011]➜      extra:
2025-08-20T20:14:44.2620889Z [00:00:00.011]➜        - "ffmpeg"
2025-08-20T20:14:44.2621147Z [00:00:00.011]➜    debian:
2025-08-20T20:14:44.2621381Z [00:00:00.011]➜      - "ffmpeg"
2025-08-20T20:14:44.2621619Z [00:00:00.011]➜    gnuguix:
2025-08-20T20:14:44.2621849Z [00:00:00.011]➜      - "ffmpeg"
2025-08-20T20:14:44.2622091Z [00:00:00.011]➜    homebrew:
2025-08-20T20:14:44.2622335Z [00:00:00.011]➜      - "ffmpeg"
2025-08-20T20:14:44.2622570Z [00:00:00.011]➜    nixpkgs:
2025-08-20T20:14:44.2622801Z [00:00:00.011]➜      - "ffmpeg"
2025-08-20T20:14:44.2623037Z [00:00:00.011]➜  homepage:
2025-08-20T20:14:44.2623531Z [00:00:00.011]➜    - "https://ffmpeg.org"
2025-08-20T20:14:44.2624281Z [00:00:00.011]➜    - "https://github.com/FFmpeg/FFmpeg"
2025-08-20T20:14:44.2624717Z [00:00:00.011]➜    - "https://git.ffmpeg.org/ffmpeg.git"
2025-08-20T20:14:44.2625026Z [00:00:00.011]➜  license:
2025-08-20T20:14:44.2625267Z [00:00:00.011]➜    - id: "GPL-3.0"
2025-08-20T20:14:44.2625818Z [00:00:00.011]➜      url: "https://github.com/FFmpeg/FFmpeg/raw/87d7b8ff4b02ab0f6ccf65d51e0163298777b441/COPYING.GPLv3"
2025-08-20T20:14:44.2626400Z [00:00:00.011]➜  maintainer:
2025-08-20T20:14:44.2626994Z [00:00:00.011]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:14:44.2627393Z [00:00:00.011]➜  note:
2025-08-20T20:14:44.2627695Z [00:00:00.011]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:14:44.2628290Z [00:00:00.011]➜    - "Community Created Binary. Check/Report @ https://github.com/wader/static-ffmpeg"
2025-08-20T20:14:44.2629461Z [00:00:00.011]➜    - "This version contains the most features/libraries and was also Hardended"
2025-08-20T20:14:44.2630225Z [00:00:00.011]➜  provides:
2025-08-20T20:14:44.2630699Z [00:00:00.011]➜    - "ffmpeg"
2025-08-20T20:14:44.2631164Z [00:00:00.011]➜    - "ffprobe"
2025-08-20T20:14:44.2631606Z [00:00:00.011]➜  repology:
2025-08-20T20:14:44.2632021Z [00:00:00.011]➜    - "ffmpeg"
2025-08-20T20:14:44.2632441Z [00:00:00.011]➜  src_url:
2025-08-20T20:14:44.2632986Z [00:00:00.011]➜    - "https://github.com/wader/static-ffmpeg"
2025-08-20T20:14:44.2633747Z [00:00:00.011]➜  tag:
2025-08-20T20:14:44.2634161Z [00:00:00.011]➜    - "media"
2025-08-20T20:14:44.2634595Z [00:00:00.011]➜  x_exec:
2025-08-20T20:14:44.2634976Z [00:00:00.011]➜    host:
2025-08-20T20:14:44.2635397Z [00:00:00.011]➜      - "aarch64-Linux"
2025-08-20T20:14:44.2635903Z [00:00:00.011]➜      - "x86_64-Linux"
2025-08-20T20:14:44.2636367Z [00:00:00.011]➜    shell: "bash"
2025-08-20T20:14:44.2636814Z [00:00:00.011]➜    pkgver: |
2025-08-20T20:14:44.2638131Z [00:00:00.011]➜      docker manifest inspect "docker.io/mwader/static-ffmpeg:latest" | jq -r '.manifests[].digest' | grep -oE '[a-f0-9]{64}' | head -n 1 | cut -c 1-12 | tr -d '"'\''[:space:]'
2025-08-20T20:14:44.2639189Z [00:00:00.011]➜    run: |
2025-08-20T20:14:44.2639433Z [00:00:00.011]➜      #Download
2025-08-20T20:14:44.2639919Z [00:00:00.011]➜       C_ID="$(docker create 'docker.io/mwader/static-ffmpeg:latest' 2>/dev/null | tr -d '"'\''[:space:]')"
2025-08-20T20:14:44.2640478Z [00:00:00.011]➜       docker cp "${C_ID}:/ffmpeg" "${SBUILD_TMPDIR}/ffmpeg"
2025-08-20T20:14:44.2641094Z [00:00:00.011]➜       docker cp "${C_ID}:/ffprobe" "${SBUILD_TMPDIR}/ffprobe"
2025-08-20T20:14:44.2641466Z [00:00:00.011]➜       docker rm "${C_ID}" --force
2025-08-20T20:14:44.2641751Z [00:00:00.011]➜      #Copy
2025-08-20T20:14:44.2642683Z [00:00:00.011]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:14:44.2644024Z [00:00:00.011]➜      #Fetch Upstream Version
2025-08-20T20:14:44.2645238Z [00:00:00.011]➜       curl -qfsSL "https://github.com/wader/static-ffmpeg/raw/refs/heads/master/Dockerfile" | sed -nE '/^[[:space:]]*[^#].*[Ff][Ff][Mm][Pp][Ee][Gg]_[Vv][Ee][Rr][Ss][Ii][Oo][Nn][[:space:]]*=/ s/.*[Ff][Ff][Mm][Pp][Ee][Gg]_[Vv][Ee][Rr][Ss][Ii][Oo][Nn][[:space:]]*=[[:space:]]*["'\'']?([^"'\''[:space:]]+)[[:space:]]*["'\'']?.*/\1/p' | tr -d '"'\''[:space:]' > "${SBUILD_TMPDIR}/upstream.version"
2025-08-20T20:14:44.2646181Z [00:00:00.011]➜  
2025-08-20T20:14:44.2646479Z [00:00:00.011]➜  ###################################################################
2025-08-20T20:14:44.2646775Z [00:00:00.011]➜  
2025-08-20T20:14:44.2646975Z [00:00:00.011]➜  
2025-08-20T20:14:44.2647167Z [00:00:00.011]➜  
2025-08-20T20:14:44.2647685Z [00:00:00.012]➜  '/tmp/pkgforge/RtFIo25Iq_build.yaml' -> '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:14:46.3585924Z [00:00:02.108]➜  '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.static.version' -> '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.version'
2025-08-20T20:14:46.3640074Z [00:00:02.113]➜  [+] Version: f85a2b18be15 ('.x_exec.pkgver') [/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.static.version]
2025-08-20T20:14:46.3885573Z [00:00:02.138]➜  [+] Progs: ffmpeg ffprobe
2025-08-20T20:14:46.6674124Z [00:00:02.417]➜  
2025-08-20T20:14:46.6674579Z [00:00:02.417]➜  [-] Missing packages. Found: 
2025-08-20T20:14:46.6674974Z [00:00:02.417]➜  [+] Expected: ffmpeg ffprobe
2025-08-20T20:14:46.6675292Z [00:00:02.417]➜  [+] Continuing with build...
2025-08-20T20:14:46.6675556Z [00:00:02.417]➜  
2025-08-20T20:14:47.0570627Z [00:00:02.806]➜  
2025-08-20T20:14:47.0570975Z [00:00:02.806]➜  
2025-08-20T20:14:47.0666960Z [00:00:02.816]➜  ++ docker create docker.io/mwader/static-ffmpeg:latest
2025-08-20T20:14:47.0667988Z [00:00:02.816]➜  ++ tr -d '"'\''[:space:]'
2025-08-20T20:14:52.2983827Z [00:00:08.048]➜  + C_ID=9f6412321ffb064739a39efce6e66a9d507244948f8b9c19ca5c41f5b4ac1df4
2025-08-20T20:14:52.2985608Z [00:00:08.048]➜  + docker cp 9f6412321ffb064739a39efce6e66a9d507244948f8b9c19ca5c41f5b4ac1df4:/ffmpeg /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ffmpeg
2025-08-20T20:14:52.6025525Z [00:00:08.352]➜  + docker cp 9f6412321ffb064739a39efce6e66a9d507244948f8b9c19ca5c41f5b4ac1df4:/ffprobe /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ffprobe
2025-08-20T20:14:52.9350731Z [00:00:08.684]➜  + docker rm 9f6412321ffb064739a39efce6e66a9d507244948f8b9c19ca5c41f5b4ac1df4 --force
2025-08-20T20:14:52.9484627Z [00:00:08.698]➜  9f6412321ffb064739a39efce6e66a9d507244948f8b9c19ca5c41f5b4ac1df4
2025-08-20T20:14:52.9499674Z [00:00:08.699]➜  + find /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:14:52.9518183Z [00:00:08.701]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:14:52.9518931Z [00:00:08.701]➜  + cut -d: -f1
2025-08-20T20:14:52.9519456Z [00:00:08.701]➜  + xargs realpath --no-symlinks
2025-08-20T20:14:52.9520300Z [00:00:08.701]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR
2025-08-20T20:14:52.9709954Z [00:00:08.720]➜  sending incremental file list
2025-08-20T20:14:52.9869646Z [00:00:08.736]➜  ffprobe
2025-08-20T20:14:53.1784923Z [00:00:08.928]➜  
2025-08-20T20:14:53.1785768Z [00:00:08.928]➜  sent 135.76M bytes  received 35 bytes  90.50M bytes/sec
2025-08-20T20:14:53.1786314Z [00:00:08.928]➜  total size is 135.72M  speedup is 1.00
2025-08-20T20:14:53.1809104Z [00:00:08.930]➜  sending incremental file list
2025-08-20T20:14:53.1984132Z [00:00:08.948]➜  ffmpeg
2025-08-20T20:14:53.3936278Z [00:00:09.143]➜  
2025-08-20T20:14:53.3936721Z [00:00:09.143]➜  sent 135.90M bytes  received 35 bytes  271.81M bytes/sec
2025-08-20T20:14:53.3937178Z [00:00:09.143]➜  total size is 135.87M  speedup is 1.00
2025-08-20T20:14:53.3948190Z [00:00:09.144]➜  + curl -qfsSL https://github.com/wader/static-ffmpeg/raw/refs/heads/master/Dockerfile
2025-08-20T20:14:53.3952841Z [00:00:09.145]➜  + sed -nE '/^[[:space:]]*[^#].*[Ff][Ff][Mm][Pp][Ee][Gg]_[Vv][Ee][Rr][Ss][Ii][Oo][Nn][[:space:]]*=/ s/.*[Ff][Ff][Mm][Pp][Ee][Gg]_[Vv][Ee][Rr][Ss][Ii][Oo][Nn][[:space:]]*=[[:space:]]*["'\'']?([^"'\''[:space:]]+)[[:space:]]*["'\'']?.*/\1/p'
2025-08-20T20:14:53.3954641Z [00:00:09.145]➜  + tr -d '"'\''[:space:]'
2025-08-20T20:14:53.5890025Z [00:00:09.338]➜  
2025-08-20T20:14:53.9507834Z [00:00:09.700]➜  
2025-08-20T20:14:53.9611917Z [00:00:09.710]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T20:14:53.9613707Z [00:00:09.710]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/upstream.version' from runner:docker to runner:runner
2025-08-20T20:14:53.9615264Z [00:00:09.710]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T20:14:53.9616434Z [00:00:09.710]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ffprobe' from runner:docker to runner:runner
2025-08-20T20:14:53.9617438Z [00:00:09.710]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ffmpeg' from runner:docker to runner:runner
2025-08-20T20:14:53.9618399Z [00:00:09.711]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T20:14:53.9619762Z [00:00:09.711]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T20:14:53.9621468Z [00:00:09.711]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.version' from runner:docker to runner:runner
2025-08-20T20:14:53.9622899Z [00:00:09.711]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.static.version' from runner:docker to runner:runner
2025-08-20T20:14:53.9624098Z [00:00:09.711]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffprobe' from runner:docker to runner:runner
2025-08-20T20:14:53.9625006Z [00:00:09.711]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg' from runner:docker to runner:runner
2025-08-20T20:14:53.9625892Z [00:00:09.711]➜  changed ownership of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T20:14:53.9696017Z [00:00:09.719]➜  mode of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/upstream.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:14:53.9766302Z [00:00:09.726]➜  mode of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:14:53.9834510Z [00:00:09.733]➜  mode of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ffprobe' retained as 0755 (rwxr-xr-x)
2025-08-20T20:14:53.9902009Z [00:00:09.740]➜  mode of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ffmpeg' retained as 0755 (rwxr-xr-x)
2025-08-20T20:14:53.9969368Z [00:00:09.746]➜  mode of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-20T20:14:54.0037105Z [00:00:09.753]➜  mode of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:14:54.0105590Z [00:00:09.760]➜  mode of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:14:54.0172653Z [00:00:09.767]➜  mode of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffprobe' retained as 0755 (rwxr-xr-x)
2025-08-20T20:14:54.0240289Z [00:00:09.773]➜  mode of '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg' retained as 0755 (rwxr-xr-x)
2025-08-20T20:14:54.4125507Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:14:54.4126699Z [00:00:10.162]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:15:10.2453063Z 
2025-08-20T20:15:10.2454337Z [+] Sanitizing /tmp/pkgforge/fZHeqBeBt_SBUILD/BUILD.log ==> /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.static.log
2025-08-20T20:15:12.5127024Z '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.static.log' -> '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.log'
2025-08-20T20:15:12.5147799Z '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffmpeg.static.log' -> '/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/ffprobe.log'
2025-08-20T20:15:12.5165941Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg?tag=f85a2b18be15-x86_64-linux&download=ffmpeg.log
2025-08-20T20:15:12.5167258Z 
2025-08-20T20:15:12.5168271Z [+] Parsing/Uploading ffmpeg/ffmpeg --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fffmpeg%2Fffmpeg [x86_64-Linux]
2025-08-20T20:15:12.5188463Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffprobe?tag=f85a2b18be15-x86_64-linux&download=ffprobe.log
2025-08-20T20:15:12.5189369Z 
2025-08-20T20:15:12.5190168Z [+] Parsing/Uploading ffmpeg/ffprobe --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fffmpeg%2Fffprobe [x86_64-Linux]
2025-08-20T20:15:12.5212132Z {
2025-08-20T20:15:12.5212599Z   "_disabled": "false",
2025-08-20T20:15:12.5212999Z   "host": "x86_64-Linux",
2025-08-20T20:15:12.5213541Z   "rank": "",
2025-08-20T20:15:12.5213875Z   "pkg": "ffmpeg.static",
2025-08-20T20:15:12.5214261Z   "pkg_family": "ffmpeg",
2025-08-20T20:15:12.5214718Z   "pkg_id": "github.com.wader.static-ffmpeg.stable",
2025-08-20T20:15:12.5215232Z   "pkg_name": "ffmpeg",
2025-08-20T20:15:12.5215592Z   "pkg_type": "static",
2025-08-20T20:15:12.5216292Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffmpeg",
2025-08-20T20:15:12.5217041Z   "app_id": "",
2025-08-20T20:15:12.5217365Z   "appstream": "",
2025-08-20T20:15:12.5217697Z   "category": [
2025-08-20T20:15:12.5218009Z     "ConsoleOnly",
2025-08-20T20:15:12.5218327Z     "Utility"
2025-08-20T20:15:12.5218623Z   ],
2025-08-20T20:15:12.5219010Z   "description": "Universal media converter [ffmpeg]",
2025-08-20T20:15:12.5219520Z   "desktop": "",
2025-08-20T20:15:12.5219844Z   "homepage": [
2025-08-20T20:15:12.5220184Z     "https://ffmpeg.org",
2025-08-20T20:15:12.5220604Z     "https://github.com/FFmpeg/FFmpeg",
2025-08-20T20:15:12.5221086Z     "https://git.ffmpeg.org/ffmpeg.git"
2025-08-20T20:15:12.5221504Z   ],
2025-08-20T20:15:12.5222408Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg?tag=f85a2b18be15-x86_64-linux&download=ffmpeg.png",
2025-08-20T20:15:12.5223673Z   "license": [
2025-08-20T20:15:12.5223978Z     "GPL-3.0"
2025-08-20T20:15:12.5224270Z   ],
2025-08-20T20:15:12.5224549Z   "maintainer": [
2025-08-20T20:15:12.5224935Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:15:12.5225397Z   ],
2025-08-20T20:15:12.5225686Z   "provides": [
2025-08-20T20:15:12.5226000Z     "ffmpeg",
2025-08-20T20:15:12.5226299Z     "ffprobe"
2025-08-20T20:15:12.5226587Z   ],
2025-08-20T20:15:12.5226859Z   "note": [
2025-08-20T20:15:12.5227663Z     "Community Created Binary. Check/Report @ https://github.com/wader/static-ffmpeg",
2025-08-20T20:15:12.5228561Z     "This version contains the most features/libraries and was also Hardended"
2025-08-20T20:15:12.5229153Z   ],
2025-08-20T20:15:12.5229435Z   "repology": [
2025-08-20T20:15:12.5229737Z     "ffmpeg"
2025-08-20T20:15:12.5230023Z   ],
2025-08-20T20:15:12.5230306Z   "screenshots": [],
2025-08-20T20:15:12.5230636Z   "src_url": [
2025-08-20T20:15:12.5230997Z     "https://github.com/wader/static-ffmpeg"
2025-08-20T20:15:12.5231435Z   ],
2025-08-20T20:15:12.5231703Z   "tag": [
2025-08-20T20:15:12.5231997Z     "media"
2025-08-20T20:15:12.5232279Z   ],
2025-08-20T20:15:12.5232566Z   "version": "f85a2b18be15",
2025-08-20T20:15:12.5232962Z   "version_upstream": "7.1.1",
2025-08-20T20:15:12.5234791Z   "bsum": "b2c3fa3552bb795d8910e125e1beb13d2c48a2c15010dd4851c56b454fe0453d",
2025-08-20T20:15:12.5235456Z   "build_date": "2025-08-20T20:14:55Z",
2025-08-20T20:15:12.5236086Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107667361",
2025-08-20T20:15:12.5236722Z   "build_id": "17107667361",
2025-08-20T20:15:12.5237804Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg?tag=f85a2b18be15-x86_64-linux&download=ffmpeg.log",
2025-08-20T20:15:12.5239254Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/ffmpeg/static.wader.stable.yaml",
2025-08-20T20:15:12.5240667Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg?tag=f85a2b18be15-x86_64-linux&download=ffmpeg",
2025-08-20T20:15:12.5242342Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg:f85a2b18be15-x86_64-linux",
2025-08-20T20:15:12.5243486Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg",
2025-08-20T20:15:12.5244673Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg?tag=f85a2b18be15-x86_64-linux&manifest",
2025-08-20T20:15:12.5245859Z   "shasum": "d5fac6d6579bb13f3d00b61667a167e028d9395319ea5012e0b66777d42985c7",
2025-08-20T20:15:12.5246507Z   "size": "130 MB",
2025-08-20T20:15:12.5246822Z   "size_raw": "135869984",
2025-08-20T20:15:12.5247169Z   "snapshots": [
2025-08-20T20:15:12.5247534Z     "8a5f06ec13d8-x86_64-linux[8a5f06ec13d8]",
2025-08-20T20:15:12.5248013Z     "a84ed39a8d52-x86_64-linux[a84ed39a8d52]",
2025-08-20T20:15:12.5248464Z     "999337777c37-x86_64-linux[999337777c37]",
2025-08-20T20:15:12.5248918Z     "6924a889432e-x86_64-linux[6924a889432e]",
2025-08-20T20:15:12.5249353Z     "4e2212a97a71-x86_64-linux[4e2212a97a71]",
2025-08-20T20:15:12.5249806Z     "3b6f98f7ec0c-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5250264Z     "7f8da9564985-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5250708Z     "127d380a82d3-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5251138Z     "14b46a6689e5-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5251562Z     "04d45077cc91-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5251968Z     "22ee06e0c0a6-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5252402Z     "cb4034060260-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5252835Z     "f2fffc8520ab-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5253439Z     "b4720ac239f0-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5253866Z     "7ea798da91b5-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5254265Z     "905659259893-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5254656Z     "0e71c80b1054-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5255078Z     "5833bebff4da-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5255498Z     "7e27aab780d3-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5255920Z     "920ccf0d5078-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5256325Z     "a25abaf76635-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5256719Z     "b47e270c9e6a-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5257105Z     "914bf8d13e03-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5257504Z     "faf3a275aa79-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5257932Z     "41e81c63ac51-x86_64-linux[7.1.1]"
2025-08-20T20:15:12.5258344Z   ]
2025-08-20T20:15:12.5258807Z }
2025-08-20T20:15:12.5258965Z 
2025-08-20T20:15:12.5258971Z 
2025-08-20T20:15:12.5259131Z {
2025-08-20T20:15:12.5259419Z   "_disabled": "false",
2025-08-20T20:15:12.5259796Z   "host": "x86_64-Linux",
2025-08-20T20:15:12.5260167Z   "rank": "",
2025-08-20T20:15:12.5260482Z   "pkg": "ffmpeg.static",
2025-08-20T20:15:12.5260846Z   "pkg_family": "ffmpeg",
2025-08-20T20:15:12.5261294Z   "pkg_id": "github.com.wader.static-ffmpeg.stable",
2025-08-20T20:15:12.5261802Z   "pkg_name": "ffprobe",
2025-08-20T20:15:12.5262207Z   "pkg_type": "static",
2025-08-20T20:15:12.5262933Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe",
2025-08-20T20:15:12.5263872Z   "app_id": "",
2025-08-20T20:15:12.5264198Z   "appstream": "",
2025-08-20T20:15:12.5264523Z   "category": [
2025-08-20T20:15:12.5264862Z     "ConsoleOnly",
2025-08-20T20:15:12.5274013Z     "Utility"
2025-08-20T20:15:12.5274337Z   ],
2025-08-20T20:15:12.5274770Z   "description": "Simple multimedia streams analyzer [ffmpeg]",
2025-08-20T20:15:12.5275348Z   "desktop": "",
2025-08-20T20:15:12.5275684Z   "homepage": [
2025-08-20T20:15:12.5276034Z     "https://ffmpeg.org",
2025-08-20T20:15:12.5276469Z     "https://github.com/FFmpeg/FFmpeg",
2025-08-20T20:15:12.5276969Z     "https://git.ffmpeg.org/ffmpeg.git"
2025-08-20T20:15:12.5277402Z   ],
2025-08-20T20:15:12.5278387Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffprobe?tag=f85a2b18be15-x86_64-linux&download=ffprobe.png",
2025-08-20T20:15:12.5279408Z   "license": [
2025-08-20T20:15:12.5279716Z     "GPL-3.0"
2025-08-20T20:15:12.5280007Z   ],
2025-08-20T20:15:12.5280508Z   "maintainer": [
2025-08-20T20:15:12.5280934Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:15:12.5281402Z   ],
2025-08-20T20:15:12.5281684Z   "provides": [
2025-08-20T20:15:12.5281993Z     "ffmpeg",
2025-08-20T20:15:12.5282288Z     "ffprobe"
2025-08-20T20:15:12.5282582Z   ],
2025-08-20T20:15:12.5282852Z   "note": [
2025-08-20T20:15:12.5283620Z     "Community Created Binary. Check/Report @ https://github.com/wader/static-ffmpeg",
2025-08-20T20:15:12.5284483Z     "This version contains the most features/libraries and was also Hardended"
2025-08-20T20:15:12.5285084Z   ],
2025-08-20T20:15:12.5285357Z   "repology": [
2025-08-20T20:15:12.5285661Z     "ffmpeg"
2025-08-20T20:15:12.5285942Z   ],
2025-08-20T20:15:12.5286232Z   "screenshots": [],
2025-08-20T20:15:12.5286558Z   "src_url": [
2025-08-20T20:15:12.5286913Z     "https://github.com/wader/static-ffmpeg"
2025-08-20T20:15:12.5287349Z   ],
2025-08-20T20:15:12.5287632Z   "tag": [
2025-08-20T20:15:12.5287922Z     "media"
2025-08-20T20:15:12.5288270Z   ],
2025-08-20T20:15:12.5288576Z   "version": "f85a2b18be15",
2025-08-20T20:15:12.5288975Z   "version_upstream": "7.1.1",
2025-08-20T20:15:12.5289566Z   "bsum": "b93c3033bd754b74d38c5d8bd58bbaa75db3ef5c3ddb576313600f2c7a098d0a",
2025-08-20T20:15:12.5290239Z   "build_date": "2025-08-20T20:15:02Z",
2025-08-20T20:15:12.5290877Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107667361",
2025-08-20T20:15:12.5291541Z   "build_id": "17107667361",
2025-08-20T20:15:12.5292575Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffprobe?tag=f85a2b18be15-x86_64-linux&download=ffprobe.log",
2025-08-20T20:15:12.5295726Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/ffmpeg/static.wader.stable.yaml",
2025-08-20T20:15:12.5297585Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffprobe?tag=f85a2b18be15-x86_64-linux&download=ffprobe",
2025-08-20T20:15:12.5299291Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe:f85a2b18be15-x86_64-linux",
2025-08-20T20:15:12.5302204Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe",
2025-08-20T20:15:12.5303937Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffprobe?tag=f85a2b18be15-x86_64-linux&manifest",
2025-08-20T20:15:12.5305575Z   "shasum": "f8e3607f71851cb6d13c83be43fa215dcf9e20ef42b09254dc3f349eaf8fbfd5",
2025-08-20T20:15:12.5306883Z   "size": "130 MB",
2025-08-20T20:15:12.5307243Z   "size_raw": "135721760",
2025-08-20T20:15:12.5307801Z   "snapshots": [
2025-08-20T20:15:12.5308178Z     "8a5f06ec13d8-x86_64-linux[8a5f06ec13d8]",
2025-08-20T20:15:12.5308851Z     "a84ed39a8d52-x86_64-linux[a84ed39a8d52]",
2025-08-20T20:15:12.5309528Z     "999337777c37-x86_64-linux[999337777c37]",
2025-08-20T20:15:12.5310151Z     "6924a889432e-x86_64-linux[6924a889432e]",
2025-08-20T20:15:12.5310623Z     "4e2212a97a71-x86_64-linux[4e2212a97a71]",
2025-08-20T20:15:12.5311261Z     "3b6f98f7ec0c-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5311869Z     "7f8da9564985-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5312295Z     "127d380a82d3-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5312931Z     "14b46a6689e5-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5313571Z     "04d45077cc91-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5313999Z     "22ee06e0c0a6-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5314438Z     "cb4034060260-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5314871Z     "f2fffc8520ab-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5315297Z     "b4720ac239f0-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5315728Z     "7ea798da91b5-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5316138Z     "905659259893-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5316555Z     "0e71c80b1054-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5316982Z     "5833bebff4da-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5317409Z     "7e27aab780d3-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5317833Z     "920ccf0d5078-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5318463Z     "a25abaf76635-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5318900Z     "b47e270c9e6a-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5319323Z     "914bf8d13e03-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5319754Z     "faf3a275aa79-x86_64-linux[7.1.1]",
2025-08-20T20:15:12.5320181Z     "41e81c63ac51-x86_64-linux[7.1.1]"
2025-08-20T20:15:12.5320576Z   ]
2025-08-20T20:15:12.5320850Z }
2025-08-20T20:15:12.5321014Z 
2025-08-20T20:15:12.5321019Z 
2025-08-20T20:15:12.6424083Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe:f85a2b18be15-x86_64-linux": ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe:f85a2b18be15-x86_64-linux: not found
2025-08-20T20:15:12.6466520Z Uploading empty artifact
2025-08-20T20:15:12.6469618Z time=2025-08-20T20:15:12Z level=debug msg=Request #0
2025-08-20T20:15:12.6472036Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ffmpeg/wader/stable/ffprobe/manifests/sha256:ed87e4aabba5e60b85df9fe5e949afd56bdc8fba2609f8362af8c81ff7016a0a"
2025-08-20T20:15:12.6473563Z > Request method: "HEAD"
2025-08-20T20:15:12.6473958Z > Request headers:
2025-08-20T20:15:12.6475210Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:15:12.6476627Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:15:12.6497456Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg:f85a2b18be15-x86_64-linux": ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg:f85a2b18be15-x86_64-linux: not found
2025-08-20T20:15:12.6536634Z Uploading empty artifact
2025-08-20T20:15:12.6539557Z time=2025-08-20T20:15:12Z level=debug msg=Request #0
2025-08-20T20:15:12.6541070Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg/manifests/sha256:ed87e4aabba5e60b85df9fe5e949afd56bdc8fba2609f8362af8c81ff7016a0a"
2025-08-20T20:15:12.6542611Z > Request method: "HEAD"
2025-08-20T20:15:12.6543156Z > Request headers:
2025-08-20T20:15:12.6544875Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:15:12.6546395Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:15:12.6855363Z time=2025-08-20T20:15:12Z level=debug msg=Response #0
2025-08-20T20:15:12.6855931Z < Response Status: "401 Unauthorized"
2025-08-20T20:15:12.6856350Z < Response headers:
2025-08-20T20:15:12.6856572Z    "Date": "Wed, 20 Aug 2025 20:15:12 GMT"
2025-08-20T20:15:12.6856845Z    "Content-Length": "73"
2025-08-20T20:15:12.6857139Z    "X-Github-Request-Id": "AFC7:175DDE:1D2E02:1FB545:68A62CD0"
2025-08-20T20:15:12.6857467Z    "Content-Type": "application/json"
2025-08-20T20:15:12.6858429Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/ffmpeg/wader/stable/ffprobe:pull\""
2025-08-20T20:15:12.6859036Z time=2025-08-20T20:15:12Z level=debug msg=Request #1
2025-08-20T20:15:12.6859639Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fffmpeg%2Fwader%2Fstable%2Fffprobe%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:15:12.6860215Z > Request method: "GET"
2025-08-20T20:15:12.6860419Z > Request headers:
2025-08-20T20:15:12.6860614Z    "Authorization": "*****"
2025-08-20T20:15:12.6860837Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:15:12.6975307Z time=2025-08-20T20:15:12Z level=debug msg=Response #0
2025-08-20T20:15:12.6975974Z < Response Status: "401 Unauthorized"
2025-08-20T20:15:12.6976365Z < Response headers:
2025-08-20T20:15:12.6976626Z    "Date": "Wed, 20 Aug 2025 20:15:12 GMT"
2025-08-20T20:15:12.6976953Z    "Content-Length": "73"
2025-08-20T20:15:12.6977307Z    "X-Github-Request-Id": "AFC8:AAE90:1D1FB3:1FA4C5:68A62CD0"
2025-08-20T20:15:12.6978075Z    "Content-Type": "application/json"
2025-08-20T20:15:12.6979061Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/ffmpeg/wader/stable/ffmpeg:pull\""
2025-08-20T20:15:12.6979750Z time=2025-08-20T20:15:12Z level=debug msg=Request #1
2025-08-20T20:15:12.6980433Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fffmpeg%2Fwader%2Fstable%2Fffmpeg%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:15:12.6981085Z > Request method: "GET"
2025-08-20T20:15:12.6981309Z > Request headers:
2025-08-20T20:15:12.6981523Z    "Authorization": "*****"
2025-08-20T20:15:12.6981769Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:15:12.7765152Z time=2025-08-20T20:15:12Z level=debug msg=Response #1
2025-08-20T20:15:12.7765804Z < Response Status: "200 OK"
2025-08-20T20:15:12.7766265Z < Response headers:
2025-08-20T20:15:12.7766561Z    "Content-Type": "application/json"
2025-08-20T20:15:12.7767000Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:15:12.7767579Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:15:12.7768194Z    "Date": "Wed, 20 Aug 2025 20:15:12 GMT"
2025-08-20T20:15:12.7768537Z    "Content-Length": "69"
2025-08-20T20:15:12.7768916Z    "X-Github-Request-Id": "AFC8:AAE90:1D1FB5:1FA4C8:68A62CD0"
2025-08-20T20:15:12.7769397Z time=2025-08-20T20:15:12Z level=debug msg=Request #2
2025-08-20T20:15:12.7770482Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg/manifests/sha256:ed87e4aabba5e60b85df9fe5e949afd56bdc8fba2609f8362af8c81ff7016a0a"
2025-08-20T20:15:12.7771321Z > Request method: "HEAD"
2025-08-20T20:15:12.7771552Z > Request headers:
2025-08-20T20:15:12.7772627Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:15:12.7773965Z    "Authorization": "*****"
2025-08-20T20:15:12.7774213Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:15:12.7811150Z time=2025-08-20T20:15:12Z level=debug msg=Response #1
2025-08-20T20:15:12.7811804Z < Response Status: "200 OK"
2025-08-20T20:15:12.7812303Z < Response headers:
2025-08-20T20:15:12.7812604Z    "Content-Type": "application/json"
2025-08-20T20:15:12.7812997Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:15:12.7814215Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:15:12.7814716Z    "Date": "Wed, 20 Aug 2025 20:15:12 GMT"
2025-08-20T20:15:12.7815028Z    "Content-Length": "69"
2025-08-20T20:15:12.7815377Z    "X-Github-Request-Id": "AFC7:175DDE:1D2E05:1FB547:68A62CD0"
2025-08-20T20:15:12.7815816Z time=2025-08-20T20:15:12Z level=debug msg=Request #2
2025-08-20T20:15:12.7816757Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ffmpeg/wader/stable/ffprobe/manifests/sha256:ed87e4aabba5e60b85df9fe5e949afd56bdc8fba2609f8362af8c81ff7016a0a"
2025-08-20T20:15:12.7817657Z > Request method: "HEAD"
2025-08-20T20:15:12.7817914Z > Request headers:
2025-08-20T20:15:12.7818158Z    "Authorization": "*****"
2025-08-20T20:15:12.7818433Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:15:12.7819621Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:15:12.7950296Z time=2025-08-20T20:15:12Z level=debug msg=Response #2
2025-08-20T20:15:12.7950987Z < Response Status: "404 Not Found"
2025-08-20T20:15:12.7951326Z < Response headers:
2025-08-20T20:15:12.7951775Z    "Content-Type": "application/json"
2025-08-20T20:15:12.7952405Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:15:12.7953616Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:15:12.7954455Z    "Date": "Wed, 20 Aug 2025 20:15:12 GMT"
2025-08-20T20:15:12.7954817Z    "Content-Length": "70"
2025-08-20T20:15:12.7955200Z    "X-Github-Request-Id": "AFC8:AAE90:1D1FCC:1FA4E5:68A62CD0"
2025-08-20T20:15:12.7955686Z time=2025-08-20T20:15:12Z level=debug msg=Request #3
2025-08-20T20:15:12.7956705Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:15:12.7957678Z > Request method: "HEAD"
2025-08-20T20:15:12.7957962Z > Request headers:
2025-08-20T20:15:12.7958229Z    "Authorization": "*****"
2025-08-20T20:15:12.7958532Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:15:12.7988524Z time=2025-08-20T20:15:12Z level=debug msg=Response #2
2025-08-20T20:15:12.7989089Z < Response Status: "404 Not Found"
2025-08-20T20:15:12.7989431Z < Response headers:
2025-08-20T20:15:12.7989673Z    "Content-Type": "application/json"
2025-08-20T20:15:12.7990205Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:15:12.7990928Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:15:12.7991395Z    "Date": "Wed, 20 Aug 2025 20:15:12 GMT"
2025-08-20T20:15:12.7991668Z    "Content-Length": "70"
2025-08-20T20:15:12.7991978Z    "X-Github-Request-Id": "AFC7:175DDE:1D2E20:1FB565:68A62CD0"
2025-08-20T20:15:12.7992386Z time=2025-08-20T20:15:12Z level=debug msg=Request #3
2025-08-20T20:15:12.7993417Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ffmpeg/wader/stable/ffprobe/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:15:12.7994217Z > Request method: "HEAD"
2025-08-20T20:15:12.7994449Z > Request headers:
2025-08-20T20:15:12.7994664Z    "Authorization": "*****"
2025-08-20T20:15:12.7994908Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:15:12.8104944Z time=2025-08-20T20:15:12Z level=debug msg=Response #3
2025-08-20T20:15:12.8105650Z < Response Status: "200 OK"
2025-08-20T20:15:12.8106247Z < Response headers:
2025-08-20T20:15:12.8106926Z    "X-Github-Request-Id": "AFC8:AAE90:1D1FD2:1FA4E9:68A62CD0"
2025-08-20T20:15:12.8107428Z    "Content-Length": "0"
2025-08-20T20:15:12.8107742Z    "Content-Type": ""
2025-08-20T20:15:12.8108351Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:15:12.8109107Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:15:12.8109746Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:15:12.8110799Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:15:12.8111363Z    "Date": "Wed, 20 Aug 2025 20:15:12 GMT"
2025-08-20T20:15:12.8111702Z time=2025-08-20T20:15:12Z level=debug msg=Request #4
2025-08-20T20:15:12.8112366Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg/manifests/f85a2b18be15-x86_64-linux"
2025-08-20T20:15:12.8112979Z > Request method: "PUT"
2025-08-20T20:15:12.8113388Z > Request headers:
2025-08-20T20:15:12.8113718Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:15:12.8114101Z    "Authorization": "*****"
2025-08-20T20:15:12.8114360Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:15:12.8166435Z time=2025-08-20T20:15:12Z level=debug msg=Response #3
2025-08-20T20:15:12.8167080Z < Response Status: "200 OK"
2025-08-20T20:15:12.8167535Z < Response headers:
2025-08-20T20:15:12.8168088Z    "Date": "Wed, 20 Aug 2025 20:15:12 GMT"
2025-08-20T20:15:12.8168748Z    "X-Github-Request-Id": "AFC7:175DDE:1D2E24:1FB56B:68A62CD0"
2025-08-20T20:15:12.8169389Z    "Content-Length": "0"
2025-08-20T20:15:12.8169851Z    "Content-Type": ""
2025-08-20T20:15:12.8170699Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:15:12.8171461Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:15:12.8171994Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:15:12.8172804Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:15:12.8173478Z time=2025-08-20T20:15:12Z level=debug msg=Request #4
2025-08-20T20:15:12.8174180Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/ffmpeg/wader/stable/ffprobe/manifests/f85a2b18be15-x86_64-linux"
2025-08-20T20:15:12.8174798Z > Request method: "PUT"
2025-08-20T20:15:12.8175036Z > Request headers:
2025-08-20T20:15:12.8175273Z    "Authorization": "*****"
2025-08-20T20:15:12.8175534Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:15:12.8175891Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:15:13.0740399Z time=2025-08-20T20:15:13Z level=debug msg=Response #4
2025-08-20T20:15:13.0741107Z < Response Status: "201 Created"
2025-08-20T20:15:13.0741644Z < Response headers:
2025-08-20T20:15:13.0742231Z    "X-Github-Request-Id": "AFC7:175DDE:1D2E2B:1FB574:68A62CD0"
2025-08-20T20:15:13.0742931Z    "Content-Type": "application/json"
2025-08-20T20:15:13.0744501Z    "Docker-Content-Digest": "sha256:ed87e4aabba5e60b85df9fe5e949afd56bdc8fba2609f8362af8c81ff7016a0a"
2025-08-20T20:15:13.0745895Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:15:13.0747282Z    "Location": "/v2/pkgforge/bincache/ffmpeg/wader/stable/ffprobe/manifests/sha256:ed87e4aabba5e60b85df9fe5e949afd56bdc8fba2609f8362af8c81ff7016a0a"
2025-08-20T20:15:13.0748898Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:15:13.0749744Z    "Date": "Wed, 20 Aug 2025 20:15:13 GMT"
2025-08-20T20:15:13.0750261Z    "Content-Length": "0"
2025-08-20T20:15:13.0751018Z Pushed [registry] ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe:f85a2b18be15-x86_64-linux
2025-08-20T20:15:13.0751811Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:15:13.0752333Z Digest: sha256:ed87e4aabba5e60b85df9fe5e949afd56bdc8fba2609f8362af8c81ff7016a0a
2025-08-20T20:15:13.1155515Z time=2025-08-20T20:15:13Z level=debug msg=Response #4
2025-08-20T20:15:13.1156179Z < Response Status: "201 Created"
2025-08-20T20:15:13.1156684Z < Response headers:
2025-08-20T20:15:13.1157296Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:15:13.1157727Z    "Date": "Wed, 20 Aug 2025 20:15:13 GMT"
2025-08-20T20:15:13.1158006Z    "Content-Length": "0"
2025-08-20T20:15:13.1158310Z    "X-Github-Request-Id": "AFC8:AAE90:1D1FD6:1FA4ED:68A62CD0"
2025-08-20T20:15:13.1158664Z    "Content-Type": "application/json"
2025-08-20T20:15:13.1159448Z    "Docker-Content-Digest": "sha256:ed87e4aabba5e60b85df9fe5e949afd56bdc8fba2609f8362af8c81ff7016a0a"
2025-08-20T20:15:13.1160013Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:15:13.1160804Z    "Location": "/v2/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg/manifests/sha256:ed87e4aabba5e60b85df9fe5e949afd56bdc8fba2609f8362af8c81ff7016a0a"
2025-08-20T20:15:13.1161776Z Pushed [registry] ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg:f85a2b18be15-x86_64-linux
2025-08-20T20:15:13.1162320Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:15:13.1162796Z Digest: sha256:ed87e4aabba5e60b85df9fe5e949afd56bdc8fba2609f8362af8c81ff7016a0a
2025-08-20T20:15:15.3526772Z Uploading 9c699e51825c CHECKSUM.sig
2025-08-20T20:15:15.3668015Z Uploading 9c699e51825c CHECKSUM.sig
2025-08-20T20:15:15.3679425Z Uploading f8e3607f7185 ffprobe
2025-08-20T20:15:15.3692282Z Uploading 811408d3e619 CHECKSUM
2025-08-20T20:15:15.3736319Z Uploading a8ef906c8d7a ffmpeg.sig
2025-08-20T20:15:15.3743002Z Uploading 811408d3e619 CHECKSUM
2025-08-20T20:15:15.3865275Z Exists    8ceb4b9ee5ad LICENSE
2025-08-20T20:15:15.4046395Z Uploading 48481cf38dbe LICENSE.sig
2025-08-20T20:15:15.4193691Z Uploading 60c24ff11355 ffprobe.sig
2025-08-20T20:15:15.4261329Z Uploading d5fac6d6579b ffmpeg
2025-08-20T20:15:15.5138840Z Exists    8ceb4b9ee5ad LICENSE
2025-08-20T20:15:15.5401154Z Uploading 48481cf38dbe LICENSE.sig
2025-08-20T20:15:16.0079398Z Uploaded  48481cf38dbe LICENSE.sig
2025-08-20T20:15:16.0993900Z Exists    1bc8882457ae SBUILD
2025-08-20T20:15:16.1214774Z Uploaded  811408d3e619 CHECKSUM
2025-08-20T20:15:16.1639413Z Exists    1bc8882457ae SBUILD
2025-08-20T20:15:16.1965445Z Uploading cffb262c33ca SBUILD.sig
2025-08-20T20:15:16.2084404Z Uploading cffb262c33ca SBUILD.sig
2025-08-20T20:15:16.3616946Z Uploaded  9c699e51825c CHECKSUM.sig
2025-08-20T20:15:16.3850801Z Uploaded  9c699e51825c CHECKSUM.sig
2025-08-20T20:15:16.4395015Z Uploaded  48481cf38dbe LICENSE.sig
2025-08-20T20:15:16.4605788Z Uploading 6af6bbf56bff ffprobe.json
2025-08-20T20:15:16.4606385Z Exists    11cf0313013e ffprobe.png
2025-08-20T20:15:16.4897541Z Uploading f9155a1ed5ed ffprobe.json.sig
2025-08-20T20:15:16.4902453Z Exists    11cf0313013e ffprobe.png
2025-08-20T20:15:16.5654118Z Uploading fe3cce2994b7 ffmpeg.json
2025-08-20T20:15:16.5877076Z Uploaded  60c24ff11355 ffprobe.sig
2025-08-20T20:15:16.5954256Z Uploaded  811408d3e619 CHECKSUM
2025-08-20T20:15:16.6523997Z Uploading 33d3c7afd77a ffprobe.log
2025-08-20T20:15:16.6963001Z Uploaded  a8ef906c8d7a ffmpeg.sig
2025-08-20T20:15:16.7006061Z Uploading 997853405e28 ffmpeg.json.sig
2025-08-20T20:15:16.7195128Z Uploading 33d3c7afd77a ffmpeg.log
2025-08-20T20:15:16.7957426Z Uploaded  cffb262c33ca SBUILD.sig
2025-08-20T20:15:16.8281855Z Uploading aec00209b7c6 ffmpeg.log.sig
2025-08-20T20:15:17.0443031Z Uploaded  f8e3607f7185 ffprobe
2025-08-20T20:15:17.0770836Z Uploaded  33d3c7afd77a ffmpeg.log
2025-08-20T20:15:17.0978548Z Uploading 7b8ed76d69fe ffprobe.log.sig
2025-08-20T20:15:17.1009313Z Exists    43ec3874a605 ffmpeg.version
2025-08-20T20:15:17.1316515Z Uploading 7b20bd3e5ac8 ffmpeg.version.sig
2025-08-20T20:15:17.1903447Z Uploaded  cffb262c33ca SBUILD.sig
2025-08-20T20:15:17.2128225Z Exists    43ec3874a605 ffprobe.version
2025-08-20T20:15:17.2545384Z Uploading 7cc0b10d6922 ffprobe.version.sig
2025-08-20T20:15:17.4211455Z Uploaded  f9155a1ed5ed ffprobe.json.sig
2025-08-20T20:15:17.4442843Z Uploaded  6af6bbf56bff ffprobe.json
2025-08-20T20:15:17.5119956Z Uploaded  d5fac6d6579b ffmpeg
2025-08-20T20:15:17.5607773Z Uploaded  fe3cce2994b7 ffmpeg.json
2025-08-20T20:15:17.5610142Z Uploaded  33d3c7afd77a ffprobe.log
2025-08-20T20:15:17.6262895Z Uploaded  997853405e28 ffmpeg.json.sig
2025-08-20T20:15:17.9038981Z Uploaded  aec00209b7c6 ffmpeg.log.sig
2025-08-20T20:15:18.1140193Z Uploaded  7b8ed76d69fe ffprobe.log.sig
2025-08-20T20:15:18.1420561Z Uploaded  7b20bd3e5ac8 ffmpeg.version.sig
2025-08-20T20:15:18.1421097Z Uploading f1274c510a6a ffmpeg
2025-08-20T20:15:18.3992634Z Uploaded  7cc0b10d6922 ffprobe.version.sig
2025-08-20T20:15:18.3993861Z Uploading 4f6da32728d1 ffprobe
2025-08-20T20:15:18.4411587Z Skipped   11cf0313013e ffmpeg.png
2025-08-20T20:15:18.4412066Z Uploaded  f1274c510a6a ffmpeg
2025-08-20T20:15:18.4412800Z Pushed [registry] ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg:f85a2b18be15-x86_64-linux
2025-08-20T20:15:18.4413795Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:15:18.4414485Z Digest: sha256:f1274c510a6a8424373f6c21c86396c569e68e5848e5c26cfeae9ed58237e1d5
2025-08-20T20:15:18.7767992Z Skipped   11cf0313013e ffmpeg.png
2025-08-20T20:15:18.7768384Z Uploaded  4f6da32728d1 ffprobe
2025-08-20T20:15:18.7768893Z Pushed [registry] ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe:f85a2b18be15-x86_64-linux
2025-08-20T20:15:18.7769450Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:15:18.7769912Z Digest: sha256:4f6da32728d1cf57ab379c4290aab470532b7f3573f79afed594e528c7e8d8fa
2025-08-20T20:15:23.6249589Z 
2025-08-20T20:15:23.6250243Z [+] Registry --> https://ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg
2025-08-20T20:15:23.6251178Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg?tag=f85a2b18be15-x86_64-linux&manifest 
2025-08-20T20:15:23.6251693Z 
2025-08-20T20:15:23.9244077Z 
2025-08-20T20:15:23.9244737Z [+] Registry --> https://ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:23.9245599Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/ffmpeg/wader/stable/ffprobe?tag=f85a2b18be15-x86_64-linux&manifest 
2025-08-20T20:15:23.9246162Z 
2025-08-20T20:15:26.1157955Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:15:28.7405248Z ./BUILD_ARTIFACTS.tar : 37.50%   (   518 MiB =>    194 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:15:28.8431232Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:15:28.8470904Z 
2025-08-20T20:15:28.8472017Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml :: 00(Hr):00(Min):44(Sec)
2025-08-20T20:15:28.8472720Z 
2025-08-20T20:15:28.8487531Z 
2025-08-20T20:15:28.8487855Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:15:28 PM) UTC
2025-08-20T20:15:28.8488267Z 
2025-08-20T20:15:28.9542414Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:15:28.9590538Z ##[group]Run ##Presets
2025-08-20T20:15:28.9590871Z [36;1m##Presets[0m
2025-08-20T20:15:28.9591078Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:28.9591291Z [36;1m#-------------#[0m
2025-08-20T20:15:28.9591492Z [36;1m##Debug?[0m
2025-08-20T20:15:28.9591736Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:15:28.9592038Z [36;1m  set -x[0m
2025-08-20T20:15:28.9592227Z [36;1mfi[0m
2025-08-20T20:15:28.9592404Z [36;1m#-------------#[0m
2025-08-20T20:15:28.9592609Z [36;1m##Set ENV[0m
2025-08-20T20:15:28.9592848Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:15:28.9593575Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-f85a2b18be15-x86_64-linux"[0m
2025-08-20T20:15:28.9594079Z [36;1m    GHCRPKG_TAG_SRCBUILD="f85a2b18be15-x86_64-linux"[0m
2025-08-20T20:15:28.9594626Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361"[0m
2025-08-20T20:15:28.9595158Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:15:28.9595576Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:28.9596044Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:28.9596385Z [36;1m fi[0m
2025-08-20T20:15:28.9596564Z [36;1m##Push[0m
2025-08-20T20:15:28.9596793Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:15:28.9597085Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:15:28.9597475Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:15:28.9598145Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:15:28.9598605Z [36;1m     ls -sh "/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:15:28.9598954Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:15:28.9599179Z [36;1m       {[0m
2025-08-20T20:15:28.9599376Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:15:28.9599726Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:15:28.9600180Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:15:28.9600623Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:15:28.9601138Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=f85a2b18be15-x86_64-linux")[0m
2025-08-20T20:15:28.9601830Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107667361")[0m
2025-08-20T20:15:28.9602436Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107667361")[0m
2025-08-20T20:15:28.9603111Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe:f85a2b18be15-x86_64-linux")[0m
2025-08-20T20:15:28.9603920Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:15:02Z")[0m
2025-08-20T20:15:28.9604392Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=f85a2b18be15")[0m
2025-08-20T20:15:28.9604879Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:15:02Z")[0m
2025-08-20T20:15:28.9605591Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe")[0m
2025-08-20T20:15:28.9606301Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:15:28.9606815Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=f85a2b18be15")[0m
2025-08-20T20:15:28.9607312Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=f85a2b18be15")[0m
2025-08-20T20:15:28.9608203Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe")[0m
2025-08-20T20:15:28.9608929Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-ffmpeg")[0m
2025-08-20T20:15:28.9609504Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/wader/static-ffmpeg")[0m
2025-08-20T20:15:28.9610065Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:15:28.9610549Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=f85a2b18be15")[0m
2025-08-20T20:15:28.9611005Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:15:28.9611520Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:15:28.9611964Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:15:28.9612228Z [36;1m         #Check[0m
2025-08-20T20:15:28.9612831Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T20:15:02Z" ]]; then[0m
2025-08-20T20:15:28.9613717Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:15:28.9614073Z [36;1m            break[0m
2025-08-20T20:15:28.9614286Z [36;1m          else[0m
2025-08-20T20:15:28.9614696Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:15:28.9615134Z [36;1m          fi[0m
2025-08-20T20:15:28.9615544Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:15:28.9615797Z [36;1m        done[0m
2025-08-20T20:15:28.9615994Z [36;1m       }[0m
2025-08-20T20:15:28.9616200Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:15:28.9616459Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:15:28.9617069Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:15:02Z" ]]; then[0m
2025-08-20T20:15:28.9617861Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:15:28.9618282Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:15:28.9618548Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:15:28.9619172Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:15:02Z" ]]; then[0m
2025-08-20T20:15:28.9619936Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:15:28.9620474Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:15:28.9620886Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:15:28.9621126Z [36;1m           fi[0m
2025-08-20T20:15:28.9621325Z [36;1m       fi[0m
2025-08-20T20:15:28.9621509Z [36;1m   fi[0m
2025-08-20T20:15:28.9621685Z [36;1m fi[0m
2025-08-20T20:15:28.9621876Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:15:28.9672951Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:28.9673187Z env:
2025-08-20T20:15:28.9673496Z   CROSS_COMPILING: NO
2025-08-20T20:15:28.9673720Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:15:28.9673952Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:15:28.9674166Z   ON_QEMU: NO
2025-08-20T20:15:28.9674344Z   DEBUG: 0
2025-08-20T20:15:28.9674543Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:15:28.9674775Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:15:28.9675074Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:15:28.9675398Z   KEEP_LOGS: YES
2025-08-20T20:15:28.9675598Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:28.9675967Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:15:28.9676194Z   SBUILD_REBUILD: false
2025-08-20T20:15:28.9676730Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:15:28.9677281Z   BUILD_SYS: null
2025-08-20T20:15:28.9677470Z   SYSTMP: /tmp
2025-08-20T20:15:28.9677654Z   GHA_MODE: MATRIX
2025-08-20T20:15:28.9678092Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:28.9678613Z   INPUT_SBUILD: /tmp/pkgforge/RtFIo25Iq_build.yaml
2025-08-20T20:15:28.9678938Z   BUILD_DIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml
2025-08-20T20:15:28.9679335Z   SBUILD_OUTDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR
2025-08-20T20:15:28.9679826Z   SBUILD_TMPDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:15:28.9680212Z   PKG_TYPE: static
2025-08-20T20:15:28.9680413Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:15:28.9680632Z   SBUILD_PKGVER: f85a2b18be15
2025-08-20T20:15:28.9680983Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107667361
2025-08-20T20:15:28.9681353Z   BUILD_ID: 17107667361
2025-08-20T20:15:28.9681550Z   PKG_NAME: ffprobe
2025-08-20T20:15:28.9681747Z   PKG_DATE: 2025-08-20T20:15:02Z
2025-08-20T20:15:28.9681971Z   PKG_VERSION: f85a2b18be15
2025-08-20T20:15:28.9682198Z   PKG_VERSION_UPSTREAM: 7.1.1
2025-08-20T20:15:28.9682518Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:28.9682883Z   GHCRPKG_TAG: f85a2b18be15-x86_64-linux
2025-08-20T20:15:28.9683408Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:28.9684016Z   PKG_SRCURL: https://github.com/wader/static-ffmpeg
2025-08-20T20:15:28.9684301Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:15:28.9684706Z   GHCR_TOKEN: ***
2025-08-20T20:15:28.9685004Z   GITHUB_TOKEN: ***
2025-08-20T20:15:28.9685243Z   GITLAB_TOKEN: ***
2025-08-20T20:15:28.9686402Z   MINISIGN_KEY: ***
2025-08-20T20:15:28.9686603Z ##[endgroup]
2025-08-20T20:15:28.9777521Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:15:28.9788091Z 195M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:15:28.9801327Z total 260M
2025-08-20T20:15:28.9801640Z 4.0K CHECKSUM
2025-08-20T20:15:28.9801952Z 4.0K CHECKSUM.sig
2025-08-20T20:15:28.9802146Z  36K LICENSE
2025-08-20T20:15:28.9802327Z 4.0K LICENSE.sig
2025-08-20T20:15:28.9802511Z 4.0K SBUILD
2025-08-20T20:15:28.9802730Z 4.0K SBUILD.sig
2025-08-20T20:15:28.9803035Z 4.0K SBUILD_TEMP
2025-08-20T20:15:28.9803478Z 130M ffmpeg
2025-08-20T20:15:28.9803769Z 4.0K ffmpeg.json
2025-08-20T20:15:28.9804076Z 4.0K ffmpeg.json.sig
2025-08-20T20:15:28.9804423Z  12K ffmpeg.log
2025-08-20T20:15:28.9804741Z 4.0K ffmpeg.log.sig
2025-08-20T20:15:28.9805066Z  40K ffmpeg.png
2025-08-20T20:15:28.9805367Z 4.0K ffmpeg.sig
2025-08-20T20:15:28.9805681Z  12K ffmpeg.static.log
2025-08-20T20:15:28.9806040Z 4.0K ffmpeg.static.version
2025-08-20T20:15:28.9806443Z 4.0K ffmpeg.static.version.sig
2025-08-20T20:15:28.9806845Z 4.0K ffmpeg.version
2025-08-20T20:15:28.9807174Z 4.0K ffmpeg.version.sig
2025-08-20T20:15:28.9807504Z 130M ffprobe
2025-08-20T20:15:28.9807786Z 4.0K ffprobe.json
2025-08-20T20:15:28.9808106Z 4.0K ffprobe.json.sig
2025-08-20T20:15:28.9808443Z  12K ffprobe.log
2025-08-20T20:15:28.9808754Z 4.0K ffprobe.log.sig
2025-08-20T20:15:28.9809096Z  40K ffprobe.png
2025-08-20T20:15:28.9809415Z 4.0K ffprobe.sig
2025-08-20T20:15:28.9809718Z 4.0K ffprobe.version
2025-08-20T20:15:28.9810053Z 4.0K ffprobe.version.sig
2025-08-20T20:15:29.3330119Z Uploading 64daaca6ad8b BUILD_ARTIFACTS.zstd
2025-08-20T20:15:31.1508841Z Uploaded  64daaca6ad8b BUILD_ARTIFACTS.zstd
2025-08-20T20:15:31.1509559Z Uploading 438e2558259c SRCBUILD-ffmpeg
2025-08-20T20:15:31.5322813Z Uploaded  438e2558259c SRCBUILD-ffmpeg
2025-08-20T20:15:31.5324290Z Pushed [registry] ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361:f85a2b18be15-x86_64-linux
2025-08-20T20:15:31.5325768Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:15:31.5326365Z Digest: sha256:438e2558259ceaa4c0abfbf0431491c1cbf03f15217ff1274f5207c31c59a540
2025-08-20T20:15:36.7926152Z 
2025-08-20T20:15:36.7926903Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361
2025-08-20T20:15:36.7927380Z 
2025-08-20T20:15:37.0047236Z ##[group]Run ##Presets
2025-08-20T20:15:37.0047500Z [36;1m##Presets[0m
2025-08-20T20:15:37.0047710Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:37.0047922Z [36;1m#-------------#[0m
2025-08-20T20:15:37.0048126Z [36;1m##Debug?[0m
2025-08-20T20:15:37.0048368Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:15:37.0048679Z [36;1m  set -x[0m
2025-08-20T20:15:37.0048867Z [36;1mfi[0m
2025-08-20T20:15:37.0049048Z [36;1m#-------------#[0m
2025-08-20T20:15:37.0049312Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:15:37.0049652Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:15:37.0099464Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:37.0099704Z env:
2025-08-20T20:15:37.0099884Z   CROSS_COMPILING: NO
2025-08-20T20:15:37.0100098Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:15:37.0100324Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:15:37.0100537Z   ON_QEMU: NO
2025-08-20T20:15:37.0100748Z   DEBUG: 0
2025-08-20T20:15:37.0100930Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:15:37.0101151Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:15:37.0101453Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:15:37.0101774Z   KEEP_LOGS: YES
2025-08-20T20:15:37.0101977Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:37.0102205Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:15:37.0102612Z   SBUILD_REBUILD: false
2025-08-20T20:15:37.0103147Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:15:37.0104047Z   BUILD_SYS: null
2025-08-20T20:15:37.0104242Z   SYSTMP: /tmp
2025-08-20T20:15:37.0104424Z   GHA_MODE: MATRIX
2025-08-20T20:15:37.0104858Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:37.0105378Z   INPUT_SBUILD: /tmp/pkgforge/RtFIo25Iq_build.yaml
2025-08-20T20:15:37.0105712Z   BUILD_DIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml
2025-08-20T20:15:37.0106100Z   SBUILD_OUTDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR
2025-08-20T20:15:37.0106582Z   SBUILD_TMPDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:15:37.0106963Z   PKG_TYPE: static
2025-08-20T20:15:37.0107153Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:15:37.0107376Z   SBUILD_PKGVER: f85a2b18be15
2025-08-20T20:15:37.0107720Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107667361
2025-08-20T20:15:37.0108082Z   BUILD_ID: 17107667361
2025-08-20T20:15:37.0108272Z   PKG_NAME: ffprobe
2025-08-20T20:15:37.0108466Z   PKG_DATE: 2025-08-20T20:15:02Z
2025-08-20T20:15:37.0108693Z   PKG_VERSION: f85a2b18be15
2025-08-20T20:15:37.0108913Z   PKG_VERSION_UPSTREAM: 7.1.1
2025-08-20T20:15:37.0109230Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:37.0109577Z   GHCRPKG_TAG: f85a2b18be15-x86_64-linux
2025-08-20T20:15:37.0109998Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:37.0110461Z   PKG_SRCURL: https://github.com/wader/static-ffmpeg
2025-08-20T20:15:37.0110748Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:15:37.0110982Z   GHCRPKG_TAG_SRCBUILD: f85a2b18be15-x86_64-linux
2025-08-20T20:15:37.0111447Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361
2025-08-20T20:15:37.0111882Z ##[endgroup]
2025-08-20T20:15:37.0261764Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:15:37.0262064Z with:
2025-08-20T20:15:37.0262262Z   name: Bincache_ffmpeg_x86_64-Linux
2025-08-20T20:15:37.0262556Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:15:37.0262842Z   compression-level: 0
2025-08-20T20:15:37.0263047Z   retention-days: 30
2025-08-20T20:15:37.0263444Z   overwrite: true
2025-08-20T20:15:37.0263657Z   if-no-files-found: warn
2025-08-20T20:15:37.0263878Z   include-hidden-files: false
2025-08-20T20:15:37.0264094Z env:
2025-08-20T20:15:37.0264255Z   CROSS_COMPILING: NO
2025-08-20T20:15:37.0264459Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:15:37.0264682Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:15:37.0264886Z   ON_QEMU: NO
2025-08-20T20:15:37.0265049Z   DEBUG: 0
2025-08-20T20:15:37.0265228Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:15:37.0265449Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:15:37.0265751Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:15:37.0266099Z   KEEP_LOGS: YES
2025-08-20T20:15:37.0266290Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:37.0266504Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:15:37.0266716Z   SBUILD_REBUILD: false
2025-08-20T20:15:37.0267230Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:15:37.0267771Z   BUILD_SYS: null
2025-08-20T20:15:37.0267953Z   SYSTMP: /tmp
2025-08-20T20:15:37.0268133Z   GHA_MODE: MATRIX
2025-08-20T20:15:37.0268560Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:37.0269074Z   INPUT_SBUILD: /tmp/pkgforge/RtFIo25Iq_build.yaml
2025-08-20T20:15:37.0269393Z   BUILD_DIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml
2025-08-20T20:15:37.0269772Z   SBUILD_OUTDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR
2025-08-20T20:15:37.0270446Z   SBUILD_TMPDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:15:37.0270822Z   PKG_TYPE: static
2025-08-20T20:15:37.0271015Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:15:37.0271231Z   SBUILD_PKGVER: f85a2b18be15
2025-08-20T20:15:37.0271575Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107667361
2025-08-20T20:15:37.0271931Z   BUILD_ID: 17107667361
2025-08-20T20:15:37.0272122Z   PKG_NAME: ffprobe
2025-08-20T20:15:37.0272316Z   PKG_DATE: 2025-08-20T20:15:02Z
2025-08-20T20:15:37.0272542Z   PKG_VERSION: f85a2b18be15
2025-08-20T20:15:37.0272763Z   PKG_VERSION_UPSTREAM: 7.1.1
2025-08-20T20:15:37.0273075Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:37.0273695Z   GHCRPKG_TAG: f85a2b18be15-x86_64-linux
2025-08-20T20:15:37.0274119Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:37.0274571Z   PKG_SRCURL: https://github.com/wader/static-ffmpeg
2025-08-20T20:15:37.0274861Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:15:37.0275095Z   GHCRPKG_TAG_SRCBUILD: f85a2b18be15-x86_64-linux
2025-08-20T20:15:37.0275549Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361
2025-08-20T20:15:37.0275981Z   UTC_TIME: 2025_08_20T08_15_37_PM
2025-08-20T20:15:37.0276203Z ##[endgroup]
2025-08-20T20:15:37.2494326Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:15:37.2497473Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:15:37.2498291Z With the provided path, there will be 2 files uploaded
2025-08-20T20:15:37.3487390Z Artifact name is valid!
2025-08-20T20:15:37.3488592Z Root directory input is valid!
2025-08-20T20:15:37.3859561Z Beginning upload of artifact content to blob storage
2025-08-20T20:15:37.7541613Z Uploaded bytes 8388608
2025-08-20T20:15:37.7751198Z Uploaded bytes 16777216
2025-08-20T20:15:37.8416540Z Uploaded bytes 25165824
2025-08-20T20:15:37.8844585Z Uploaded bytes 33554432
2025-08-20T20:15:38.0470694Z Uploaded bytes 41943040
2025-08-20T20:15:38.0590971Z Uploaded bytes 50331648
2025-08-20T20:15:38.0679210Z Uploaded bytes 58720256
2025-08-20T20:15:38.0799721Z Uploaded bytes 67108864
2025-08-20T20:15:38.2942801Z Uploaded bytes 75497472
2025-08-20T20:15:38.3313093Z Uploaded bytes 83886080
2025-08-20T20:15:38.3400842Z Uploaded bytes 92274688
2025-08-20T20:15:38.3534100Z Uploaded bytes 100663296
2025-08-20T20:15:38.5216862Z Uploaded bytes 109051904
2025-08-20T20:15:38.5308371Z Uploaded bytes 117440512
2025-08-20T20:15:38.5585033Z Uploaded bytes 125829120
2025-08-20T20:15:38.5767753Z Uploaded bytes 134217728
2025-08-20T20:15:38.7033861Z Uploaded bytes 142606336
2025-08-20T20:15:38.7241196Z Uploaded bytes 150994944
2025-08-20T20:15:38.7789123Z Uploaded bytes 159383552
2025-08-20T20:15:38.7942330Z Uploaded bytes 167772160
2025-08-20T20:15:38.9180030Z Uploaded bytes 176160768
2025-08-20T20:15:38.9221199Z Uploaded bytes 184549376
2025-08-20T20:15:38.9481517Z Uploaded bytes 192937984
2025-08-20T20:15:38.9796136Z Uploaded bytes 201326592
2025-08-20T20:15:39.0719056Z Uploaded bytes 204056980
2025-08-20T20:15:39.0991878Z Finished uploading artifact content to blob storage!
2025-08-20T20:15:39.0995813Z SHA256 digest of uploaded artifact zip is 64c7fb60b4ddf31d1d1c3daf83cdac9a4e83586266fd6b7d38abb0577e5c55c8
2025-08-20T20:15:39.0997918Z Finalizing artifact upload
2025-08-20T20:15:39.1986003Z Artifact Bincache_ffmpeg_x86_64-Linux.zip successfully finalized. Artifact ID 3812801972
2025-08-20T20:15:39.1987279Z Artifact Bincache_ffmpeg_x86_64-Linux has been successfully uploaded! Final size is 204056980 bytes. Artifact ID is 3812801972
2025-08-20T20:15:39.1995733Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107667361/artifacts/3812801972
2025-08-20T20:15:39.2207614Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:15:39.2207957Z with:
2025-08-20T20:15:39.2208225Z   subject-name: ffmpeg-17107667361-f85a2b18be15-x86_64-linux
2025-08-20T20:15:39.2209240Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:15:39.2209980Z   show-summary: true
2025-08-20T20:15:39.2210198Z   push-to-registry: false
2025-08-20T20:15:39.2210586Z   github-token: ***
2025-08-20T20:15:39.2210791Z env:
2025-08-20T20:15:39.2210975Z   CROSS_COMPILING: NO
2025-08-20T20:15:39.2211196Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:15:39.2211431Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:15:39.2211655Z   ON_QEMU: NO
2025-08-20T20:15:39.2211838Z   DEBUG: 0
2025-08-20T20:15:39.2212028Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:15:39.2212274Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:15:39.2212596Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:15:39.2212921Z   KEEP_LOGS: YES
2025-08-20T20:15:39.2213120Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:39.2213568Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:15:39.2213800Z   SBUILD_REBUILD: false
2025-08-20T20:15:39.2214331Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:15:39.2214884Z   BUILD_SYS: null
2025-08-20T20:15:39.2215079Z   SYSTMP: /tmp
2025-08-20T20:15:39.2215267Z   GHA_MODE: MATRIX
2025-08-20T20:15:39.2215714Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:39.2216239Z   INPUT_SBUILD: /tmp/pkgforge/RtFIo25Iq_build.yaml
2025-08-20T20:15:39.2216571Z   BUILD_DIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml
2025-08-20T20:15:39.2216965Z   SBUILD_OUTDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR
2025-08-20T20:15:39.2217474Z   SBUILD_TMPDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:15:39.2217863Z   PKG_TYPE: static
2025-08-20T20:15:39.2218064Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:15:39.2218293Z   SBUILD_PKGVER: f85a2b18be15
2025-08-20T20:15:39.2218648Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107667361
2025-08-20T20:15:39.2219017Z   BUILD_ID: 17107667361
2025-08-20T20:15:39.2219221Z   PKG_NAME: ffprobe
2025-08-20T20:15:39.2219438Z   PKG_DATE: 2025-08-20T20:15:02Z
2025-08-20T20:15:39.2219676Z   PKG_VERSION: f85a2b18be15
2025-08-20T20:15:39.2219905Z   PKG_VERSION_UPSTREAM: 7.1.1
2025-08-20T20:15:39.2220229Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:39.2220580Z   GHCRPKG_TAG: f85a2b18be15-x86_64-linux
2025-08-20T20:15:39.2221015Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:39.2221488Z   PKG_SRCURL: https://github.com/wader/static-ffmpeg
2025-08-20T20:15:39.2221785Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:15:39.2222027Z   GHCRPKG_TAG_SRCBUILD: f85a2b18be15-x86_64-linux
2025-08-20T20:15:39.2222493Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361
2025-08-20T20:15:39.2222944Z   UTC_TIME: 2025_08_20T08_15_37_PM
2025-08-20T20:15:39.2223179Z ##[endgroup]
2025-08-20T20:15:39.2294167Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:15:39.2294610Z env:
2025-08-20T20:15:39.2294799Z   CROSS_COMPILING: NO
2025-08-20T20:15:39.2295021Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:15:39.2295254Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:15:39.2295475Z   ON_QEMU: NO
2025-08-20T20:15:39.2295655Z   DEBUG: 0
2025-08-20T20:15:39.2295841Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:15:39.2296078Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:15:39.2296379Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:15:39.2296702Z   KEEP_LOGS: YES
2025-08-20T20:15:39.2297093Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:39.2297328Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:15:39.2297548Z   SBUILD_REBUILD: false
2025-08-20T20:15:39.2298218Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:15:39.2298787Z   BUILD_SYS: null
2025-08-20T20:15:39.2298986Z   SYSTMP: /tmp
2025-08-20T20:15:39.2299182Z   GHA_MODE: MATRIX
2025-08-20T20:15:39.2299636Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:39.2300170Z   INPUT_SBUILD: /tmp/pkgforge/RtFIo25Iq_build.yaml
2025-08-20T20:15:39.2300513Z   BUILD_DIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml
2025-08-20T20:15:39.2300911Z   SBUILD_OUTDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR
2025-08-20T20:15:39.2301403Z   SBUILD_TMPDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:15:39.2301796Z   PKG_TYPE: static
2025-08-20T20:15:39.2301999Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:15:39.2302224Z   SBUILD_PKGVER: f85a2b18be15
2025-08-20T20:15:39.2302581Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107667361
2025-08-20T20:15:39.2302959Z   BUILD_ID: 17107667361
2025-08-20T20:15:39.2303159Z   PKG_NAME: ffprobe
2025-08-20T20:15:39.2303691Z   PKG_DATE: 2025-08-20T20:15:02Z
2025-08-20T20:15:39.2303942Z   PKG_VERSION: f85a2b18be15
2025-08-20T20:15:39.2304169Z   PKG_VERSION_UPSTREAM: 7.1.1
2025-08-20T20:15:39.2304528Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:39.2304890Z   GHCRPKG_TAG: f85a2b18be15-x86_64-linux
2025-08-20T20:15:39.2305325Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:39.2305794Z   PKG_SRCURL: https://github.com/wader/static-ffmpeg
2025-08-20T20:15:39.2306087Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:15:39.2306335Z   GHCRPKG_TAG_SRCBUILD: f85a2b18be15-x86_64-linux
2025-08-20T20:15:39.2306807Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361
2025-08-20T20:15:39.2307250Z   UTC_TIME: 2025_08_20T08_15_37_PM
2025-08-20T20:15:39.2307491Z ##[endgroup]
2025-08-20T20:15:39.5706177Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:15:39.5706527Z with:
2025-08-20T20:15:39.5707209Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:15:39.5708044Z   subject-name: ffmpeg-17107667361-f85a2b18be15-x86_64-linux
2025-08-20T20:15:39.5708420Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:15:39.5711133Z   predicate: {"buildDefinition":{"buildType":"https://actions.github.io/buildtypes/workflow/v1","externalParameters":{"workflow":{"ref":"refs/heads/main","repository":"https://github.com/pkgforge/bincache","path":".github/workflows/matrix_builds.yaml"}},"internalParameters":{"github":{"event_name":"workflow_dispatch","repository_id":"883655230","repository_owner_id":"187275343","runner_environment":"github-hosted"}},"resolvedDependencies":[{"uri":"git+https://github.com/pkgforge/bincache@refs/heads/main","digest":{"gitCommit":"338a3bae1bab05aba0ad4bfe5580d82eeab3f21d"}}]},"runDetails":{"builder":{"id":"https://github.com/pkgforge/bincache/.github/workflows/matrix_builds.yaml@refs/heads/main"},"metadata":{"invocationId":"https://github.com/pkgforge/bincache/actions/runs/17107667361/attempts/1"}}}
2025-08-20T20:15:39.5714138Z   push-to-registry: false
2025-08-20T20:15:39.5714377Z   show-summary: true
2025-08-20T20:15:39.5714793Z   github-token: ***
2025-08-20T20:15:39.5715001Z env:
2025-08-20T20:15:39.5715185Z   CROSS_COMPILING: NO
2025-08-20T20:15:39.5715404Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:15:39.5715644Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:15:39.5715865Z   ON_QEMU: NO
2025-08-20T20:15:39.5716056Z   DEBUG: 0
2025-08-20T20:15:39.5716414Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:15:39.5716655Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:15:39.5716951Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:15:39.5717429Z   KEEP_LOGS: YES
2025-08-20T20:15:39.5717635Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:39.5717864Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:15:39.5718088Z   SBUILD_REBUILD: false
2025-08-20T20:15:39.5718619Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:15:39.5719164Z   BUILD_SYS: null
2025-08-20T20:15:39.5719361Z   SYSTMP: /tmp
2025-08-20T20:15:39.5719551Z   GHA_MODE: MATRIX
2025-08-20T20:15:39.5719999Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:39.5720514Z   INPUT_SBUILD: /tmp/pkgforge/RtFIo25Iq_build.yaml
2025-08-20T20:15:39.5720851Z   BUILD_DIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml
2025-08-20T20:15:39.5721246Z   SBUILD_OUTDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR
2025-08-20T20:15:39.5721739Z   SBUILD_TMPDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:15:39.5722156Z   PKG_TYPE: static
2025-08-20T20:15:39.5722360Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:15:39.5722589Z   SBUILD_PKGVER: f85a2b18be15
2025-08-20T20:15:39.5722950Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107667361
2025-08-20T20:15:39.5723639Z   BUILD_ID: 17107667361
2025-08-20T20:15:39.5723865Z   PKG_NAME: ffprobe
2025-08-20T20:15:39.5724085Z   PKG_DATE: 2025-08-20T20:15:02Z
2025-08-20T20:15:39.5724325Z   PKG_VERSION: f85a2b18be15
2025-08-20T20:15:39.5724560Z   PKG_VERSION_UPSTREAM: 7.1.1
2025-08-20T20:15:39.5724900Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:39.5725259Z   GHCRPKG_TAG: f85a2b18be15-x86_64-linux
2025-08-20T20:15:39.5736552Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:39.5737126Z   PKG_SRCURL: https://github.com/wader/static-ffmpeg
2025-08-20T20:15:39.5737445Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:15:39.5737711Z   GHCRPKG_TAG_SRCBUILD: f85a2b18be15-x86_64-linux
2025-08-20T20:15:39.5738195Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361
2025-08-20T20:15:39.5738655Z   UTC_TIME: 2025_08_20T08_15_37_PM
2025-08-20T20:15:39.5738897Z ##[endgroup]
2025-08-20T20:15:41.4237804Z Attestation created for 23 subjects
2025-08-20T20:15:41.4242019Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:15:41.4242811Z -----BEGIN CERTIFICATE-----
2025-08-20T20:15:41.4243646Z MIIG7zCCBnagAwIBAgIUTG795cLm82/n+oLcMTkHqPeIkaswCgYIKoZIzj0EAwMw
2025-08-20T20:15:41.4244504Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:15:41.4245407Z cm1lZGlhdGUwHhcNMjUwODIwMjAxNTQwWhcNMjUwODIwMjAyNTQwWjAAMFkwEwYH
2025-08-20T20:15:41.4246352Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEKIw8cu48+f4lyXwDnPi61OktsIxIp4pbJURY
2025-08-20T20:15:41.4247242Z Gm+wUc0yrGHQz6F27LjMRyGigRugKkJ+gQe06IxHcbFi59LzW6OCBZUwggWRMA4G
2025-08-20T20:15:41.4248137Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqD43
2025-08-20T20:15:41.4248993Z Tipe4ttyV9qXMnjQpY/Tc/MwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:15:41.4249827Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:15:41.4250696Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:15:41.4251596Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:15:41.4252471Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:15:41.4253523Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:15:41.4254405Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:15:41.4255583Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:15:41.4256525Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:15:41.4257417Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:15:41.4258488Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:15:41.4259351Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:15:41.4260255Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:15:41.4261108Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:15:41.4261962Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:15:41.4262880Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:15:41.4263980Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:15:41.4264871Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:15:41.4265774Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:15:41.4266657Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:15:41.4267543Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:15:41.4268446Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:15:41.4269331Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:15:41.4270223Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:15:41.4271092Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NjY3MzYxL2F0
2025-08-20T20:15:41.4271988Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T20:15:41.4272913Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJH3wk
2025-08-20T20:15:41.4273943Z AAAEAwBIMEYCIQCiaOt0iuxgvoOe3Tv+7v0uZkJ5XAWKKjUqgA5ZXgmiIwIhAPy5
2025-08-20T20:15:41.4274769Z OMLV51YxI0b0RC6vFWuJcPKjBeeXO3tVzvHTjcJ1MAoGCCqGSM49BAMDA2cAMGQC
2025-08-20T20:15:41.4275590Z MGOyzDB2QFDH13y4KITT/KWkUa7Sre2K7y1AYQMOJoiF3EVEpRFilNdsuwjUCuhb
2025-08-20T20:15:41.4276375Z nwIwJknlmFjApV8/yUQ+HHNTdqg45YJ29YVRb1U59hW5tKdeGw6Jgyv5BgKWCLoC
2025-08-20T20:15:41.4276976Z jxN+
2025-08-20T20:15:41.4277277Z -----END CERTIFICATE-----
2025-08-20T20:15:41.4277531Z 
2025-08-20T20:15:41.4278082Z ##[endgroup]
2025-08-20T20:15:41.4278741Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:15:41.4279429Z https://search.sigstore.dev?logIndex=414226481
2025-08-20T20:15:41.4280042Z [36mAttestation uploaded to repository[39m
2025-08-20T20:15:41.4280616Z https://github.com/pkgforge/bincache/attestations/9871621
2025-08-20T20:15:41.5022461Z ##[group]Run ##Presets
2025-08-20T20:15:41.5022733Z [36;1m##Presets[0m
2025-08-20T20:15:41.5022962Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:41.5023183Z [36;1m#-------------#[0m
2025-08-20T20:15:41.5023688Z [36;1m##Debug?[0m
2025-08-20T20:15:41.5023941Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:15:41.5024242Z [36;1m  set -x[0m
2025-08-20T20:15:41.5024435Z [36;1mfi[0m
2025-08-20T20:15:41.5024622Z [36;1m#-------------#[0m
2025-08-20T20:15:41.5024936Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:15:41.5025503Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"[0m
2025-08-20T20:15:41.5025932Z [36;1m exit 1[0m
2025-08-20T20:15:41.5026119Z [36;1mfi[0m
2025-08-20T20:15:41.5073929Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:41.5074175Z env:
2025-08-20T20:15:41.5074367Z   CROSS_COMPILING: NO
2025-08-20T20:15:41.5074627Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:15:41.5074868Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:15:41.5075098Z   ON_QEMU: NO
2025-08-20T20:15:41.5075286Z   DEBUG: 0
2025-08-20T20:15:41.5075475Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:15:41.5075710Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:15:41.5076015Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:15:41.5076348Z   KEEP_LOGS: YES
2025-08-20T20:15:41.5076551Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:41.5076774Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:15:41.5076998Z   SBUILD_REBUILD: false
2025-08-20T20:15:41.5077704Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:15:41.5078261Z   BUILD_SYS: null
2025-08-20T20:15:41.5078460Z   SYSTMP: /tmp
2025-08-20T20:15:41.5078654Z   GHA_MODE: MATRIX
2025-08-20T20:15:41.5079097Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:41.5079616Z   INPUT_SBUILD: /tmp/pkgforge/RtFIo25Iq_build.yaml
2025-08-20T20:15:41.5079946Z   BUILD_DIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml
2025-08-20T20:15:41.5080338Z   SBUILD_OUTDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR
2025-08-20T20:15:41.5080823Z   SBUILD_TMPDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:15:41.5081217Z   PKG_TYPE: static
2025-08-20T20:15:41.5081417Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:15:41.5081638Z   SBUILD_PKGVER: f85a2b18be15
2025-08-20T20:15:41.5082003Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107667361
2025-08-20T20:15:41.5082371Z   BUILD_ID: 17107667361
2025-08-20T20:15:41.5082576Z   PKG_NAME: ffprobe
2025-08-20T20:15:41.5082781Z   PKG_DATE: 2025-08-20T20:15:02Z
2025-08-20T20:15:41.5083026Z   PKG_VERSION: f85a2b18be15
2025-08-20T20:15:41.5083447Z   PKG_VERSION_UPSTREAM: 7.1.1
2025-08-20T20:15:41.5083825Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:41.5084184Z   GHCRPKG_TAG: f85a2b18be15-x86_64-linux
2025-08-20T20:15:41.5084618Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:41.5085097Z   PKG_SRCURL: https://github.com/wader/static-ffmpeg
2025-08-20T20:15:41.5085388Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:15:41.5085637Z   GHCRPKG_TAG_SRCBUILD: f85a2b18be15-x86_64-linux
2025-08-20T20:15:41.5086102Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361
2025-08-20T20:15:41.5086553Z   UTC_TIME: 2025_08_20T08_15_37_PM
2025-08-20T20:15:41.5086791Z ##[endgroup]
2025-08-20T20:15:41.5172101Z ##[group]Run ##Presets
2025-08-20T20:15:41.5172361Z [36;1m##Presets[0m
2025-08-20T20:15:41.5172578Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:41.5172797Z [36;1m#-------------#[0m
2025-08-20T20:15:41.5173017Z [36;1m##Debug?[0m
2025-08-20T20:15:41.5173474Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:15:41.5173792Z [36;1m  set -x[0m
2025-08-20T20:15:41.5173996Z [36;1mfi[0m
2025-08-20T20:15:41.5174187Z [36;1m#-------------#[0m
2025-08-20T20:15:41.5174443Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:15:41.5174914Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/ffmpeg/wader/stable"[0m
2025-08-20T20:15:41.5175350Z [36;1m exit 1[0m
2025-08-20T20:15:41.5175541Z [36;1mfi[0m
2025-08-20T20:15:41.5218257Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:41.5218499Z env:
2025-08-20T20:15:41.5218699Z   CROSS_COMPILING: NO
2025-08-20T20:15:41.5218940Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:15:41.5219177Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:15:41.5219396Z   ON_QEMU: NO
2025-08-20T20:15:41.5219576Z   DEBUG: 0
2025-08-20T20:15:41.5219760Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:15:41.5219987Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:15:41.5220280Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:15:41.5220605Z   KEEP_LOGS: YES
2025-08-20T20:15:41.5220804Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:41.5221033Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:15:41.5221257Z   SBUILD_REBUILD: false
2025-08-20T20:15:41.5221786Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:15:41.5222334Z   BUILD_SYS: null
2025-08-20T20:15:41.5222532Z   SYSTMP: /tmp
2025-08-20T20:15:41.5222722Z   GHA_MODE: MATRIX
2025-08-20T20:15:41.5223167Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:41.5224093Z   INPUT_SBUILD: /tmp/pkgforge/RtFIo25Iq_build.yaml
2025-08-20T20:15:41.5224435Z   BUILD_DIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml
2025-08-20T20:15:41.5224838Z   SBUILD_OUTDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR
2025-08-20T20:15:41.5225329Z   SBUILD_TMPDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:15:41.5225717Z   PKG_TYPE: static
2025-08-20T20:15:41.5225919Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:15:41.5226147Z   SBUILD_PKGVER: f85a2b18be15
2025-08-20T20:15:41.5226502Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107667361
2025-08-20T20:15:41.5226873Z   BUILD_ID: 17107667361
2025-08-20T20:15:41.5227082Z   PKG_NAME: ffprobe
2025-08-20T20:15:41.5227285Z   PKG_DATE: 2025-08-20T20:15:02Z
2025-08-20T20:15:41.5227517Z   PKG_VERSION: f85a2b18be15
2025-08-20T20:15:41.5227751Z   PKG_VERSION_UPSTREAM: 7.1.1
2025-08-20T20:15:41.5228092Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:41.5228447Z   GHCRPKG_TAG: f85a2b18be15-x86_64-linux
2025-08-20T20:15:41.5228878Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:41.5229359Z   PKG_SRCURL: https://github.com/wader/static-ffmpeg
2025-08-20T20:15:41.5229663Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:15:41.5229922Z   GHCRPKG_TAG_SRCBUILD: f85a2b18be15-x86_64-linux
2025-08-20T20:15:41.5230399Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361
2025-08-20T20:15:41.5230846Z   UTC_TIME: 2025_08_20T08_15_37_PM
2025-08-20T20:15:41.5231085Z ##[endgroup]
2025-08-20T20:15:41.5313183Z ##[group]Run ##Presets
2025-08-20T20:15:41.5313656Z [36;1m##Presets[0m
2025-08-20T20:15:41.5313875Z [36;1mset +x ; set +e[0m
2025-08-20T20:15:41.5314093Z [36;1m#-------------#[0m
2025-08-20T20:15:41.5314296Z [36;1m##Debug?[0m
2025-08-20T20:15:41.5314554Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:15:41.5314846Z [36;1m  set -x[0m
2025-08-20T20:15:41.5315037Z [36;1mfi[0m
2025-08-20T20:15:41.5315222Z [36;1m#-------------#[0m
2025-08-20T20:15:41.5315568Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:15:41.5315973Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:15:41.5316275Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:15:41.5316544Z [36;1mfi[0m
2025-08-20T20:15:41.5358988Z shell: /usr/bin/bash -e {0}
2025-08-20T20:15:41.5359230Z env:
2025-08-20T20:15:41.5359416Z   CROSS_COMPILING: NO
2025-08-20T20:15:41.5359681Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:15:41.5359913Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:15:41.5360129Z   ON_QEMU: NO
2025-08-20T20:15:41.5360313Z   DEBUG: 0
2025-08-20T20:15:41.5360499Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:15:41.5360727Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:15:41.5361033Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable
2025-08-20T20:15:41.5361361Z   KEEP_LOGS: YES
2025-08-20T20:15:41.5361561Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:15:41.5361784Z   PKG_FAMILY_LOCAL: ffmpeg
2025-08-20T20:15:41.5362011Z   SBUILD_REBUILD: false
2025-08-20T20:15:41.5362543Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ffmpeg/static.wader.stable.yaml
2025-08-20T20:15:41.5363116Z   BUILD_SYS: null
2025-08-20T20:15:41.5363536Z   SYSTMP: /tmp
2025-08-20T20:15:41.5363738Z   GHA_MODE: MATRIX
2025-08-20T20:15:41.5364182Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:15:41.5364700Z   INPUT_SBUILD: /tmp/pkgforge/RtFIo25Iq_build.yaml
2025-08-20T20:15:41.5365032Z   BUILD_DIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml
2025-08-20T20:15:41.5365429Z   SBUILD_OUTDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR
2025-08-20T20:15:41.5366087Z   SBUILD_TMPDIR: /tmp/pkgforge/AanHFrF_RtFIo25Iq_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:15:41.5366481Z   PKG_TYPE: static
2025-08-20T20:15:41.5366686Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:15:41.5366908Z   SBUILD_PKGVER: f85a2b18be15
2025-08-20T20:15:41.5367268Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107667361
2025-08-20T20:15:41.5367634Z   BUILD_ID: 17107667361
2025-08-20T20:15:41.5367832Z   PKG_NAME: ffprobe
2025-08-20T20:15:41.5368036Z   PKG_DATE: 2025-08-20T20:15:02Z
2025-08-20T20:15:41.5368276Z   PKG_VERSION: f85a2b18be15
2025-08-20T20:15:41.5368500Z   PKG_VERSION_UPSTREAM: 7.1.1
2025-08-20T20:15:41.5369034Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:41.5369402Z   GHCRPKG_TAG: f85a2b18be15-x86_64-linux
2025-08-20T20:15:41.5369837Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/ffmpeg/wader/stable/ffprobe
2025-08-20T20:15:41.5370308Z   PKG_SRCURL: https://github.com/wader/static-ffmpeg
2025-08-20T20:15:41.5370604Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:15:41.5370853Z   GHCRPKG_TAG_SRCBUILD: f85a2b18be15-x86_64-linux
2025-08-20T20:15:41.5371318Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ffmpeg/wader/stable/ffmpeg-srcbuild-17107667361
2025-08-20T20:15:41.5371764Z   UTC_TIME: 2025_08_20T08_15_37_PM
2025-08-20T20:15:41.5371999Z ##[endgroup]
2025-08-20T20:15:41.5443661Z EXITED
2025-08-20T20:15:41.5487342Z Cleaning up orphan processes
