﻿2025-08-20T18:51:41.7330762Z Current runner version: '2.328.0'
2025-08-20T18:51:41.7361670Z ##[group]Runner Image Provisioner
2025-08-20T18:51:41.7362659Z Hosted Compute Agent
2025-08-20T18:51:41.7363739Z Version: 20250818.377
2025-08-20T18:51:41.7364365Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T18:51:41.7365037Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T18:51:41.7365965Z ##[endgroup]
2025-08-20T18:51:41.7366523Z ##[group]VM Image
2025-08-20T18:51:41.7367145Z - OS: Linux (arm64)
2025-08-20T18:51:41.7367765Z - Source: Partner
2025-08-20T18:51:41.7368343Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T18:51:41.7369002Z - Version: 20250728.24.1
2025-08-20T18:51:41.7370000Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T18:51:41.7371031Z ##[endgroup]
2025-08-20T18:51:41.7372351Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T18:51:41.7375974Z Attestations: write
2025-08-20T18:51:41.7376789Z Contents: write
2025-08-20T18:51:41.7377672Z Metadata: read
2025-08-20T18:51:41.7378386Z Packages: write
2025-08-20T18:51:41.7378955Z ##[endgroup]
2025-08-20T18:51:41.7382654Z Secret source: Actions
2025-08-20T18:51:41.7383717Z Prepare workflow directory
2025-08-20T18:51:41.7764147Z Prepare all required actions
2025-08-20T18:51:41.7803386Z Getting action download info
2025-08-20T18:51:42.2624469Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T18:51:43.0165826Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T18:51:43.4765921Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T18:51:43.6435149Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T18:51:44.1676942Z Getting action download info
2025-08-20T18:51:44.3633809Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T18:51:44.7539625Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T18:51:45.1081293Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/apk-static/official)
2025-08-20T18:51:45.1723777Z ##[group]Run ##Presets
2025-08-20T18:51:45.1724639Z [36;1m##Presets[0m
2025-08-20T18:51:45.1724978Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:45.1725263Z [36;1m#-------------#[0m
2025-08-20T18:51:45.1726112Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T18:51:45.1726618Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:45.1727015Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.1727460Z [36;1m  fi[0m
2025-08-20T18:51:45.1727804Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T18:51:45.1728310Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:45.1728766Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.1729096Z [36;1m  fi[0m
2025-08-20T18:51:45.1729454Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T18:51:45.1729962Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:45.1730460Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.1730784Z [36;1m  fi[0m
2025-08-20T18:51:45.1731086Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T18:51:45.1731532Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:45.1731880Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T18:51:45.1732209Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:45.1732653Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.1733320Z [36;1m     else[0m
2025-08-20T18:51:45.1733728Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.1734111Z [36;1m     fi[0m
2025-08-20T18:51:45.1734351Z [36;1m  fi[0m
2025-08-20T18:51:45.1734686Z [36;1mfi[0m
2025-08-20T18:51:45.1766422Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:45.1767319Z env:
2025-08-20T18:51:45.1768032Z   GH_TOKEN: ***
2025-08-20T18:51:45.1768459Z ##[endgroup]
2025-08-20T18:51:45.1998377Z ##[group]Run ##Presets
2025-08-20T18:51:45.1998837Z [36;1m##Presets[0m
2025-08-20T18:51:45.1999433Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:45.1999717Z [36;1m#-------------#[0m
2025-08-20T18:51:45.2000040Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T18:51:45.2000664Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T18:51:45.2001215Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T18:51:45.2001723Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T18:51:45.2002181Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T18:51:45.2002632Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T18:51:45.2003068Z [36;1m  exit 1[0m
2025-08-20T18:51:45.2003324Z [36;1mfi[0m
2025-08-20T18:51:45.2026716Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:45.2027047Z env:
2025-08-20T18:51:45.2027716Z   RO_GHTOKEN: ***
2025-08-20T18:51:45.2028041Z   RO_GLTOKEN: ***
2025-08-20T18:51:45.2029358Z   MINISIGN_KEY: ***
2025-08-20T18:51:45.2029602Z ##[endgroup]
2025-08-20T18:51:45.2159864Z ##[group]Run ##Presets
2025-08-20T18:51:45.2160308Z [36;1m##Presets[0m
2025-08-20T18:51:45.2160706Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:45.2160978Z [36;1m#-------------#[0m
2025-08-20T18:51:45.2161303Z [36;1m##Host Triplet[0m
2025-08-20T18:51:45.2161679Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:51:45.2162083Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T18:51:45.2162517Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:51:45.2162912Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T18:51:45.2163238Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T18:51:45.2163704Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T18:51:45.2164092Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T18:51:45.2164517Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T18:51:45.2164881Z [36;1m   fi[0m
2025-08-20T18:51:45.2165242Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:51:45.2165922Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T18:51:45.2166267Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:51:45.2166698Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T18:51:45.2167081Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T18:51:45.2167355Z [36;1m fi[0m
2025-08-20T18:51:45.2167716Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2168159Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2168577Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2169071Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2169386Z [36;1m##Debug[0m
2025-08-20T18:51:45.2169673Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T18:51:45.2170004Z [36;1m   export DEBUG="1"[0m
2025-08-20T18:51:45.2170288Z [36;1m else[0m
2025-08-20T18:51:45.2170645Z [36;1m   export DEBUG="0"[0m
2025-08-20T18:51:45.2170921Z [36;1m fi[0m
2025-08-20T18:51:45.2171190Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2171594Z [36;1m##Docker Platform[0m
2025-08-20T18:51:45.2172188Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T18:51:45.2172564Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T18:51:45.2173039Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T18:51:45.2173411Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T18:51:45.2173813Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T18:51:45.2174213Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T18:51:45.2174592Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T18:51:45.2175031Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T18:51:45.2175336Z [36;1m fi[0m
2025-08-20T18:51:45.2175894Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2176454Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2176852Z [36;1m##GHCRPKG_URL[0m
2025-08-20T18:51:45.2177420Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/apk-static/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:51:45.2177988Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T18:51:45.2178346Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2178772Z [36;1m##Logs[0m
2025-08-20T18:51:45.2179148Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T18:51:45.2179473Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T18:51:45.2179836Z [36;1m else[0m
2025-08-20T18:51:45.2180076Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T18:51:45.2180444Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T18:51:45.2180760Z [36;1m fi[0m
2025-08-20T18:51:45.2181358Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2181903Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2182301Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T18:51:45.2182706Z [36;1m PKG_FAMILY_LOCAL="$(echo "apk-tools" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:51:45.2183225Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T18:51:45.2183635Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2184042Z [36;1m##Rebuild[0m
2025-08-20T18:51:45.2184325Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T18:51:45.2184659Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T18:51:45.2185029Z [36;1m else[0m
2025-08-20T18:51:45.2185306Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T18:51:45.2185939Z [36;1m fi[0m
2025-08-20T18:51:45.2186335Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2186701Z [36;1m ##SBUILD_URL[0m
2025-08-20T18:51:45.2187183Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T18:51:45.2187858Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T18:51:45.2188708Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T18:51:45.2189516Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:51:45.2189964Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T18:51:45.2190450Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T18:51:45.2191005Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T18:51:45.2191408Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2191732Z [36;1m    exit 1[0m
2025-08-20T18:51:45.2192070Z [36;1m   else[0m
2025-08-20T18:51:45.2192339Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T18:51:45.2192781Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2193236Z [36;1m    #Check for x_exec.host[0m
2025-08-20T18:51:45.2193867Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T18:51:45.2194328Z [36;1m      #check if supported[0m
2025-08-20T18:51:45.2194742Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T18:51:45.2195306Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T18:51:45.2196153Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T18:51:45.2196554Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2196978Z [36;1m         exit 1[0m
2025-08-20T18:51:45.2197264Z [36;1m       fi[0m
2025-08-20T18:51:45.2197525Z [36;1m      #get build system[0m
2025-08-20T18:51:45.2198069Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T18:51:45.2198518Z [36;1m       export BUILD_SYS[0m
2025-08-20T18:51:45.2198859Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2199330Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T18:51:45.2199727Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2200204Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2200618Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T18:51:45.2200981Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2201397Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:45.2201726Z [36;1m       fi[0m
2025-08-20T18:51:45.2202209Z [36;1m     fi[0m
2025-08-20T18:51:45.2202551Z [36;1m   fi[0m
2025-08-20T18:51:45.2202821Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T18:51:45.2225301Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:45.2225973Z ##[endgroup]
2025-08-20T18:51:45.8593171Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:51:45.8593871Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:51:45.8594148Z 
2025-08-20T18:51:46.0301767Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:51:46.0302342Z 100  2562  100  2562    0     0  14876      0 --:--:-- --:--:-- --:--:-- 14809
2025-08-20T18:51:46.0302781Z 100  2562  100  2562    0     0  14872      0 --:--:-- --:--:-- --:--:-- 14809
2025-08-20T18:51:46.0313686Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:51:46.0522597Z ##[group]Run ##Presets
2025-08-20T18:51:46.0523125Z [36;1m##Presets[0m
2025-08-20T18:51:46.0523409Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:46.0523712Z [36;1m#-------------#[0m
2025-08-20T18:51:46.0524036Z [36;1m##Debug?[0m
2025-08-20T18:51:46.0524326Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:51:46.0524742Z [36;1m  set -x[0m
2025-08-20T18:51:46.0524999Z [36;1mfi[0m
2025-08-20T18:51:46.0525299Z [36;1m#-------------#[0m
2025-08-20T18:51:46.0526006Z [36;1m##CoreUtils[0m
2025-08-20T18:51:46.0526328Z [36;1msudo apt update -y[0m
2025-08-20T18:51:46.0526743Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T18:51:46.0527841Z [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-20T18:51:46.0528831Z [36;1m##tmp[0m
2025-08-20T18:51:46.0529207Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T18:51:46.0529593Z [36;1m#GH ENV[0m
2025-08-20T18:51:46.0529853Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:46.0530284Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:46.0530865Z [36;1m#-------------#[0m
2025-08-20T18:51:46.0531199Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T18:51:46.0531571Z [36;1msudo apt update -y[0m
2025-08-20T18:51:46.0531880Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T18:51:46.0532258Z [36;1m##Setup Minisign[0m
2025-08-20T18:51:46.0532592Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T18:51:46.0533112Z [36;1mecho "***[0m
2025-08-20T18:51:46.0534534Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T18:51:46.0534884Z [36;1m##User-Agent[0m
2025-08-20T18:51:46.0535985Z [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-20T18:51:46.0536882Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:46.0563152Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:46.0563487Z env:
2025-08-20T18:51:46.0563836Z   CROSS_COMPILING: NO
2025-08-20T18:51:46.0564121Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:51:46.0564412Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:51:46.0564714Z   ON_QEMU: NO
2025-08-20T18:51:46.0564944Z   DEBUG: 0
2025-08-20T18:51:46.0565169Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:51:46.0565711Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:51:46.0566083Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:51:46.0566528Z   KEEP_LOGS: YES
2025-08-20T18:51:46.0566831Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:51:46.0567108Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:51:46.0567452Z   SBUILD_REBUILD: false
2025-08-20T18:51:46.0568078Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:51:46.0568703Z   BUILD_SYS: null
2025-08-20T18:51:46.0568994Z ##[endgroup]
2025-08-20T18:51:46.0916364Z 
2025-08-20T18:51:46.0917357Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:51:46.0917776Z 
2025-08-20T18:51:46.5393236Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T18:51:46.5794253Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:51:46.5991776Z Get:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T18:51:46.6364142Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T18:51:46.8603195Z Get:5 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T18:51:46.8804326Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T18:51:46.9070333Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T18:51:46.9619599Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T18:51:46.9670086Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T18:51:47.1172242Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T18:51:47.1912538Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T18:51:47.3310436Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T18:51:47.6731874Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T18:51:47.7836986Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T18:51:47.8809644Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T18:51:47.9959796Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T18:51:48.0797073Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T18:51:48.1665631Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T18:51:48.3243814Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T18:51:48.4027827Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T18:51:48.4769180Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T18:51:48.6661234Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T18:51:48.7407255Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T18:51:48.8152190Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T18:51:48.8898260Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T18:51:48.9645245Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T18:51:49.0388129Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T18:51:49.1135539Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T18:51:49.1879549Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T18:51:49.2623916Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T18:51:49.3368564Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T18:51:49.4113748Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T18:51:49.4995200Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T18:51:49.5757928Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T18:51:49.6496071Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T18:51:49.7339660Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T18:51:49.9251715Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T18:51:49.9995766Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T18:51:50.1008517Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T18:51:50.1785110Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T18:51:50.2532404Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T18:51:50.3277123Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T18:51:50.4021865Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T18:51:58.2209045Z Fetched 11.9 MB in 4s (2827 kB/s)
2025-08-20T18:51:58.9535275Z Reading package lists...
2025-08-20T18:51:59.1279316Z Building dependency tree...
2025-08-20T18:51:59.1321736Z Reading state information...
2025-08-20T18:51:59.1515762Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:51:59.1607606Z 
2025-08-20T18:51:59.1608715Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:51:59.1609063Z 
2025-08-20T18:51:59.1723720Z Reading package lists...
2025-08-20T18:51:59.3825301Z Building dependency tree...
2025-08-20T18:51:59.3865419Z Reading state information...
2025-08-20T18:51:59.6310403Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:51:59.6311314Z bc set to manually installed.
2025-08-20T18:51:59.6311785Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:51:59.6312374Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T18:51:59.6312851Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:51:59.6934890Z The following NEW packages will be installed:
2025-08-20T18:51:59.6941062Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T18:51:59.6943051Z   moreutils
2025-08-20T18:51:59.6949529Z The following packages will be upgraded:
2025-08-20T18:51:59.6957662Z   jq libjq1
2025-08-20T18:51:59.7144818Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T18:52:00.0916271Z Need to get 936 kB of archives.
2025-08-20T18:52:00.0917120Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T18:52:00.0918020Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T18:52:00.5101593Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T18:52:00.7917959Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T18:52:01.0835834Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T18:52:01.2349715Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T18:52:01.4118335Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T18:52:01.5552435Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T18:52:01.7170776Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T18:52:02.3051795Z Fetched 936 kB in 2s (410 kB/s)
2025-08-20T18:52:02.3770681Z Selecting previously unselected package fdupes.
2025-08-20T18:52:02.4987351Z (Reading database ... 
2025-08-20T18:52:02.4987736Z (Reading database ... 5%
2025-08-20T18:52:02.4987991Z (Reading database ... 10%
2025-08-20T18:52:02.4988486Z (Reading database ... 15%
2025-08-20T18:52:02.4988820Z (Reading database ... 20%
2025-08-20T18:52:02.4989093Z (Reading database ... 25%
2025-08-20T18:52:02.4989351Z (Reading database ... 30%
2025-08-20T18:52:02.4989604Z (Reading database ... 35%
2025-08-20T18:52:02.4989892Z (Reading database ... 40%
2025-08-20T18:52:02.4991009Z (Reading database ... 45%
2025-08-20T18:52:02.4991283Z (Reading database ... 50%
2025-08-20T18:52:02.8041577Z (Reading database ... 55%
2025-08-20T18:52:03.3693285Z (Reading database ... 60%
2025-08-20T18:52:03.9023225Z (Reading database ... 65%
2025-08-20T18:52:04.3683761Z (Reading database ... 70%
2025-08-20T18:52:04.8422840Z (Reading database ... 75%
2025-08-20T18:52:05.4775655Z (Reading database ... 80%
2025-08-20T18:52:06.0660874Z (Reading database ... 85%
2025-08-20T18:52:06.6873564Z (Reading database ... 90%
2025-08-20T18:52:07.2496112Z (Reading database ... 95%
2025-08-20T18:52:07.2496521Z (Reading database ... 100%
2025-08-20T18:52:07.2496867Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T18:52:07.2537725Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T18:52:07.2664323Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T18:52:07.3719178Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:52:07.3928892Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T18:52:07.5145022Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:52:07.5511995Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T18:52:07.6207312Z Selecting previously unselected package libio-pty-perl.
2025-08-20T18:52:07.6348038Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T18:52:07.6421237Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T18:52:07.7376872Z Selecting previously unselected package libipc-run-perl.
2025-08-20T18:52:07.7523455Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T18:52:07.7603063Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T18:52:07.8520514Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T18:52:07.8681975Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T18:52:07.8764080Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T18:52:07.9362873Z Selecting previously unselected package moreutils.
2025-08-20T18:52:07.9524689Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T18:52:07.9582416Z Unpacking moreutils (0.69-1) ...
2025-08-20T18:52:08.0813863Z Selecting previously unselected package dos2unix.
2025-08-20T18:52:08.0961285Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T18:52:08.1030525Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T18:52:08.4306501Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T18:52:08.4508632Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T18:52:08.4783674Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T18:52:08.5004099Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T18:52:08.5188599Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T18:52:08.5392193Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T18:52:08.5700925Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T18:52:08.5909844Z Setting up moreutils (0.69-1) ...
2025-08-20T18:52:08.6198630Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:52:33.6172719Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:52:34.8874323Z Reading package lists...
2025-08-20T18:52:35.1078725Z Building dependency tree...
2025-08-20T18:52:35.1086994Z Reading state information...
2025-08-20T18:52:35.3566147Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:52:35.3566663Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:52:35.3567233Z apt-utils set to manually installed.
2025-08-20T18:52:35.3567614Z ca-certificates is already the newest version (20240203).
2025-08-20T18:52:35.3567986Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:52:35.3568414Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:52:35.3568762Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:52:35.3569140Z moreutils is already the newest version (0.69-1).
2025-08-20T18:52:35.3569556Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:52:35.3569947Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:52:35.3570325Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:52:35.3570670Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T18:52:35.3570972Z tmux set to manually installed.
2025-08-20T18:52:35.3571789Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:52:35.3572188Z The following additional packages will be installed:
2025-08-20T18:52:35.3572651Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T18:52:35.3573157Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T18:52:35.3573890Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T18:52:35.3574443Z   uuid-runtime
2025-08-20T18:52:35.3581963Z Suggested packages:
2025-08-20T18:52:35.3582344Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T18:52:35.3582851Z   util-linux-extra util-linux-locales
2025-08-20T18:52:35.3583135Z Recommended packages:
2025-08-20T18:52:35.3583371Z   unattended-upgrades
2025-08-20T18:52:35.4123060Z The following NEW packages will be installed:
2025-08-20T18:52:35.4123443Z   rename
2025-08-20T18:52:35.4126826Z The following packages will be upgraded:
2025-08-20T18:52:35.4127513Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T18:52:35.4128769Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T18:52:35.4135616Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T18:52:35.4136109Z   software-properties-common util-linux uuid-runtime
2025-08-20T18:52:35.4316060Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:52:35.7346088Z Need to get 4390 kB of archives.
2025-08-20T18:52:35.7346567Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T18:52:35.7347196Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T18:52:36.3080451Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T18:52:37.0122472Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T18:52:37.1612794Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T18:52:37.3062014Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T18:52:37.4487193Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T18:52:37.5905908Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T18:52:37.7403060Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T18:52:37.8903218Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T18:52:38.0359085Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T18:52:38.3271758Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T18:52:38.6175575Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T18:52:39.3732881Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T18:52:39.6911374Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T18:52:40.1314468Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T18:52:40.2866077Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T18:52:40.5973581Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T18:52:40.7477957Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T18:52:41.0296406Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T18:52:41.1733570Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T18:52:41.3328363Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T18:52:41.4824168Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T18:52:41.7790360Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T18:52:42.2613110Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T18:52:42.4226590Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T18:52:42.6058677Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T18:52:42.7753908Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T18:52:43.0412304Z Fetched 4390 kB in 7s (599 kB/s)
2025-08-20T18:52:43.0861012Z (Reading database ... 
2025-08-20T18:52:43.0861375Z (Reading database ... 5%
2025-08-20T18:52:43.0861841Z (Reading database ... 10%
2025-08-20T18:52:43.0862085Z (Reading database ... 15%
2025-08-20T18:52:43.0862314Z (Reading database ... 20%
2025-08-20T18:52:43.0862624Z (Reading database ... 25%
2025-08-20T18:52:43.0862862Z (Reading database ... 30%
2025-08-20T18:52:43.0863091Z (Reading database ... 35%
2025-08-20T18:52:43.0863374Z (Reading database ... 40%
2025-08-20T18:52:43.0863608Z (Reading database ... 45%
2025-08-20T18:52:43.0863906Z (Reading database ... 50%
2025-08-20T18:52:43.0883197Z (Reading database ... 55%
2025-08-20T18:52:43.0972252Z (Reading database ... 60%
2025-08-20T18:52:43.1013267Z (Reading database ... 65%
2025-08-20T18:52:43.1028277Z (Reading database ... 70%
2025-08-20T18:52:43.1048341Z (Reading database ... 75%
2025-08-20T18:52:43.1081568Z (Reading database ... 80%
2025-08-20T18:52:43.1254926Z (Reading database ... 85%
2025-08-20T18:52:43.1274114Z (Reading database ... 90%
2025-08-20T18:52:43.1369760Z (Reading database ... 95%
2025-08-20T18:52:43.1370046Z (Reading database ... 100%
2025-08-20T18:52:43.1370562Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:43.1402433Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:43.1690090Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:43.3116589Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:43.3910067Z (Reading database ... 
2025-08-20T18:52:43.3910606Z (Reading database ... 5%
2025-08-20T18:52:43.3910894Z (Reading database ... 10%
2025-08-20T18:52:43.3911137Z (Reading database ... 15%
2025-08-20T18:52:43.3911404Z (Reading database ... 20%
2025-08-20T18:52:43.3911680Z (Reading database ... 25%
2025-08-20T18:52:43.3911908Z (Reading database ... 30%
2025-08-20T18:52:43.3912203Z (Reading database ... 35%
2025-08-20T18:52:43.3913121Z (Reading database ... 40%
2025-08-20T18:52:43.3913461Z (Reading database ... 45%
2025-08-20T18:52:43.3913748Z (Reading database ... 50%
2025-08-20T18:52:43.3931902Z (Reading database ... 55%
2025-08-20T18:52:43.4019774Z (Reading database ... 60%
2025-08-20T18:52:43.4059892Z (Reading database ... 65%
2025-08-20T18:52:43.4074268Z (Reading database ... 70%
2025-08-20T18:52:43.4093942Z (Reading database ... 75%
2025-08-20T18:52:43.4126695Z (Reading database ... 80%
2025-08-20T18:52:43.4297640Z (Reading database ... 85%
2025-08-20T18:52:43.4316137Z (Reading database ... 90%
2025-08-20T18:52:43.4411299Z (Reading database ... 95%
2025-08-20T18:52:43.4412238Z (Reading database ... 100%
2025-08-20T18:52:43.4412638Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:43.4444405Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:43.4704408Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:43.6068231Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:44.2327563Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T18:52:44.3127027Z (Reading database ... 
2025-08-20T18:52:44.3127419Z (Reading database ... 5%
2025-08-20T18:52:44.3127867Z (Reading database ... 10%
2025-08-20T18:52:44.3128109Z (Reading database ... 15%
2025-08-20T18:52:44.3128410Z (Reading database ... 20%
2025-08-20T18:52:44.3128694Z (Reading database ... 25%
2025-08-20T18:52:44.3128948Z (Reading database ... 30%
2025-08-20T18:52:44.3129196Z (Reading database ... 35%
2025-08-20T18:52:44.3129475Z (Reading database ... 40%
2025-08-20T18:52:44.3129774Z (Reading database ... 45%
2025-08-20T18:52:44.3130026Z (Reading database ... 50%
2025-08-20T18:52:44.3148997Z (Reading database ... 55%
2025-08-20T18:52:44.3236251Z (Reading database ... 60%
2025-08-20T18:52:44.3276644Z (Reading database ... 65%
2025-08-20T18:52:44.3290584Z (Reading database ... 70%
2025-08-20T18:52:44.3310201Z (Reading database ... 75%
2025-08-20T18:52:44.3342949Z (Reading database ... 80%
2025-08-20T18:52:44.3510538Z (Reading database ... 85%
2025-08-20T18:52:44.3528754Z (Reading database ... 90%
2025-08-20T18:52:44.3621978Z (Reading database ... 95%
2025-08-20T18:52:44.3622253Z (Reading database ... 100%
2025-08-20T18:52:44.3622738Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:44.3652381Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:44.3837338Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:44.4818961Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:44.5158920Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:44.6044110Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:44.6820254Z (Reading database ... 
2025-08-20T18:52:44.6820871Z (Reading database ... 5%
2025-08-20T18:52:44.6821154Z (Reading database ... 10%
2025-08-20T18:52:44.6821421Z (Reading database ... 15%
2025-08-20T18:52:44.6821771Z (Reading database ... 20%
2025-08-20T18:52:44.6822014Z (Reading database ... 25%
2025-08-20T18:52:44.6822248Z (Reading database ... 30%
2025-08-20T18:52:44.6822533Z (Reading database ... 35%
2025-08-20T18:52:44.6822778Z (Reading database ... 40%
2025-08-20T18:52:44.6823074Z (Reading database ... 45%
2025-08-20T18:52:44.6823905Z (Reading database ... 50%
2025-08-20T18:52:44.6841013Z (Reading database ... 55%
2025-08-20T18:52:44.6930523Z (Reading database ... 60%
2025-08-20T18:52:44.6970360Z (Reading database ... 65%
2025-08-20T18:52:44.6984231Z (Reading database ... 70%
2025-08-20T18:52:44.7004247Z (Reading database ... 75%
2025-08-20T18:52:44.7036844Z (Reading database ... 80%
2025-08-20T18:52:44.7204596Z (Reading database ... 85%
2025-08-20T18:52:44.7223348Z (Reading database ... 90%
2025-08-20T18:52:44.7318989Z (Reading database ... 95%
2025-08-20T18:52:44.7319521Z (Reading database ... 100%
2025-08-20T18:52:44.7319873Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:44.7350059Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:44.7659636Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:44.8494021Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:44.9297521Z (Reading database ... 
2025-08-20T18:52:44.9298530Z (Reading database ... 5%
2025-08-20T18:52:44.9298864Z (Reading database ... 10%
2025-08-20T18:52:44.9299265Z (Reading database ... 15%
2025-08-20T18:52:44.9299580Z (Reading database ... 20%
2025-08-20T18:52:44.9299839Z (Reading database ... 25%
2025-08-20T18:52:44.9300500Z (Reading database ... 30%
2025-08-20T18:52:44.9300777Z (Reading database ... 35%
2025-08-20T18:52:44.9301013Z (Reading database ... 40%
2025-08-20T18:52:44.9301361Z (Reading database ... 45%
2025-08-20T18:52:44.9301585Z (Reading database ... 50%
2025-08-20T18:52:44.9319712Z (Reading database ... 55%
2025-08-20T18:52:44.9411754Z (Reading database ... 60%
2025-08-20T18:52:44.9451277Z (Reading database ... 65%
2025-08-20T18:52:44.9465649Z (Reading database ... 70%
2025-08-20T18:52:44.9486570Z (Reading database ... 75%
2025-08-20T18:52:44.9520139Z (Reading database ... 80%
2025-08-20T18:52:44.9689826Z (Reading database ... 85%
2025-08-20T18:52:44.9715283Z (Reading database ... 90%
2025-08-20T18:52:44.9803350Z (Reading database ... 95%
2025-08-20T18:52:44.9803630Z (Reading database ... 100%
2025-08-20T18:52:44.9804101Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:44.9835002Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:45.0142198Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:45.1159117Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:45.1418362Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:45.2265920Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:45.3572205Z (Reading database ... 
2025-08-20T18:52:45.3572557Z (Reading database ... 5%
2025-08-20T18:52:45.3573036Z (Reading database ... 10%
2025-08-20T18:52:45.3573337Z (Reading database ... 15%
2025-08-20T18:52:45.3573579Z (Reading database ... 20%
2025-08-20T18:52:45.3573871Z (Reading database ... 25%
2025-08-20T18:52:45.3574107Z (Reading database ... 30%
2025-08-20T18:52:45.3574334Z (Reading database ... 35%
2025-08-20T18:52:45.3574644Z (Reading database ... 40%
2025-08-20T18:52:45.3574885Z (Reading database ... 45%
2025-08-20T18:52:45.3575096Z (Reading database ... 50%
2025-08-20T18:52:45.3595434Z (Reading database ... 55%
2025-08-20T18:52:45.3684776Z (Reading database ... 60%
2025-08-20T18:52:45.3724226Z (Reading database ... 65%
2025-08-20T18:52:45.3738119Z (Reading database ... 70%
2025-08-20T18:52:45.3758671Z (Reading database ... 75%
2025-08-20T18:52:45.3792030Z (Reading database ... 80%
2025-08-20T18:52:45.3954888Z (Reading database ... 85%
2025-08-20T18:52:45.3978856Z (Reading database ... 90%
2025-08-20T18:52:45.4064861Z (Reading database ... 95%
2025-08-20T18:52:45.4065135Z (Reading database ... 100%
2025-08-20T18:52:45.4065634Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:45.4094015Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:45.4314691Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:45.5264593Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:45.5949695Z (Reading database ... 
2025-08-20T18:52:45.5950239Z (Reading database ... 5%
2025-08-20T18:52:45.5950582Z (Reading database ... 10%
2025-08-20T18:52:45.5950861Z (Reading database ... 15%
2025-08-20T18:52:45.5951109Z (Reading database ... 20%
2025-08-20T18:52:45.5951391Z (Reading database ... 25%
2025-08-20T18:52:45.5951665Z (Reading database ... 30%
2025-08-20T18:52:45.5951906Z (Reading database ... 35%
2025-08-20T18:52:45.5952135Z (Reading database ... 40%
2025-08-20T18:52:45.5952427Z (Reading database ... 45%
2025-08-20T18:52:45.5952696Z (Reading database ... 50%
2025-08-20T18:52:45.5971352Z (Reading database ... 55%
2025-08-20T18:52:45.6059440Z (Reading database ... 60%
2025-08-20T18:52:45.6098314Z (Reading database ... 65%
2025-08-20T18:52:45.6112211Z (Reading database ... 70%
2025-08-20T18:52:45.6132543Z (Reading database ... 75%
2025-08-20T18:52:45.6166649Z (Reading database ... 80%
2025-08-20T18:52:45.6331715Z (Reading database ... 85%
2025-08-20T18:52:45.6355564Z (Reading database ... 90%
2025-08-20T18:52:45.6443330Z (Reading database ... 95%
2025-08-20T18:52:45.6443621Z (Reading database ... 100%
2025-08-20T18:52:45.6444400Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:45.6473380Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:52:45.6670100Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:45.7810067Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:52:45.8318697Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:45.9361428Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:52:45.9532403Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:46.0437606Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:52:46.0777860Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:46.1891021Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:52:46.2116088Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:46.3029428Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:52:46.3218307Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:46.4126159Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:52:46.4302634Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:46.5657403Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:52:46.5846437Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:46.6910235Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:52:46.7189594Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:46.8072039Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:52:46.8263496Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:46.9173676Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:46.9866660Z (Reading database ... 
2025-08-20T18:52:46.9867011Z (Reading database ... 5%
2025-08-20T18:52:46.9867451Z (Reading database ... 10%
2025-08-20T18:52:46.9867710Z (Reading database ... 15%
2025-08-20T18:52:46.9867951Z (Reading database ... 20%
2025-08-20T18:52:46.9869048Z (Reading database ... 25%
2025-08-20T18:52:46.9869427Z (Reading database ... 30%
2025-08-20T18:52:46.9869673Z (Reading database ... 35%
2025-08-20T18:52:46.9869970Z (Reading database ... 40%
2025-08-20T18:52:46.9870219Z (Reading database ... 45%
2025-08-20T18:52:46.9870488Z (Reading database ... 50%
2025-08-20T18:52:46.9888113Z (Reading database ... 55%
2025-08-20T18:52:46.9975942Z (Reading database ... 60%
2025-08-20T18:52:47.0014788Z (Reading database ... 65%
2025-08-20T18:52:47.0028381Z (Reading database ... 70%
2025-08-20T18:52:47.0048507Z (Reading database ... 75%
2025-08-20T18:52:47.0172661Z (Reading database ... 80%
2025-08-20T18:52:47.0243945Z (Reading database ... 85%
2025-08-20T18:52:47.0268079Z (Reading database ... 90%
2025-08-20T18:52:47.0357145Z (Reading database ... 95%
2025-08-20T18:52:47.0357477Z (Reading database ... 100%
2025-08-20T18:52:47.0357905Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:47.0387275Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:47.0668947Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:47.1582823Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:47.1775223Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:47.2664357Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:47.2889236Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:47.3763268Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:47.3959669Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:47.4764568Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:52:47.4966791Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:47.5910073Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T18:52:47.7163379Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:52:47.8221554Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T18:52:47.8969044Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:52:47.9817607Z Selecting previously unselected package rename.
2025-08-20T18:52:47.9964102Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T18:52:48.0063710Z Unpacking rename (2.02-1) ...
2025-08-20T18:52:48.0844148Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:52:48.1030813Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:52:48.1887065Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:48.2098307Z Setting up rename (2.02-1) ...
2025-08-20T18:52:48.2318902Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T18:52:48.2453190Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:48.2669689Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:48.2874449Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:48.3068806Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:48.3242259Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:48.9414608Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T18:52:48.9662578Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:48.9923847Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:49.0250562Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:49.0483551Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:49.4079169Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:49.4302567Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:49.4470998Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:49.5610908Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T18:52:49.7001863Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:49.7996115Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:49.8202869Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:49.8420152Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T18:52:49.8613768Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T18:52:49.9757718Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:52:50.2422116Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:52:50.2729217Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:52:51.8919375Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T18:52:53.2610164Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:52:53.2611323Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:52:53.7971934Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:52:53.9386933Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:52:54.0792860Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:52:54.2199769Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:52:55.1221382Z Reading package lists...
2025-08-20T18:52:55.3469798Z Building dependency tree...
2025-08-20T18:52:55.3477856Z Reading state information...
2025-08-20T18:52:55.3723719Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:52:55.3849535Z 
2025-08-20T18:52:55.3850534Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:52:55.3850893Z 
2025-08-20T18:52:55.4614389Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:52:55.4616286Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:52:55.5813940Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:52:55.6556811Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:52:55.7300385Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:52:55.8045197Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:52:56.6992161Z Reading package lists...
2025-08-20T18:52:56.9357170Z Building dependency tree...
2025-08-20T18:52:56.9363794Z Reading state information...
2025-08-20T18:52:56.9617199Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:52:56.9705246Z 
2025-08-20T18:52:56.9706141Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:52:56.9706512Z 
2025-08-20T18:52:56.9818480Z Reading package lists...
2025-08-20T18:52:57.2108085Z Building dependency tree...
2025-08-20T18:52:57.2115793Z Reading state information...
2025-08-20T18:52:57.4710536Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:52:57.5113206Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:52:57.5387208Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T18:52:57.6744349Z ##[group]Run ##Presets
2025-08-20T18:52:57.6744755Z [36;1m##Presets[0m
2025-08-20T18:52:57.6745067Z [36;1mset +x ; set +e[0m
2025-08-20T18:52:57.6745316Z [36;1m#-------------#[0m
2025-08-20T18:52:57.6745765Z [36;1m##Debug?[0m
2025-08-20T18:52:57.6746103Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:52:57.6746404Z [36;1m  set -x[0m
2025-08-20T18:52:57.6746636Z [36;1mfi[0m
2025-08-20T18:52:57.6746872Z [36;1m#-------------#[0m
2025-08-20T18:52:57.6747327Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T18:52:57.6747926Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T18:52:57.6748364Z [36;1msudo service procps restart[0m
2025-08-20T18:52:57.6748685Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T18:52:57.6775520Z shell: /usr/bin/bash -e {0}
2025-08-20T18:52:57.6775788Z env:
2025-08-20T18:52:57.6776276Z   CROSS_COMPILING: NO
2025-08-20T18:52:57.6776554Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:52:57.6776851Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:52:57.6777096Z   ON_QEMU: NO
2025-08-20T18:52:57.6777290Z   DEBUG: 0
2025-08-20T18:52:57.6777559Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:52:57.6777814Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:52:57.6778171Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:52:57.6778511Z   KEEP_LOGS: YES
2025-08-20T18:52:57.6778720Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:52:57.6779020Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:52:57.6779287Z   SBUILD_REBUILD: false
2025-08-20T18:52:57.6779847Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:52:57.6780464Z   BUILD_SYS: null
2025-08-20T18:52:57.6780681Z   SYSTMP: /tmp
2025-08-20T18:52:57.6780884Z   GHA_MODE: MATRIX
2025-08-20T18:52:57.6781368Z   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-20T18:52:57.6781863Z ##[endgroup]
2025-08-20T18:52:57.6879730Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T18:52:57.6939571Z 0
2025-08-20T18:52:57.7271802Z vm.max_map_count = 262144
2025-08-20T18:52:57.7273478Z fs.inotify.max_user_watches = 655360
2025-08-20T18:52:57.7273880Z fs.inotify.max_user_instances = 1280
2025-08-20T18:52:57.7274158Z vm.mmap_rnd_bits = 28
2025-08-20T18:52:57.7363688Z ##[group]Run ##Presets
2025-08-20T18:52:57.7364266Z [36;1m##Presets[0m
2025-08-20T18:52:57.7364498Z [36;1mset +x ; set +e[0m
2025-08-20T18:52:57.7364786Z [36;1m#-------------#[0m
2025-08-20T18:52:57.7365061Z [36;1m##Debug?[0m
2025-08-20T18:52:57.7365327Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:52:57.7365923Z [36;1m  set -x[0m
2025-08-20T18:52:57.7366144Z [36;1mfi[0m
2025-08-20T18:52:57.7366339Z [36;1m#-------------#[0m
2025-08-20T18:52:57.7366680Z [36;1m##Main[0m
2025-08-20T18:52:57.7366899Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:52:57.7367548Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:52:57.7368322Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:52:57.7368719Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T18:52:57.7369139Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T18:52:57.7369437Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T18:52:57.7369788Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T18:52:57.7370143Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T18:52:57.7370475Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T18:52:57.7370937Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T18:52:57.7371254Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T18:52:57.7371895Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T18:52:57.7372345Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T18:52:57.7372655Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T18:52:57.7372985Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T18:52:57.7373302Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T18:52:57.7373617Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T18:52:57.7373967Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T18:52:57.7374277Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T18:52:57.7374623Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T18:52:57.7375126Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T18:52:57.7375622Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T18:52:57.7375964Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T18:52:57.7376362Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T18:52:57.7376724Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T18:52:57.7377079Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T18:52:57.7377387Z [36;1m     "${POD_ID}" \[0m
2025-08-20T18:52:57.7377753Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T18:52:57.7378255Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:52:57.7378777Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T18:52:57.7379254Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T18:52:57.7379675Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:52:57.7380052Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:52:57.7380721Z [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-20T18:52:57.7381532Z [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-20T18:52:57.7382117Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T18:52:57.7382447Z [36;1m else[0m
2025-08-20T18:52:57.7383044Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T18:52:57.7383445Z [36;1m fi[0m
2025-08-20T18:52:57.7383816Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T18:52:57.7384231Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T18:52:57.7384906Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:57.7385327Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:57.7386063Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:57.7386670Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:57.7387140Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:57.7387563Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:57.7388045Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:52:57.7388496Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:52:57.7388851Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T18:52:57.7414915Z shell: /usr/bin/bash -e {0}
2025-08-20T18:52:57.7415344Z env:
2025-08-20T18:52:57.7415821Z   CROSS_COMPILING: NO
2025-08-20T18:52:57.7416061Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:52:57.7416419Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:52:57.7416676Z   ON_QEMU: NO
2025-08-20T18:52:57.7417146Z   DEBUG: 0
2025-08-20T18:52:57.7417368Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:52:57.7417670Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:52:57.7418035Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:52:57.7418372Z   KEEP_LOGS: YES
2025-08-20T18:52:57.7418580Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:52:57.7418871Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:52:57.7419153Z   SBUILD_REBUILD: false
2025-08-20T18:52:57.7419759Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:52:57.7420364Z   BUILD_SYS: null
2025-08-20T18:52:57.7420558Z   SYSTMP: /tmp
2025-08-20T18:52:57.7420789Z   GHA_MODE: MATRIX
2025-08-20T18:52:57.7421243Z   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-20T18:52:57.7422031Z   GHCR_TOKEN: ***
2025-08-20T18:52:57.7422436Z   GITHUB_TOKEN: ***
2025-08-20T18:52:57.7422744Z   GITLAB_TOKEN: ***
2025-08-20T18:52:57.7423970Z   MINISIGN_KEY: ***
2025-08-20T18:52:57.7424226Z ##[endgroup]
2025-08-20T18:52:57.8953268Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T18:52:58.0555174Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:52:58.0556055Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:52:58.0556297Z 
2025-08-20T18:52:58.0923004Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:52:58.0923666Z 100  2562  100  2562    0     0  69442      0 --:--:-- --:--:-- --:--:-- 71166
2025-08-20T18:52:58.0934976Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:52:58.1018689Z 
2025-08-20T18:52:58.1019438Z [+] Building [/tmp/tmp.rHFpZXzkaF/SBUILD_INPUT] Locally
2025-08-20T18:52:58.1019732Z 
2025-08-20T18:52:58.1030612Z '/tmp/tmp.rHFpZXzkaF/SBUILD_INPUT' -> '/tmp/pkgforge/kgdKXM6NZ_build.yaml'
2025-08-20T18:52:58.2854614Z 
2025-08-20T18:52:58.2856462Z [+] Passwordless sudo is Configured
2025-08-20T18:52:58.4247385Z 
2025-08-20T18:52:58.4264814Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T18:52:58.4265165Z 
2025-08-20T18:52:58.4643275Z 
2025-08-20T18:52:58.4645471Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T18:52:58.4645872Z 
2025-08-20T18:52:58.4645878Z 
2025-08-20T18:52:58.4646606Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T18:52:58.4646923Z 
2025-08-20T18:52:58.4685244Z [+] Installing: 7z -> 7z
2025-08-20T18:52:59.1581565Z [+] Installing: actionlint -> actionlint
2025-08-20T18:52:59.5242781Z [+] Installing: anew -> anew
2025-08-20T18:53:00.1571791Z [+] Installing: anew-rs -> anew-rs
2025-08-20T18:53:00.3568694Z [+] Installing: ansi2html -> ansi2html
2025-08-20T18:53:00.5569641Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T18:53:00.7343070Z [+] Installing: archey -> archey
2025-08-20T18:53:01.1458339Z [+] Installing: aria2 -> aria2c
2025-08-20T18:53:02.0144429Z [+] Installing: askalono -> askalono
2025-08-20T18:53:02.7206173Z [+] Installing: bsdtar -> bsdtar
2025-08-20T18:53:03.5440720Z [+] Installing: b3sum -> b3sum
2025-08-20T18:53:03.7464553Z [+] Installing: bita -> bita
2025-08-20T18:53:04.1881539Z [+] Installing: btop -> btop
2025-08-20T18:53:04.4398020Z [+] Installing: chafa -> chafa
2025-08-20T18:53:05.4088836Z [+] Installing: cloudflared -> cloudflared
2025-08-20T18:53:06.2353033Z [+] Installing: croc -> croc
2025-08-20T18:53:06.6609167Z [+] Installing: csvtk -> csvtk
2025-08-20T18:53:07.3066942Z [+] Installing: cutlines -> cutlines
2025-08-20T18:53:07.8887749Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:07.8922235Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T18:53:07.8922634Z [+] Installing: dbin -> dbin
2025-08-20T18:53:08.3865135Z [+] Installing: dasel -> dasel
2025-08-20T18:53:08.7562105Z [+] Installing: delta -> delta
2025-08-20T18:53:09.0800457Z [+] Installing: ds -> ds
2025-08-20T18:53:09.2315943Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:09.2351564Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T18:53:09.2353044Z [+] Installing: dos2unix -> dos2unix
2025-08-20T18:53:09.4359262Z [+] Installing: duf -> duf
2025-08-20T18:53:09.6918567Z [+] Installing: duplicut -> duplicut
2025-08-20T18:53:09.8746696Z [+] Installing: dust -> dust
2025-08-20T18:53:10.0917712Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T18:53:10.6195987Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T18:53:10.7668640Z [+] Installing: dysk -> dysk
2025-08-20T18:53:10.9756992Z [+] Installing: eget -> eget
2025-08-20T18:53:11.3157491Z [+] Installing: epoch -> epoch
2025-08-20T18:53:12.0611797Z [+] Installing: faketty -> faketty
2025-08-20T18:53:12.3017176Z [+] Installing: fastfetch -> fastfetch
2025-08-20T18:53:12.5105859Z [+] Installing: freeze -> freeze
2025-08-20T18:53:13.1027888Z [+] Installing: fusermount3 -> fusermount
2025-08-20T18:53:13.7056890Z [+] Installing: gdu -> gdu
2025-08-20T18:53:14.1530292Z [+] Installing: gh -> gh
2025-08-20T18:53:15.7528930Z [+] Installing: gitleaks -> gitleaks
2025-08-20T18:53:16.7108450Z [+] Installing: git-sizer -> git-sizer
2025-08-20T18:53:17.3322786Z [+] Installing: glab -> glab
2025-08-20T18:53:18.4809661Z [+] Installing: glow -> glow
2025-08-20T18:53:19.3600860Z [+] Installing: httpx -> httpx
2025-08-20T18:53:21.6031215Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T18:53:22.4571322Z [+] Installing: husarnet -> husarnet
2025-08-20T18:53:22.6157779Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:22.6194534Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T18:53:22.6194925Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T18:53:22.7968275Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:22.8004642Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T18:53:22.8013758Z [+] Installing: imgcat -> imgcat
2025-08-20T18:53:23.0104427Z [+] Installing: jc -> jc
2025-08-20T18:53:23.8020895Z [+] Installing: jq -> jq
2025-08-20T18:53:24.0362384Z [+] Installing: logdy -> logdy
2025-08-20T18:53:25.7327287Z [+] Installing: micro -> micro
2025-08-20T18:53:26.5908232Z [+] Installing: miniserve -> miniserve
2025-08-20T18:53:26.9738215Z [+] Installing: minisign -> minisign
2025-08-20T18:53:27.1568595Z [+] Installing: ncdu -> ncdu
2025-08-20T18:53:27.7520387Z [+] Installing: notify -> notify
2025-08-20T18:53:28.4848216Z [+] Installing: ouch -> ouch
2025-08-20T18:53:28.8086349Z [+] Installing: oras -> oras
2025-08-20T18:53:29.4498429Z [+] Installing: pipetty -> pipetty
2025-08-20T18:53:29.6158088Z [+] Installing: pixterm -> pixterm
2025-08-20T18:53:30.0339497Z [+] Installing: qsv -> qsv
2025-08-20T18:53:30.6733204Z [+] Installing: rclone -> rclone
2025-08-20T18:53:32.5050650Z [+] Installing: ripgrep -> rg
2025-08-20T18:53:32.7846284Z [+] Installing: rga -> rga
2025-08-20T18:53:33.1368224Z [+] Installing: rsync -> rsync
2025-08-20T18:53:33.4438877Z [+] Installing: script -> script
2025-08-20T18:53:34.0620461Z [+] Installing: shellcheck -> shellcheck
2025-08-20T18:53:35.3508659Z [+] Installing: soar -> soar
2025-08-20T18:53:35.8447814Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T18:53:36.2799728Z [+] Installing: sstrip -> sstrip
2025-08-20T18:53:36.4460347Z [+] Installing: strace -> strace
2025-08-20T18:53:36.7083621Z [+] Installing: sttr -> sttr
2025-08-20T18:53:37.0373748Z [+] Installing: tailscale -> tailscale
2025-08-20T18:53:37.6020732Z [+] Installing: tailscaled -> tailscaled
2025-08-20T18:53:38.4552203Z [+] Installing: taplo -> taplo
2025-08-20T18:53:39.1694173Z [+] Installing: tldr -> tldr
2025-08-20T18:53:39.9729407Z [+] Installing: tldr -> tealdeer
2025-08-20T18:53:40.1260529Z [+] Installing: tmux -> tmux
2025-08-20T18:53:40.7310849Z [+] Installing: tok -> tok
2025-08-20T18:53:40.9639732Z [+] Installing: trufflehog -> trufflehog
2025-08-20T18:53:41.6854790Z [+] Installing: trurl -> trurl
2025-08-20T18:53:42.5093812Z [+] Installing: tss -> tss
2025-08-20T18:53:42.6961965Z [+] Installing: ulexec -> ulexec
2025-08-20T18:53:42.9624491Z [+] Installing: unfurl -> unfurl
2025-08-20T18:53:43.2910368Z [+] Installing: upx -> upx
2025-08-20T18:53:43.4952151Z [+] Installing: validtoml -> validtoml
2025-08-20T18:53:44.2142157Z [+] Installing: wget -> wget
2025-08-20T18:53:44.9818890Z [+] Installing: wget2 -> wget2
2025-08-20T18:53:45.7739380Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T18:53:46.0592819Z [+] Installing: xq -> xq
2025-08-20T18:53:46.3769700Z [+] Installing: xz -> xz
2025-08-20T18:53:46.5881514Z [+] Installing: unxz -> unxz
2025-08-20T18:53:46.7777941Z [+] Installing: yq -> yq
2025-08-20T18:53:46.9500967Z [+] Installing: yj -> yj
2025-08-20T18:53:47.2227504Z [+] Installing: zapper -> zapper
2025-08-20T18:53:47.3984593Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T18:53:47.6022708Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T18:53:48.0993969Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:48.1029276Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T18:53:48.1029922Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T18:53:48.2613760Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:48.2648472Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T18:53:48.2649066Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T18:53:48.4249040Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:48.4284751Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T18:53:48.4285585Z [+] Installing: zstd -> zstd
2025-08-20T18:53:48.6558656Z [+] Creating symlinks...
2025-08-20T18:53:48.6635166Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T18:53:48.6716097Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T18:53:48.6798798Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T18:53:48.6879317Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T18:53:48.6964189Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T18:53:48.7049898Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T18:53:48.7134000Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T18:53:48.7218048Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T18:53:48.7301576Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T18:53:48.7384145Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T18:53:48.7465835Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T18:53:48.7546181Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T18:53:48.7629453Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T18:53:48.7714149Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T18:53:48.7798702Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T18:53:48.7880629Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T18:53:48.7963426Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T18:53:48.7998235Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T18:53:48.8073431Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T18:53:48.8155967Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T18:53:48.8239310Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T18:53:48.8274218Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T18:53:48.8347648Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T18:53:48.8427435Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T18:53:48.8509187Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T18:53:48.8593647Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T18:53:48.8677385Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T18:53:48.8759262Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T18:53:48.8840598Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T18:53:48.8921743Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T18:53:48.9002128Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T18:53:48.9080690Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T18:53:48.9166728Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T18:53:48.9250337Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T18:53:48.9333715Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T18:53:48.9415931Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T18:53:48.9498382Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T18:53:48.9579630Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T18:53:48.9662606Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T18:53:48.9745861Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T18:53:48.9829218Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T18:53:48.9913745Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:53:49.0003234Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:53:49.0078847Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T18:53:49.0115196Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T18:53:49.0140492Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T18:53:49.0216007Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T18:53:49.0296136Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T18:53:49.0379225Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T18:53:49.0463827Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T18:53:49.0543829Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T18:53:49.0625961Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T18:53:49.0705667Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T18:53:49.0785908Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T18:53:49.0868642Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T18:53:49.0952620Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T18:53:49.1039026Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T18:53:49.1125208Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T18:53:49.1209024Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T18:53:49.1292271Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T18:53:49.1373946Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T18:53:49.1455700Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T18:53:49.1540895Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T18:53:49.1626909Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T18:53:49.1709817Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T18:53:49.1791822Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T18:53:49.1873881Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T18:53:49.1954789Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T18:53:49.2037062Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T18:53:49.2120229Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T18:53:49.2206239Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T18:53:49.2291152Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T18:53:49.2376485Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T18:53:49.2459813Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T18:53:49.2543742Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T18:53:49.2627722Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T18:53:49.2711482Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T18:53:49.2795235Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T18:53:49.2881371Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T18:53:49.2964088Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T18:53:49.3045031Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T18:53:49.3128254Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T18:53:49.3213227Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T18:53:49.3298836Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T18:53:49.3382363Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T18:53:49.3468066Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T18:53:49.3551390Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T18:53:49.3632732Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T18:53:49.3713931Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T18:53:49.3797573Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T18:53:49.3880511Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T18:53:49.3964175Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T18:53:49.4046212Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T18:53:49.4128010Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T18:53:49.4209216Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T18:53:49.4242706Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T18:53:49.4267530Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T18:53:49.4292265Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T18:53:49.4365063Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T18:53:49.4388665Z 
2025-08-20T18:53:49.4389330Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T18:53:49.4389708Z 
2025-08-20T18:53:49.4503740Z 
2025-08-20T18:53:49.4584761Z 
2025-08-20T18:53:49.4585503Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T18:53:49.4585751Z 
2025-08-20T18:53:49.4585838Z [+] Installation completed!
2025-08-20T18:53:49.4663324Z 
2025-08-20T18:53:49.4663952Z [+] GITHUB_TOKEN is Exported
2025-08-20T18:53:49.8557120Z github.com
2025-08-20T18:53:49.8557819Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T18:53:49.8558128Z   - Active account: true
2025-08-20T18:53:49.8558338Z   - Git operations protocol: https
2025-08-20T18:53:49.8558591Z   - Token: ghp_************************************
2025-08-20T18:53:49.8559215Z   - 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-20T18:53:49.8559889Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T18:53:49.8560218Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T18:53:50.0306786Z Limit: 5000, Remaining: 3989, Reset: 2025-08-20 19:25:14 +0000 UTC (31m24s)
2025-08-20T18:53:50.0316743Z 
2025-08-20T18:53:50.0316885Z [+] GHCR_TOKEN is Exported
2025-08-20T18:53:50.0346946Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T18:53:50.3318225Z Login Succeeded
2025-08-20T18:53:50.3328399Z 
2025-08-20T18:53:50.3328516Z [+] GITLAB is Exported
2025-08-20T18:53:50.6003881Z [git remote -v]
2025-08-20T18:53:50.9248352Z gitlab.com
2025-08-20T18:53:50.9249432Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T18:53:50.9251813Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T18:53:50.9252367Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T18:53:50.9252795Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T18:53:50.9253142Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T18:53:50.9253464Z   ✓ Token found: **************************
2025-08-20T18:53:50.9253623Z 
2025-08-20T18:53:50.9253946Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T18:53:50.9254405Z [git remote -v]
2025-08-20T18:53:50.9262791Z 2025/08/20 18:53:50 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T18:53:50.9263416Z git: exit status 128]
2025-08-20T18:53:51.2770849Z 
2025-08-20T18:53:51.2771078Z 
2025-08-20T18:53:51.2771918Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (06:53:51 PM)
2025-08-20T18:53:51.2773348Z 
2025-08-20T18:53:51.2773358Z 
2025-08-20T18:53:51.2773433Z [+] USER = runner
2025-08-20T18:53:51.2773602Z [+] HOME = /home/runner
2025-08-20T18:53:51.2775934Z [+] 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:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T18:53:51.2778031Z 
2025-08-20T18:53:51.3702080Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:53:51.3702937Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:53:51.6261685Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:53:51.7001589Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:53:51.7741883Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:53:51.8484625Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:53:52.7496791Z Reading package lists...
2025-08-20T18:53:52.7803978Z Reading package lists...
2025-08-20T18:53:53.0030917Z Building dependency tree...
2025-08-20T18:53:53.0038206Z Reading state information...
2025-08-20T18:53:53.2863085Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:53:53.2863495Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:53:53.2863806Z ca-certificates is already the newest version (20240203).
2025-08-20T18:53:53.2864129Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:53:53.2864447Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T18:53:53.2864785Z moreutils is already the newest version (0.69-1).
2025-08-20T18:53:53.2865149Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T18:53:53.2865720Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T18:53:53.2866084Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:53.3637744Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:53:53.3667156Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:53:53.6248718Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:53:53.6987945Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:53:53.7750607Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:53:53.8492476Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:53:54.7404292Z Reading package lists...
2025-08-20T18:53:54.7718422Z Reading package lists...
2025-08-20T18:53:55.0051565Z Building dependency tree...
2025-08-20T18:53:55.0059231Z Reading state information...
2025-08-20T18:53:55.2700611Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:53:55.2701168Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:53:55.2701506Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:53:55.2701850Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:53:55.2702186Z ca-certificates is already the newest version (20240203).
2025-08-20T18:53:55.2702514Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:53:55.2702815Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:53:55.2703107Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:53:55.2703370Z gawk set to manually installed.
2025-08-20T18:53:55.2703602Z git-lfs is already the newest version (3.6.1).
2025-08-20T18:53:55.2703894Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:53:55.2704661Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:53:55.2704951Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:53:55.2705278Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:53:55.2705912Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:53:55.2706207Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:53:55.2706513Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:53:55.2706820Z The following additional packages will be installed:
2025-08-20T18:53:55.2707194Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T18:53:55.2707613Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T18:53:55.2708041Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T18:53:55.2708442Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T18:53:55.2708884Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T18:53:55.2709268Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:53:55.2716981Z Suggested packages:
2025-08-20T18:53:55.2717468Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T18:53:55.2717929Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T18:53:55.2718671Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T18:53:55.2719154Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T18:53:55.2719639Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T18:53:55.2720068Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T18:53:55.2720467Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T18:53:55.2951125Z The following NEW packages will be installed:
2025-08-20T18:53:55.2951593Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T18:53:55.2952085Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T18:53:55.2952801Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T18:53:55.2953281Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T18:53:55.2966721Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T18:53:55.2967603Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T18:53:55.2968033Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:53:55.7485128Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:55.7486089Z Need to get 27.2 MB of archives.
2025-08-20T18:53:55.7486444Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T18:53:55.7487048Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T18:53:56.9311519Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T18:53:57.6659886Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T18:53:57.9554179Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T18:53:58.0962533Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T18:53:58.2375716Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T18:53:58.5713869Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T18:53:58.8653472Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T18:53:59.2864845Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T18:53:59.4313619Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T18:54:01.0351077Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T18:54:01.3188414Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T18:54:02.2275676Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T18:54:02.3780607Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T18:54:02.5205546Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T18:54:02.6729149Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T18:54:02.8148891Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T18:54:03.7267061Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T18:54:03.8677835Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T18:54:04.1479424Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T18:54:04.2881088Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T18:54:04.4294540Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T18:54:04.8649254Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T18:54:05.3522141Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T18:54:05.7647712Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T18:54:05.9133355Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T18:54:06.4984182Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T18:54:06.6456635Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T18:54:06.7924146Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T18:54:06.9439346Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T18:54:07.0851938Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T18:54:07.2334192Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T18:54:07.3826667Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T18:54:08.4044333Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T18:54:09.2845338Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T18:54:09.7326273Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T18:54:09.9754772Z Preconfiguring packages ...
2025-08-20T18:54:10.0788799Z Fetched 27.2 MB in 14s (1884 kB/s)
2025-08-20T18:54:10.8981403Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T18:54:10.9014245Z (Reading database ... 
2025-08-20T18:54:10.9014818Z (Reading database ... 5%
2025-08-20T18:54:10.9015069Z (Reading database ... 10%
2025-08-20T18:54:10.9015270Z (Reading database ... 15%
2025-08-20T18:54:10.9015584Z (Reading database ... 20%
2025-08-20T18:54:10.9015784Z (Reading database ... 25%
2025-08-20T18:54:10.9015982Z (Reading database ... 30%
2025-08-20T18:54:10.9016175Z (Reading database ... 35%
2025-08-20T18:54:10.9016368Z (Reading database ... 40%
2025-08-20T18:54:10.9016580Z (Reading database ... 45%
2025-08-20T18:54:10.9016777Z (Reading database ... 50%
2025-08-20T18:54:10.9038778Z (Reading database ... 55%
2025-08-20T18:54:10.9130695Z (Reading database ... 60%
2025-08-20T18:54:10.9172562Z (Reading database ... 65%
2025-08-20T18:54:10.9187948Z (Reading database ... 70%
2025-08-20T18:54:10.9208416Z (Reading database ... 75%
2025-08-20T18:54:10.9338222Z (Reading database ... 80%
2025-08-20T18:54:10.9413394Z (Reading database ... 85%
2025-08-20T18:54:10.9438834Z (Reading database ... 90%
2025-08-20T18:54:10.9530620Z (Reading database ... 95%
2025-08-20T18:54:10.9530834Z (Reading database ... 100%
2025-08-20T18:54:10.9531121Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T18:54:10.9566736Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T18:54:10.9795841Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:54:11.1739724Z Selecting previously unselected package poppler-data.
2025-08-20T18:54:11.1897651Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T18:54:11.2038264Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T18:54:11.3266986Z Selecting previously unselected package b3sum.
2025-08-20T18:54:11.3434290Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T18:54:11.3503976Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T18:54:11.4278607Z Selecting previously unselected package build-essential.
2025-08-20T18:54:11.4455326Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T18:54:11.4526563Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T18:54:11.5934198Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T18:54:11.6091560Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T18:54:11.6237722Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T18:54:11.6938597Z Selecting previously unselected package ccache.
2025-08-20T18:54:11.7091608Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T18:54:11.7154715Z Unpacking ccache (4.9.1-1) ...
2025-08-20T18:54:11.7820918Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T18:54:11.7990327Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T18:54:11.8064115Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T18:54:11.8757481Z Selecting previously unselected package xfonts-encodings.
2025-08-20T18:54:11.8933726Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T18:54:11.9009659Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:54:11.9652802Z Selecting previously unselected package xfonts-utils.
2025-08-20T18:54:11.9810145Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T18:54:11.9867393Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:54:12.0814096Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T18:54:12.0962600Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T18:54:12.1553399Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T18:54:12.2750841Z Selecting previously unselected package libgs-common.
2025-08-20T18:54:12.2913828Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:54:12.2999240Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:12.3661951Z Selecting previously unselected package libgs10-common.
2025-08-20T18:54:12.3829591Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:54:12.3895724Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:12.4718973Z Selecting previously unselected package libidn12:arm64.
2025-08-20T18:54:12.4861862Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T18:54:12.4930667Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T18:54:12.5754087Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T18:54:12.5909000Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T18:54:12.6086533Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T18:54:12.6673307Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T18:54:12.6828095Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T18:54:12.6896238Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T18:54:12.7652571Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T18:54:12.7831947Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T18:54:12.7890137Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T18:54:12.8540074Z Selecting previously unselected package libgs10:arm64.
2025-08-20T18:54:12.8708300Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T18:54:12.8775924Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:13.0431670Z Selecting previously unselected package ghostscript.
2025-08-20T18:54:13.0593836Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T18:54:13.0663352Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:13.1286095Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T18:54:13.1430251Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:54:13.1514324Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:13.3050833Z Selecting previously unselected package imagemagick.
2025-08-20T18:54:13.3213356Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:54:13.3289721Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:13.3852428Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T18:54:13.4044509Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T18:54:13.4165525Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:54:13.4849975Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T18:54:13.4995119Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:54:13.5065613Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:54:13.5767676Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T18:54:13.5921329Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T18:54:13.5992489Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:54:13.6756985Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T18:54:13.6925013Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T18:54:13.7018056Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:54:13.7610902Z Selecting previously unselected package libjxr-tools.
2025-08-20T18:54:13.7779342Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T18:54:13.7843920Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:54:13.8448364Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T18:54:13.8606349Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T18:54:13.8669695Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T18:54:13.9558897Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T18:54:13.9711192Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T18:54:13.9789797Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T18:54:14.0520832Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T18:54:14.0670997Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:54:14.0774868Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:14.1474024Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T18:54:14.1640437Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T18:54:14.1700777Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T18:54:14.2303141Z Selecting previously unselected package libpaper-utils.
2025-08-20T18:54:14.2462082Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T18:54:14.2533140Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T18:54:14.3065195Z Selecting previously unselected package libtool-bin.
2025-08-20T18:54:14.3224711Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T18:54:14.3279587Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T18:54:14.3981662Z Selecting previously unselected package lzip.
2025-08-20T18:54:14.4139076Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T18:54:14.4209154Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T18:54:14.4939401Z Selecting previously unselected package netpbm.
2025-08-20T18:54:14.5135834Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T18:54:14.5227302Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T18:54:14.7677579Z Selecting previously unselected package musl:arm64.
2025-08-20T18:54:14.7876896Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T18:54:14.7956686Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T18:54:14.8699615Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T18:54:14.8881131Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T18:54:14.8946372Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T18:54:14.9816050Z Selecting previously unselected package musl-tools.
2025-08-20T18:54:14.9965805Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T18:54:15.0024881Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T18:54:15.0853084Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T18:54:15.2515349Z 
2025-08-20T18:54:15.2516181Z Creating config file /etc/papersize with new version
2025-08-20T18:54:15.3497217Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T18:54:15.3727333Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T18:54:15.3979459Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T18:54:15.4182089Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T18:54:15.4344518Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:15.4505821Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T18:54:15.4715595Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T18:54:15.4927886Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T18:54:15.5529460Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:54:15.5727459Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T18:54:15.5914429Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T18:54:15.6073083Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T18:54:15.6162004Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T18:54:15.6233786Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T18:54:15.6352016Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:54:15.6559205Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:54:15.6787054Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T18:54:15.7019093Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T18:54:15.7255287Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:15.7768517Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T18:54:16.0812093Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T18:54:16.0899996Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T18:54:16.0968083Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T18:54:16.1051287Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T18:54:16.1124056Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T18:54:16.1201971Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T18:54:16.1278487Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T18:54:16.1370651Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T18:54:16.1442532Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T18:54:16.1518253Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T18:54:16.1581075Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T18:54:16.1656709Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T18:54:16.1726197Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T18:54:16.1820532Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T18:54:16.1907067Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T18:54:16.1985092Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T18:54:16.2057841Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T18:54:16.2131303Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T18:54:16.2203916Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T18:54:16.2283361Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T18:54:16.2369751Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T18:54:16.2499060Z Setting up b3sum (1.2.0-1) ...
2025-08-20T18:54:16.2713303Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T18:54:16.3064143Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T18:54:16.3242429Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:54:16.3613753Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:54:16.3838124Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T18:54:16.4038550Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:54:16.4197272Z Setting up ccache (4.9.1-1) ...
2025-08-20T18:54:16.4333439Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T18:54:16.4471339Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:54:16.5069873Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:54:16.5267193Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T18:54:16.5467466Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T18:54:16.5658940Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:16.5869286Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:16.6034979Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T18:54:16.7928302Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T18:54:16.8103895Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:16.8306786Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:16.8474773Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:16.8693423Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:54:16.9530587Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T18:54:17.3079896Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T18:54:18.3462424Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:54:18.3791178Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:21.0640015Z Reading package lists...
2025-08-20T18:54:21.2812191Z Building dependency tree...
2025-08-20T18:54:21.2819691Z Reading state information...
2025-08-20T18:54:21.5314465Z autoconf is already the newest version (2.71-3).
2025-08-20T18:54:21.5314902Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:54:21.5315261Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:54:21.5315828Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T18:54:21.5316180Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:54:21.5316525Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:21.5316839Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T18:54:21.5317132Z file is already the newest version (1:5.45-3build1).
2025-08-20T18:54:21.5317454Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:54:21.5317759Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:54:21.5318071Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:54:21.5318384Z patch is already the newest version (2.7.6-7build3).
2025-08-20T18:54:21.5318651Z patch set to manually installed.
2025-08-20T18:54:21.5319357Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T18:54:21.5319705Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T18:54:21.5320008Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T18:54:21.5320312Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:54:21.5320573Z Suggested packages:
2025-08-20T18:54:21.5320745Z   scons-doc
2025-08-20T18:54:21.5469254Z The following NEW packages will be installed:
2025-08-20T18:54:21.5477653Z   autopoint byacc clang qemu-user-static scons
2025-08-20T18:54:21.9902837Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:21.9903214Z Need to get 17.8 MB of archives.
2025-08-20T18:54:21.9903511Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T18:54:21.9904004Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T18:54:22.8740109Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T18:54:23.0146418Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T18:54:24.2524331Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T18:54:24.5342651Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T18:54:24.7919510Z Fetched 17.8 MB in 3s (5979 kB/s)
2025-08-20T18:54:24.8209759Z Selecting previously unselected package autopoint.
2025-08-20T18:54:24.8241734Z (Reading database ... 
2025-08-20T18:54:24.8241978Z (Reading database ... 5%
2025-08-20T18:54:24.8242214Z (Reading database ... 10%
2025-08-20T18:54:24.8242418Z (Reading database ... 15%
2025-08-20T18:54:24.8242617Z (Reading database ... 20%
2025-08-20T18:54:24.8242815Z (Reading database ... 25%
2025-08-20T18:54:24.8243010Z (Reading database ... 30%
2025-08-20T18:54:24.8243205Z (Reading database ... 35%
2025-08-20T18:54:24.8243432Z (Reading database ... 40%
2025-08-20T18:54:24.8243632Z (Reading database ... 45%
2025-08-20T18:54:24.8243822Z (Reading database ... 50%
2025-08-20T18:54:24.8263588Z (Reading database ... 55%
2025-08-20T18:54:24.8352221Z (Reading database ... 60%
2025-08-20T18:54:24.8392064Z (Reading database ... 65%
2025-08-20T18:54:24.8406111Z (Reading database ... 70%
2025-08-20T18:54:24.8434205Z (Reading database ... 75%
2025-08-20T18:54:24.8555878Z (Reading database ... 80%
2025-08-20T18:54:24.8625439Z (Reading database ... 85%
2025-08-20T18:54:24.8652681Z (Reading database ... 90%
2025-08-20T18:54:24.8741176Z (Reading database ... 95%
2025-08-20T18:54:24.8741410Z (Reading database ... 100%
2025-08-20T18:54:24.8741702Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T18:54:24.8771420Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T18:54:24.8832178Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T18:54:24.9508713Z Selecting previously unselected package clang.
2025-08-20T18:54:24.9679002Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T18:54:24.9744973Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T18:54:25.0354191Z Selecting previously unselected package qemu-user-static.
2025-08-20T18:54:25.0523581Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T18:54:25.0618586Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T18:54:26.4136596Z Selecting previously unselected package scons.
2025-08-20T18:54:26.4312917Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T18:54:26.4372519Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T18:54:26.5980954Z Selecting previously unselected package byacc.
2025-08-20T18:54:26.6151894Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T18:54:26.6210496Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T18:54:26.7056606Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T18:54:26.7328363Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T18:54:26.7593465Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T18:54:26.8082070Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T18:54:27.1921690Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T18:54:27.2135130Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:28.4315830Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T18:54:29.7051758Z Reading package lists...
2025-08-20T18:54:29.9287844Z Building dependency tree...
2025-08-20T18:54:29.9295243Z Reading state information...
2025-08-20T18:54:30.1824962Z The following additional packages will be installed:
2025-08-20T18:54:30.1825894Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T18:54:30.1826313Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T18:54:30.1826709Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T18:54:30.1827216Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T18:54:30.1827663Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T18:54:30.1828094Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T18:54:30.1828545Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T18:54:30.1828970Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T18:54:30.1831642Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T18:54:30.1839918Z Suggested packages:
2025-08-20T18:54:30.1840183Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T18:54:30.1840568Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T18:54:30.1840978Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T18:54:30.1843105Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T18:54:30.1843527Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T18:54:30.1843957Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T18:54:30.1844419Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T18:54:30.1844886Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T18:54:30.1845266Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T18:54:30.1845602Z Recommended packages:
2025-08-20T18:54:30.1845885Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T18:54:30.1846316Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T18:54:30.1846711Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T18:54:30.1847068Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T18:54:30.1847386Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T18:54:30.2026187Z The following NEW packages will be installed:
2025-08-20T18:54:30.2027301Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T18:54:30.2029151Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T18:54:30.2029550Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T18:54:30.2030017Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T18:54:30.2030462Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T18:54:30.2030886Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T18:54:30.2031344Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T18:54:30.2031774Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T18:54:30.2034979Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T18:54:30.4497779Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:30.4498136Z Need to get 2409 kB of archives.
2025-08-20T18:54:30.4498863Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T18:54:30.4499394Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T18:54:30.5245549Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T18:54:30.6141588Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T18:54:30.7650288Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T18:54:30.8448896Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T18:54:30.9290437Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T18:54:31.0341629Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T18:54:31.1095943Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T18:54:31.1910270Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T18:54:31.2727536Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T18:54:31.3588286Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T18:54:31.4422483Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T18:54:31.5222111Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T18:54:31.6056443Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T18:54:31.6941318Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T18:54:31.8014179Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T18:54:31.8831914Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T18:54:32.2152325Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T18:54:32.2931380Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T18:54:32.3706297Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T18:54:32.4453253Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T18:54:32.5974476Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T18:54:32.6881760Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T18:54:32.7635764Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T18:54:32.8381498Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T18:54:32.9139705Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T18:54:32.9887113Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T18:54:33.0740039Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T18:54:33.1542567Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T18:54:33.2301172Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T18:54:33.5929287Z Fetched 2409 kB in 3s (775 kB/s)
2025-08-20T18:54:33.6197014Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T18:54:33.6229922Z (Reading database ... 
2025-08-20T18:54:33.6230183Z (Reading database ... 5%
2025-08-20T18:54:33.6230390Z (Reading database ... 10%
2025-08-20T18:54:33.6230589Z (Reading database ... 15%
2025-08-20T18:54:33.6230787Z (Reading database ... 20%
2025-08-20T18:54:33.6230985Z (Reading database ... 25%
2025-08-20T18:54:33.6231187Z (Reading database ... 30%
2025-08-20T18:54:33.6231386Z (Reading database ... 35%
2025-08-20T18:54:33.6231614Z (Reading database ... 40%
2025-08-20T18:54:33.6231807Z (Reading database ... 45%
2025-08-20T18:54:33.6232008Z (Reading database ... 50%
2025-08-20T18:54:33.6253701Z (Reading database ... 55%
2025-08-20T18:54:33.6347381Z (Reading database ... 60%
2025-08-20T18:54:33.6389397Z (Reading database ... 65%
2025-08-20T18:54:33.6404610Z (Reading database ... 70%
2025-08-20T18:54:33.6435615Z (Reading database ... 75%
2025-08-20T18:54:33.6569450Z (Reading database ... 80%
2025-08-20T18:54:33.6647909Z (Reading database ... 85%
2025-08-20T18:54:33.6678780Z (Reading database ... 90%
2025-08-20T18:54:33.6781397Z (Reading database ... 95%
2025-08-20T18:54:33.6781626Z (Reading database ... 100%
2025-08-20T18:54:33.6781918Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T18:54:33.6821256Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T18:54:33.6889122Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T18:54:33.7495533Z Selecting previously unselected package libfile-which-perl.
2025-08-20T18:54:33.7651645Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T18:54:33.7724166Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T18:54:33.8313153Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T18:54:33.8460551Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T18:54:33.8519871Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T18:54:33.9184352Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T18:54:33.9355533Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T18:54:33.9416825Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T18:54:34.0007911Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T18:54:34.0181384Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T18:54:34.0251152Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T18:54:34.0796082Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T18:54:34.1001589Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T18:54:34.1061399Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T18:54:34.1660003Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T18:54:34.1811712Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T18:54:34.1884016Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T18:54:34.2387969Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T18:54:34.2530891Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T18:54:34.2595085Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T18:54:34.3291333Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T18:54:34.3444319Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T18:54:34.3508877Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T18:54:34.4161813Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T18:54:34.4330119Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T18:54:34.4407021Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T18:54:34.4962776Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T18:54:34.5127076Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T18:54:34.5212072Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T18:54:34.5793102Z Selecting previously unselected package libimport-into-perl.
2025-08-20T18:54:34.5955169Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T18:54:34.6020848Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T18:54:34.6511110Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T18:54:34.6660667Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T18:54:34.6734869Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T18:54:34.7280010Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T18:54:34.7430662Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T18:54:34.7489031Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T18:54:34.8150635Z Selecting previously unselected package libmoo-perl.
2025-08-20T18:54:34.8301892Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T18:54:34.8359000Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T18:54:34.8884738Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T18:54:34.9048067Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T18:54:34.9119393Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T18:54:34.9657280Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T18:54:34.9823275Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T18:54:34.9894244Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T18:54:35.0474146Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T18:54:35.0646268Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T18:54:35.0714370Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T18:54:35.1231358Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T18:54:35.1392384Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T18:54:35.1458000Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T18:54:35.1983352Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T18:54:35.2134205Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T18:54:35.2202657Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T18:54:35.2845082Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T18:54:35.2996701Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T18:54:35.3062581Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T18:54:35.3752142Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T18:54:35.3898914Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T18:54:35.3956994Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T18:54:35.4559542Z Selecting previously unselected package libnet-http-perl.
2025-08-20T18:54:35.4725231Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T18:54:35.4809086Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T18:54:35.5362256Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T18:54:35.5528543Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T18:54:35.5595141Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T18:54:35.6136288Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T18:54:35.6300377Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T18:54:35.6362938Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T18:54:35.6868282Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T18:54:35.7017641Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T18:54:35.7312719Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T18:54:35.7987952Z Selecting previously unselected package libwww-perl.
2025-08-20T18:54:35.8131275Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T18:54:35.8204064Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T18:54:35.8855338Z Selecting previously unselected package patchutils.
2025-08-20T18:54:35.9023545Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T18:54:35.9091276Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T18:54:35.9673250Z Selecting previously unselected package wdiff.
2025-08-20T18:54:35.9837833Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T18:54:35.9904921Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T18:54:36.0909690Z Selecting previously unselected package devscripts.
2025-08-20T18:54:36.1072826Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T18:54:36.1319600Z Unpacking devscripts (2.23.7) ...
2025-08-20T18:54:36.2703073Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T18:54:36.2883814Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T18:54:36.3059458Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T18:54:36.3234892Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T18:54:36.3425161Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T18:54:36.3652737Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T18:54:36.3848055Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T18:54:36.4090029Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T18:54:36.4432254Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T18:54:36.4987178Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T18:54:36.5493560Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T18:54:36.5716873Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T18:54:36.5909596Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T18:54:36.6110159Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T18:54:36.6330677Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T18:54:36.6518229Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T18:54:36.6692730Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T18:54:36.6868240Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T18:54:36.7066374Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T18:54:36.7263699Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T18:54:36.7445192Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T18:54:36.7652558Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T18:54:36.7825064Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T18:54:36.8080784Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T18:54:36.8264221Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T18:54:36.8451287Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T18:54:36.8622986Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T18:54:36.8833786Z Setting up libwww-perl (6.76-1) ...
2025-08-20T18:54:36.9074081Z Setting up devscripts (2.23.7) ...
2025-08-20T18:54:37.0819149Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T18:54:37.1012113Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:38.6197887Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:54:39.9367898Z Reading package lists...
2025-08-20T18:54:40.1670831Z Building dependency tree...
2025-08-20T18:54:40.1678545Z Reading state information...
2025-08-20T18:54:40.4233556Z The following additional packages will be installed:
2025-08-20T18:54:40.4240888Z   cmake-data libjsoncpp25 librhash0
2025-08-20T18:54:40.4248779Z Suggested packages:
2025-08-20T18:54:40.4248987Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T18:54:40.4407508Z The following NEW packages will be installed:
2025-08-20T18:54:40.4415879Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T18:54:40.6132202Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:40.6132594Z Need to get 12.7 MB of archives.
2025-08-20T18:54:40.6132893Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T18:54:40.6133408Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T18:54:40.8882556Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T18:54:41.0601540Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T18:54:41.4313750Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T18:54:41.9179706Z Fetched 12.7 MB in 1s (10.5 MB/s)
2025-08-20T18:54:41.9556022Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T18:54:41.9589011Z (Reading database ... 
2025-08-20T18:54:41.9589250Z (Reading database ... 5%
2025-08-20T18:54:41.9589487Z (Reading database ... 10%
2025-08-20T18:54:41.9589685Z (Reading database ... 15%
2025-08-20T18:54:41.9589882Z (Reading database ... 20%
2025-08-20T18:54:41.9590716Z (Reading database ... 25%
2025-08-20T18:54:41.9590929Z (Reading database ... 30%
2025-08-20T18:54:41.9591121Z (Reading database ... 35%
2025-08-20T18:54:41.9591314Z (Reading database ... 40%
2025-08-20T18:54:41.9591514Z (Reading database ... 45%
2025-08-20T18:54:41.9591709Z (Reading database ... 50%
2025-08-20T18:54:41.9611085Z (Reading database ... 55%
2025-08-20T18:54:41.9697684Z (Reading database ... 60%
2025-08-20T18:54:41.9738689Z (Reading database ... 65%
2025-08-20T18:54:41.9753120Z (Reading database ... 70%
2025-08-20T18:54:41.9781446Z (Reading database ... 75%
2025-08-20T18:54:41.9904947Z (Reading database ... 80%
2025-08-20T18:54:41.9979198Z (Reading database ... 85%
2025-08-20T18:54:42.0035520Z (Reading database ... 90%
2025-08-20T18:54:42.0097694Z (Reading database ... 95%
2025-08-20T18:54:42.0097935Z (Reading database ... 100%
2025-08-20T18:54:42.0098250Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T18:54:42.0130519Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T18:54:42.0281786Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T18:54:42.1046823Z Selecting previously unselected package librhash0:arm64.
2025-08-20T18:54:42.1220547Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T18:54:42.1297756Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T18:54:42.2097214Z Selecting previously unselected package cmake-data.
2025-08-20T18:54:42.2261478Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T18:54:42.2405821Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T18:54:43.1654184Z Selecting previously unselected package cmake.
2025-08-20T18:54:43.1847597Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T18:54:43.1981498Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T18:54:43.4207932Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T18:54:43.4422058Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T18:54:43.4618320Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T18:54:43.4856800Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T18:54:43.5114378Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:44.8781999Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:54:46.1240051Z Reading package lists...
2025-08-20T18:54:46.3456634Z Building dependency tree...
2025-08-20T18:54:46.3463022Z Reading state information...
2025-08-20T18:54:46.6296898Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:54:46.6297329Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:54:46.6297645Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:54:46.6297951Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:54:46.6298259Z b3sum is already the newest version (1.2.0-1).
2025-08-20T18:54:46.6298956Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:54:46.6299318Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:46.6299622Z ccache is already the newest version (4.9.1-1).
2025-08-20T18:54:46.6299920Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:54:46.6300222Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:54:46.6300511Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:54:46.6300792Z git-lfs is already the newest version (3.6.1).
2025-08-20T18:54:46.6301145Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T18:54:46.6301496Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T18:54:46.6301829Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:54:46.6302133Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:54:46.6302446Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:54:46.6302753Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:54:46.6303027Z musl is already the newest version (1.2.4-2).
2025-08-20T18:54:46.6303303Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T18:54:46.6303589Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T18:54:46.6303923Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:54:46.6304265Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:54:46.6304571Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:54:46.6305091Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:54:46.6305556Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:46.6495917Z Reading package lists...
2025-08-20T18:54:46.8657577Z Building dependency tree...
2025-08-20T18:54:46.8663988Z Reading state information...
2025-08-20T18:54:47.1494380Z autoconf is already the newest version (2.71-3).
2025-08-20T18:54:47.1494795Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:54:47.1495141Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T18:54:47.1495551Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:54:47.1495884Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T18:54:47.1496226Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:54:47.1496559Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T18:54:47.1496874Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:47.1497205Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T18:54:47.1497499Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T18:54:47.1497790Z file is already the newest version (1:5.45-3build1).
2025-08-20T18:54:47.1498094Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:54:47.1498400Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:54:47.1498719Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:54:47.1499031Z patch is already the newest version (2.7.6-7build3).
2025-08-20T18:54:47.1499345Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T18:54:47.1499669Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T18:54:47.1500031Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T18:54:47.1500376Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T18:54:47.1500671Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T18:54:47.1500971Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:54:47.1501305Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:47.1682100Z Reading package lists...
2025-08-20T18:54:47.3781076Z Building dependency tree...
2025-08-20T18:54:47.3788449Z Reading state information...
2025-08-20T18:54:47.6614772Z devscripts is already the newest version (2.23.7).
2025-08-20T18:54:47.6615661Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:47.6804783Z Reading package lists...
2025-08-20T18:54:47.8936255Z Building dependency tree...
2025-08-20T18:54:47.8942617Z Reading state information...
2025-08-20T18:54:48.1723527Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T18:54:48.1723910Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:48.1927230Z Reading package lists...
2025-08-20T18:54:48.4097006Z Building dependency tree...
2025-08-20T18:54:48.4105704Z Reading state information...
2025-08-20T18:54:48.6729219Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:54:48.6729693Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T18:54:48.7168704Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:48.7632872Z Reading package lists...
2025-08-20T18:54:48.9824213Z Building dependency tree...
2025-08-20T18:54:48.9832647Z Reading state information...
2025-08-20T18:54:49.2391378Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T18:54:49.2391822Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T18:54:49.2392169Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T18:54:49.2392542Z The following additional packages will be installed:
2025-08-20T18:54:49.2392874Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T18:54:49.2393273Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T18:54:49.2394188Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T18:54:49.2394582Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T18:54:49.2394971Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T18:54:49.2395646Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T18:54:49.2396094Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T18:54:49.2396502Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T18:54:49.2396876Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T18:54:49.2397267Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T18:54:49.2397689Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T18:54:49.2398073Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T18:54:49.2398452Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T18:54:49.2398892Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T18:54:49.2399442Z   linux-libc-dev-armhf-cross
2025-08-20T18:54:49.2408514Z Suggested packages:
2025-08-20T18:54:49.2408849Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T18:54:49.2409227Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T18:54:49.2742897Z The following NEW packages will be installed:
2025-08-20T18:54:49.2743243Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T18:54:49.2743641Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T18:54:49.2744113Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T18:54:49.2744548Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T18:54:49.2744926Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T18:54:49.2745328Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T18:54:49.2745896Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T18:54:49.2746299Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T18:54:49.2746698Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T18:54:49.2747474Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T18:54:49.2747902Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T18:54:49.2748676Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T18:54:49.2749085Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T18:54:49.2749485Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T18:54:49.2752462Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T18:54:49.5756522Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:49.5759969Z Need to get 112 MB of archives.
2025-08-20T18:54:49.5760309Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T18:54:49.5760966Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T18:54:50.0186599Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T18:54:51.2731668Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T18:54:51.4140218Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T18:54:52.6831941Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T18:54:52.8237902Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T18:54:52.9644818Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T18:54:53.6668523Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T18:54:53.8079427Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T18:54:53.9489149Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T18:54:54.3693576Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T18:54:54.6500160Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T18:54:55.2816033Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T18:54:55.4288423Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T18:54:56.2477488Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T18:54:56.5767675Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T18:54:57.1366206Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T18:54:57.5660941Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T18:54:59.5686720Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T18:54:59.9916189Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T18:55:00.4154764Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T18:55:00.9815302Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T18:55:02.3931369Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T18:55:03.7020841Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T18:55:03.8430373Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T18:55:03.9848018Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T18:55:04.4220048Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T18:55:04.5630334Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T18:55:04.7055616Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T18:55:04.8458740Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T18:55:05.5673999Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T18:55:05.8589116Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T18:55:06.2897846Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T18:55:06.8558301Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T18:55:08.7198797Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T18:55:09.1440571Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T18:55:09.5686958Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T18:55:10.1349085Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T18:55:11.4057056Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T18:55:11.5463323Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T18:55:11.6866697Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T18:55:11.8270899Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T18:55:12.1055131Z Fetched 112 MB in 23s (4978 kB/s)
2025-08-20T18:55:12.1344943Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T18:55:12.1378158Z (Reading database ... 
2025-08-20T18:55:12.1378391Z (Reading database ... 5%
2025-08-20T18:55:12.1378599Z (Reading database ... 10%
2025-08-20T18:55:12.1378795Z (Reading database ... 15%
2025-08-20T18:55:12.1378991Z (Reading database ... 20%
2025-08-20T18:55:12.1379188Z (Reading database ... 25%
2025-08-20T18:55:12.1379380Z (Reading database ... 30%
2025-08-20T18:55:12.1379571Z (Reading database ... 35%
2025-08-20T18:55:12.1379769Z (Reading database ... 40%
2025-08-20T18:55:12.1380270Z (Reading database ... 45%
2025-08-20T18:55:12.1380498Z (Reading database ... 50%
2025-08-20T18:55:12.1400235Z (Reading database ... 55%
2025-08-20T18:55:12.1486562Z (Reading database ... 60%
2025-08-20T18:55:12.1524498Z (Reading database ... 65%
2025-08-20T18:55:12.1538627Z (Reading database ... 70%
2025-08-20T18:55:12.1565757Z (Reading database ... 75%
2025-08-20T18:55:12.1685191Z (Reading database ... 80%
2025-08-20T18:55:12.1755142Z (Reading database ... 85%
2025-08-20T18:55:12.1815052Z (Reading database ... 90%
2025-08-20T18:55:12.1874637Z (Reading database ... 95%
2025-08-20T18:55:12.1874860Z (Reading database ... 100%
2025-08-20T18:55:12.1875153Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T18:55:12.1903847Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:12.2042091Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:12.2670245Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T18:55:12.2807907Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:12.2895919Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:12.5533191Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T18:55:12.5726963Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:12.5910200Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:12.6545818Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T18:55:12.6725677Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:12.6812039Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:12.8933739Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T18:55:12.9076571Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:55:12.9172072Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:12.9777371Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T18:55:12.9926949Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:55:13.0045094Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:13.0771444Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T18:55:13.0946461Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T18:55:13.1110199Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T18:55:13.2381105Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T18:55:13.2541077Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:13.2616512Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:13.3212814Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T18:55:13.3365831Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:13.3441443Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:13.4078958Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T18:55:13.4233072Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:13.4302470Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:13.5124463Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T18:55:13.5287652Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:13.5356256Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:13.5969308Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T18:55:13.6144556Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:13.6239937Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:13.6895995Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T18:55:13.7066572Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:13.7135503Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:13.7714795Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T18:55:13.7889590Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:13.7950311Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:13.9053783Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T18:55:13.9213271Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:13.9304721Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:14.0056955Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T18:55:14.0203729Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:14.0271756Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:14.1224594Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T18:55:14.1397072Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:14.1461280Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:14.2649751Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T18:55:14.2823019Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:14.2956935Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:14.7087602Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T18:55:14.7255711Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:55:14.7320693Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:14.9790626Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T18:55:14.9934834Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:14.9999351Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:15.1346649Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T18:55:15.1524802Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:15.1606075Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:15.4139213Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T18:55:15.4295672Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:15.4423208Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:15.7346644Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T18:55:15.7516093Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T18:55:15.7614412Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T18:55:15.8994866Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T18:55:15.9140808Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:15.9214764Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:15.9766117Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T18:55:15.9908227Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:15.9992588Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:16.0699149Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T18:55:16.0876671Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:16.0953742Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:16.1769934Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T18:55:16.1944018Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:16.2015726Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:16.2605054Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T18:55:16.2771591Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:16.2884206Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:16.3552654Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T18:55:16.3702595Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:16.3773469Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:16.4324772Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T18:55:16.4471405Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:16.4536455Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:16.5672380Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T18:55:16.5844709Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:16.5913660Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:16.6608506Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T18:55:16.6786919Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:16.6883113Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:16.7656825Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T18:55:16.7831337Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:16.7893150Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:16.8774751Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T18:55:16.8934116Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:16.9022906Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:18.0484437Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T18:55:18.0662894Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:55:18.0768583Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:20.0221507Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T18:55:20.0371840Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:20.0433837Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:21.0753623Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T18:55:21.0940227Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:21.1034995Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:22.8968426Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T18:55:22.9122923Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:22.9230386Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.2607927Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T18:55:23.2777716Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:55:23.2841913Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:23.3352422Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T18:55:23.3508353Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:55:23.3584059Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:23.4079221Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T18:55:23.4232721Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:55:23.4291045Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:23.4759113Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T18:55:23.4909260Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:55:23.4977381Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:23.5697254Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T18:55:23.5885668Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:23.6119641Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.6326621Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.6578866Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.6788834Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:23.6968001Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.7156335Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:23.7383296Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:23.7576827Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.7767046Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.7949680Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:23.8134136Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T18:55:23.8326496Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.8537394Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.8763507Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.8963082Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.9176703Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.9370908Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.9680414Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.9921440Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:24.0209532Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.0565114Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.0773832Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:24.1281710Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.1482331Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.1796639Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.2136469Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:24.2430090Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.2650679Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.2862204Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.3187744Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.3524670Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.3834992Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.4233095Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:24.4472551Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.4772003Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.5113476Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.5302694Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:24.5705710Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:24.5930143Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.6220240Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:24.6400842Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T18:55:24.6604219Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T18:55:24.6753450Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:25.9733872Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:55:27.0884115Z Reading package lists...
2025-08-20T18:55:27.2800984Z Building dependency tree...
2025-08-20T18:55:27.2808392Z Reading state information...
2025-08-20T18:55:27.5254506Z The following additional packages will be installed:
2025-08-20T18:55:27.5254952Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T18:55:27.5261830Z   libpcap0.8-dev
2025-08-20T18:55:27.5539502Z The following NEW packages will be installed:
2025-08-20T18:55:27.5539925Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T18:55:27.5545606Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T18:55:27.5731655Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:55:28.0998729Z Need to get 1640 kB of archives.
2025-08-20T18:55:28.0999108Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T18:55:28.0999676Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T18:55:28.8258359Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T18:55:29.0191912Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T18:55:29.2122811Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T18:55:29.5339546Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T18:55:30.0188279Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T18:55:30.3147355Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T18:55:30.4551660Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T18:55:30.7157701Z Fetched 1640 kB in 3s (571 kB/s)
2025-08-20T18:55:30.7534797Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T18:55:30.7569910Z (Reading database ... 
2025-08-20T18:55:30.7570133Z (Reading database ... 5%
2025-08-20T18:55:30.7570332Z (Reading database ... 10%
2025-08-20T18:55:30.7570530Z (Reading database ... 15%
2025-08-20T18:55:30.7570722Z (Reading database ... 20%
2025-08-20T18:55:30.7570919Z (Reading database ... 25%
2025-08-20T18:55:30.7571113Z (Reading database ... 30%
2025-08-20T18:55:30.7571319Z (Reading database ... 35%
2025-08-20T18:55:30.7571513Z (Reading database ... 40%
2025-08-20T18:55:30.7572062Z (Reading database ... 45%
2025-08-20T18:55:30.7572280Z (Reading database ... 50%
2025-08-20T18:55:30.7592895Z (Reading database ... 55%
2025-08-20T18:55:30.7685754Z (Reading database ... 60%
2025-08-20T18:55:30.7723044Z (Reading database ... 65%
2025-08-20T18:55:30.7740469Z (Reading database ... 70%
2025-08-20T18:55:30.7765308Z (Reading database ... 75%
2025-08-20T18:55:30.7929467Z (Reading database ... 80%
2025-08-20T18:55:30.7962473Z (Reading database ... 85%
2025-08-20T18:55:30.8031470Z (Reading database ... 90%
2025-08-20T18:55:30.8097184Z (Reading database ... 95%
2025-08-20T18:55:30.8097411Z (Reading database ... 100%
2025-08-20T18:55:30.8097704Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T18:55:30.8128091Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T18:55:30.8208605Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T18:55:30.9218984Z Selecting previously unselected package libjudydebian1.
2025-08-20T18:55:30.9395515Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T18:55:30.9518906Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T18:55:31.0128921Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T18:55:31.0307264Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T18:55:31.0368940Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:55:31.1044966Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T18:55:31.1220442Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T18:55:31.1293403Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:55:31.1964970Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T18:55:31.2104580Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T18:55:31.2205164Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T18:55:31.6465708Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T18:55:31.6619433Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T18:55:31.6712162Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:55:31.8288139Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T18:55:31.8437684Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T18:55:31.8510425Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:55:31.9237128Z Selecting previously unselected package pcaputils.
2025-08-20T18:55:31.9418473Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T18:55:31.9511399Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T18:55:32.0412731Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T18:55:32.0615718Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T18:55:32.2007941Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:55:32.2186852Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T18:55:32.2640502Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T18:55:32.4957619Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:55:32.5152445Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T18:55:32.5383357Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:55:32.5685566Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:34.1571926Z Processing triggers for sgml-base (1.31) ...
2025-08-20T18:55:34.2135602Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:55:34.2392008Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:55:35.3870553Z Reading package lists...
2025-08-20T18:55:35.5860608Z Building dependency tree...
2025-08-20T18:55:35.5867571Z Reading state information...
2025-08-20T18:55:35.6271184Z Reading package lists...
2025-08-20T18:55:35.8106710Z Building dependency tree...
2025-08-20T18:55:35.8115960Z Reading state information...
2025-08-20T18:55:36.0503029Z The following additional packages will be installed:
2025-08-20T18:55:36.0506807Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T18:55:36.0514829Z Suggested packages:
2025-08-20T18:55:36.0515169Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T18:55:36.0515697Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T18:55:36.0685836Z The following NEW packages will be installed:
2025-08-20T18:55:36.0687272Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T18:55:36.0691754Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T18:55:36.2361302Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:55:36.2361661Z Need to get 801 kB of archives.
2025-08-20T18:55:36.2362752Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T18:55:36.2363274Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T18:55:36.4229784Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T18:55:36.5777799Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T18:55:36.8364325Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T18:55:36.9176721Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T18:55:36.9942637Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T18:55:37.0916604Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T18:55:37.1668808Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T18:55:37.2461973Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T18:55:37.5006967Z Fetched 801 kB in 1s (684 kB/s)
2025-08-20T18:55:37.5438463Z Selecting previously unselected package liblz1:arm64.
2025-08-20T18:55:37.5473327Z (Reading database ... 
2025-08-20T18:55:37.5473573Z (Reading database ... 5%
2025-08-20T18:55:37.5473806Z (Reading database ... 10%
2025-08-20T18:55:37.5474006Z (Reading database ... 15%
2025-08-20T18:55:37.5474204Z (Reading database ... 20%
2025-08-20T18:55:37.5474432Z (Reading database ... 25%
2025-08-20T18:55:37.5474625Z (Reading database ... 30%
2025-08-20T18:55:37.5474821Z (Reading database ... 35%
2025-08-20T18:55:37.5475688Z (Reading database ... 40%
2025-08-20T18:55:37.5475889Z (Reading database ... 45%
2025-08-20T18:55:37.5476086Z (Reading database ... 50%
2025-08-20T18:55:37.5495037Z (Reading database ... 55%
2025-08-20T18:55:37.5587633Z (Reading database ... 60%
2025-08-20T18:55:37.5624249Z (Reading database ... 65%
2025-08-20T18:55:37.5641386Z (Reading database ... 70%
2025-08-20T18:55:37.5675570Z (Reading database ... 75%
2025-08-20T18:55:37.5829607Z (Reading database ... 80%
2025-08-20T18:55:37.5862168Z (Reading database ... 85%
2025-08-20T18:55:37.5931026Z (Reading database ... 90%
2025-08-20T18:55:37.5996924Z (Reading database ... 95%
2025-08-20T18:55:37.5997156Z (Reading database ... 100%
2025-08-20T18:55:37.5997456Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T18:55:37.6028772Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T18:55:37.6150750Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T18:55:37.6746713Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T18:55:37.6884890Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T18:55:37.6953806Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T18:55:37.7592755Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T18:55:37.7736597Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T18:55:37.7792833Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T18:55:37.8950611Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T18:55:37.9122306Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T18:55:37.9194363Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T18:55:37.9762717Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T18:55:37.9933104Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T18:55:38.0028756Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T18:55:38.0600565Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T18:55:38.0743621Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T18:55:38.0880706Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T18:55:38.1533796Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T18:55:38.1673279Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T18:55:38.1740339Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T18:55:38.2426304Z Selecting previously unselected package lzma.
2025-08-20T18:55:38.2568640Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T18:55:38.2638476Z Unpacking lzma (9.22-2.2) ...
2025-08-20T18:55:38.3332422Z Selecting previously unselected package lzma-dev.
2025-08-20T18:55:38.3499327Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T18:55:38.3568274Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T18:55:38.4308425Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T18:55:38.4517215Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T18:55:38.4696203Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T18:55:38.4931456Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T18:55:38.5112943Z Setting up lzma (9.22-2.2) ...
2025-08-20T18:55:38.5276757Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T18:55:38.5425296Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T18:55:38.5586801Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T18:55:38.5772597Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T18:55:38.5997665Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T18:55:38.6202459Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:55:38.6610365Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:40.0533864Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:55:41.2299620Z Reading package lists...
2025-08-20T18:55:41.4237172Z Building dependency tree...
2025-08-20T18:55:41.4246165Z Reading state information...
2025-08-20T18:55:41.7409901Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T18:55:41.7410408Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T18:55:41.7410742Z inetutils-telnet set to manually installed.
2025-08-20T18:55:41.7411048Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T18:55:41.7411377Z The following additional packages will be installed:
2025-08-20T18:55:41.7411644Z   tcpd update-inetd
2025-08-20T18:55:41.7582040Z The following packages will be REMOVED:
2025-08-20T18:55:41.7589168Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T18:55:41.7590464Z The following NEW packages will be installed:
2025-08-20T18:55:41.7590832Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T18:55:41.7591229Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T18:55:41.7598537Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T18:55:42.0104823Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T18:55:42.2586279Z Need to get 691 kB of archives.
2025-08-20T18:55:42.2587030Z After this operation, 987 kB disk space will be freed.
2025-08-20T18:55:42.2587577Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T18:55:42.2588178Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T18:55:42.3506183Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T18:55:42.4424025Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T18:55:42.5510676Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T18:55:42.6912277Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T18:55:42.8064644Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T18:55:42.9133760Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T18:55:43.0103949Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T18:55:43.1028864Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T18:55:43.2079415Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T18:55:43.3236120Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T18:55:43.4281341Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T18:55:43.6713871Z Preconfiguring packages ...
2025-08-20T18:55:43.7764309Z Fetched 691 kB in 2s (412 kB/s)
2025-08-20T18:55:43.8038549Z (Reading database ... 
2025-08-20T18:55:43.8038821Z (Reading database ... 5%
2025-08-20T18:55:43.8039061Z (Reading database ... 10%
2025-08-20T18:55:43.8039264Z (Reading database ... 15%
2025-08-20T18:55:43.8039461Z (Reading database ... 20%
2025-08-20T18:55:43.8039656Z (Reading database ... 25%
2025-08-20T18:55:43.8039849Z (Reading database ... 30%
2025-08-20T18:55:43.8040045Z (Reading database ... 35%
2025-08-20T18:55:43.8040240Z (Reading database ... 40%
2025-08-20T18:55:43.8040429Z (Reading database ... 45%
2025-08-20T18:55:43.8040721Z (Reading database ... 50%
2025-08-20T18:55:43.8063409Z (Reading database ... 55%
2025-08-20T18:55:43.8152600Z (Reading database ... 60%
2025-08-20T18:55:43.8191508Z (Reading database ... 65%
2025-08-20T18:55:43.8209048Z (Reading database ... 70%
2025-08-20T18:55:43.8233695Z (Reading database ... 75%
2025-08-20T18:55:43.8396071Z (Reading database ... 80%
2025-08-20T18:55:43.8429069Z (Reading database ... 85%
2025-08-20T18:55:43.8496535Z (Reading database ... 90%
2025-08-20T18:55:43.8562787Z (Reading database ... 95%
2025-08-20T18:55:43.8563036Z (Reading database ... 100%
2025-08-20T18:55:43.8563332Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T18:55:43.8591678Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T18:55:43.9232533Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T18:55:44.0063051Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T18:55:44.3752643Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T18:55:44.3786930Z (Reading database ... 
2025-08-20T18:55:44.3787172Z (Reading database ... 5%
2025-08-20T18:55:44.3787411Z (Reading database ... 10%
2025-08-20T18:55:44.3787606Z (Reading database ... 15%
2025-08-20T18:55:44.3787805Z (Reading database ... 20%
2025-08-20T18:55:44.3788003Z (Reading database ... 25%
2025-08-20T18:55:44.3788198Z (Reading database ... 30%
2025-08-20T18:55:44.3788405Z (Reading database ... 35%
2025-08-20T18:55:44.3788598Z (Reading database ... 40%
2025-08-20T18:55:44.3788796Z (Reading database ... 45%
2025-08-20T18:55:44.3788996Z (Reading database ... 50%
2025-08-20T18:55:44.3807744Z (Reading database ... 55%
2025-08-20T18:55:44.3895700Z (Reading database ... 60%
2025-08-20T18:55:44.3937181Z (Reading database ... 65%
2025-08-20T18:55:44.3956012Z (Reading database ... 70%
2025-08-20T18:55:44.3981143Z (Reading database ... 75%
2025-08-20T18:55:44.4149206Z (Reading database ... 80%
2025-08-20T18:55:44.4182148Z (Reading database ... 85%
2025-08-20T18:55:44.4251124Z (Reading database ... 90%
2025-08-20T18:55:44.4318427Z (Reading database ... 95%
2025-08-20T18:55:44.4318648Z (Reading database ... 100%
2025-08-20T18:55:44.4318976Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T18:55:44.4348559Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.4439710Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.5064560Z Selecting previously unselected package tcpd.
2025-08-20T18:55:44.5208710Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T18:55:44.5274367Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T18:55:44.6021838Z Selecting previously unselected package update-inetd.
2025-08-20T18:55:44.6193740Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T18:55:44.6285812Z Unpacking update-inetd (4.53) ...
2025-08-20T18:55:44.7039496Z Selecting previously unselected package inetutils-inetd.
2025-08-20T18:55:44.7214778Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.7326288Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.7922055Z Selecting previously unselected package inetutils-ftp.
2025-08-20T18:55:44.8093159Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.8195435Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.8926841Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T18:55:44.9072717Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.9136418Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.9868344Z Selecting previously unselected package inetutils-ping.
2025-08-20T18:55:45.0023632Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:45.0081897Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.0702026Z Selecting previously unselected package inetutils-talk.
2025-08-20T18:55:45.0847687Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:45.0913786Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.1942901Z Selecting previously unselected package inetutils-talkd.
2025-08-20T18:55:45.2115571Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:45.2189669Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.2832503Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T18:55:45.2998586Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:45.3066493Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.3805768Z Selecting previously unselected package inetutils-tools.
2025-08-20T18:55:45.3950903Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:45.4046603Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.4742404Z Selecting previously unselected package netcat-traditional.
2025-08-20T18:55:45.4893219Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T18:55:45.4981072Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T18:55:45.5809748Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T18:55:45.5988909Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:45.6084492Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.6909255Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T18:55:45.7261654Z Setting up update-inetd (4.53) ...
2025-08-20T18:55:45.8317483Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.8489631Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T18:55:45.8629528Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.1873859Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:55:46.1874287Z 
2025-08-20T18:55:46.1874396Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T18:55:46.1874621Z 
2025-08-20T18:55:46.1874976Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:55:46.1875336Z 
2025-08-20T18:55:46.1876009Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:55:46.1876500Z 
2025-08-20T18:55:46.4236329Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.4571506Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.5532856Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T18:55:46.5663736Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.5936202Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.6151577Z Setting up tcpd (7.6.q-33) ...
2025-08-20T18:55:46.6471090Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.9675100Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T18:55:46.9676151Z 
2025-08-20T18:55:46.9676697Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T18:55:46.9677171Z 
2025-08-20T18:55:47.1854021Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:47.2994851Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:47.3950477Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:47.4707926Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:50.3645721Z Reading package lists...
2025-08-20T18:55:50.5556884Z Building dependency tree...
2025-08-20T18:55:50.5565842Z Reading state information...
2025-08-20T18:55:50.8656616Z The following packages will be REMOVED:
2025-08-20T18:55:50.8662576Z   inetutils-ping
2025-08-20T18:55:50.8663169Z The following NEW packages will be installed:
2025-08-20T18:55:50.8670856Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T18:55:50.8676099Z The following packages will be upgraded:
2025-08-20T18:55:50.8683252Z   iputils-tracepath
2025-08-20T18:55:51.1138464Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T18:55:51.1138836Z Need to get 84.5 kB of archives.
2025-08-20T18:55:51.1139128Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T18:55:51.1139714Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T18:55:51.3358632Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T18:55:51.4190607Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T18:55:51.5054094Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T18:55:51.8055071Z Fetched 84.5 kB in 1s (132 kB/s)
2025-08-20T18:55:51.8260791Z (Reading database ... 
2025-08-20T18:55:51.8261035Z (Reading database ... 5%
2025-08-20T18:55:51.8261236Z (Reading database ... 10%
2025-08-20T18:55:51.8261436Z (Reading database ... 15%
2025-08-20T18:55:51.8261657Z (Reading database ... 20%
2025-08-20T18:55:51.8261857Z (Reading database ... 25%
2025-08-20T18:55:51.8262047Z (Reading database ... 30%
2025-08-20T18:55:51.8262241Z (Reading database ... 35%
2025-08-20T18:55:51.8262798Z (Reading database ... 40%
2025-08-20T18:55:51.8263015Z (Reading database ... 45%
2025-08-20T18:55:51.8263208Z (Reading database ... 50%
2025-08-20T18:55:51.8281591Z (Reading database ... 55%
2025-08-20T18:55:51.8372047Z (Reading database ... 60%
2025-08-20T18:55:51.8408741Z (Reading database ... 65%
2025-08-20T18:55:51.8425630Z (Reading database ... 70%
2025-08-20T18:55:51.8460602Z (Reading database ... 75%
2025-08-20T18:55:51.8614701Z (Reading database ... 80%
2025-08-20T18:55:51.8646364Z (Reading database ... 85%
2025-08-20T18:55:51.8712560Z (Reading database ... 90%
2025-08-20T18:55:51.8776771Z (Reading database ... 95%
2025-08-20T18:55:51.8776976Z (Reading database ... 100%
2025-08-20T18:55:51.8777275Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T18:55:51.8806197Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:55:51.9861648Z Selecting previously unselected package iputils-ping.
2025-08-20T18:55:51.9896409Z (Reading database ... 
2025-08-20T18:55:51.9896955Z (Reading database ... 5%
2025-08-20T18:55:51.9897558Z (Reading database ... 10%
2025-08-20T18:55:51.9897797Z (Reading database ... 15%
2025-08-20T18:55:51.9898002Z (Reading database ... 20%
2025-08-20T18:55:51.9898198Z (Reading database ... 25%
2025-08-20T18:55:51.9898395Z (Reading database ... 30%
2025-08-20T18:55:51.9898588Z (Reading database ... 35%
2025-08-20T18:55:51.9898785Z (Reading database ... 40%
2025-08-20T18:55:51.9898975Z (Reading database ... 45%
2025-08-20T18:55:51.9899171Z (Reading database ... 50%
2025-08-20T18:55:51.9918892Z (Reading database ... 55%
2025-08-20T18:55:52.0005343Z (Reading database ... 60%
2025-08-20T18:55:52.0046040Z (Reading database ... 65%
2025-08-20T18:55:52.0063687Z (Reading database ... 70%
2025-08-20T18:55:52.0100569Z (Reading database ... 75%
2025-08-20T18:55:52.0260210Z (Reading database ... 80%
2025-08-20T18:55:52.0292996Z (Reading database ... 85%
2025-08-20T18:55:52.0361026Z (Reading database ... 90%
2025-08-20T18:55:52.0427887Z (Reading database ... 95%
2025-08-20T18:55:52.0428135Z (Reading database ... 100%
2025-08-20T18:55:52.0428427Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T18:55:52.0457140Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:55:52.0563588Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:52.1931402Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:55:52.2163377Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T18:55:52.2909274Z Selecting previously unselected package iputils-arping.
2025-08-20T18:55:52.3072689Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:55:52.3146648Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:52.3744245Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T18:55:52.3927927Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:55:52.3996081Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:52.4811500Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:52.5305072Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:52.5660261Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:52.5964440Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:52.6190662Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:55.2921690Z Reading package lists...
2025-08-20T18:55:55.4926061Z Building dependency tree...
2025-08-20T18:55:55.4933791Z Reading state information...
2025-08-20T18:55:55.7414625Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T18:55:55.7709709Z The following packages will be upgraded:
2025-08-20T18:55:55.7710039Z   python3-pip python3-pip-whl
2025-08-20T18:55:55.7895910Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:55:56.2359883Z Need to get 3020 kB of archives.
2025-08-20T18:55:56.2360266Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T18:55:56.2360840Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T18:55:57.3495134Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T18:55:58.1784287Z Fetched 3020 kB in 2s (1424 kB/s)
2025-08-20T18:55:58.2286519Z (Reading database ... 
2025-08-20T18:55:58.2287227Z (Reading database ... 5%
2025-08-20T18:55:58.2287464Z (Reading database ... 10%
2025-08-20T18:55:58.2287672Z (Reading database ... 15%
2025-08-20T18:55:58.2287873Z (Reading database ... 20%
2025-08-20T18:55:58.2288071Z (Reading database ... 25%
2025-08-20T18:55:58.2288266Z (Reading database ... 30%
2025-08-20T18:55:58.2288464Z (Reading database ... 35%
2025-08-20T18:55:58.2288665Z (Reading database ... 40%
2025-08-20T18:55:58.2288860Z (Reading database ... 45%
2025-08-20T18:55:58.2289074Z (Reading database ... 50%
2025-08-20T18:55:58.2309989Z (Reading database ... 55%
2025-08-20T18:55:58.2401405Z (Reading database ... 60%
2025-08-20T18:55:58.2438375Z (Reading database ... 65%
2025-08-20T18:55:58.2455966Z (Reading database ... 70%
2025-08-20T18:55:58.2491224Z (Reading database ... 75%
2025-08-20T18:55:58.2647153Z (Reading database ... 80%
2025-08-20T18:55:58.2679298Z (Reading database ... 85%
2025-08-20T18:55:58.2746433Z (Reading database ... 90%
2025-08-20T18:55:58.2811702Z (Reading database ... 95%
2025-08-20T18:55:58.2812305Z (Reading database ... 100%
2025-08-20T18:55:58.2812600Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T18:55:58.2841172Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T18:55:58.4626542Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T18:55:58.6695993Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T18:55:58.6886359Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T18:55:58.8051172Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T18:55:58.8257052Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T18:55:59.7723295Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:02.5189756Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T18:56:02.8066934Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:03.7806136Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T18:56:03.8911241Z Collecting pip
2025-08-20T18:56:03.9415339Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T18:56:03.9624849Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T18:56:04.0778200Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.6 MB/s eta 0:00:00
2025-08-20T18:56:04.3537824Z Installing collected packages: pip
2025-08-20T18:56:05.0761813Z Successfully installed pip-25.2
2025-08-20T18:56:05.2749629Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T18:56:05.3160630Z Reading package lists...
2025-08-20T18:56:05.5111734Z Building dependency tree...
2025-08-20T18:56:05.5120918Z Reading state information...
2025-08-20T18:56:05.7559094Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T18:56:05.7559463Z pciutils set to manually installed.
2025-08-20T18:56:05.7559745Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T18:56:05.7560113Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T18:56:05.7560412Z python3-distro set to manually installed.
2025-08-20T18:56:05.7560727Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T18:56:05.7561060Z python3-netifaces set to manually installed.
2025-08-20T18:56:05.7561351Z The following additional packages will be installed:
2025-08-20T18:56:05.7561607Z   libsysfs2
2025-08-20T18:56:05.7568662Z Suggested packages:
2025-08-20T18:56:05.7568887Z   fancontrol read-edid i2c-tools
2025-08-20T18:56:05.7834186Z The following NEW packages will be installed:
2025-08-20T18:56:05.7836419Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T18:56:05.8020732Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:56:05.9710326Z Need to get 133 kB of archives.
2025-08-20T18:56:05.9710698Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T18:56:05.9711235Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T18:56:06.1268571Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T18:56:06.2213669Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T18:56:06.4204225Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T18:56:06.6819037Z Fetched 133 kB in 1s (217 kB/s)
2025-08-20T18:56:06.7219857Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T18:56:06.7257418Z (Reading database ... 
2025-08-20T18:56:06.7257625Z (Reading database ... 5%
2025-08-20T18:56:06.7257832Z (Reading database ... 10%
2025-08-20T18:56:06.7258033Z (Reading database ... 15%
2025-08-20T18:56:06.7258235Z (Reading database ... 20%
2025-08-20T18:56:06.7258437Z (Reading database ... 25%
2025-08-20T18:56:06.7258636Z (Reading database ... 30%
2025-08-20T18:56:06.7259199Z (Reading database ... 35%
2025-08-20T18:56:06.7260127Z (Reading database ... 40%
2025-08-20T18:56:06.7260332Z (Reading database ... 45%
2025-08-20T18:56:06.7260529Z (Reading database ... 50%
2025-08-20T18:56:06.7279390Z (Reading database ... 55%
2025-08-20T18:56:06.7373360Z (Reading database ... 60%
2025-08-20T18:56:06.7411088Z (Reading database ... 65%
2025-08-20T18:56:06.7429384Z (Reading database ... 70%
2025-08-20T18:56:06.7464714Z (Reading database ... 75%
2025-08-20T18:56:06.7620023Z (Reading database ... 80%
2025-08-20T18:56:06.7652135Z (Reading database ... 85%
2025-08-20T18:56:06.7720522Z (Reading database ... 90%
2025-08-20T18:56:06.7788779Z (Reading database ... 95%
2025-08-20T18:56:06.7789011Z (Reading database ... 100%
2025-08-20T18:56:06.7789307Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T18:56:06.7819433Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T18:56:06.8032362Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T18:56:06.8918451Z Selecting previously unselected package sysfsutils.
2025-08-20T18:56:06.9092096Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T18:56:06.9186225Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T18:56:07.0014368Z Selecting previously unselected package lm-sensors.
2025-08-20T18:56:07.0179512Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T18:56:07.0402849Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T18:56:07.1206445Z Selecting previously unselected package virt-what.
2025-08-20T18:56:07.1350627Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T18:56:07.1467321Z Unpacking virt-what (1.25-2) ...
2025-08-20T18:56:07.2310785Z Setting up virt-what (1.25-2) ...
2025-08-20T18:56:07.2538828Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T18:56:07.2778254Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T18:56:07.5903973Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T18:56:07.5904396Z 
2025-08-20T18:56:07.5904859Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T18:56:07.5905294Z 
2025-08-20T18:56:07.8280990Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T18:56:08.1283465Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T18:56:08.1284403Z 
2025-08-20T18:56:08.1396565Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:09.7313948Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:56:10.9033916Z Reading package lists...
2025-08-20T18:56:11.1055571Z Building dependency tree...
2025-08-20T18:56:11.1062353Z Reading state information...
2025-08-20T18:56:11.3550834Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T18:56:11.3551651Z The following additional packages will be installed:
2025-08-20T18:56:11.3553300Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T18:56:11.3553645Z   xorg-sgml-doctools
2025-08-20T18:56:11.3562415Z Suggested packages:
2025-08-20T18:56:11.3562602Z   libxcb-doc
2025-08-20T18:56:11.3737497Z The following NEW packages will be installed:
2025-08-20T18:56:11.3739072Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T18:56:11.3742782Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T18:56:11.3743168Z   xcb xorg-sgml-doctools
2025-08-20T18:56:11.6732373Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:56:11.6732723Z Need to get 816 kB of archives.
2025-08-20T18:56:11.6733111Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T18:56:11.6733653Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T18:56:11.8137963Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T18:56:11.9634316Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T18:56:12.7883759Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T18:56:12.9300442Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T18:56:13.0730527Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T18:56:13.2275123Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T18:56:13.3694981Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T18:56:13.5101320Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T18:56:13.6509706Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T18:56:13.7926990Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T18:56:14.0552410Z Fetched 816 kB in 2s (339 kB/s)
2025-08-20T18:56:14.0839926Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T18:56:14.0875564Z (Reading database ... 
2025-08-20T18:56:14.0875834Z (Reading database ... 5%
2025-08-20T18:56:14.0876060Z (Reading database ... 10%
2025-08-20T18:56:14.0876263Z (Reading database ... 15%
2025-08-20T18:56:14.0876459Z (Reading database ... 20%
2025-08-20T18:56:14.0876648Z (Reading database ... 25%
2025-08-20T18:56:14.0876842Z (Reading database ... 30%
2025-08-20T18:56:14.0877036Z (Reading database ... 35%
2025-08-20T18:56:14.0877233Z (Reading database ... 40%
2025-08-20T18:56:14.0877424Z (Reading database ... 45%
2025-08-20T18:56:14.0877617Z (Reading database ... 50%
2025-08-20T18:56:14.0898027Z (Reading database ... 55%
2025-08-20T18:56:14.0993435Z (Reading database ... 60%
2025-08-20T18:56:14.1032810Z (Reading database ... 65%
2025-08-20T18:56:14.1050960Z (Reading database ... 70%
2025-08-20T18:56:14.1088430Z (Reading database ... 75%
2025-08-20T18:56:14.1248618Z (Reading database ... 80%
2025-08-20T18:56:14.1281889Z (Reading database ... 85%
2025-08-20T18:56:14.1351600Z (Reading database ... 90%
2025-08-20T18:56:14.1419768Z (Reading database ... 95%
2025-08-20T18:56:14.1420411Z (Reading database ... 100%
2025-08-20T18:56:14.1420733Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T18:56:14.1450999Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T18:56:14.1535492Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T18:56:14.2076285Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T18:56:14.2244299Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T18:56:14.2313420Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T18:56:14.3047873Z Selecting previously unselected package x11proto-dev.
2025-08-20T18:56:14.3207803Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T18:56:14.3274087Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T18:56:14.4120213Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T18:56:14.4263022Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T18:56:14.4350228Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T18:56:14.5122821Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T18:56:14.5265351Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T18:56:14.5336138Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T18:56:14.5830148Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T18:56:14.5975996Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:56:14.6056574Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:14.6703666Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T18:56:14.6877347Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:56:14.6940393Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:14.7645010Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T18:56:14.7820075Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:56:14.8024687Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:14.8562990Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T18:56:14.8711856Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:56:14.8788444Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:14.9357963Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T18:56:14.9508296Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:56:14.9596360Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:15.0234524Z Selecting previously unselected package xcb.
2025-08-20T18:56:15.0378491Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T18:56:15.0436405Z Unpacking xcb (2.4-8build2) ...
2025-08-20T18:56:15.1438301Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:15.1618963Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T18:56:15.1809366Z Setting up xcb (2.4-8build2) ...
2025-08-20T18:56:15.2064602Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T18:56:15.2317420Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:56:15.2629048Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:16.8117678Z Processing triggers for sgml-base (1.31) ...
2025-08-20T18:56:16.8351944Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T18:56:16.8657867Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T18:56:16.8840591Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T18:56:16.9057221Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:16.9251198Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:16.9453567Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:16.9676577Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:18.3283450Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:18.9549062Z Collecting build
2025-08-20T18:56:18.9976383Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T18:56:19.1100477Z Collecting cffi
2025-08-20T18:56:19.1163889Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T18:56:19.1511662Z Collecting scons
2025-08-20T18:56:19.1610509Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:56:19.2014040Z Collecting scuba
2025-08-20T18:56:19.2087686Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T18:56:19.2795555Z Collecting pytest
2025-08-20T18:56:19.2908338Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T18:56:19.3336220Z Collecting packaging>=19.1 (from build)
2025-08-20T18:56:19.3400094Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:19.3831629Z Collecting pyproject_hooks (from build)
2025-08-20T18:56:19.3894684Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T18:56:19.4511044Z Collecting pycparser (from cffi)
2025-08-20T18:56:19.4572775Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T18:56:19.5078407Z Collecting PyYAML (from scuba)
2025-08-20T18:56:19.5145176Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T18:56:19.5450863Z Collecting iniconfig>=1 (from pytest)
2025-08-20T18:56:19.5512237Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T18:56:19.5824831Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T18:56:19.5890450Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T18:56:19.6249452Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T18:56:19.6311359Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:19.6598396Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T18:56:19.6805473Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T18:56:19.7176692Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:56:19.7609982Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 95.1 MB/s  0:00:00
2025-08-20T18:56:19.7682414Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T18:56:19.7863315Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T18:56:19.8073017Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T18:56:19.8256707Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T18:56:19.8413124Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:19.8638215Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:19.8854490Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 49.2 MB/s  0:00:00
2025-08-20T18:56:19.8917238Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T18:56:19.9085496Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T18:56:19.9262268Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T18:56:19.9430768Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 33.0 MB/s  0:00:00
2025-08-20T18:56:20.0415598Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T18:56:21.6611993Z 
2025-08-20T18:56:21.6626970Z 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-20T18:56:21.9580979Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:22.5861200Z Collecting ansi2txt
2025-08-20T18:56:22.6321041Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T18:56:22.6733791Z Collecting pipx
2025-08-20T18:56:22.6802209Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:56:22.7167265Z Collecting scons
2025-08-20T18:56:22.7177848Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:56:22.7364260Z Collecting py2static
2025-08-20T18:56:22.7445212Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T18:56:22.7764625Z Collecting typer
2025-08-20T18:56:22.7836109Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T18:56:22.8236147Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T18:56:22.8303405Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:22.8594721Z Collecting packaging>=20 (from pipx)
2025-08-20T18:56:22.8604165Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:22.8830980Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T18:56:22.8896878Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T18:56:22.9244426Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T18:56:22.9313551Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:56:22.9828150Z Collecting pyinstaller (from py2static)
2025-08-20T18:56:22.9909191Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T18:56:23.0254131Z Collecting staticx (from py2static)
2025-08-20T18:56:23.0329046Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T18:56:23.0711522Z   Preparing metadata (setup.py): started
2025-08-20T18:56:23.6053749Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T18:56:23.6331823Z Collecting click>=8.0.0 (from typer)
2025-08-20T18:56:23.6400233Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:23.6919750Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T18:56:23.6990072Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:56:23.7294237Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T18:56:23.7362615Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T18:56:23.7862315Z Collecting rich>=10.11.0 (from typer)
2025-08-20T18:56:23.7928938Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:56:23.8270665Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T18:56:23.8340209Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:23.8683556Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T18:56:23.8693286Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:23.8886262Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T18:56:23.8952706Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T18:56:24.0031237Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T18:56:24.0101959Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:56:24.0492874Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T18:56:24.0559711Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:24.0940021Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T18:56:24.1006338Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:24.1347541Z Collecting pyelftools (from staticx->py2static)
2025-08-20T18:56:24.1414158Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T18:56:24.1608884Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T18:56:24.1779514Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T18:56:24.1896181Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:56:24.1992654Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T18:56:24.2160239Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T18:56:24.2324110Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T18:56:24.2481959Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T18:56:24.2622444Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:24.2692524Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T18:56:24.2883470Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T18:56:24.3063873Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:24.3158152Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T18:56:24.3360920Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T18:56:24.3553929Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T18:56:24.3741410Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T18:56:24.3911472Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T18:56:24.4129583Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T18:56:24.4427550Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 17.1 MB/s  0:00:00
2025-08-20T18:56:24.4535487Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:56:24.4752866Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:24.4991685Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 42.9 MB/s  0:00:00
2025-08-20T18:56:24.5059374Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:56:24.5229214Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T18:56:24.5683385Z Building wheels for collected packages: staticx
2025-08-20T18:56:24.5690825Z   Building wheel for staticx (setup.py): started
2025-08-20T18:56:36.0719696Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T18:56:36.0729235Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790700 sha256=0fcc81d0e9fcf3f8982cf51370190bbd7d69b2c960a4097d877dcf8aa6988f5a
2025-08-20T18:56:36.0730144Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T18:56:36.0746347Z Successfully built staticx
2025-08-20T18:56:36.1715532Z 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-20T18:56:36.9784600Z   Attempting uninstall: scons
2025-08-20T18:56:36.9856862Z     Found existing installation: SCons 4.9.1
2025-08-20T18:56:37.0145563Z     Uninstalling SCons-4.9.1:
2025-08-20T18:56:37.0206440Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:56:37.5113820Z   Attempting uninstall: pygments
2025-08-20T18:56:37.5190941Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:56:37.5343510Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:56:37.5366843Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:56:38.1511994Z   Attempting uninstall: packaging
2025-08-20T18:56:38.1582575Z     Found existing installation: packaging 25.0
2025-08-20T18:56:38.1602038Z     Uninstalling packaging-25.0:
2025-08-20T18:56:38.1607827Z       Successfully uninstalled packaging-25.0
2025-08-20T18:56:39.1061843Z 
2025-08-20T18:56:39.1087092Z 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-20T18:56:39.4098284Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:39.7833921Z Collecting build
2025-08-20T18:56:39.7844675Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T18:56:39.8579881Z Collecting cffi
2025-08-20T18:56:39.8590639Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T18:56:39.8774422Z Collecting scons
2025-08-20T18:56:39.8783986Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:56:39.8939881Z Collecting scuba
2025-08-20T18:56:39.8949559Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T18:56:39.9364558Z Collecting pytest
2025-08-20T18:56:39.9374732Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T18:56:39.9570325Z Collecting packaging>=19.1 (from build)
2025-08-20T18:56:39.9580013Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:39.9813076Z Collecting pyproject_hooks (from build)
2025-08-20T18:56:39.9822812Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T18:56:39.9986802Z Collecting pycparser (from cffi)
2025-08-20T18:56:39.9997321Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T18:56:40.0318291Z Collecting PyYAML (from scuba)
2025-08-20T18:56:40.0332494Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T18:56:40.0470954Z Collecting iniconfig>=1 (from pytest)
2025-08-20T18:56:40.0480582Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T18:56:40.0679736Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T18:56:40.0689455Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T18:56:40.0950668Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T18:56:40.0960504Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:40.1009859Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T18:56:40.1019638Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T18:56:40.1031581Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:56:40.1067029Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T18:56:40.1077476Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T18:56:40.1088925Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T18:56:40.1098169Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T18:56:40.1107088Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:40.1116421Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:40.1131562Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T18:56:40.1141383Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T18:56:40.1150470Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T18:56:40.2207555Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T18:56:40.2210885Z   Attempting uninstall: scons
2025-08-20T18:56:40.2281810Z     Found existing installation: SCons 4.9.1
2025-08-20T18:56:40.2566421Z     Uninstalling SCons-4.9.1:
2025-08-20T18:56:40.2627739Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:56:40.7657473Z   Attempting uninstall: PyYAML
2025-08-20T18:56:40.7734346Z     Found existing installation: PyYAML 6.0.2
2025-08-20T18:56:40.7754015Z     Uninstalling PyYAML-6.0.2:
2025-08-20T18:56:40.7761219Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T18:56:40.8384210Z   Attempting uninstall: pyproject_hooks
2025-08-20T18:56:40.8452542Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T18:56:40.8466842Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T18:56:40.8472105Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T18:56:40.8624231Z   Attempting uninstall: pygments
2025-08-20T18:56:40.8692366Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:56:40.8843146Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:56:40.8865632Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:56:41.4565833Z   Attempting uninstall: pycparser
2025-08-20T18:56:41.4639247Z     Found existing installation: pycparser 2.22
2025-08-20T18:56:41.4658821Z     Uninstalling pycparser-2.22:
2025-08-20T18:56:41.4663734Z       Successfully uninstalled pycparser-2.22
2025-08-20T18:56:41.5880335Z   Attempting uninstall: pluggy
2025-08-20T18:56:41.5949909Z     Found existing installation: pluggy 1.6.0
2025-08-20T18:56:41.5965759Z     Uninstalling pluggy-1.6.0:
2025-08-20T18:56:41.5971039Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T18:56:41.6180236Z   Attempting uninstall: packaging
2025-08-20T18:56:41.6251622Z     Found existing installation: packaging 25.0
2025-08-20T18:56:41.6270560Z     Uninstalling packaging-25.0:
2025-08-20T18:56:41.6276454Z       Successfully uninstalled packaging-25.0
2025-08-20T18:56:41.6714365Z   Attempting uninstall: iniconfig
2025-08-20T18:56:41.6784897Z     Found existing installation: iniconfig 2.1.0
2025-08-20T18:56:41.6798713Z     Uninstalling iniconfig-2.1.0:
2025-08-20T18:56:41.6803456Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T18:56:41.6968849Z   Attempting uninstall: scuba
2025-08-20T18:56:41.7034867Z     Found existing installation: scuba 2.14.1
2025-08-20T18:56:41.7052355Z     Uninstalling scuba-2.14.1:
2025-08-20T18:56:41.7059594Z       Successfully uninstalled scuba-2.14.1
2025-08-20T18:56:41.7317457Z   Attempting uninstall: pytest
2025-08-20T18:56:41.7392979Z     Found existing installation: pytest 8.4.1
2025-08-20T18:56:41.7439325Z     Uninstalling pytest-8.4.1:
2025-08-20T18:56:41.7639998Z       Successfully uninstalled pytest-8.4.1
2025-08-20T18:56:41.9661336Z   Attempting uninstall: cffi
2025-08-20T18:56:41.9729080Z     Found existing installation: cffi 1.17.1
2025-08-20T18:56:41.9749003Z     Uninstalling cffi-1.17.1:
2025-08-20T18:56:41.9935626Z       Successfully uninstalled cffi-1.17.1
2025-08-20T18:56:42.0840818Z   Attempting uninstall: build
2025-08-20T18:56:42.0911103Z     Found existing installation: build 1.3.0
2025-08-20T18:56:42.0930751Z     Uninstalling build-1.3.0:
2025-08-20T18:56:42.0938379Z       Successfully uninstalled build-1.3.0
2025-08-20T18:56:42.1194051Z 
2025-08-20T18:56:42.1218321Z 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-20T18:56:42.4112289Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:42.5670135Z Collecting ansi2txt
2025-08-20T18:56:42.5680779Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T18:56:42.5894629Z Collecting pipx
2025-08-20T18:56:42.5904434Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:56:42.6088904Z Collecting scons
2025-08-20T18:56:42.6098668Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:56:42.6246365Z Collecting py2static
2025-08-20T18:56:42.6255470Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T18:56:42.6443689Z Collecting typer
2025-08-20T18:56:42.6452824Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T18:56:42.6697243Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T18:56:42.6706907Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:42.6893479Z Collecting packaging>=20 (from pipx)
2025-08-20T18:56:42.6903187Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:42.7098980Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T18:56:42.7108430Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T18:56:42.7302936Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T18:56:42.7312507Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:56:42.7680683Z Collecting pyinstaller (from py2static)
2025-08-20T18:56:42.7690621Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T18:56:42.7863874Z Collecting staticx (from py2static)
2025-08-20T18:56:42.7874438Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T18:56:42.8008954Z   Preparing metadata (setup.py): started
2025-08-20T18:56:42.9970494Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T18:56:43.0192419Z Collecting click>=8.0.0 (from typer)
2025-08-20T18:56:43.0202571Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:43.0391713Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T18:56:43.0401454Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:56:43.0663642Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T18:56:43.0673760Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T18:56:43.1017791Z Collecting rich>=10.11.0 (from typer)
2025-08-20T18:56:43.1027917Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:56:43.1232193Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T18:56:43.1243218Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:43.1465592Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T18:56:43.1475414Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:43.1625340Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T18:56:43.1634919Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T18:56:43.2533641Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T18:56:43.2542127Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:56:43.2763710Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T18:56:43.2773378Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:43.3036834Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T18:56:43.3046498Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:43.3269290Z Collecting pyelftools (from staticx->py2static)
2025-08-20T18:56:43.3278996Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T18:56:43.3310358Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T18:56:43.3319675Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T18:56:43.3329240Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:56:43.3361160Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T18:56:43.3370411Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T18:56:43.3379793Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T18:56:43.3389341Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T18:56:43.3398954Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:43.3408545Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T18:56:43.3417789Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T18:56:43.3428347Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:43.3443977Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T18:56:43.3453561Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T18:56:43.3462793Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T18:56:43.3472348Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T18:56:43.3481665Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T18:56:43.3490922Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T18:56:43.3503664Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:56:43.3515624Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:43.3530789Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:56:43.3540167Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T18:56:43.3854403Z Building wheels for collected packages: staticx
2025-08-20T18:56:43.3861144Z   Building wheel for staticx (setup.py): started
2025-08-20T18:56:45.8391079Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T18:56:45.8402302Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790759 sha256=e3849b813f405de2d96e503e6f339551919d5d69f1f8a4a5cccbda682cb05f8b
2025-08-20T18:56:45.8403232Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T18:56:45.8421189Z Successfully built staticx
2025-08-20T18:56:45.9399880Z 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-20T18:56:45.9401816Z   Attempting uninstall: pyelftools
2025-08-20T18:56:45.9468149Z     Found existing installation: pyelftools 0.32
2025-08-20T18:56:45.9504980Z     Uninstalling pyelftools-0.32:
2025-08-20T18:56:45.9516830Z       Successfully uninstalled pyelftools-0.32
2025-08-20T18:56:46.0720690Z   Attempting uninstall: altgraph
2025-08-20T18:56:46.0791480Z     Found existing installation: altgraph 0.17.4
2025-08-20T18:56:46.0807271Z     Uninstalling altgraph-0.17.4:
2025-08-20T18:56:46.0812263Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T18:56:46.1056860Z   Attempting uninstall: typing-extensions
2025-08-20T18:56:46.1128704Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T18:56:46.1140924Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T18:56:46.1327151Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T18:56:46.1615837Z   Attempting uninstall: staticx
2025-08-20T18:56:46.1685736Z     Found existing installation: staticx 0.14.1
2025-08-20T18:56:46.1706493Z     Uninstalling staticx-0.14.1:
2025-08-20T18:56:46.1714521Z       Successfully uninstalled staticx-0.14.1
2025-08-20T18:56:46.2009772Z   Attempting uninstall: shellingham
2025-08-20T18:56:46.2080676Z     Found existing installation: shellingham 1.5.4
2025-08-20T18:56:46.2095775Z     Uninstalling shellingham-1.5.4:
2025-08-20T18:56:46.2101763Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T18:56:46.2245706Z   Attempting uninstall: setuptools
2025-08-20T18:56:46.2312858Z     Found existing installation: setuptools 80.9.0
2025-08-20T18:56:46.2511165Z     Uninstalling setuptools-80.9.0:
2025-08-20T18:56:46.2729424Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T18:56:46.8746407Z   Attempting uninstall: scons
2025-08-20T18:56:46.8821420Z     Found existing installation: SCons 4.9.1
2025-08-20T18:56:46.9115153Z     Uninstalling SCons-4.9.1:
2025-08-20T18:56:46.9173102Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:56:47.4255068Z   Attempting uninstall: pygments
2025-08-20T18:56:47.4326212Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:56:47.4482633Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:56:47.4505253Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:56:48.0402095Z   Attempting uninstall: platformdirs
2025-08-20T18:56:48.0476317Z     Found existing installation: platformdirs 4.3.8
2025-08-20T18:56:48.0493366Z     Uninstalling platformdirs-4.3.8:
2025-08-20T18:56:48.0509239Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T18:56:48.0734302Z   Attempting uninstall: packaging
2025-08-20T18:56:48.0807339Z     Found existing installation: packaging 25.0
2025-08-20T18:56:48.0826611Z     Uninstalling packaging-25.0:
2025-08-20T18:56:48.0832253Z       Successfully uninstalled packaging-25.0
2025-08-20T18:56:48.1305548Z   Attempting uninstall: mdurl
2025-08-20T18:56:48.1372053Z     Found existing installation: mdurl 0.1.2
2025-08-20T18:56:48.1386388Z     Uninstalling mdurl-0.1.2:
2025-08-20T18:56:48.1393987Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T18:56:48.1537067Z   Attempting uninstall: click
2025-08-20T18:56:48.1606981Z     Found existing installation: click 8.2.1
2025-08-20T18:56:48.1625845Z     Uninstalling click-8.2.1:
2025-08-20T18:56:48.1630982Z       Successfully uninstalled click-8.2.1
2025-08-20T18:56:48.2256428Z   Attempting uninstall: argcomplete
2025-08-20T18:56:48.2328816Z     Found existing installation: argcomplete 3.6.2
2025-08-20T18:56:48.2352226Z     Uninstalling argcomplete-3.6.2:
2025-08-20T18:56:48.2361678Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T18:56:48.2712989Z   Attempting uninstall: ansi2txt
2025-08-20T18:56:48.2782479Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T18:56:48.2795213Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T18:56:48.2984952Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T18:56:48.3181736Z   Attempting uninstall: userpath
2025-08-20T18:56:48.3251371Z     Found existing installation: userpath 1.9.2
2025-08-20T18:56:48.3267284Z     Uninstalling userpath-1.9.2:
2025-08-20T18:56:48.3273442Z       Successfully uninstalled userpath-1.9.2
2025-08-20T18:56:48.3429580Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T18:56:48.3502369Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T18:56:48.3797141Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T18:56:48.3835175Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T18:56:48.5878168Z   Attempting uninstall: markdown-it-py
2025-08-20T18:56:48.5949645Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T18:56:48.5993862Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T18:56:48.6015333Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T18:56:48.6718114Z   Attempting uninstall: rich
2025-08-20T18:56:48.6791402Z     Found existing installation: rich 14.1.0
2025-08-20T18:56:48.6837501Z     Uninstalling rich-14.1.0:
2025-08-20T18:56:48.6845529Z       Successfully uninstalled rich-14.1.0
2025-08-20T18:56:48.8418879Z   Attempting uninstall: pyinstaller
2025-08-20T18:56:48.8491464Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T18:56:48.8739461Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T18:56:48.8776915Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T18:56:49.1491766Z   Attempting uninstall: pipx
2025-08-20T18:56:49.1574899Z     Found existing installation: pipx 1.7.1
2025-08-20T18:56:49.1607466Z     Uninstalling pipx-1.7.1:
2025-08-20T18:56:49.1615296Z       Successfully uninstalled pipx-1.7.1
2025-08-20T18:56:49.2153368Z   Attempting uninstall: typer
2025-08-20T18:56:49.2224867Z     Found existing installation: typer 0.16.1
2025-08-20T18:56:49.2247334Z     Uninstalling typer-0.16.1:
2025-08-20T18:56:49.2254295Z       Successfully uninstalled typer-0.16.1
2025-08-20T18:56:49.2630084Z   Attempting uninstall: py2static
2025-08-20T18:56:49.2695774Z     Found existing installation: py2static 0.0.1
2025-08-20T18:56:49.2711579Z     Uninstalling py2static-0.0.1:
2025-08-20T18:56:49.2719638Z       Successfully uninstalled py2static-0.0.1
2025-08-20T18:56:49.2864810Z 
2025-08-20T18:56:49.2888161Z 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-20T18:56:49.5886630Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:49.6904563Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T18:56:49.6909268Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-cb5j_75c
2025-08-20T18:56:49.6927651Z 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}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-cb5j_75c
2025-08-20T18:56:51.4068530Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T18:56:51.4103862Z   Installing build dependencies: started
2025-08-20T18:56:52.1853807Z   Installing build dependencies: finished with status 'done'
2025-08-20T18:56:52.1864149Z   Getting requirements to build wheel: started
2025-08-20T18:56:52.4512113Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T18:56:52.4522870Z   Preparing metadata (pyproject.toml): started
2025-08-20T18:56:52.6289548Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T18:56:52.7741202Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T18:56:52.7752936Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:56:52.7963306Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T18:56:52.7972502Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:52.8174703Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T18:56:52.8183671Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:52.8401663Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T18:56:52.8410952Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:52.8449245Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:52.8458675Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:56:52.8470979Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:52.8486011Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:56:52.8593495Z Building wheels for collected packages: pyinstaller
2025-08-20T18:56:52.8600615Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T18:56:55.6528484Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T18:56:55.6549940Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=2b696601f634b72ea72a69f7413efffe4b71806d590a95593c25b0c212212d31
2025-08-20T18:56:55.6550918Z   Stored in directory: /tmp/pip-ephem-wheel-cache-qc2_9a_d/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T18:56:55.6589361Z Successfully built pyinstaller
2025-08-20T18:56:55.7391427Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T18:56:55.7396172Z   Attempting uninstall: altgraph
2025-08-20T18:56:55.7464808Z     Found existing installation: altgraph 0.17.4
2025-08-20T18:56:55.7482925Z     Uninstalling altgraph-0.17.4:
2025-08-20T18:56:55.7489442Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T18:56:55.7721437Z   Attempting uninstall: setuptools
2025-08-20T18:56:55.7789913Z     Found existing installation: setuptools 80.9.0
2025-08-20T18:56:55.7989913Z     Uninstalling setuptools-80.9.0:
2025-08-20T18:56:55.8211873Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T18:56:56.4187459Z   Attempting uninstall: packaging
2025-08-20T18:56:56.4262801Z     Found existing installation: packaging 25.0
2025-08-20T18:56:56.4282576Z     Uninstalling packaging-25.0:
2025-08-20T18:56:56.4288273Z       Successfully uninstalled packaging-25.0
2025-08-20T18:56:56.5149951Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T18:56:56.5222487Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T18:56:56.5517718Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T18:56:56.5556419Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T18:56:56.7599869Z   Attempting uninstall: pyinstaller
2025-08-20T18:56:56.7675314Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T18:56:56.7930274Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T18:56:56.7966885Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T18:56:57.0826543Z 
2025-08-20T18:56:57.0851088Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T18:56:57.3142396Z 6.15.0
2025-08-20T18:56:57.3791328Z [+] Installing Go for linux-arm64...
2025-08-20T18:56:57.8130477Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T18:56:57.8131160Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T18:56:57.8131440Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T18:56:57.8140971Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T18:56:57.8141634Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T18:56:57.8142049Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T18:56:57.8220189Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T18:56:57.8220741Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T18:56:57.8221297Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T18:56:57.8221997Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T18:56:57.8222491Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T18:56:57.8223049Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T18:56:57.8223567Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T18:56:57.8224139Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T18:56:57.8224984Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T18:56:57.8225712Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T18:56:57.8226291Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T18:56:57.8226765Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T18:56:57.8227331Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T18:56:57.8227836Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T18:56:57.8228333Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T18:56:57.8228868Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T18:56:57.8229387Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T18:56:57.8229927Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T18:56:57.8230465Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T18:56:57.8230931Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T18:56:57.8231362Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T18:56:57.8231752Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T18:56:57.8232116Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T18:56:57.8232545Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T18:56:57.8232934Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T18:56:57.8258829Z go version go1.22.2 linux/arm64
2025-08-20T18:56:57.8568345Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:56:57.8568820Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:56:57.8569465Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:56:57.8570044Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:56:57.8570506Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:56:57.8570929Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:56:57.8571407Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:56:57.8572158Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:56:57.8572555Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:56:57.8572974Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:56:57.8573370Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:56:57.8573788Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:56:57.8574284Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:56:57.8574755Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:56:57.8575278Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:56:57.8575907Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:56:57.8576437Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:56:57.8576859Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:56:57.8577278Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:56:57.8577834Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:56:57.8578329Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:56:57.8578781Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:56:57.8579286Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:56:57.8579948Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:56:57.8580383Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:56:57.8580802Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:56:57.8581283Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:56:57.8581806Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:56:57.8582263Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:56:57.8582717Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:56:57.8583216Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:56:57.8583690Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:56:57.8584215Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:56:57.8584694Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:56:57.8585188Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:56:57.8586080Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:56:57.8586545Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:56:57.8587028Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:56:57.8587511Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:56:57.8587969Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:56:57.8588457Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:56:57.8588930Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:56:57.8589417Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:56:57.8589883Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:56:57.8590392Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:56:57.8590907Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:56:57.8591624Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:56:57.8592197Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:56:57.8592708Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:56:57.8593178Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:56:57.8593644Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:56:57.8594132Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:56:57.8594621Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:56:57.8595045Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:56:57.8595630Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:56:57.8596261Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:56:57.8596728Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:56:57.8597221Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:56:57.8597665Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:56:57.8598143Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:56:57.8598601Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:56:57.8599273Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:56:57.8599776Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:56:57.8600236Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:56:57.8600743Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:56:57.8601228Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:56:57.8601671Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:56:57.8602181Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:56:57.8602664Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:56:57.8603226Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:56:57.8603783Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:56:57.8604297Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:56:57.8604818Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:56:57.8605258Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:56:57.8605816Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:56:57.8606324Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:56:57.8606771Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:56:57.8607305Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:56:57.8607891Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:56:57.8608444Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:56:57.8609017Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:56:57.8609507Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:56:57.8609945Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:56:57.8610448Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:56:57.8611019Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:56:57.8611471Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:56:57.8611946Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:56:57.8612421Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:56:57.8612939Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:56:57.8613376Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:56:57.8613803Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:56:57.8614310Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:56:57.8614767Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:56:57.8615214Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:56:57.8615796Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:56:57.8616241Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:56:57.8616699Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:56:57.8617283Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:56:57.8617763Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:56:57.8618266Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:56:57.8618850Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:56:57.8619258Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:56:57.8619719Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:56:57.8620176Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:56:57.8620653Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:56:57.8621114Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:56:57.8621555Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:56:57.8622025Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:56:57.8622485Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:56:57.8622923Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:56:57.8623420Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:56:57.8623837Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:56:57.8624515Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:56:57.8624958Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:56:57.8625479Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:56:57.8626017Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:56:57.8626422Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:56:57.8626838Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:56:57.8627353Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:56:57.8627840Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:56:57.8628461Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:56:57.8689485Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:56:57.8689918Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:56:57.8690315Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:56:57.8690707Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:56:57.8691367Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:56:57.8691803Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:56:57.8692190Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:56:57.8692578Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:56:57.8692989Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:56:57.8693429Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:56:57.8693868Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:56:57.8694256Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:56:57.8694650Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:56:57.8695059Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:56:57.8695784Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:56:57.8696202Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:56:57.8696599Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:56:57.8696995Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:56:57.8697396Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:56:57.8697945Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:56:57.8698302Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:56:57.8698668Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:56:57.8699065Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:56:57.8699461Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:56:57.8699861Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:56:57.8700250Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:56:57.8700619Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:56:57.8700987Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:56:57.8701365Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:56:57.8701751Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:56:57.8702178Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:56:57.8702622Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:56:57.8703020Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:56:57.8703396Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:56:57.8703791Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:56:57.8704215Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:56:57.8704633Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:56:57.8704985Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:56:57.8705329Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:56:57.8705863Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:56:57.8706301Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:56:57.8706708Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:56:57.8707089Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:56:57.8707470Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:56:57.8707999Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:56:57.8708439Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:56:57.8708914Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:56:57.8709330Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:56:57.8709696Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:56:57.8710061Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:56:57.8710507Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:56:57.8711010Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:56:57.8711452Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:56:57.8711830Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:56:57.8712294Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:56:57.8712851Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:56:57.8713355Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:56:57.8713793Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:56:57.8714157Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:56:57.8714696Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:56:57.8715108Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:56:57.8715965Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:56:57.8716374Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:56:57.8716752Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:56:57.8717127Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:56:57.8717526Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:56:57.8717923Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:56:57.8718316Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:56:57.8718716Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:56:57.8719114Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:56:57.8719505Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:56:57.8719926Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:56:57.8720372Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:56:57.8720800Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:56:57.8721195Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:56:57.8721568Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:56:57.8721940Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:56:57.8722315Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:56:57.8722705Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:56:57.8723127Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:56:57.8723595Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:56:57.8724045Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:56:57.8724455Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:56:57.8725033Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:56:57.8725543Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:56:57.8725920Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:56:57.8726289Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:56:57.8726670Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:56:57.8727055Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:56:57.8727499Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:56:57.8727968Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:56:57.8728426Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:56:57.8728948Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:56:57.8729462Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:56:57.8729966Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:56:57.8730407Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:56:57.8730779Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:56:57.8731144Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:56:57.8731680Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:56:57.8732062Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:56:57.8732429Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:56:57.8732809Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:56:57.8733194Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:56:57.8733583Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:56:57.8733958Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:56:57.8734333Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:56:57.8734728Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:56:57.8735117Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:56:57.8735627Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:56:57.8736064Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:56:57.8736484Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:56:57.8736898Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:56:57.8737304Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:56:57.8737713Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:56:57.8738133Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:56:57.8738522Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:56:57.8738881Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:56:57.8739389Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:57.8739910Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:56:57.8740282Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:56:57.8740658Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:56:57.8741234Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:56:57.8741653Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:56:57.8742088Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:56:57.8742516Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:56:57.8742942Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:56:57.8743345Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:56:57.8743755Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:56:57.8744177Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:56:57.8744587Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:56:57.8744973Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:56:57.8745484Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:56:57.8745980Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:56:57.8746475Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:56:57.8746923Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:56:57.8747333Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:56:57.8747886Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:56:57.8748362Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:56:57.8748846Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:56:57.8749254Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:56:57.8749694Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:56:57.8750148Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:56:57.8750554Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:56:57.8750914Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:56:57.8751263Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:56:57.8751683Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:56:57.8752069Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:56:57.8752433Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:56:57.8752786Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:56:57.8753152Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:56:57.8753509Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:56:57.8753874Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:56:57.8754244Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:56:57.8754599Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:56:57.8754979Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:56:57.8755504Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:56:57.8755881Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:56:57.8756246Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:56:57.8756605Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:56:57.8756970Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:56:57.8757345Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:56:57.8757899Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:56:57.8758275Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:56:57.8758650Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:56:57.8759073Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:56:57.8759508Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:56:57.8759914Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:56:57.8760283Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:56:57.8760665Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:56:57.8761086Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:56:57.8761485Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:56:57.8761849Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:56:57.8762218Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:56:57.8762575Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:56:57.8762917Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:56:57.8763267Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:56:57.8763618Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:56:57.8763991Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:56:57.8764485Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:56:57.8764832Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:56:57.8765166Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:56:57.8765669Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:56:57.8766078Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:56:57.8766475Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:56:57.8766871Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:56:57.8767265Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:56:57.8767679Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:56:57.8768178Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:56:57.8768794Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:56:57.8769421Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:56:57.8769958Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:56:57.8770433Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:56:57.8770886Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:56:57.8771406Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:56:57.8772023Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:56:57.8772582Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:56:57.8773082Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:56:57.8773527Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:56:57.8773895Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:56:57.8774267Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:56:57.8774817Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:56:57.8775226Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:56:57.8775718Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:56:57.8776104Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:56:57.8776492Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:56:57.8776882Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:56:57.8777268Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:56:57.8777642Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:56:57.8778018Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:56:57.8778391Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:56:57.8778786Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:56:57.8779181Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:56:57.8779586Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:56:57.8780000Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:56:57.8780368Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:56:57.8780760Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:56:57.8781326Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:56:57.8781737Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:56:57.8782177Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:56:57.8782605Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:56:57.8782972Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:56:57.8783341Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:56:57.8783719Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:56:57.8784086Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:56:57.8784474Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:56:57.8784868Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:56:57.8785253Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:56:57.8785755Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:56:57.8786115Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:56:57.8786480Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:56:57.8787032Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:57.8787747Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:57.8788510Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:57.8789180Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:57.8789712Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:56:57.8790099Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:56:57.8790509Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:56:57.8790911Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:56:57.8791477Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:56:57.8791868Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:56:57.8792234Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:56:57.8792611Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:56:57.8792988Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:56:57.8793365Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:56:57.8793746Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:56:57.8794134Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:56:57.8794541Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:56:57.8794938Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:56:57.8795343Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:56:57.8795863Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:56:57.8796244Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:56:57.8796629Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:56:57.8797030Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:56:57.8797428Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:56:57.8798010Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:56:57.8798402Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:56:57.8798823Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:56:57.8799249Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:56:57.8799652Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:56:57.8800093Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:56:57.8800550Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:56:57.8800956Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:56:57.8801327Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:56:57.8801714Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:56:57.8802109Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:56:57.8802517Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:56:57.8802925Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:56:57.8803306Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:56:57.8803701Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:56:57.8804176Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:56:57.8804646Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:56:57.8805042Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:56:57.8805581Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:56:57.8806046Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:56:57.8806493Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:56:57.8806968Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:56:57.8807456Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:56:57.8808074Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:56:57.8808533Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:56:57.8808925Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:56:57.8809317Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:56:57.8809734Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:56:57.8810123Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:56:57.8810499Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:56:57.8810907Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:56:57.8811310Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:56:57.8811714Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:56:57.8812139Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:56:57.8812534Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:56:57.8812912Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:56:57.8813283Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:56:57.8813638Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:56:57.8814028Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:56:57.8814662Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:56:57.8815056Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:56:57.8815630Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:56:57.8816087Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:56:57.8816487Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:56:57.8816924Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:56:57.8817347Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:56:57.8817747Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:56:57.8818152Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:56:57.8818515Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:56:57.8818877Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:56:57.8819268Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:56:57.8819665Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:56:57.8820047Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:56:57.8820411Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:56:57.8820763Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:56:57.8821114Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:56:57.8821599Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T18:56:57.8822109Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:56:57.8822497Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:56:57.8822879Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:56:57.8823276Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:56:57.8823690Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:56:57.8824296Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:56:57.8824720Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:56:57.8825136Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:56:57.8825666Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:56:57.8826044Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:56:57.8826408Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:56:57.8826774Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:56:57.8827150Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:56:57.8827573Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:56:57.8828000Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:56:57.8828404Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:56:57.8828827Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:56:57.8829268Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:56:57.8829668Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:56:57.8830036Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:56:57.8830386Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:56:57.8830895Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:56:57.8831267Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:56:57.8831643Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:56:57.8832019Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:56:57.8832421Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:56:57.8832836Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:56:57.8833296Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:56:57.8833733Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:56:57.8834110Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:56:57.8834491Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:56:57.8834887Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:56:57.8835277Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:56:57.8835872Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:56:57.8836257Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:56:57.8836704Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:56:57.8837194Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:56:57.8837616Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:56:57.8837995Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:56:57.8838372Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:56:57.8838776Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:56:57.8839175Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:56:57.8839552Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:56:57.8839952Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:56:57.8840332Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:56:57.8840858Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:56:57.8841234Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:56:57.8841633Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:56:57.8842055Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:56:57.8842433Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:56:57.8842818Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:56:57.8843261Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:56:57.8843703Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:56:57.8844123Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:56:57.8844517Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:56:57.8845032Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:57.8845675Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:56:57.8846066Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:56:57.8846478Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:56:57.8846906Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:56:57.8847589Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:56:57.8848170Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:56:57.8848779Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:56:57.8849429Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:56:57.8850075Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:56:57.8850705Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:56:57.8851331Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:56:57.8851964Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:56:57.8852451Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:56:57.8852893Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:56:57.8853327Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:56:57.8853758Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:56:57.8854239Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:56:57.8854675Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:56:57.8855055Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:56:57.8855577Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:56:57.8855965Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:56:57.8856351Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:56:57.8856752Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:56:57.8857162Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:56:57.8857525Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:56:57.8857910Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:56:57.8858559Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:56:57.8859055Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:56:57.8859541Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:56:57.8860027Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:56:57.8860475Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:56:57.8860891Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:56:57.8861301Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:56:57.8861709Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:56:57.8862141Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:56:57.8862568Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:56:57.8862957Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:56:57.8863337Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:56:57.8863712Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:56:57.8864087Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:56:57.8864524Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:56:57.8865110Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:56:57.8865642Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:56:57.8866054Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:56:57.8866481Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:56:57.8866930Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:56:57.8867369Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:56:57.8867801Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:56:57.8868195Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:56:57.8868564Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:56:57.8868955Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:56:57.8869324Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:56:57.8869693Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:56:57.8870090Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:56:57.8870492Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:56:57.8870916Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:56:57.8871385Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:56:57.8871840Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:56:57.8872230Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:56:57.8872583Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:56:57.8872961Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:56:57.8873356Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:56:57.8873748Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:56:57.8874140Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:56:57.8874765Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:56:57.8875230Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:56:57.8875752Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:56:57.8876136Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:56:57.8876533Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:56:57.8877073Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:56:57.8877657Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:56:57.8878109Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:56:57.8878551Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:56:57.8878980Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:56:57.8879380Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:56:57.8879800Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:56:57.8880185Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:56:57.8880587Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:56:57.8880985Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:56:57.8881515Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:56:57.8881902Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:56:57.8882303Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:56:57.8882675Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:56:57.8883083Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:56:57.8883542Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:56:57.8883965Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:56:57.8884339Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:56:57.8884710Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:56:57.8885097Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:56:57.8885585Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:56:57.8885957Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:56:57.8886384Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:56:57.8886825Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:56:57.8887230Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:56:57.8887626Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:56:57.8888017Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:56:57.8888395Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:56:57.8888765Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:56:57.8889148Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:56:57.8889555Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:56:57.8889999Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:56:57.8890450Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:56:57.8891047Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:56:57.8891462Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:56:57.8891868Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:56:57.8892294Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:56:57.8892683Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:56:57.8893040Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:56:57.8893388Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:56:57.8893750Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:56:57.8894123Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:56:57.8894477Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:56:57.8894848Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:56:57.8895246Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:56:57.8895741Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:56:57.8896099Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:56:57.8896447Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:56:57.8896825Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:56:57.8897221Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:56:57.8897755Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:56:57.8898119Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:56:57.8898479Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:56:57.8898860Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:56:57.8899242Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:56:57.8899595Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:56:57.8899965Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:56:57.8900357Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:56:57.8900732Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:56:57.8901108Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:56:57.8901489Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:56:57.8901868Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:56:57.8902269Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:56:57.8902690Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:56:57.8903093Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:56:57.8903449Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:56:57.8903794Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:56:57.8904135Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:56:57.8904553Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:56:57.8905054Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:56:57.8905693Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:56:57.8906173Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:56:57.8906675Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:56:57.8907112Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:56:57.8907680Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:56:57.8908085Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:56:57.8908476Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:56:57.8908862Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:56:57.8909247Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:56:57.8909632Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:56:57.8910007Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:56:57.8910416Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:56:57.8910861Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:56:57.8911298Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:56:57.8911673Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:56:57.8912070Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:56:57.8912493Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:56:57.8912879Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:56:57.8913228Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:56:57.8913743Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:56:57.8914194Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:56:57.8914656Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:56:57.8915066Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:56:57.8915676Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:56:57.8916113Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:56:57.8916547Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:56:58.0888477Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:58.2569617Z Collecting meson
2025-08-20T18:56:58.3075538Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T18:56:58.3556558Z Collecting ninja
2025-08-20T18:56:58.3625734Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T18:56:58.3850386Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T18:56:58.4764435Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 11.7 MB/s  0:00:00
2025-08-20T18:56:58.4834875Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T18:56:58.5795883Z Installing collected packages: ninja, meson
2025-08-20T18:56:59.2754324Z 
2025-08-20T18:56:59.2778785Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T18:56:59.5516059Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:59.6442821Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T18:56:59.7130488Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T18:57:00.1030911Z 1.8.4
2025-08-20T18:57:00.1356509Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T18:57:00.1674299Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:57:00.1674723Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:57:00.1675080Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:57:00.1675570Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:57:00.1676385Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:57:00.1676762Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:57:00.1677129Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:57:00.1677491Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:57:00.1677841Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:57:00.1678168Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:57:00.1678526Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:57:00.1678929Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:57:00.1679314Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:57:00.1679724Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:57:00.1680121Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:57:00.1680528Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:57:00.1680932Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:57:00.1681295Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:57:00.1681671Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:57:00.1682130Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:57:00.1682582Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:57:00.1683195Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:57:00.1683616Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:57:00.1684018Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:57:00.1684371Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:57:00.1684765Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:57:00.1685197Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:57:00.1685876Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:57:00.1686288Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:57:00.1686703Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:57:00.1687125Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:57:00.1687557Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:57:00.1687988Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:57:00.1688409Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:57:00.1688857Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:57:00.1689284Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:57:00.1689686Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:57:00.1690098Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:57:00.1690492Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:57:00.1690902Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:57:00.1691334Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:57:00.1691758Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:57:00.1692168Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:57:00.1692565Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:57:00.1693239Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:57:00.1693742Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:57:00.1694214Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:57:00.1694708Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:57:00.1695157Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:57:00.1696577Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:57:00.1697007Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:57:00.1697415Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:57:00.1697834Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:57:00.1698237Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:57:00.1698611Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:57:00.1698972Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:57:00.1699342Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:57:00.1699741Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:57:00.1700148Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:57:00.1700762Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:57:00.1701176Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:57:00.1701611Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:57:00.1702038Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:57:00.1702454Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:57:00.1702879Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:57:00.1703311Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:57:00.1703717Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:57:00.1704116Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:57:00.1704556Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:57:00.1705060Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:57:00.1705723Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:57:00.1706184Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:57:00.1706598Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:57:00.1706990Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:57:00.1707385Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:57:00.1707781Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:57:00.1708181Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:57:00.1708638Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:57:00.1709144Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:57:00.1709652Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:57:00.1710145Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:57:00.1710583Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:57:00.1711170Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:57:00.1711579Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:57:00.1711987Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:57:00.1712382Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:57:00.1712769Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:57:00.1713193Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:57:00.1713620Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:57:00.1714003Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:57:00.1714375Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:57:00.1714779Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:57:00.1715188Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:57:00.1715698Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:57:00.1716062Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:57:00.1716452Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:57:00.1716838Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:57:00.1717186Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:57:00.1717752Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:57:00.1718160Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:57:00.1718547Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:57:00.1718912Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:57:00.1719279Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:57:00.1719656Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:57:00.1720046Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:57:00.1720445Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:57:00.1720840Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:57:00.1721222Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:57:00.1721608Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:57:00.1722178Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:57:00.1722582Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:57:00.1722950Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:57:00.1723396Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:57:00.1723747Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:57:00.1724101Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:57:00.1724463Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:57:00.1724816Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:57:00.1725191Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:57:00.1725787Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:57:00.1726223Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:57:00.1726661Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:57:00.1727061Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:57:00.1727455Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:57:00.1728058Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:57:00.1728483Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:57:00.1728887Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:57:00.1729294Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:57:00.1729679Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:57:00.1730074Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:57:00.1730490Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:57:00.1730928Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:57:00.1731356Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:57:00.1731744Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:57:00.1732142Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:57:00.1732552Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:57:00.1732961Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:57:00.1733364Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:57:00.1733761Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:57:00.1734329Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:57:00.1734736Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:57:00.1735116Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:57:00.1736241Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:57:00.1736619Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:57:00.1737026Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:57:00.1737422Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:57:00.1737822Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:57:00.1738211Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:57:00.1738583Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:57:00.1738964Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:57:00.1739342Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:57:00.1739727Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:57:00.1740151Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:57:00.1740597Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:57:00.1740999Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:57:00.1741373Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:57:00.1741764Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:57:00.1742183Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:57:00.1742601Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:57:00.1742959Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:57:00.1743301Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:57:00.1743722Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:57:00.1744155Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:57:00.1744571Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:57:00.1745216Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:57:00.1745772Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:57:00.1746161Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:57:00.1746585Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:57:00.1747054Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:57:00.1747472Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:57:00.1747835Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:57:00.1748196Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:57:00.1748641Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:57:00.1749147Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:57:00.1749586Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:57:00.1749961Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:57:00.1750424Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:57:00.1750961Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:57:00.1751464Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:57:00.1752123Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:57:00.1752485Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:57:00.1752865Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:57:00.1753272Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:57:00.1753692Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:57:00.1754097Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:57:00.1754476Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:57:00.1754853Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:57:00.1755250Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:57:00.1755788Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:57:00.1756193Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:57:00.1756590Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:57:00.1756982Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:57:00.1757373Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:57:00.1757798Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:57:00.1758244Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:57:00.1758671Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:57:00.1759059Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:57:00.1759435Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:57:00.1759813Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:57:00.1760189Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:57:00.1760582Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:57:00.1761000Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:57:00.1761655Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:57:00.1762122Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:57:00.1762528Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:57:00.1762920Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:57:00.1763304Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:57:00.1763680Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:57:00.1764051Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:57:00.1764438Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:57:00.1764822Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:57:00.1765267Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:57:00.1765871Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:57:00.1766333Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:57:00.1766850Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:57:00.1767360Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:57:00.1767863Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:57:00.1768491Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:57:00.1768859Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:57:00.1769221Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:57:00.1769600Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:57:00.1769978Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:57:00.1770351Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:57:00.1770735Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:57:00.1771118Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:57:00.1771500Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:57:00.1771878Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:57:00.1772252Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:57:00.1772651Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:57:00.1773042Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:57:00.1773458Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:57:00.1773895Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:57:00.1774320Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:57:00.1774728Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:57:00.1775135Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:57:00.1775686Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:57:00.1776112Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:57:00.1776509Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:57:00.1776874Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:57:00.1777385Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:00.1777905Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:57:00.1778583Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:57:00.1778986Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:57:00.1779354Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:57:00.1779754Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:57:00.1780190Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:57:00.1780612Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:57:00.1781042Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:57:00.1781446Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:57:00.1781849Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:57:00.1782274Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:57:00.1782687Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:57:00.1783078Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:57:00.1783507Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:57:00.1783998Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:57:00.1784495Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:57:00.1785095Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:57:00.1785650Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:57:00.1786060Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:57:00.1786534Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:57:00.1787024Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:57:00.1787434Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:57:00.1787869Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:57:00.1788322Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:57:00.1788731Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:57:00.1789095Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:57:00.1789450Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:57:00.1789824Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:57:00.1790205Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:57:00.1790574Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:57:00.1790928Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:57:00.1791301Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:57:00.1791665Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:57:00.1792023Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:57:00.1792395Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:57:00.1792746Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:57:00.1793121Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:57:00.1793514Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:57:00.1793877Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:57:00.1794234Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:57:00.1794598Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:57:00.1795182Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:57:00.1795718Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:57:00.1796088Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:57:00.1796446Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:57:00.1796823Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:57:00.1797263Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:57:00.1797703Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:57:00.1798108Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:57:00.1798473Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:57:00.1798854Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:57:00.1799287Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:57:00.1799690Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:57:00.1800051Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:57:00.1800416Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:57:00.1800775Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:57:00.1801120Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:57:00.1801635Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:57:00.1801994Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:57:00.1802363Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:57:00.1802724Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:57:00.1803071Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:57:00.1803407Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:57:00.1803785Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:57:00.1804189Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:57:00.1804585Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:57:00.1804981Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:57:00.1805504Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:57:00.1805937Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:57:00.1806441Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:57:00.1807056Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:57:00.1807684Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:57:00.1808226Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:57:00.1808702Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:57:00.1809157Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:57:00.1809677Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:57:00.1810302Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:57:00.1810866Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:57:00.1811358Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:57:00.1811983Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:57:00.1812412Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:57:00.1812787Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:57:00.1813158Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:57:00.1813539Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:57:00.1813924Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:57:00.1814315Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:57:00.1814702Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:57:00.1815092Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:57:00.1815594Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:57:00.1815979Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:57:00.1816362Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:57:00.1816738Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:57:00.1817127Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:57:00.1817521Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:57:00.1817933Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:57:00.1818509Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:57:00.1818879Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:57:00.1819265Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:57:00.1819678Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:57:00.1820088Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:57:00.1820529Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:57:00.1820956Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:57:00.1821322Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:57:00.1821691Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:57:00.1822075Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:57:00.1822449Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:57:00.1822839Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:57:00.1823288Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:57:00.1823674Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:57:00.1824057Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:57:00.1824426Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:57:00.1824795Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:57:00.1825343Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:00.1826227Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:00.1826922Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:00.1827591Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:00.1828118Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:57:00.1828504Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:57:00.1829099Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:57:00.1829543Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:57:00.1829917Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:57:00.1830290Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:57:00.1830656Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:57:00.1831035Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:57:00.1831418Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:57:00.1831793Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:57:00.1832167Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:57:00.1832552Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:57:00.1832958Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:57:00.1833358Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:57:00.1833755Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:57:00.1834145Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:57:00.1834526Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:57:00.1834913Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:57:00.1835563Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:57:00.1835967Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:57:00.1836365Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:57:00.1836758Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:57:00.1837185Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:57:00.1837618Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:57:00.1838017Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:57:00.1838456Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:57:00.1838915Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:57:00.1839324Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:57:00.1839693Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:57:00.1840074Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:57:00.1840472Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:57:00.1840882Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:57:00.1841295Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:57:00.1841682Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:57:00.1842074Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:57:00.1842547Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:57:00.1843019Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:57:00.1843421Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:57:00.1843830Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:57:00.1844286Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:57:00.1844737Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:57:00.1845581Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:57:00.1846107Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:57:00.1846554Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:57:00.1846992Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:57:00.1847389Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:57:00.1847782Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:57:00.1848197Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:57:00.1848576Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:57:00.1848953Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:57:00.1849366Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:57:00.1849766Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:57:00.1850170Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:57:00.1850592Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:57:00.1850988Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:57:00.1851366Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:57:00.1851875Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:57:00.1852232Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:57:00.1852624Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:57:00.1853046Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:57:00.1853441Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:57:00.1853890Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:57:00.1854343Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:57:00.1854744Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:57:00.1855182Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:57:00.1855837Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:57:00.1856254Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:57:00.1856657Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:57:00.1857017Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:57:00.1857380Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:57:00.1857774Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:57:00.1858171Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:57:00.1858550Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:57:00.1858910Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:57:00.1859260Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:57:00.1859608Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:57:00.1860097Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T18:57:00.1860606Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:57:00.1860989Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:57:00.1861369Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:57:00.1861948Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:57:00.1862369Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:57:00.1862779Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:57:00.1863185Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:57:00.1863597Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:57:00.1864011Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:57:00.1864391Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:57:00.1864753Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:57:00.1865114Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:57:00.1865628Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:57:00.1866059Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:57:00.1866490Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:57:00.1866887Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:57:00.1867309Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:57:00.1867748Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:57:00.1868148Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:57:00.1868701Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:57:00.1869053Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:57:00.1869401Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:57:00.1869768Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:57:00.1870147Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:57:00.1870523Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:57:00.1870940Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:57:00.1871355Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:57:00.1871816Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:57:00.1872251Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:57:00.1872630Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:57:00.1873013Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:57:00.1873402Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:57:00.1873790Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:57:00.1874177Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:57:00.1874556Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:57:00.1874998Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:57:00.1875710Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:57:00.1876143Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:57:00.1876518Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:57:00.1876901Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:57:00.1877300Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:57:00.1877692Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:57:00.1878065Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:57:00.1878680Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:57:00.1879078Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:57:00.1879428Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:57:00.1879785Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:57:00.1880184Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:57:00.1880609Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:57:00.1880993Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:57:00.1881373Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:57:00.1881818Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:57:00.1882257Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:57:00.1882686Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:57:00.1883079Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:57:00.1883595Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:00.1884109Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:57:00.1884500Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:57:00.1885071Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:57:00.1885643Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:57:00.1886171Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:57:00.1886757Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:57:00.1887372Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:57:00.1888021Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:57:00.1888672Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:57:00.1889301Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:57:00.1889934Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:57:00.1890515Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:57:00.1891000Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:57:00.1891447Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:57:00.1891886Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:57:00.1892313Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:57:00.1892789Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:57:00.1893222Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:57:00.1893604Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:57:00.1893976Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:57:00.1894351Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:57:00.1894734Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:57:00.1895274Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:57:00.1896076Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:57:00.1896468Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:57:00.1896862Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:57:00.1897324Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:57:00.1897818Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:57:00.1898310Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:57:00.1898811Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:57:00.1899267Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:57:00.1899683Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:57:00.1900101Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:57:00.1900529Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:57:00.1900964Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:57:00.1901394Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:57:00.1901785Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:57:00.1902169Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:57:00.1902546Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:57:00.1903128Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:57:00.1903568Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:57:00.1904012Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:57:00.1904422Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:57:00.1904838Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:57:00.1905267Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:57:00.1905871Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:57:00.1906319Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:57:00.1906756Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:57:00.1907160Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:57:00.1907536Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:57:00.1907926Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:57:00.1908300Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:57:00.1908678Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:57:00.1909084Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:57:00.1909486Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:57:00.1909915Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:57:00.1910387Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:57:00.1910843Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:57:00.1911243Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:57:00.1911601Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:57:00.1911976Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:57:00.1912373Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:57:00.1912947Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:57:00.1913365Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:57:00.1913792Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:57:00.1914247Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:57:00.1914665Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:57:00.1915053Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:57:00.1915685Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:57:00.1916239Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:00.1916823Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:57:00.1917282Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:57:00.1917730Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:57:00.1918157Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:57:00.1918555Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:57:00.1918946Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:57:00.1919337Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:57:00.1919912Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:57:00.1920315Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:57:00.1920692Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:57:00.1921086Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:57:00.1921496Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:57:00.1921872Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:57:00.1922282Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:57:00.1922753Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:57:00.1923225Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:57:00.1923606Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:57:00.1923983Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:57:00.1924371Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:57:00.1924749Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:57:00.1925119Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:57:00.1925744Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:57:00.1926198Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:57:00.1926605Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:57:00.1927005Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:57:00.1927407Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:57:00.1927794Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:57:00.1928171Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:57:00.1928563Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:57:00.1928967Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:57:00.1929624Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:57:00.1930090Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:57:00.1930513Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:57:00.1930917Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:57:00.1931324Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:57:00.1931752Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:57:00.1932151Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:57:00.1932503Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:57:00.1932853Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:57:00.1933218Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:57:00.1933592Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:57:00.1933948Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:57:00.1934319Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:57:00.1934718Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:57:00.1935102Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:57:00.1935602Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:57:00.1935961Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:57:00.1936535Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:57:00.1936937Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:57:00.1937318Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:57:00.1937696Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:57:00.1938084Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:57:00.1938478Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:57:00.1938869Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:57:00.1939226Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:57:00.1939604Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:57:00.1939992Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:57:00.1940380Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:57:00.1940760Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:57:00.1941141Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:57:00.1941528Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:57:00.1941945Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:57:00.1942396Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:57:00.1942796Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:57:00.1943158Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:57:00.1943513Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:57:00.1943863Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:57:00.1944289Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:57:00.1944803Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:57:00.1945282Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:57:00.1945935Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:57:00.1946688Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:57:00.1947143Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:57:00.1947602Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:57:00.1948007Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:57:00.1948402Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:57:00.1948801Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:57:00.1949191Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:57:00.1949578Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:57:00.1949953Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:57:00.1950349Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:57:00.1950796Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:57:00.1951229Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:57:00.1951605Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:57:00.1952004Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:57:00.1952423Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:57:00.1952953Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:57:00.1953303Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:57:00.1953688Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:57:00.1954138Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:57:00.1954602Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:57:00.1955015Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:57:00.1955630Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:57:00.1956063Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:57:00.1956495Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:57:00.5504269Z info: downloading installer
2025-08-20T18:57:00.7577354Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T18:57:00.7577728Z warn: /home/runner/.rustup/settings.toml
2025-08-20T18:57:00.7578098Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T18:57:00.7578513Z warn: instead of the one inferred from the default host triple.
2025-08-20T18:57:00.7788400Z info: profile set to 'default'
2025-08-20T18:57:00.7788739Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T18:57:00.7789093Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T18:57:00.8334488Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:57:00.9329344Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:57:00.9632175Z info: downloading component 'clippy'
2025-08-20T18:57:01.0337964Z info: downloading component 'rustfmt'
2025-08-20T18:57:01.0863681Z info: downloading component 'cargo'
2025-08-20T18:57:01.1810690Z info: downloading component 'rust-std'
2025-08-20T18:57:01.4167568Z info: downloading component 'rustc'
2025-08-20T18:57:01.9530232Z info: removing previous version of component 'clippy'
2025-08-20T18:57:01.9779563Z info: removing previous version of component 'rustfmt'
2025-08-20T18:57:01.9846398Z info: removing previous version of component 'cargo'
2025-08-20T18:57:02.0091449Z info: removing previous version of component 'rust-std'
2025-08-20T18:57:02.0220907Z info: removing previous version of component 'rustc'
2025-08-20T18:57:02.0513434Z info: installing component 'clippy'
2025-08-20T18:57:02.3169560Z info: installing component 'rustfmt'
2025-08-20T18:57:02.5172935Z info: installing component 'cargo'
2025-08-20T18:57:03.0158116Z info: installing component 'rust-std'
2025-08-20T18:57:04.3260875Z info: installing component 'rustc'
2025-08-20T18:57:07.1308169Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:57:07.1308462Z 
2025-08-20T18:57:07.1379825Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T18:57:07.1380293Z 
2025-08-20T18:57:07.1380297Z 
2025-08-20T18:57:07.1380386Z Rust is installed now. Great!
2025-08-20T18:57:07.1380527Z 
2025-08-20T18:57:07.1380704Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T18:57:07.1381093Z environment variable. This has not been done automatically.
2025-08-20T18:57:07.1381310Z 
2025-08-20T18:57:07.1381432Z To configure your current shell, you need to source
2025-08-20T18:57:07.1381717Z the corresponding env file under $HOME/.cargo.
2025-08-20T18:57:07.1381895Z 
2025-08-20T18:57:07.1382068Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T18:57:07.1382446Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T18:57:07.1382740Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T18:57:07.1383009Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T18:57:07.1559147Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:57:07.1877164Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:57:07.1877441Z 
2025-08-20T18:57:07.1951144Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:57:07.1951471Z 
2025-08-20T18:57:07.2354601Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:57:07.2733554Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T18:57:07.3285548Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:57:07.3285949Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:57:07.3286706Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:57:07.3287116Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:57:07.3287498Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:57:07.3287859Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:57:07.3288248Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:57:07.3288616Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:57:07.3288965Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:57:07.3289294Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:57:07.3289661Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:57:07.3290061Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:57:07.3290452Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:57:07.3290865Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:57:07.3291267Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:57:07.3291671Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:57:07.3292083Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:57:07.3292456Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:57:07.3292832Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:57:07.3293290Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:57:07.3293735Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:57:07.3294514Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:57:07.3294950Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:57:07.3295349Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:57:07.3295921Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:57:07.3296310Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:57:07.3296748Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:57:07.3297168Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:57:07.3297575Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:57:07.3297986Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:57:07.3298409Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:57:07.3299045Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:57:07.3299477Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:57:07.3299898Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:57:07.3300385Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:57:07.3300810Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:57:07.3301461Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:57:07.3301871Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:57:07.3302261Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:57:07.3302668Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:57:07.3303098Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:57:07.3303515Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:57:07.3303917Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:57:07.3304312Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:57:07.3304768Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:57:07.3305241Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:57:07.3305937Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:57:07.3306438Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:57:07.3306880Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:57:07.3307303Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:57:07.3307723Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:57:07.3308132Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:57:07.3308545Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:57:07.3308944Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:57:07.3309313Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:57:07.3309675Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:57:07.3310046Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:57:07.3310441Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:57:07.3310843Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:57:07.3311469Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:57:07.3311903Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:57:07.3312341Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:57:07.3312764Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:57:07.3313179Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:57:07.3313603Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:57:07.3314038Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:57:07.3314440Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:57:07.3314835Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:57:07.3315297Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:57:07.3315937Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:57:07.3316440Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:57:07.3316901Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:57:07.3317318Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:57:07.3317703Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:57:07.3318293Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:57:07.3318693Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:57:07.3319090Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:57:07.3319546Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:57:07.3320050Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:57:07.3320557Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:57:07.3321049Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:57:07.3321488Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:57:07.3321887Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:57:07.3322274Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:57:07.3322685Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:57:07.3323081Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:57:07.3323466Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:57:07.3323889Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:57:07.3324315Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:57:07.3324699Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:57:07.3325072Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:57:07.3325606Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:57:07.3326020Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:57:07.3326394Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:57:07.3326768Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:57:07.3327156Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:57:07.3327545Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:57:07.3327894Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:57:07.3328488Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:57:07.3328916Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:57:07.3329308Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:57:07.3329679Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:57:07.3330043Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:57:07.3330418Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:57:07.3330811Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:57:07.3331207Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:57:07.3331603Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:57:07.3331986Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:57:07.3332372Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:57:07.3332772Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:57:07.3333179Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:57:07.3333549Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:57:07.3333909Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:57:07.3334256Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:57:07.3334764Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:57:07.3335126Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:57:07.3335639Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:57:07.3336011Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:57:07.3336408Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:57:07.3336839Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:57:07.3337273Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:57:07.3337674Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:57:07.3338064Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:57:07.3338453Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:57:07.3338840Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:57:07.3339242Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:57:07.3339646Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:57:07.3340029Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:57:07.3340426Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:57:07.3340839Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:57:07.3341281Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:57:07.3341708Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:57:07.3342095Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:57:07.3342494Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:57:07.3342911Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:57:07.3343322Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:57:07.3343726Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:57:07.3344120Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:57:07.3344722Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:57:07.3345152Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:57:07.3345645Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:57:07.3346007Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:57:07.3346369Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:57:07.3346762Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:57:07.3347161Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:57:07.3347558Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:57:07.3347948Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:57:07.3348318Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:57:07.3348696Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:57:07.3349075Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:57:07.3349460Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:57:07.3349883Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:57:07.3350329Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:57:07.3350728Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:57:07.3351328Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:57:07.3351720Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:57:07.3352140Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:57:07.3352559Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:57:07.3352920Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:57:07.3353261Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:57:07.3353681Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:57:07.3354111Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:57:07.3354524Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:57:07.3354906Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:57:07.3355294Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:57:07.3355794Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:57:07.3356218Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:57:07.3356685Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:57:07.3357103Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:57:07.3357473Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:57:07.3357833Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:57:07.3358279Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:57:07.3358784Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:57:07.3359224Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:57:07.3359611Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:57:07.3360076Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:57:07.3360613Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:57:07.3361284Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:57:07.3361743Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:57:07.3362104Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:57:07.3362486Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:57:07.3362897Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:57:07.3363313Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:57:07.3363720Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:57:07.3364090Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:57:07.3364466Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:57:07.3364866Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:57:07.3365268Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:57:07.3365781Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:57:07.3366178Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:57:07.3366577Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:57:07.3366968Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:57:07.3367388Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:57:07.3367983Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:57:07.3368410Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:57:07.3368799Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:57:07.3369173Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:57:07.3369551Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:57:07.3369928Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:57:07.3370319Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:57:07.3370738Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:57:07.3371205Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:57:07.3371653Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:57:07.3372067Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:57:07.3372453Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:57:07.3372838Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:57:07.3373211Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:57:07.3373584Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:57:07.3373979Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:57:07.3374371Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:57:07.3374814Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:57:07.3375292Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:57:07.3375906Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:57:07.3376439Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:57:07.3376954Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:57:07.3377461Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:57:07.3378087Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:57:07.3378462Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:57:07.3378824Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:57:07.3379201Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:57:07.3379579Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:57:07.3379947Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:57:07.3380334Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:57:07.3380717Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:57:07.3381100Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:57:07.3381474Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:57:07.3381850Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:57:07.3382252Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:57:07.3382646Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:57:07.3383064Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:57:07.3383512Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:57:07.3383933Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:57:07.3384495Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:57:07.3384901Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:57:07.3385312Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:57:07.3385855Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:57:07.3386250Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:57:07.3386611Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:57:07.3387121Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:07.3387635Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:57:07.3388008Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:57:07.3388404Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:57:07.3388773Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:57:07.3389170Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:57:07.3389606Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:57:07.3390031Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:57:07.3390466Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:57:07.3390866Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:57:07.3391267Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:57:07.3391689Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:57:07.3392100Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:57:07.3392493Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:57:07.3392927Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:57:07.3393418Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:57:07.3393917Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:57:07.3394553Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:57:07.3394994Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:57:07.3395507Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:57:07.3395989Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:57:07.3396477Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:57:07.3396888Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:57:07.3397326Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:57:07.3397780Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:57:07.3398190Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:57:07.3398552Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:57:07.3398907Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:57:07.3399282Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:57:07.3399667Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:57:07.3400030Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:57:07.3400432Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:57:07.3400800Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:57:07.3401326Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:57:07.3401686Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:57:07.3402055Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:57:07.3402409Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:57:07.3402783Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:57:07.3403173Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:57:07.3403533Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:57:07.3403895Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:57:07.3404254Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:57:07.3404621Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:57:07.3404994Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:57:07.3405466Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:57:07.3405835Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:57:07.3406211Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:57:07.3406633Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:57:07.3407069Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:57:07.3407474Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:57:07.3407839Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:57:07.3408224Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:57:07.3408650Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:57:07.3409051Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:57:07.3409417Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:57:07.3409784Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:57:07.3410146Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:57:07.3410489Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:57:07.3411005Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:57:07.3411378Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:57:07.3411748Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:57:07.3412108Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:57:07.3412453Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:57:07.3412787Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:57:07.3413164Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:57:07.3413575Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:57:07.3413972Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:57:07.3414371Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:57:07.3414764Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:57:07.3415187Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:57:07.3415827Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:57:07.3416448Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:57:07.3417073Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:57:07.3417757Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:57:07.3418230Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:57:07.3418683Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:57:07.3419203Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:57:07.3419823Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:57:07.3420385Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:57:07.3420875Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:57:07.3421318Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:57:07.3421683Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:57:07.3422057Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:57:07.3422428Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:57:07.3422811Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:57:07.3423199Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:57:07.3423590Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:57:07.3423977Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:57:07.3424364Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:57:07.3424750Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:57:07.3425129Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:57:07.3425621Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:57:07.3426012Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:57:07.3426403Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:57:07.3426794Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:57:07.3427209Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:57:07.3427796Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:57:07.3428179Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:57:07.3428568Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:57:07.3428976Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:57:07.3429384Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:57:07.3429822Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:57:07.3430252Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:57:07.3430620Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:57:07.3430990Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:57:07.3431375Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:57:07.3431751Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:57:07.3432141Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:57:07.3432530Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:57:07.3432916Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:57:07.3433295Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:57:07.3433651Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:57:07.3434151Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:57:07.3434698Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:07.3435537Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:07.3436234Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:07.3436899Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:07.3437427Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:57:07.3437813Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:57:07.3438219Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:57:07.3438623Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:57:07.3439001Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:57:07.3439380Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:57:07.3439743Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:57:07.3440122Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:57:07.3440503Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:57:07.3440882Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:57:07.3441264Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:57:07.3441653Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:57:07.3442055Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:57:07.3442462Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:57:07.3442862Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:57:07.3443250Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:57:07.3443627Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:57:07.3444012Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:57:07.3444582Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:57:07.3444999Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:57:07.3445500Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:57:07.3445894Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:57:07.3446316Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:57:07.3446755Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:57:07.3447156Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:57:07.3447592Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:57:07.3448049Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:57:07.3448454Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:57:07.3448824Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:57:07.3449204Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:57:07.3449601Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:57:07.3450008Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:57:07.3450416Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:57:07.3450951Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:57:07.3451343Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:57:07.3451811Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:57:07.3452283Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:57:07.3452685Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:57:07.3453088Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:57:07.3453539Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:57:07.3453984Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:57:07.3454458Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:57:07.3454949Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:57:07.3455491Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:57:07.3455937Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:57:07.3456335Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:57:07.3456730Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:57:07.3457145Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:57:07.3457530Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:57:07.3457902Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:57:07.3458309Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:57:07.3458711Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:57:07.3459116Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:57:07.3459536Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:57:07.3459928Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:57:07.3460304Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:57:07.3460867Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:57:07.3461241Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:57:07.3461648Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:57:07.3462064Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:57:07.3462459Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:57:07.3462904Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:57:07.3463362Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:57:07.3463760Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:57:07.3464198Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:57:07.3464619Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:57:07.3465029Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:57:07.3465547Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:57:07.3465912Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:57:07.3466275Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:57:07.3466667Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:57:07.3467061Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:57:07.3467589Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:57:07.3467948Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:57:07.3468299Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:57:07.3468648Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:57:07.3469136Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T18:57:07.3469645Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:57:07.3470025Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:57:07.3470403Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:57:07.3470798Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:57:07.3471209Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:57:07.3471620Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:57:07.3472024Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:57:07.3472437Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:57:07.3472849Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:57:07.3473227Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:57:07.3473592Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:57:07.3473954Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:57:07.3474331Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:57:07.3474754Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:57:07.3475185Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:57:07.3475730Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:57:07.3476155Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:57:07.3476592Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:57:07.3476992Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:57:07.3477545Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:57:07.3477913Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:57:07.3478261Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:57:07.3478628Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:57:07.3478999Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:57:07.3479375Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:57:07.3479780Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:57:07.3480195Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:57:07.3480654Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:57:07.3481089Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:57:07.3481469Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:57:07.3481856Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:57:07.3482242Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:57:07.3482629Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:57:07.3483013Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:57:07.3483391Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:57:07.3484015Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:57:07.3484506Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:57:07.3484929Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:57:07.3485305Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:57:07.3485840Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:57:07.3486248Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:57:07.3486640Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:57:07.3487013Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:57:07.3487414Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:57:07.3487797Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:57:07.3488143Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:57:07.3488498Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:57:07.3488895Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:57:07.3489317Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:57:07.3489699Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:57:07.3490086Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:57:07.3490530Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:57:07.3490967Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:57:07.3491394Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:57:07.3491794Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:57:07.3492310Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:07.3492824Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:57:07.3493219Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:57:07.3493838Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:57:07.3494295Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:57:07.3494820Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:57:07.3495513Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:57:07.3496133Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:57:07.3496790Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:57:07.3497438Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:57:07.3498068Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:57:07.3498702Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:57:07.3499283Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:57:07.3499768Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:57:07.3500256Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:57:07.3500693Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:57:07.3501284Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:57:07.3501759Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:57:07.3502194Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:57:07.3502574Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:57:07.3502943Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:57:07.3503326Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:57:07.3503708Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:57:07.3504115Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:57:07.3504526Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:57:07.3504892Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:57:07.3505288Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:57:07.3505852Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:57:07.3506349Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:57:07.3506840Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:57:07.3507334Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:57:07.3507789Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:57:07.3508207Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:57:07.3508621Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:57:07.3509037Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:57:07.3509473Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:57:07.3509898Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:57:07.3510291Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:57:07.3510670Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:57:07.3511048Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:57:07.3511603Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:57:07.3512057Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:57:07.3512497Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:57:07.3512901Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:57:07.3513310Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:57:07.3513744Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:57:07.3514191Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:57:07.3514636Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:57:07.3515070Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:57:07.3515576Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:57:07.3515953Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:57:07.3516345Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:57:07.3516717Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:57:07.3517091Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:57:07.3517491Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:57:07.3518025Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:57:07.3518453Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:57:07.3518922Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:57:07.3519377Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:57:07.3519773Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:57:07.3520124Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:57:07.3520500Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:57:07.3520899Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:57:07.3521287Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:57:07.3521678Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:57:07.3522111Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:57:07.3522558Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:57:07.3522973Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:57:07.3523365Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:57:07.3523769Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:57:07.3524318Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T18:57:07.3524900Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:57:07.3525464Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:57:07.3525936Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:57:07.3526367Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:57:07.3526764Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:57:07.3527159Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:57:07.3527547Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:57:07.3528115Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:57:07.3528528Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:57:07.3528905Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:57:07.3529297Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:57:07.3529700Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:57:07.3530080Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:57:07.3530485Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:57:07.3530950Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:57:07.3531375Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:57:07.3531756Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:57:07.3532134Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:57:07.3532522Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:57:07.3532897Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:57:07.3533269Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:57:07.3533700Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:57:07.3534283Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:57:07.3534690Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:57:07.3535088Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:57:07.3535620Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:57:07.3536006Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:57:07.3536382Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:57:07.3536778Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:57:07.3537182Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:57:07.3537626Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:57:07.3538080Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:57:07.3538505Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:57:07.3538911Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:57:07.3539313Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:57:07.3539742Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:57:07.3540135Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:57:07.3540493Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:57:07.3540846Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:57:07.3541211Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:57:07.3541590Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:57:07.3541954Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:57:07.3542333Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:57:07.3542727Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:57:07.3543112Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:57:07.3543471Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:57:07.3543826Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:57:07.3544397Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:57:07.3544822Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:57:07.3545202Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:57:07.3545681Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:57:07.3546049Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:57:07.3546436Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:57:07.3546823Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:57:07.3547176Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:57:07.3547550Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:57:07.3547946Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:57:07.3548331Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:57:07.3548712Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:57:07.3549089Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:57:07.3549472Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:57:07.3549875Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:57:07.3550296Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:57:07.3550875Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:57:07.3551234Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:57:07.3551586Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:57:07.3551930Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:57:07.3552355Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:57:07.3552854Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:57:07.3553327Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:57:07.3553803Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:57:07.3554312Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:57:07.3554755Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:57:07.3555135Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:57:07.3555686Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:57:07.3556086Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:57:07.3556476Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:57:07.3556865Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:57:07.3557252Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:57:07.3557627Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:57:07.3558023Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:57:07.3558467Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:57:07.3559034Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:57:07.3559415Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:57:07.3559815Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:57:07.3560236Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:57:07.3560825Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:57:07.3561192Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:57:07.3561581Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:57:07.3562027Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:57:07.3562491Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:57:07.3562902Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:57:07.3563321Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:57:07.3563749Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:57:07.3564186Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:57:07.3564524Z 
2025-08-20T18:57:07.3564528Z 
2025-08-20T18:57:07.3564901Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (06:57:07 PM)
2025-08-20T18:57:07.3565265Z 
2025-08-20T18:57:07.3565269Z 
2025-08-20T18:57:07.3565272Z 
2025-08-20T18:57:07.3565339Z [+] Continue : YES
2025-08-20T18:57:07.3565612Z 
2025-08-20T18:57:07.3565858Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T18:57:07.3974209Z 
2025-08-20T18:57:07.3974992Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (06:57:07 PM) UTC
2025-08-20T18:57:07.3975764Z 
2025-08-20T18:57:07.3989694Z 
2025-08-20T18:57:07.3989829Z [+] Total RECIPES :: 1
2025-08-20T18:57:07.3989956Z 
2025-08-20T18:57:07.4061726Z 
2025-08-20T18:57:07.4062530Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml (1/1)
2025-08-20T18:57:07.4063058Z 
2025-08-20T18:57:07.5552138Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:07.5562125Z mode of '/tmp/pkgforge/kgdKXM6NZ_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T18:57:07.5611239Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/apk-static/official [Provided]
2025-08-20T18:57:07.5611655Z [+] Setting '.pkg_family' --> apk-tools [Provided]
2025-08-20T18:57:07.5624416Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T18:57:07.5629821Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T18:57:07.5717513Z [00:00:00.009]➜  
2025-08-20T18:57:07.5718543Z [00:00:00.009]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/apk-static/static.official.stable.yaml) --> /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (06:57:07 PM) UTC]
2025-08-20T18:57:07.5721195Z [00:00:00.009]➜  
2025-08-20T18:57:07.5721395Z [00:00:00.009]➜  
2025-08-20T18:57:07.5721608Z [00:00:00.009]➜  
2025-08-20T18:57:07.5721895Z [00:00:00.009]➜  ###################################################################
2025-08-20T18:57:07.5726498Z [00:00:00.010]➜  #!/SBUILD ver @v1.0.0
2025-08-20T18:57:07.5727442Z [00:00:00.010]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:07.5728545Z [00:00:00.010]➜  _disabled: false
2025-08-20T18:57:07.5728833Z [00:00:00.010]➜  
2025-08-20T18:57:07.5729053Z [00:00:00.010]➜  pkg: "apk-static"
2025-08-20T18:57:07.5729426Z [00:00:00.010]➜  pkg_id: "gitlab.alpinelinux.org.alpine.apk-tools"
2025-08-20T18:57:07.5729761Z [00:00:00.010]➜  pkg_type: "static"
2025-08-20T18:57:07.5730002Z [00:00:00.010]➜  category:
2025-08-20T18:57:07.5730728Z [00:00:00.010]➜    - "ConsoleOnly"
2025-08-20T18:57:07.5731050Z [00:00:00.010]➜    - "Utility"
2025-08-20T18:57:07.5731354Z [00:00:00.010]➜  description: "Alpine Package Keeper (apk)"
2025-08-20T18:57:07.5731653Z [00:00:00.010]➜  distro_pkg:
2025-08-20T18:57:07.5732196Z [00:00:00.010]➜    alpine:
2025-08-20T18:57:07.5732485Z [00:00:00.010]➜      - "apk-tools"
2025-08-20T18:57:07.5732768Z [00:00:00.010]➜    archlinux:
2025-08-20T18:57:07.5732994Z [00:00:00.010]➜      aur:
2025-08-20T18:57:07.5733240Z [00:00:00.010]➜        - "apk-tools-git"
2025-08-20T18:57:07.5733619Z [00:00:00.010]➜        - "apk-tools-static-bin"
2025-08-20T18:57:07.5733896Z [00:00:00.010]➜      extra:
2025-08-20T18:57:07.5734129Z [00:00:00.010]➜        - "apk-tools"
2025-08-20T18:57:07.5734387Z [00:00:00.010]➜    nixpkgs:
2025-08-20T18:57:07.5734616Z [00:00:00.010]➜      - "apk-tools"
2025-08-20T18:57:07.5734857Z [00:00:00.010]➜  homepage:
2025-08-20T18:57:07.5735234Z [00:00:00.010]➜    - "https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper"
2025-08-20T18:57:07.5735966Z [00:00:00.010]➜    - "https://gitlab.alpinelinux.org/alpine/apk-tools"
2025-08-20T18:57:07.5736364Z [00:00:00.010]➜    - "http://git.alpinelinux.org/cgit/apk-tools"
2025-08-20T18:57:07.5736676Z [00:00:00.010]➜  license:
2025-08-20T18:57:07.5736907Z [00:00:00.010]➜    - id: "GPL-2.0"
2025-08-20T18:57:07.5737470Z [00:00:00.010]➜      url: "https://gitlab.alpinelinux.org/alpine/apk-tools/-/raw/dc191820b1c4865f209bd0ee49fddb6f32cdb8b8/LICENSE"  
2025-08-20T18:57:07.5737977Z [00:00:00.010]➜  maintainer:
2025-08-20T18:57:07.5738282Z [00:00:00.010]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T18:57:07.5738618Z [00:00:00.010]➜  note:
2025-08-20T18:57:07.5738896Z [00:00:00.010]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T18:57:07.5739818Z [00:00:00.010]➜    - "Pre Built Binary Fetched from Upstream. Check/Report @ https://gitlab.alpinelinux.org/alpine/apk-tools"
2025-08-20T18:57:07.5740291Z [00:00:00.010]➜  provides:
2025-08-20T18:57:07.5740531Z [00:00:00.010]➜    - "apk-static:apk"
2025-08-20T18:57:07.5740778Z [00:00:00.010]➜  repology:
2025-08-20T18:57:07.5741010Z [00:00:00.010]➜    - "apk-static"
2025-08-20T18:57:07.5741248Z [00:00:00.010]➜  src_url:
2025-08-20T18:57:07.5741575Z [00:00:00.010]➜    - "https://gitlab.alpinelinux.org/alpine/apk-tools"
2025-08-20T18:57:07.5741891Z [00:00:00.010]➜  tag:
2025-08-20T18:57:07.5742102Z [00:00:00.010]➜    - "alpine"
2025-08-20T18:57:07.5742347Z [00:00:00.010]➜    - "package-manager"
2025-08-20T18:57:07.5742595Z [00:00:00.010]➜  x_exec:
2025-08-20T18:57:07.5742806Z [00:00:00.010]➜    host:
2025-08-20T18:57:07.5743097Z [00:00:00.010]➜      - "aarch64-Linux"
2025-08-20T18:57:07.5743363Z [00:00:00.010]➜      - "x86_64-Linux"
2025-08-20T18:57:07.5743609Z [00:00:00.010]➜    shell: "bash"
2025-08-20T18:57:07.5743857Z [00:00:00.010]➜    pkgver: |
2025-08-20T18:57:07.5744434Z [00:00:00.010]➜      curl -qfsSL "https://gitlab.alpinelinux.org/api/v4/projects/5/repository/tags" | jq -r '.[0].name' | tr -d '[:space:]'
2025-08-20T18:57:07.5744955Z [00:00:00.010]➜    run: |
2025-08-20T18:57:07.5745171Z [00:00:00.010]➜      #Download
2025-08-20T18:57:07.5745970Z [00:00:00.010]➜      case "$(uname -m)" in
2025-08-20T18:57:07.5746308Z [00:00:00.010]➜        aarch64)
2025-08-20T18:57:07.5747077Z [00:00:00.010]➜          curl -w "(Fetching) <== %{url}\n" -qfsSL "https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/${PKGVER}/aarch64/apk.static" -o "${SBUILD_TMPDIR}/apk-static"
2025-08-20T18:57:07.5747738Z [00:00:00.010]➜          ;;
2025-08-20T18:57:07.5747961Z [00:00:00.010]➜        x86_64)
2025-08-20T18:57:07.5748681Z [00:00:00.010]➜          curl -w "(Fetching) <== %{url}\n" -qfsSL "https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/${PKGVER}/x86_64/apk.static" -o "${SBUILD_TMPDIR}/apk-static"
2025-08-20T18:57:07.5749335Z [00:00:00.010]➜          ;;
2025-08-20T18:57:07.5749552Z [00:00:00.010]➜      esac
2025-08-20T18:57:07.5749770Z [00:00:00.010]➜      #Extract
2025-08-20T18:57:07.5750128Z [00:00:00.010]➜      while E_X=$(find "${SBUILD_TMPDIR}" -type f -exec file -i "{}" + | 
2025-08-20T18:57:07.5750579Z [00:00:00.010]➜       grep -Ei "archive|compressed|gzip|x-compress|x-tar" |
2025-08-20T18:57:07.5751230Z [00:00:00.010]➜       grep -iv "application/.*executable" |
2025-08-20T18:57:07.5751648Z [00:00:00.010]➜       cut -d: -f1 | head -n1); [ -n "${E_X}" ]
2025-08-20T18:57:07.5751928Z [00:00:00.010]➜       do
2025-08-20T18:57:07.5752211Z [00:00:00.010]➜         7z e "${E_X}" -o"${SBUILD_TMPDIR}/." -y && {
2025-08-20T18:57:07.5752616Z [00:00:00.010]➜          file -i "${E_X}" | grep -q "application/.*executable" && break
2025-08-20T18:57:07.5752954Z [00:00:00.010]➜          rm -f "${E_X}"
2025-08-20T18:57:07.5753201Z [00:00:00.010]➜         } || break
2025-08-20T18:57:07.5753445Z [00:00:00.010]➜       done
2025-08-20T18:57:07.5753657Z [00:00:00.010]➜      #Copy
2025-08-20T18:57:07.5754546Z [00:00:00.010]➜      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-20T18:57:07.5755993Z [00:00:00.010]➜  
2025-08-20T18:57:07.5756289Z [00:00:00.010]➜  ###################################################################
2025-08-20T18:57:07.5756568Z [00:00:00.010]➜  
2025-08-20T18:57:07.5756754Z [00:00:00.010]➜  
2025-08-20T18:57:07.5756932Z [00:00:00.010]➜  
2025-08-20T18:57:07.5757439Z [00:00:00.011]➜  '/tmp/pkgforge/kgdKXM6NZ_build.yaml' -> '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T18:57:09.4127781Z [00:00:01.850]➜  '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/apk-static.static.version' -> '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/apk-static.version'
2025-08-20T18:57:09.4180402Z [00:00:01.855]➜  [+] Version: v3.0.0_rc5 ('.x_exec.pkgver') [/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/apk-static.static.version]
2025-08-20T18:57:09.4372341Z [00:00:01.874]➜  [+] Progs: apk-static
2025-08-20T18:57:09.7871003Z [00:00:02.224]➜  
2025-08-20T18:57:09.7871367Z [00:00:02.224]➜  [-] Missing packages. Found: 
2025-08-20T18:57:09.7871678Z [00:00:02.224]➜  [+] Expected: apk-static
2025-08-20T18:57:09.7872017Z [00:00:02.224]➜  [+] Continuing with build...
2025-08-20T18:57:09.7872272Z [00:00:02.224]➜  
2025-08-20T18:57:11.2779018Z [00:00:03.715]➜  
2025-08-20T18:57:11.2779318Z [00:00:03.715]➜  
2025-08-20T18:57:11.2857474Z [00:00:03.723]➜  + case "$(uname -m)" in
2025-08-20T18:57:11.2861166Z [00:00:03.723]➜  ++ uname -m
2025-08-20T18:57:11.2873271Z [00:00:03.724]➜  + curl -w '(Fetching) <== %{url}\n' -qfsSL https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v3.0.0_rc5/aarch64/apk.static -o /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/apk-static
2025-08-20T18:57:11.7946606Z [00:00:04.232]➜  curl: (22) The requested URL returned error: 404
2025-08-20T18:57:11.7957836Z [00:00:04.233]➜  (Fetching) <== https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v3.0.0_rc5/aarch64/apk.static
2025-08-20T18:57:11.7973133Z [00:00:04.234]➜  ++ find /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -type f -exec file -i '{}' +
2025-08-20T18:57:11.7985652Z [00:00:04.236]➜  ++ grep -Ei 'archive|compressed|gzip|x-compress|x-tar'
2025-08-20T18:57:11.7986068Z [00:00:04.236]➜  ++ head -n1
2025-08-20T18:57:11.7986356Z [00:00:04.236]➜  ++ grep -iv 'application/.*executable'
2025-08-20T18:57:11.7988879Z [00:00:04.236]➜  ++ cut -d: -f1
2025-08-20T18:57:11.8003776Z [00:00:04.237]➜  + E_X=
2025-08-20T18:57:11.8004042Z [00:00:04.238]➜  + '[' -n '' ']'
2025-08-20T18:57:11.8008107Z [00:00:04.238]➜  + find /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T18:57:11.8020780Z [00:00:04.239]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T18:57:11.8021218Z [00:00:04.239]➜  + cut -d: -f1
2025-08-20T18:57:11.8021502Z [00:00:04.239]➜  + xargs realpath --no-symlinks
2025-08-20T18:57:11.8025003Z [00:00:04.240]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:11.8042453Z [00:00:04.241]➜  realpath: missing operand
2025-08-20T18:57:11.8043202Z [00:00:04.241]➜  Try 'realpath --help' for more information.
2025-08-20T18:57:11.8051401Z [00:00:04.242]➜  
2025-08-20T18:57:12.1764671Z [00:00:04.613]➜  
2025-08-20T18:57:12.1854204Z [00:00:04.622]➜  ownership of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T18:57:12.1855188Z [00:00:04.622]➜  ownership of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T18:57:12.1856304Z [00:00:04.622]➜  ownership of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T18:57:12.1857118Z [00:00:04.622]➜  ownership of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/apk-static.version' retained as runner:runner
2025-08-20T18:57:12.1857899Z [00:00:04.622]➜  ownership of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T18:57:12.1858727Z [00:00:04.622]➜  ownership of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/apk-static.static.version' retained as runner:runner
2025-08-20T18:57:12.1859512Z [00:00:04.622]➜  ownership of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T18:57:12.1929095Z [00:00:04.630]➜  mode of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T18:57:12.1992039Z [00:00:04.636]➜  mode of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/apk-static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T18:57:12.2055112Z [00:00:04.643]➜  mode of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-20T18:57:12.2119477Z [00:00:04.649]➜  mode of '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/apk-static.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T18:57:12.3168083Z [00:00:04.754]➜  realpath: missing operand
2025-08-20T18:57:12.3168520Z [00:00:04.754]➜  Try 'realpath --help' for more information.
2025-08-20T18:57:12.3231366Z [00:00:04.760]➜  
2025-08-20T18:57:12.3231873Z [00:00:04.760]➜  [+] Fetching LICENSE ==> [/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T18:57:13.0289999Z [00:00:05.466]➜  (License) <== https://gitlab.alpinelinux.org/alpine/apk-tools/-/raw/dc191820b1c4865f209bd0ee49fddb6f32cdb8b8/LICENSE
2025-08-20T18:57:13.0325998Z [00:00:05.470]➜  renamed '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T18:57:13.0357208Z [00:00:05.473]➜  
2025-08-20T18:57:13.0358048Z [00:00:05.473]➜  
2025-08-20T18:57:13.0365915Z [00:00:05.474]➜  GNU GENERAL PUBLIC LICENSE
2025-08-20T18:57:13.0366231Z [00:00:05.474]➜  
2025-08-20T18:57:13.0366455Z [00:00:05.474]➜  Version 2, June 1991
2025-08-20T18:57:13.0366695Z [00:00:05.474]➜  
2025-08-20T18:57:13.0367038Z [00:00:05.474]➜  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
2025-08-20T18:57:13.0367351Z [00:00:05.474]➜  
2025-08-20T18:57:13.0367661Z [00:00:05.474]➜  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
2025-08-20T18:57:13.0367977Z [00:00:05.474]➜  
2025-08-20T18:57:13.0368358Z [00:00:05.474]➜  Everyone is permitted to copy and distribute verbatim copies of this license
2025-08-20T18:57:13.0368791Z [00:00:05.474]➜  document, but changing it is not allowed.
2025-08-20T18:57:13.0369067Z [00:00:05.474]➜  
2025-08-20T18:57:13.0369283Z [00:00:05.474]➜  Preamble
2025-08-20T18:57:13.0369487Z [00:00:05.474]➜  
2025-08-20T18:57:13.0369856Z [00:00:05.474]➜  The licenses for most software are designed to take away your freedom to share
2025-08-20T18:57:13.0370383Z [00:00:05.474]➜  and change it. By contrast, the GNU General Public License is intended to
2025-08-20T18:57:13.0370905Z [00:00:05.474]➜  guarantee your freedom to share and change free software--to make sure the
2025-08-20T18:57:13.0371796Z [00:00:05.474]➜  software is free for all its users. This General Public License applies to
2025-08-20T18:57:13.0372419Z [00:00:05.474]➜  most of the Free Software Foundation's software and to any other program whose
2025-08-20T18:57:13.0372957Z [00:00:05.474]➜  authors commit to using it. (Some other Free Software Foundation software
2025-08-20T18:57:13.0373480Z [00:00:05.474]➜  is covered by the GNU Lesser General Public License instead.) You can apply
2025-08-20T18:57:13.0373881Z [00:00:05.474]➜  it to your programs, too.
2025-08-20T18:57:13.0374229Z [00:00:05.474]➜  
2025-08-20T18:57:13.0374579Z [00:00:05.474]➜  When we speak of free software, we are referring to freedom, not price. Our
2025-08-20T18:57:13.0375109Z [00:00:05.474]➜  General Public Licenses are designed to make sure that you have the freedom
2025-08-20T18:57:13.0375835Z [00:00:05.474]➜  to distribute copies of free software (and charge for this service if you
2025-08-20T18:57:13.0376373Z [00:00:05.474]➜  wish), that you receive source code or can get it if you want it, that you
2025-08-20T18:57:13.0376892Z [00:00:05.474]➜  can change the software or use pieces of it in new free programs; and that
2025-08-20T18:57:13.0377298Z [00:00:05.474]➜  you know you can do these things.
2025-08-20T18:57:13.0377562Z [00:00:05.474]➜  
2025-08-20T18:57:13.0377924Z [00:00:05.474]➜  To protect your rights, we need to make restrictions that forbid anyone to
2025-08-20T18:57:13.0378462Z [00:00:05.474]➜  deny you these rights or to ask you to surrender the rights. These restrictions
2025-08-20T18:57:13.0379330Z [00:00:05.474]➜  translate to certain responsibilities for you if you distribute copies of
2025-08-20T18:57:13.0379754Z [00:00:05.474]➜  the software, or if you modify it.
2025-08-20T18:57:13.0380016Z [00:00:05.474]➜  
2025-08-20T18:57:13.0380368Z [00:00:05.474]➜  For example, if you distribute copies of such a program, whether gratis or
2025-08-20T18:57:13.0380879Z [00:00:05.474]➜  for a fee, you must give the recipients all the rights that you have. You
2025-08-20T18:57:13.0381388Z [00:00:05.474]➜  must make sure that they, too, receive or can get the source code. And you
2025-08-20T18:57:13.0381838Z [00:00:05.474]➜  must show them these terms so they know their rights.
2025-08-20T18:57:13.0382138Z [00:00:05.474]➜  
2025-08-20T18:57:13.0382491Z [00:00:05.474]➜  We protect your rights with two steps: (1) copyright the software, and (2)
2025-08-20T18:57:13.0383020Z [00:00:05.474]➜  offer you this license which gives you legal permission to copy, distribute
2025-08-20T18:57:13.0383422Z [00:00:05.474]➜  and/or modify the software.
2025-08-20T18:57:13.0383681Z [00:00:05.474]➜  
2025-08-20T18:57:13.0384024Z [00:00:05.474]➜  Also, for each author's protection and ours, we want to make certain that
2025-08-20T18:57:13.0384546Z [00:00:05.474]➜  everyone understands that there is no warranty for this free software. If
2025-08-20T18:57:13.0385088Z [00:00:05.474]➜  the software is modified by someone else and passed on, we want its recipients
2025-08-20T18:57:13.0386209Z [00:00:05.474]➜  to know that what they have is not the original, so that any problems introduced
2025-08-20T18:57:13.0386721Z [00:00:05.474]➜  by others will not reflect on the original authors' reputations.
2025-08-20T18:57:13.0387052Z [00:00:05.474]➜  
2025-08-20T18:57:13.0387407Z [00:00:05.474]➜  Finally, any free program is threatened constantly by software patents. We
2025-08-20T18:57:13.0387956Z [00:00:05.474]➜  wish to avoid the danger that redistributors of a free program will individually
2025-08-20T18:57:13.0388513Z [00:00:05.474]➜  obtain patent licenses, in effect making the program proprietary. To prevent
2025-08-20T18:57:13.0389053Z [00:00:05.474]➜  this, we have made it clear that any patent must be licensed for everyone's
2025-08-20T18:57:13.0389454Z [00:00:05.474]➜  free use or not licensed at all.
2025-08-20T18:57:13.0389715Z [00:00:05.474]➜  
2025-08-20T18:57:13.0390079Z [00:00:05.474]➜  The precise terms and conditions for copying, distribution and modification
2025-08-20T18:57:13.0390739Z [00:00:05.474]➜  follow.
2025-08-20T18:57:13.0391022Z [00:00:05.474]➜  
2025-08-20T18:57:13.0391352Z [00:00:05.474]➜  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2025-08-20T18:57:13.0391685Z [00:00:05.474]➜  
2025-08-20T18:57:13.0392042Z [00:00:05.474]➜  0. This License applies to any program or other work which contains a notice
2025-08-20T18:57:13.0392578Z [00:00:05.474]➜  placed by the copyright holder saying it may be distributed under the terms
2025-08-20T18:57:13.0393126Z [00:00:05.474]➜  of this General Public License. The "Program", below, refers to any such program
2025-08-20T18:57:13.0393666Z [00:00:05.474]➜  or work, and a "work based on the Program" means either the Program or any
2025-08-20T18:57:13.0394187Z [00:00:05.474]➜  derivative work under copyright law: that is to say, a work containing the
2025-08-20T18:57:13.0394745Z [00:00:05.474]➜  Program or a portion of it, either verbatim or with modifications and/or translated
2025-08-20T18:57:13.0395319Z [00:00:05.474]➜  into another language. (Hereinafter, translation is included without limitation
2025-08-20T18:57:13.0396077Z [00:00:05.474]➜  in the term "modification".) Each licensee is addressed as "you".
2025-08-20T18:57:13.0396415Z [00:00:05.474]➜  
2025-08-20T18:57:13.0396777Z [00:00:05.474]➜  Activities other than copying, distribution and modification are not covered
2025-08-20T18:57:13.0397315Z [00:00:05.474]➜  by this License; they are outside its scope. The act of running the Program
2025-08-20T18:57:13.0397831Z [00:00:05.474]➜  is not restricted, and the output from the Program is covered only if its
2025-08-20T18:57:13.0398666Z [00:00:05.474]➜  contents constitute a work based on the Program (independent of having been
2025-08-20T18:57:13.0399219Z [00:00:05.474]➜  made by running the Program). Whether that is true depends on what the Program
2025-08-20T18:57:13.0399596Z [00:00:05.474]➜  does.
2025-08-20T18:57:13.0399791Z [00:00:05.474]➜  
2025-08-20T18:57:13.0400155Z [00:00:05.474]➜  1. You may copy and distribute verbatim copies of the Program's source code
2025-08-20T18:57:13.0400704Z [00:00:05.474]➜  as you receive it, in any medium, provided that you conspicuously and appropriately
2025-08-20T18:57:13.0401273Z [00:00:05.474]➜  publish on each copy an appropriate copyright notice and disclaimer of warranty;
2025-08-20T18:57:13.0401813Z [00:00:05.474]➜  keep intact all the notices that refer to this License and to the absence
2025-08-20T18:57:13.0402336Z [00:00:05.474]➜  of any warranty; and give any other recipients of the Program a copy of this
2025-08-20T18:57:13.0402753Z [00:00:05.474]➜  License along with the Program.
2025-08-20T18:57:13.0403019Z [00:00:05.474]➜  
2025-08-20T18:57:13.0403364Z [00:00:05.474]➜  You may charge a fee for the physical act of transferring a copy, and you
2025-08-20T18:57:13.0403855Z [00:00:05.474]➜  may at your option offer warranty protection in exchange for a fee.
2025-08-20T18:57:13.0404197Z [00:00:05.474]➜  
2025-08-20T18:57:13.0404733Z [00:00:05.474]➜  2. You may modify your copy or copies of the Program or any portion of it,
2025-08-20T18:57:13.0405352Z [00:00:05.474]➜  thus forming a work based on the Program, and copy and distribute such modifications
2025-08-20T18:57:13.0406103Z [00:00:05.474]➜  or work under the terms of Section 1 above, provided that you also meet all
2025-08-20T18:57:13.0406493Z [00:00:05.474]➜  of these conditions:
2025-08-20T18:57:13.0406728Z [00:00:05.474]➜  
2025-08-20T18:57:13.0407085Z [00:00:05.474]➜  a) You must cause the modified files to carry prominent notices stating that
2025-08-20T18:57:13.0407545Z [00:00:05.474]➜  you changed the files and the date of any change.
2025-08-20T18:57:13.0407835Z [00:00:05.474]➜  
2025-08-20T18:57:13.0408183Z [00:00:05.474]➜  b) You must cause any work that you distribute or publish, that in whole or
2025-08-20T18:57:13.0408698Z [00:00:05.474]➜  in part contains or is derived from the Program or any part thereof, to be
2025-08-20T18:57:13.0409222Z [00:00:05.474]➜  licensed as a whole at no charge to all third parties under the terms of this
2025-08-20T18:57:13.0409589Z [00:00:05.474]➜  License.
2025-08-20T18:57:13.0409825Z [00:00:05.474]➜  
2025-08-20T18:57:13.0410181Z [00:00:05.474]➜  c) If the modified program normally reads commands interactively when run,
2025-08-20T18:57:13.0410702Z [00:00:05.474]➜  you must cause it, when started running for such interactive use in the most
2025-08-20T18:57:13.0411226Z [00:00:05.474]➜  ordinary way, to print or display an announcement including an appropriate
2025-08-20T18:57:13.0411763Z [00:00:05.474]➜  copyright notice and a notice that there is no warranty (or else, saying that
2025-08-20T18:57:13.0412635Z [00:00:05.474]➜  you provide a warranty) and that users may redistribute the program under
2025-08-20T18:57:13.0413163Z [00:00:05.474]➜  these conditions, and telling the user how to view a copy of this License.
2025-08-20T18:57:13.0413695Z [00:00:05.474]➜  (Exception: if the Program itself is interactive but does not normally print
2025-08-20T18:57:13.0414248Z [00:00:05.474]➜  such an announcement, your work based on the Program is not required to print
2025-08-20T18:57:13.0414638Z [00:00:05.474]➜  an announcement.)
2025-08-20T18:57:13.0414866Z [00:00:05.474]➜  
2025-08-20T18:57:13.0415224Z [00:00:05.474]➜  These requirements apply to the modified work as a whole. If identifiable
2025-08-20T18:57:13.0415973Z [00:00:05.474]➜  sections of that work are not derived from the Program, and can be reasonably
2025-08-20T18:57:13.0416526Z [00:00:05.474]➜  considered independent and separate works in themselves, then this License,
2025-08-20T18:57:13.0417061Z [00:00:05.474]➜  and its terms, do not apply to those sections when you distribute them as
2025-08-20T18:57:13.0417577Z [00:00:05.474]➜  separate works. But when you distribute the same sections as part of a whole
2025-08-20T18:57:13.0418104Z [00:00:05.474]➜  which is a work based on the Program, the distribution of the whole must be
2025-08-20T18:57:13.0418627Z [00:00:05.474]➜  on the terms of this License, whose permissions for other licensees extend
2025-08-20T18:57:13.0419143Z [00:00:05.474]➜  to the entire whole, and thus to each and every part regardless of who wrote
2025-08-20T18:57:13.0419496Z [00:00:05.474]➜  it.
2025-08-20T18:57:13.0419692Z [00:00:05.474]➜  
2025-08-20T18:57:13.0420029Z [00:00:05.474]➜  Thus, it is not the intent of this section to claim rights or contest your
2025-08-20T18:57:13.0420542Z [00:00:05.474]➜  rights to work written entirely by you; rather, the intent is to exercise
2025-08-20T18:57:13.0421081Z [00:00:05.474]➜  the right to control the distribution of derivative or collective works based
2025-08-20T18:57:13.0421480Z [00:00:05.474]➜  on the Program.
2025-08-20T18:57:13.0421707Z [00:00:05.474]➜  
2025-08-20T18:57:13.0422060Z [00:00:05.474]➜  In addition, mere aggregation of another work not based on the Program with
2025-08-20T18:57:13.0422578Z [00:00:05.474]➜  the Program (or with a work based on the Program) on a volume of a storage
2025-08-20T18:57:13.0423383Z [00:00:05.474]➜  or distribution medium does not bring the other work under the scope of this
2025-08-20T18:57:13.0423819Z [00:00:05.474]➜  License.
2025-08-20T18:57:13.0424023Z [00:00:05.474]➜  
2025-08-20T18:57:13.0424391Z [00:00:05.474]➜  3. You may copy and distribute the Program (or a work based on it, under Section
2025-08-20T18:57:13.0424932Z [00:00:05.474]➜  2) in object code or executable form under the terms of Sections 1 and 2 above
2025-08-20T18:57:13.0425610Z [00:00:05.474]➜  provided that you also do one of the following:
2025-08-20T18:57:13.0425969Z [00:00:05.474]➜  
2025-08-20T18:57:13.0426352Z [00:00:05.474]➜  a) Accompany it with the complete corresponding machine-readable source code,
2025-08-20T18:57:13.0426907Z [00:00:05.474]➜  which must be distributed under the terms of Sections 1 and 2 above on a medium
2025-08-20T18:57:13.0427366Z [00:00:05.474]➜  customarily used for software interchange; or,
2025-08-20T18:57:13.0427660Z [00:00:05.474]➜  
2025-08-20T18:57:13.0428028Z [00:00:05.474]➜  b) Accompany it with a written offer, valid for at least three years, to give
2025-08-20T18:57:13.0428565Z [00:00:05.474]➜  any third party, for a charge no more than your cost of physically performing
2025-08-20T18:57:13.0429103Z [00:00:05.474]➜  source distribution, a complete machine-readable copy of the corresponding
2025-08-20T18:57:13.0429636Z [00:00:05.474]➜  source code, to be distributed under the terms of Sections 1 and 2 above on
2025-08-20T18:57:13.0430105Z [00:00:05.474]➜  a medium customarily used for software interchange; or,
2025-08-20T18:57:13.0430413Z [00:00:05.474]➜  
2025-08-20T18:57:13.0431078Z [00:00:05.474]➜  c) Accompany it with the information you received as to the offer to distribute
2025-08-20T18:57:13.0431639Z [00:00:05.474]➜  corresponding source code. (This alternative is allowed only for noncommercial
2025-08-20T18:57:13.0432196Z [00:00:05.474]➜  distribution and only if you received the program in object code or executable
2025-08-20T18:57:13.0432688Z [00:00:05.474]➜  form with such an offer, in accord with Subsection b above.)
2025-08-20T18:57:13.0433014Z [00:00:05.474]➜  
2025-08-20T18:57:13.0433358Z [00:00:05.474]➜  The source code for a work means the preferred form of the work for making
2025-08-20T18:57:13.0433876Z [00:00:05.474]➜  modifications to it. For an executable work, complete source code means all
2025-08-20T18:57:13.0434402Z [00:00:05.474]➜  the source code for all modules it contains, plus any associated interface
2025-08-20T18:57:13.0434948Z [00:00:05.474]➜  definition files, plus the scripts used to control compilation and installation
2025-08-20T18:57:13.0435731Z [00:00:05.474]➜  of the executable. However, as a special exception, the source code distributed
2025-08-20T18:57:13.0436336Z [00:00:05.474]➜  need not include anything that is normally distributed (in either source or
2025-08-20T18:57:13.0436869Z [00:00:05.474]➜  binary form) with the major components (compiler, kernel, and so on) of the
2025-08-20T18:57:13.0437408Z [00:00:05.474]➜  operating system on which the executable runs, unless that component itself
2025-08-20T18:57:13.0437819Z [00:00:05.474]➜  accompanies the executable.
2025-08-20T18:57:13.0438069Z [00:00:05.474]➜  
2025-08-20T18:57:13.0438422Z [00:00:05.474]➜  If distribution of executable or object code is made by offering access to
2025-08-20T18:57:13.0438947Z [00:00:05.474]➜  copy from a designated place, then offering equivalent access to copy the
2025-08-20T18:57:13.0439474Z [00:00:05.474]➜  source code from the same place counts as distribution of the source code,
2025-08-20T18:57:13.0439996Z [00:00:05.474]➜  even though third parties are not compelled to copy the source along with
2025-08-20T18:57:13.0440380Z [00:00:05.474]➜  the object code.
2025-08-20T18:57:13.0440600Z [00:00:05.474]➜  
2025-08-20T18:57:13.0440939Z [00:00:05.474]➜  4. You may not copy, modify, sublicense, or distribute the Program except
2025-08-20T18:57:13.0441482Z [00:00:05.474]➜  as expressly provided under this License. Any attempt otherwise to copy, modify,
2025-08-20T18:57:13.0442330Z [00:00:05.474]➜  sublicense or distribute the Program is void, and will automatically terminate
2025-08-20T18:57:13.0442954Z [00:00:05.474]➜  your rights under this License. However, parties who have received copies,
2025-08-20T18:57:13.0443495Z [00:00:05.474]➜  or rights, from you under this License will not have their licenses terminated
2025-08-20T18:57:13.0443952Z [00:00:05.474]➜  so long as such parties remain in full compliance.
2025-08-20T18:57:13.0444246Z [00:00:05.474]➜  
2025-08-20T18:57:13.0444588Z [00:00:05.474]➜  5. You are not required to accept this License, since you have not signed
2025-08-20T18:57:13.0445112Z [00:00:05.474]➜  it. However, nothing else grants you permission to modify or distribute the
2025-08-20T18:57:13.0445856Z [00:00:05.474]➜  Program or its derivative works. These actions are prohibited by law if you
2025-08-20T18:57:13.0446402Z [00:00:05.474]➜  do not accept this License. Therefore, by modifying or distributing the Program
2025-08-20T18:57:13.0446953Z [00:00:05.474]➜  (or any work based on the Program), you indicate your acceptance of this License
2025-08-20T18:57:13.0447486Z [00:00:05.474]➜  to do so, and all its terms and conditions for copying, distributing or modifying
2025-08-20T18:57:13.0447899Z [00:00:05.474]➜  the Program or works based on it.
2025-08-20T18:57:13.0448161Z [00:00:05.474]➜  
2025-08-20T18:57:13.0448522Z [00:00:05.474]➜  6. Each time you redistribute the Program (or any work based on the Program),
2025-08-20T18:57:13.0449059Z [00:00:05.474]➜  the recipient automatically receives a license from the original licensor
2025-08-20T18:57:13.0449913Z [00:00:05.474]➜  to copy, distribute or modify the Program subject to these terms and conditions.
2025-08-20T18:57:13.0450452Z [00:00:05.474]➜  You may not impose any further restrictions on the recipients' exercise of
2025-08-20T18:57:13.0450979Z [00:00:05.474]➜  the rights granted herein. You are not responsible for enforcing compliance
2025-08-20T18:57:13.0451396Z [00:00:05.474]➜  by third parties to this License.
2025-08-20T18:57:13.0451670Z [00:00:05.474]➜  
2025-08-20T18:57:13.0452028Z [00:00:05.474]➜  7. If, as a consequence of a court judgment or allegation of patent infringement
2025-08-20T18:57:13.0452568Z [00:00:05.474]➜  or for any other reason (not limited to patent issues), conditions are imposed
2025-08-20T18:57:13.0453088Z [00:00:05.474]➜  on you (whether by court order, agreement or otherwise) that contradict the
2025-08-20T18:57:13.0453601Z [00:00:05.474]➜  conditions of this License, they do not excuse you from the conditions of
2025-08-20T18:57:13.0454133Z [00:00:05.474]➜  this License. If you cannot distribute so as to satisfy simultaneously your
2025-08-20T18:57:13.0454669Z [00:00:05.474]➜  obligations under this License and any other pertinent obligations, then as
2025-08-20T18:57:13.0455205Z [00:00:05.474]➜  a consequence you may not distribute the Program at all. For example, if a
2025-08-20T18:57:13.0455954Z [00:00:05.474]➜  patent license would not permit royalty-free redistribution of the Program
2025-08-20T18:57:13.0456509Z [00:00:05.474]➜  by all those who receive copies directly or indirectly through you, then the
2025-08-20T18:57:13.0457051Z [00:00:05.474]➜  only way you could satisfy both it and this License would be to refrain entirely
2025-08-20T18:57:13.0457473Z [00:00:05.474]➜  from distribution of the Program.
2025-08-20T18:57:13.0457736Z [00:00:05.474]➜  
2025-08-20T18:57:13.0458078Z [00:00:05.474]➜  If any portion of this section is held invalid or unenforceable under any
2025-08-20T18:57:13.0458610Z [00:00:05.474]➜  particular circumstance, the balance of the section is intended to apply and
2025-08-20T18:57:13.0459136Z [00:00:05.474]➜  the section as a whole is intended to apply in other circumstances.
2025-08-20T18:57:13.0459471Z [00:00:05.474]➜  
2025-08-20T18:57:13.0459814Z [00:00:05.474]➜  It is not the purpose of this section to induce you to infringe any patents
2025-08-20T18:57:13.0460325Z [00:00:05.474]➜  or other property right claims or to contest validity of any such claims;
2025-08-20T18:57:13.0461112Z [00:00:05.474]➜  this section has the sole purpose of protecting the integrity of the free
2025-08-20T18:57:13.0461754Z [00:00:05.474]➜  software distribution system, which is implemented by public license practices.
2025-08-20T18:57:13.0462309Z [00:00:05.474]➜  Many people have made generous contributions to the wide range of software
2025-08-20T18:57:13.0462857Z [00:00:05.474]➜  distributed through that system in reliance on consistent application of that
2025-08-20T18:57:13.0463381Z [00:00:05.474]➜  system; it is up to the author/donor to decide if he or she is willing to
2025-08-20T18:57:13.0463895Z [00:00:05.474]➜  distribute software through any other system and a licensee cannot impose
2025-08-20T18:57:13.0464270Z [00:00:05.474]➜  that choice.
2025-08-20T18:57:13.0464485Z [00:00:05.474]➜  
2025-08-20T18:57:13.0464842Z [00:00:05.474]➜  This section is intended to make thoroughly clear what is believed to be a
2025-08-20T18:57:13.0465490Z [00:00:05.474]➜  consequence of the rest of this License.
2025-08-20T18:57:13.0465819Z [00:00:05.474]➜  
2025-08-20T18:57:13.0466171Z [00:00:05.474]➜  8. If the distribution and/or use of the Program is restricted in certain
2025-08-20T18:57:13.0466719Z [00:00:05.474]➜  countries either by patents or by copyrighted interfaces, the original copyright
2025-08-20T18:57:13.0467290Z [00:00:05.474]➜  holder who places the Program under this License may add an explicit geographical
2025-08-20T18:57:13.0467845Z [00:00:05.474]➜  distribution limitation excluding those countries, so that distribution is
2025-08-20T18:57:13.0468659Z [00:00:05.474]➜  permitted only in or among countries not thus excluded. In such case, this
2025-08-20T18:57:13.0469205Z [00:00:05.474]➜  License incorporates the limitation as if written in the body of this License.
2025-08-20T18:57:13.0469582Z [00:00:05.474]➜  
2025-08-20T18:57:13.0469934Z [00:00:05.474]➜  9. The Free Software Foundation may publish revised and/or new versions of
2025-08-20T18:57:13.0470486Z [00:00:05.474]➜  the General Public License from time to time. Such new versions will be similar
2025-08-20T18:57:13.0471018Z [00:00:05.474]➜  in spirit to the present version, but may differ in detail to address new
2025-08-20T18:57:13.0471403Z [00:00:05.474]➜  problems or concerns.
2025-08-20T18:57:13.0471642Z [00:00:05.474]➜  
2025-08-20T18:57:13.0472013Z [00:00:05.474]➜  Each version is given a distinguishing version number. If the Program specifies
2025-08-20T18:57:13.0472558Z [00:00:05.474]➜  a version number of this License which applies to it and "any later version",
2025-08-20T18:57:13.0473113Z [00:00:05.474]➜  you have the option of following the terms and conditions either of that version
2025-08-20T18:57:13.0473640Z [00:00:05.474]➜  or of any later version published by the Free Software Foundation. If the
2025-08-20T18:57:13.0474162Z [00:00:05.474]➜  Program does not specify a version number of this License, you may choose
2025-08-20T18:57:13.0474640Z [00:00:05.474]➜  any version ever published by the Free Software Foundation.
2025-08-20T18:57:13.0474962Z [00:00:05.474]➜  
2025-08-20T18:57:13.0475322Z [00:00:05.474]➜  10. If you wish to incorporate parts of the Program into other free programs
2025-08-20T18:57:13.0476104Z [00:00:05.474]➜  whose distribution conditions are different, write to the author to ask for
2025-08-20T18:57:13.0476674Z [00:00:05.474]➜  permission. For software which is copyrighted by the Free Software Foundation,
2025-08-20T18:57:13.0477228Z [00:00:05.474]➜  write to the Free Software Foundation; we sometimes make exceptions for this.
2025-08-20T18:57:13.0477764Z [00:00:05.474]➜  Our decision will be guided by the two goals of preserving the free status
2025-08-20T18:57:13.0478297Z [00:00:05.474]➜  of all derivatives of our free software and of promoting the sharing and reuse
2025-08-20T18:57:13.0478693Z [00:00:05.474]➜  of software generally.
2025-08-20T18:57:13.0478934Z [00:00:05.474]➜  
2025-08-20T18:57:13.0479138Z [00:00:05.474]➜     NO WARRANTY
2025-08-20T18:57:13.0479352Z [00:00:05.474]➜  
2025-08-20T18:57:13.0479966Z [00:00:05.474]➜  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR
2025-08-20T18:57:13.0480586Z [00:00:05.474]➜  THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE
2025-08-20T18:57:13.0481143Z [00:00:05.474]➜  STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM
2025-08-20T18:57:13.0481686Z [00:00:05.474]➜  "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
2025-08-20T18:57:13.0482203Z [00:00:05.474]➜  BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
2025-08-20T18:57:13.0482738Z [00:00:05.474]➜  FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
2025-08-20T18:57:13.0483260Z [00:00:05.474]➜  OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME
2025-08-20T18:57:13.0483723Z [00:00:05.474]➜  THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T18:57:13.0484035Z [00:00:05.474]➜  
2025-08-20T18:57:13.0484383Z [00:00:05.474]➜  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T18:57:13.0484917Z [00:00:05.474]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE
2025-08-20T18:57:13.0485641Z [00:00:05.474]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T18:57:13.0486260Z [00:00:05.474]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE
2025-08-20T18:57:13.0486794Z [00:00:05.474]➜  OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA
2025-08-20T18:57:13.0487578Z [00:00:05.474]➜  OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES
2025-08-20T18:57:13.0488121Z [00:00:05.474]➜  OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH
2025-08-20T18:57:13.0488643Z [00:00:05.474]➜  HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
2025-08-20T18:57:13.0489040Z [00:00:05.474]➜  END OF TERMS AND CONDITIONS
2025-08-20T18:57:13.0489298Z [00:00:05.474]➜  
2025-08-20T18:57:13.0489567Z [00:00:05.474]➜  How to Apply These Terms to Your New Programs
2025-08-20T18:57:13.0489848Z [00:00:05.474]➜  
2025-08-20T18:57:13.0490198Z [00:00:05.474]➜  If you develop a new program, and you want it to be of the greatest possible
2025-08-20T18:57:13.0490708Z [00:00:05.474]➜  use to the public, the best way to achieve this is to make it free software
2025-08-20T18:57:13.0491184Z [00:00:05.474]➜  which everyone can redistribute and change under these terms.
2025-08-20T18:57:13.0491524Z [00:00:05.474]➜  
2025-08-20T18:57:13.0491878Z [00:00:05.474]➜  To do so, attach the following notices to the program. It is safest to attach
2025-08-20T18:57:13.0492411Z [00:00:05.474]➜  them to the start of each source file to most effectively convey the exclusion
2025-08-20T18:57:13.0492974Z [00:00:05.474]➜  of warranty; and each file should have at least the "copyright" line and a
2025-08-20T18:57:13.0493431Z [00:00:05.474]➜  pointer to where the full notice is found.
2025-08-20T18:57:13.0493720Z [00:00:05.474]➜  
2025-08-20T18:57:13.0494041Z [00:00:05.474]➜  <one line to give the program's name and an idea of what it does.>
2025-08-20T18:57:13.0494371Z [00:00:05.474]➜  
2025-08-20T18:57:13.0494618Z [00:00:05.474]➜  Copyright (C)< yyyy> <name of author>
2025-08-20T18:57:13.0494886Z [00:00:05.474]➜  
2025-08-20T18:57:13.0495250Z [00:00:05.474]➜  This program is free software; you can redistribute it and/or modify it under
2025-08-20T18:57:13.0496036Z [00:00:05.474]➜  the terms of the GNU General Public License as published by the Free Software
2025-08-20T18:57:13.0496580Z [00:00:05.474]➜  Foundation; either version 2 of the License, or (at your option) any later
2025-08-20T18:57:13.0496946Z [00:00:05.474]➜  version.
2025-08-20T18:57:13.0497216Z [00:00:05.474]➜  
2025-08-20T18:57:13.0497575Z [00:00:05.474]➜  This program is distributed in the hope that it will be useful, but WITHOUT
2025-08-20T18:57:13.0498442Z [00:00:05.474]➜  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
2025-08-20T18:57:13.0499086Z [00:00:05.474]➜  FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2025-08-20T18:57:13.0499464Z [00:00:05.474]➜  
2025-08-20T18:57:13.0499825Z [00:00:05.474]➜  You should have received a copy of the GNU General Public License along with
2025-08-20T18:57:13.0500356Z [00:00:05.474]➜  this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
2025-08-20T18:57:13.0500804Z [00:00:05.474]➜  Street, Fifth Floor, Boston, MA 02110-1301, USA.
2025-08-20T18:57:13.0501100Z [00:00:05.474]➜  
2025-08-20T18:57:13.0501447Z [00:00:05.474]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T18:57:13.0501800Z [00:00:05.474]➜  
2025-08-20T18:57:13.0502154Z [00:00:05.474]➜  If the program is interactive, make it output a short notice like this when
2025-08-20T18:57:13.0502569Z [00:00:05.474]➜  it starts in an interactive mode:
2025-08-20T18:57:13.0502835Z [00:00:05.474]➜  
2025-08-20T18:57:13.0503193Z [00:00:05.474]➜  Gnomovision version 69, Copyright (C) year name of author Gnomovision comes
2025-08-20T18:57:13.0503741Z [00:00:05.474]➜  with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software,
2025-08-20T18:57:13.0504280Z [00:00:05.474]➜  and you are welcome to redistribute it under certain conditions; type `show
2025-08-20T18:57:13.0504655Z [00:00:05.474]➜  c' for details.
2025-08-20T18:57:13.0504873Z [00:00:05.474]➜  
2025-08-20T18:57:13.0505241Z [00:00:05.474]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T18:57:13.0506249Z [00:00:05.474]➜  parts of the General Public License. Of course, the commands you use may be
2025-08-20T18:57:13.0506809Z [00:00:05.474]➜  called something other than `show w' and `show c'; they could even be mouse-clicks
2025-08-20T18:57:13.0507264Z [00:00:05.474]➜  or menu items--whatever suits your program.
2025-08-20T18:57:13.0507541Z [00:00:05.474]➜  
2025-08-20T18:57:13.0507914Z [00:00:05.474]➜  You should also get your employer (if you work as a programmer) or your school,
2025-08-20T18:57:13.0508450Z [00:00:05.474]➜  if any, to sign a "copyright disclaimer" for the program, if necessary. Here
2025-08-20T18:57:13.0508849Z [00:00:05.474]➜  is a sample; alter the names:
2025-08-20T18:57:13.0509108Z [00:00:05.474]➜  
2025-08-20T18:57:13.0509495Z [00:00:05.474]➜  Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision'
2025-08-20T18:57:13.0510004Z [00:00:05.474]➜  (which makes passes at compilers) written by James Hacker.
2025-08-20T18:57:13.0510335Z [00:00:05.474]➜  
2025-08-20T18:57:13.0510687Z [00:00:05.474]➜  <signature of Ty Coon >, 1 April 1989 Ty Coon, President of Vice This General
2025-08-20T18:57:13.0511215Z [00:00:05.474]➜  Public License does not permit incorporating your program into proprietary
2025-08-20T18:57:13.0511752Z [00:00:05.474]➜  programs. If your program is a subroutine library, you may consider it more
2025-08-20T18:57:13.0512300Z [00:00:05.474]➜  useful to permit linking proprietary applications with the library. If this
2025-08-20T18:57:13.0512816Z [00:00:05.474]➜  is what you want to do, use the GNU Lesser General Public License instead
2025-08-20T18:57:13.0513176Z [00:00:05.474]➜  of this License.
2025-08-20T18:57:13.0513402Z [00:00:05.474]➜  
2025-08-20T18:57:13.0513587Z [00:00:05.474]➜  
2025-08-20T18:57:13.0663886Z [00:00:05.503]➜  
2025-08-20T18:57:13.0664225Z [00:00:05.503]➜  File: LICENSE
2025-08-20T18:57:13.0664483Z [00:00:05.503]➜    Type: ASCII text
2025-08-20T18:57:13.0664967Z [00:00:05.503]➜    B3sum: 5abeaefce306ecf50034c38ddb6dd031b68a64fbf3c7e88b1efbbd827022056d
2025-08-20T18:57:13.0665845Z [00:00:05.503]➜    SHA256sum: b3c87315aae4c9f276c37168f2655dd8bd990544d7a0bbfb929664155c7ab257
2025-08-20T18:57:13.0666300Z [00:00:05.503]➜    Size: 20K
2025-08-20T18:57:13.0779685Z [00:00:05.515]➜  
2025-08-20T18:57:13.0780017Z [00:00:05.515]➜  File: SBUILD
2025-08-20T18:57:13.0780766Z [00:00:05.515]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T18:57:13.0781356Z [00:00:05.515]➜    B3sum: 305f3a9dfca795aabc29b7a985d9fa938999a46618d0cf17e44efb967fe78320
2025-08-20T18:57:13.0781933Z [00:00:05.515]➜    SHA256sum: 236e2fb9c0ac0d6217072010023141e13f8d05fc631cce88897fe5ecb1eaebe7
2025-08-20T18:57:13.0782324Z [00:00:05.515]➜    Size: 4.0K
2025-08-20T18:57:13.0879949Z [00:00:05.525]➜  
2025-08-20T18:57:13.0880302Z [00:00:05.525]➜  File: apk-static.static.version
2025-08-20T18:57:13.0880666Z [00:00:05.525]➜    Type: ASCII text, with no line terminators
2025-08-20T18:57:13.0881185Z [00:00:05.525]➜    B3sum: e1597cfe33dc58dafa33ae5b658740bf54115a58946172baa4d4897f72c0f863
2025-08-20T18:57:13.0881800Z [00:00:05.525]➜    SHA256sum: b5f35a0d8d82a5adb86b671f0e1862fab59dc312242e7e01f05d1982cbbfb086
2025-08-20T18:57:13.0882196Z [00:00:05.525]➜    Size: 4.0K
2025-08-20T18:57:13.0978074Z [00:00:05.535]➜  
2025-08-20T18:57:13.0978415Z [00:00:05.535]➜  File: apk-static.version
2025-08-20T18:57:13.0978803Z [00:00:05.535]➜    Type: ASCII text, with no line terminators
2025-08-20T18:57:13.0979289Z [00:00:05.535]➜    B3sum: e1597cfe33dc58dafa33ae5b658740bf54115a58946172baa4d4897f72c0f863
2025-08-20T18:57:13.0979864Z [00:00:05.535]➜    SHA256sum: b5f35a0d8d82a5adb86b671f0e1862fab59dc312242e7e01f05d1982cbbfb086
2025-08-20T18:57:13.0980261Z [00:00:05.535]➜    Size: 4.0K
2025-08-20T18:57:13.0980887Z [00:00:05.535]➜  
2025-08-20T18:57:13.0981438Z [00:00:05.535]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T18:57:13.1011679Z [00:00:05.538]➜  apk-static.version:e1597cfe33dc58dafa33ae5b658740bf54115a58946172baa4d4897f72c0f863
2025-08-20T18:57:13.1012468Z [00:00:05.538]➜  SBUILD:305f3a9dfca795aabc29b7a985d9fa938999a46618d0cf17e44efb967fe78320
2025-08-20T18:57:13.1013259Z [00:00:05.538]➜  apk-static.static.version:e1597cfe33dc58dafa33ae5b658740bf54115a58946172baa4d4897f72c0f863
2025-08-20T18:57:13.1015115Z [00:00:05.538]➜  LICENSE:5abeaefce306ecf50034c38ddb6dd031b68a64fbf3c7e88b1efbbd827022056d
2025-08-20T18:57:13.1029095Z [00:00:05.540]➜  
2025-08-20T18:57:13.1029695Z [00:00:05.540]➜  [+] Signing apk-static.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T18:57:13.1117131Z [00:00:05.549]➜  
2025-08-20T18:57:13.1118121Z [00:00:05.549]➜  [✓] SuccessFully Built apk-static.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/apk-static/static.official.stable.yaml [Wednesday, 2025-08-20 (06:57:13 PM) UTC]
2025-08-20T18:57:13.1118889Z [00:00:05.549]➜  
2025-08-20T18:57:13.1146871Z [00:00:05.552]➜  [+] Total Size: 68K (Includes DUPES+TMPFILES)
2025-08-20T18:57:13.1147490Z [00:00:05.552]➜  [+] LOGPATH='/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/apk-static.static.log'
2025-08-20T18:57:13.1160572Z [00:00:05.553]➜  [+] ENVPATH=/tmp/pkgforge/04aSiofmj_SBUILD/ENVPATH
2025-08-20T18:57:13.1267957Z 
2025-08-20T18:57:13.1268851Z [+] Sanitizing /tmp/pkgforge/04aSiofmj_SBUILD/BUILD.log ==> /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/apk-static.static.log
2025-08-20T18:57:16.6023403Z 
2025-08-20T18:57:16.6024467Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/apk-static/official]
2025-08-20T18:57:16.6024975Z [+] LOGS (Build Dir): /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:16.6025236Z 
2025-08-20T18:57:16.6068510Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T18:57:16.6073730Z ./BUILD_ARTIFACTS.tar : 16.94%   (  80.0 KiB =>   13.6 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T18:57:16.6088591Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T18:57:16.6123093Z 
2025-08-20T18:57:16.6124088Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml :: 00(Hr):00(Min):09(Sec)
2025-08-20T18:57:16.6124727Z 
2025-08-20T18:57:16.6136971Z 
2025-08-20T18:57:16.6137248Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (06:57:16 PM) UTC
2025-08-20T18:57:16.6137483Z 
2025-08-20T18:57:16.7140592Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T18:57:16.7188009Z ##[group]Run ##Presets
2025-08-20T18:57:16.7188364Z [36;1m##Presets[0m
2025-08-20T18:57:16.7188540Z [36;1mset +x ; set +e[0m
2025-08-20T18:57:16.7188727Z [36;1m#-------------#[0m
2025-08-20T18:57:16.7188908Z [36;1m##Debug?[0m
2025-08-20T18:57:16.7189122Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:57:16.7189390Z [36;1m  set -x[0m
2025-08-20T18:57:16.7189549Z [36;1mfi[0m
2025-08-20T18:57:16.7189728Z [36;1m#-------------#[0m
2025-08-20T18:57:16.7189909Z [36;1m##Set ENV[0m
2025-08-20T18:57:16.7190121Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T18:57:16.7190509Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T18:57:16.7190877Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T18:57:16.7191277Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-"[0m
2025-08-20T18:57:16.7191770Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T18:57:16.7192152Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:57:16.7192582Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:57:16.7192901Z [36;1m fi[0m
2025-08-20T18:57:16.7193058Z [36;1m##Push[0m
2025-08-20T18:57:16.7193259Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T18:57:16.7193799Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T18:57:16.7194149Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T18:57:16.7194596Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T18:57:16.7195013Z [36;1m     ls -sh "/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T18:57:16.7195329Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T18:57:16.7195708Z [36;1m       {[0m
2025-08-20T18:57:16.7195885Z [36;1m        for i in {1..10}; do[0m
2025-08-20T18:57:16.7196201Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T18:57:16.7196623Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T18:57:16.7197035Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T18:57:16.7197442Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T18:57:16.7197845Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T18:57:16.7198215Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T18:57:16.7198583Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T18:57:16.7198955Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T18:57:16.7199325Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T18:57:16.7199708Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T18:57:16.7200163Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T18:57:16.7200643Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T18:57:16.7201075Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T18:57:16.7201491Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T18:57:16.7201896Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T18:57:16.7202339Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-apk-tools")[0m
2025-08-20T18:57:16.7202783Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T18:57:16.7203520Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T18:57:16.7203970Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T18:57:16.7204362Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T18:57:16.7204838Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T18:57:16.7205254Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T18:57:16.7205608Z [36;1m         #Check[0m
2025-08-20T18:57:16.7206134Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T18:57:16.7206815Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T18:57:16.7207144Z [36;1m            break[0m
2025-08-20T18:57:16.7207331Z [36;1m          else[0m
2025-08-20T18:57:16.7207708Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T18:57:16.7208116Z [36;1m          fi[0m
2025-08-20T18:57:16.7208310Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T18:57:16.7208546Z [36;1m        done[0m
2025-08-20T18:57:16.7208715Z [36;1m       }[0m
2025-08-20T18:57:16.7208895Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T18:57:16.7209305Z [36;1m       ghcr_push_cmd[0m
2025-08-20T18:57:16.7209841Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T18:57:16.7210543Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T18:57:16.7210925Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T18:57:16.7211173Z [36;1m          ghcr_push_cmd[0m
2025-08-20T18:57:16.7211712Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T18:57:16.7212390Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T18:57:16.7212876Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T18:57:16.7213256Z [36;1m             return 1 || exit 1[0m
2025-08-20T18:57:16.7213473Z [36;1m           fi[0m
2025-08-20T18:57:16.7213646Z [36;1m       fi[0m
2025-08-20T18:57:16.7213812Z [36;1m   fi[0m
2025-08-20T18:57:16.7213966Z [36;1m fi[0m
2025-08-20T18:57:16.7214132Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T18:57:16.7250382Z shell: /usr/bin/bash -e {0}
2025-08-20T18:57:16.7250609Z env:
2025-08-20T18:57:16.7250772Z   CROSS_COMPILING: NO
2025-08-20T18:57:16.7250986Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:16.7251197Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:16.7251395Z   ON_QEMU: NO
2025-08-20T18:57:16.7251549Z   DEBUG: 0
2025-08-20T18:57:16.7251711Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:16.7251921Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:16.7252196Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:57:16.7252489Z   KEEP_LOGS: YES
2025-08-20T18:57:16.7252657Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:16.7252867Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:57:16.7253072Z   SBUILD_REBUILD: false
2025-08-20T18:57:16.7253586Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:16.7254124Z   BUILD_SYS: null
2025-08-20T18:57:16.7254293Z   SYSTMP: /tmp
2025-08-20T18:57:16.7254460Z   GHA_MODE: MATRIX
2025-08-20T18:57:16.7255147Z   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-20T18:57:16.7255905Z   INPUT_SBUILD: /tmp/pkgforge/kgdKXM6NZ_build.yaml
2025-08-20T18:57:16.7256210Z   BUILD_DIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml
2025-08-20T18:57:16.7256567Z   SBUILD_OUTDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:16.7257014Z   SBUILD_TMPDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:57:16.7257365Z   PKG_TYPE: static
2025-08-20T18:57:16.7257547Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:57:16.7257736Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:57:16.7258456Z   GHCR_TOKEN: ***
2025-08-20T18:57:16.7258728Z   GITHUB_TOKEN: ***
2025-08-20T18:57:16.7258932Z   GITLAB_TOKEN: ***
2025-08-20T18:57:16.7260024Z   MINISIGN_KEY: ***
2025-08-20T18:57:16.7260194Z ##[endgroup]
2025-08-20T18:57:16.7333270Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T18:57:16.7342294Z 16K	./BUILD_ARTIFACTS.zstd
2025-08-20T18:57:16.7353516Z total 96K
2025-08-20T18:57:16.7353681Z 4.0K CHECKSUM
2025-08-20T18:57:16.7353874Z 4.0K CHECKSUM.sig
2025-08-20T18:57:16.7354039Z  20K LICENSE
2025-08-20T18:57:16.7354193Z 4.0K LICENSE.sig
2025-08-20T18:57:16.7354353Z 4.0K SBUILD
2025-08-20T18:57:16.7354504Z 4.0K SBUILD.sig
2025-08-20T18:57:16.7354669Z 4.0K SBUILD_TEMP
2025-08-20T18:57:16.7354847Z  36K apk-static.static.log
2025-08-20T18:57:16.7355057Z 4.0K apk-static.static.version
2025-08-20T18:57:16.7355293Z 4.0K apk-static.static.version.sig
2025-08-20T18:57:16.7355703Z 4.0K apk-static.version
2025-08-20T18:57:16.7356291Z 4.0K apk-static.version.sig
2025-08-20T18:57:16.7387043Z Error: "ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/apk-static/official/apk-tools-srcbuild-"
2025-08-20T18:57:16.7391275Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T18:57:21.7445319Z Error: "ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/apk-static/official/apk-tools-srcbuild-"
2025-08-20T18:57:21.7448108Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T18:57:21.7452707Z 
2025-08-20T18:57:21.7453014Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-
2025-08-20T18:57:21.7453358Z 
2025-08-20T18:57:21.7486540Z Error: "ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/apk-static/official/apk-tools-srcbuild-"
2025-08-20T18:57:21.7489889Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T18:57:21.7528185Z ##[group]Run ##Presets
2025-08-20T18:57:21.7528442Z [36;1m##Presets[0m
2025-08-20T18:57:21.7528617Z [36;1mset +x ; set +e[0m
2025-08-20T18:57:21.7528807Z [36;1m#-------------#[0m
2025-08-20T18:57:21.7528988Z [36;1m##Debug?[0m
2025-08-20T18:57:21.7529201Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:57:21.7529468Z [36;1m  set -x[0m
2025-08-20T18:57:21.7529632Z [36;1mfi[0m
2025-08-20T18:57:21.7529788Z [36;1m#-------------#[0m
2025-08-20T18:57:21.7530024Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T18:57:21.7530336Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:57:21.7563079Z shell: /usr/bin/bash -e {0}
2025-08-20T18:57:21.7563293Z env:
2025-08-20T18:57:21.7563452Z   CROSS_COMPILING: NO
2025-08-20T18:57:21.7563667Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:21.7563876Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:21.7564071Z   ON_QEMU: NO
2025-08-20T18:57:21.7564268Z   DEBUG: 0
2025-08-20T18:57:21.7564432Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:21.7564639Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:21.7564913Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:57:21.7565196Z   KEEP_LOGS: YES
2025-08-20T18:57:21.7565587Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:21.7565814Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:57:21.7566020Z   SBUILD_REBUILD: false
2025-08-20T18:57:21.7566535Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:21.7567066Z   BUILD_SYS: null
2025-08-20T18:57:21.7567229Z   SYSTMP: /tmp
2025-08-20T18:57:21.7567387Z   GHA_MODE: MATRIX
2025-08-20T18:57:21.7567780Z   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-20T18:57:21.7568268Z   INPUT_SBUILD: /tmp/pkgforge/kgdKXM6NZ_build.yaml
2025-08-20T18:57:21.7568567Z   BUILD_DIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml
2025-08-20T18:57:21.7568922Z   SBUILD_OUTDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:21.7569365Z   SBUILD_TMPDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:57:21.7569715Z   PKG_TYPE: static
2025-08-20T18:57:21.7569885Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:57:21.7570071Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:57:21.7570256Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:57:21.7570598Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-
2025-08-20T18:57:21.7570962Z ##[endgroup]
2025-08-20T18:57:21.7704528Z ##[group]Run actions/upload-artifact@v4
2025-08-20T18:57:21.7704867Z with:
2025-08-20T18:57:21.7705055Z   name: Bincache_apk-tools_aarch64-Linux
2025-08-20T18:57:21.7705809Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T18:57:21.7706070Z   compression-level: 0
2025-08-20T18:57:21.7706253Z   retention-days: 30
2025-08-20T18:57:21.7706427Z   overwrite: true
2025-08-20T18:57:21.7706601Z   if-no-files-found: warn
2025-08-20T18:57:21.7706803Z   include-hidden-files: false
2025-08-20T18:57:21.7706997Z env:
2025-08-20T18:57:21.7707152Z   CROSS_COMPILING: NO
2025-08-20T18:57:21.7707338Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:21.7707542Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:21.7707739Z   ON_QEMU: NO
2025-08-20T18:57:21.7707891Z   DEBUG: 0
2025-08-20T18:57:21.7708051Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:21.7708262Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:21.7708537Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:57:21.7708896Z   KEEP_LOGS: YES
2025-08-20T18:57:21.7709076Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:21.7709276Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:57:21.7709481Z   SBUILD_REBUILD: false
2025-08-20T18:57:21.7710003Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:21.7710542Z   BUILD_SYS: null
2025-08-20T18:57:21.7710712Z   SYSTMP: /tmp
2025-08-20T18:57:21.7710877Z   GHA_MODE: MATRIX
2025-08-20T18:57:21.7711271Z   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-20T18:57:21.7711753Z   INPUT_SBUILD: /tmp/pkgforge/kgdKXM6NZ_build.yaml
2025-08-20T18:57:21.7712050Z   BUILD_DIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml
2025-08-20T18:57:21.7712404Z   SBUILD_OUTDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:21.7712857Z   SBUILD_TMPDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:57:21.7713212Z   PKG_TYPE: static
2025-08-20T18:57:21.7713393Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:57:21.7713586Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:57:21.7713776Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:57:21.7714117Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-
2025-08-20T18:57:21.7714499Z   UTC_TIME: 2025_08_20T06_57_21_PM
2025-08-20T18:57:21.7714705Z ##[endgroup]
2025-08-20T18:57:21.9636175Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T18:57:21.9637090Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T18:57:21.9637483Z With the provided path, there will be 2 files uploaded
2025-08-20T18:57:22.2635583Z Artifact name is valid!
2025-08-20T18:57:22.2636747Z Root directory input is valid!
2025-08-20T18:57:22.3624309Z Beginning upload of artifact content to blob storage
2025-08-20T18:57:22.9753815Z Uploaded bytes 329975
2025-08-20T18:57:23.0621218Z Finished uploading artifact content to blob storage!
2025-08-20T18:57:23.0622784Z SHA256 digest of uploaded artifact zip is d3dd9dbb333fb961294aa3b4b0646b6f39934641ed6604f33c4d1a809541110e
2025-08-20T18:57:23.0623258Z Finalizing artifact upload
2025-08-20T18:57:23.2075824Z Artifact Bincache_apk-tools_aarch64-Linux.zip successfully finalized. Artifact ID 3812174364
2025-08-20T18:57:23.2076529Z Artifact Bincache_apk-tools_aarch64-Linux has been successfully uploaded! Final size is 329975 bytes. Artifact ID is 3812174364
2025-08-20T18:57:23.2083136Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107518103/artifacts/3812174364
2025-08-20T18:57:23.2237621Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T18:57:23.2237954Z with:
2025-08-20T18:57:23.2238130Z   subject-name: apk-tools--
2025-08-20T18:57:23.2238802Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T18:57:23.2239488Z   show-summary: true
2025-08-20T18:57:23.2239680Z   push-to-registry: false
2025-08-20T18:57:23.2240100Z   github-token: ***
2025-08-20T18:57:23.2240556Z env:
2025-08-20T18:57:23.2240714Z   CROSS_COMPILING: NO
2025-08-20T18:57:23.2240913Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:23.2241130Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:23.2241331Z   ON_QEMU: NO
2025-08-20T18:57:23.2241492Z   DEBUG: 0
2025-08-20T18:57:23.2241657Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:23.2241868Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:23.2242196Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:57:23.2242491Z   KEEP_LOGS: YES
2025-08-20T18:57:23.2242662Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:23.2242864Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:57:23.2243071Z   SBUILD_REBUILD: false
2025-08-20T18:57:23.2243586Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:23.2244122Z   BUILD_SYS: null
2025-08-20T18:57:23.2244296Z   SYSTMP: /tmp
2025-08-20T18:57:23.2244463Z   GHA_MODE: MATRIX
2025-08-20T18:57:23.2244876Z   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-20T18:57:23.2245614Z   INPUT_SBUILD: /tmp/pkgforge/kgdKXM6NZ_build.yaml
2025-08-20T18:57:23.2245935Z   BUILD_DIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml
2025-08-20T18:57:23.2246292Z   SBUILD_OUTDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:23.2246751Z   SBUILD_TMPDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:57:23.2247109Z   PKG_TYPE: static
2025-08-20T18:57:23.2247292Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:57:23.2247488Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:57:23.2247678Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:57:23.2248026Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-
2025-08-20T18:57:23.2248410Z   UTC_TIME: 2025_08_20T06_57_21_PM
2025-08-20T18:57:23.2248618Z ##[endgroup]
2025-08-20T18:57:23.2328853Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T18:57:23.2329300Z env:
2025-08-20T18:57:23.2329462Z   CROSS_COMPILING: NO
2025-08-20T18:57:23.2329656Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:23.2329871Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:23.2330076Z   ON_QEMU: NO
2025-08-20T18:57:23.2330235Z   DEBUG: 0
2025-08-20T18:57:23.2330398Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:23.2330616Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:23.2330907Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:57:23.2331204Z   KEEP_LOGS: YES
2025-08-20T18:57:23.2331379Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:23.2331584Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:57:23.2331792Z   SBUILD_REBUILD: false
2025-08-20T18:57:23.2332319Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:23.2332859Z   BUILD_SYS: null
2025-08-20T18:57:23.2333032Z   SYSTMP: /tmp
2025-08-20T18:57:23.2333210Z   GHA_MODE: MATRIX
2025-08-20T18:57:23.2333615Z   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-20T18:57:23.2334104Z   INPUT_SBUILD: /tmp/pkgforge/kgdKXM6NZ_build.yaml
2025-08-20T18:57:23.2334407Z   BUILD_DIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml
2025-08-20T18:57:23.2335103Z   SBUILD_OUTDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:23.2335807Z   SBUILD_TMPDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:57:23.2336173Z   PKG_TYPE: static
2025-08-20T18:57:23.2336354Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:57:23.2336549Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:57:23.2336735Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:57:23.2337084Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-
2025-08-20T18:57:23.2337468Z   UTC_TIME: 2025_08_20T06_57_21_PM
2025-08-20T18:57:23.2337677Z ##[endgroup]
2025-08-20T18:57:24.0982177Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T18:57:24.0982504Z with:
2025-08-20T18:57:24.0983136Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T18:57:24.0983833Z   subject-name: apk-tools--
2025-08-20T18:57:24.0984122Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T18:57:24.0986936Z   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/17107518103/attempts/1"}}}
2025-08-20T18:57:24.0989440Z   push-to-registry: false
2025-08-20T18:57:24.0989642Z   show-summary: true
2025-08-20T18:57:24.0990133Z   github-token: ***
2025-08-20T18:57:24.0990333Z env:
2025-08-20T18:57:24.0990491Z   CROSS_COMPILING: NO
2025-08-20T18:57:24.0990688Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:24.0990908Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:24.0991117Z   ON_QEMU: NO
2025-08-20T18:57:24.0991278Z   DEBUG: 0
2025-08-20T18:57:24.0991444Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:24.0991671Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:24.0991960Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:57:24.0992253Z   KEEP_LOGS: YES
2025-08-20T18:57:24.0992443Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:24.0992646Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:57:24.0992859Z   SBUILD_REBUILD: false
2025-08-20T18:57:24.0993370Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:24.0993968Z   BUILD_SYS: null
2025-08-20T18:57:24.0994150Z   SYSTMP: /tmp
2025-08-20T18:57:24.0994321Z   GHA_MODE: MATRIX
2025-08-20T18:57:24.0994733Z   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-20T18:57:24.0995225Z   INPUT_SBUILD: /tmp/pkgforge/kgdKXM6NZ_build.yaml
2025-08-20T18:57:24.0995760Z   BUILD_DIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml
2025-08-20T18:57:24.0996129Z   SBUILD_OUTDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:24.0996590Z   SBUILD_TMPDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:57:24.0996959Z   PKG_TYPE: static
2025-08-20T18:57:24.0997141Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:57:24.0997337Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:57:24.0997528Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:57:24.0997883Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-
2025-08-20T18:57:24.0998272Z   UTC_TIME: 2025_08_20T06_57_21_PM
2025-08-20T18:57:24.0998525Z ##[endgroup]
2025-08-20T18:57:25.5402769Z Attestation created for 12 subjects
2025-08-20T18:57:25.5407733Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T18:57:25.5409444Z -----BEGIN CERTIFICATE-----
2025-08-20T18:57:25.5409784Z MIIG7TCCBnSgAwIBAgIUCR8JfaIS7z9j6Ogx/MJ/XBxFtlMwCgYIKoZIzj0EAwMw
2025-08-20T18:57:25.5410240Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T18:57:25.5410704Z cm1lZGlhdGUwHhcNMjUwODIwMTg1NzI0WhcNMjUwODIwMTkwNzI0WjAAMFkwEwYH
2025-08-20T18:57:25.5411170Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEj6D4KHeMbepYu7QyzWa0uF9Rpx4NkEB4BDRS
2025-08-20T18:57:25.5411878Z rp0KRuwV/aEF78pVEivsZylppVE4kFcIRo20DBM3iO2xbax+XKOCBZMwggWPMA4G
2025-08-20T18:57:25.5412326Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUwy6m
2025-08-20T18:57:25.5412779Z swDqcM2kw5Hse5+9034GFvkwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T18:57:25.5413214Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T18:57:25.5413656Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T18:57:25.5414119Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T18:57:25.5414560Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T18:57:25.5414989Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T18:57:25.5415611Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T18:57:25.5416078Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T18:57:25.5416544Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T18:57:25.5417011Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T18:57:25.5417455Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T18:57:25.5417900Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T18:57:25.5418361Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T18:57:25.5418815Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T18:57:25.5419267Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T18:57:25.5419732Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T18:57:25.5420207Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T18:57:25.5420666Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T18:57:25.5421124Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T18:57:25.5421581Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T18:57:25.5422044Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T18:57:25.5422502Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T18:57:25.5422972Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T18:57:25.5423438Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T18:57:25.5423903Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTE4MTAzL2F0
2025-08-20T18:57:25.5424370Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T18:57:25.5424841Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjI19Tq
2025-08-20T18:57:25.5425311Z AAAEAwBGMEQCIDhzZ4+2urFl2Nt8GPoq32jYnrBxSh4Eqyn/sp4sOgs4AiAi7njG
2025-08-20T18:57:25.5425962Z XeM1/Z88ev00LijJ12wL3dxeJtlwIlcNYo5PMTAKBggqhkjOPQQDAwNnADBkAjBf
2025-08-20T18:57:25.5426401Z WDWV895qgGOgsafwJy7vjDZ8TKFPdLNY/y10Fw6wqkME3L+qzmHyy9TIp0UorLMC
2025-08-20T18:57:25.5426833Z MH9H5rSStrpCWUdrs6DR5eCoYsGMnjI3hlLHODLXQAGWvd/eM5jU3KjdH64cV7Oe
2025-08-20T18:57:25.5427157Z ow==
2025-08-20T18:57:25.5427315Z -----END CERTIFICATE-----
2025-08-20T18:57:25.5427450Z 
2025-08-20T18:57:25.5428031Z ##[endgroup]
2025-08-20T18:57:25.5428581Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T18:57:25.5428980Z https://search.sigstore.dev?logIndex=413909128
2025-08-20T18:57:25.5429310Z [36mAttestation uploaded to repository[39m
2025-08-20T18:57:25.5429921Z https://github.com/pkgforge/bincache/attestations/9868218
2025-08-20T18:57:25.6372991Z ##[group]Run ##Presets
2025-08-20T18:57:25.6373280Z [36;1m##Presets[0m
2025-08-20T18:57:25.6373466Z [36;1mset +x ; set +e[0m
2025-08-20T18:57:25.6373660Z [36;1m#-------------#[0m
2025-08-20T18:57:25.6373848Z [36;1m##Debug?[0m
2025-08-20T18:57:25.6374071Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:57:25.6374350Z [36;1m  set -x[0m
2025-08-20T18:57:25.6374521Z [36;1mfi[0m
2025-08-20T18:57:25.6374685Z [36;1m#-------------#[0m
2025-08-20T18:57:25.6375232Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T18:57:25.6376004Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/apk-static/official"[0m
2025-08-20T18:57:25.6376401Z [36;1m exit 1[0m
2025-08-20T18:57:25.6376567Z [36;1mfi[0m
2025-08-20T18:57:25.6407910Z shell: /usr/bin/bash -e {0}
2025-08-20T18:57:25.6408165Z env:
2025-08-20T18:57:25.6408332Z   CROSS_COMPILING: NO
2025-08-20T18:57:25.6408589Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:25.6408809Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:25.6409014Z   ON_QEMU: NO
2025-08-20T18:57:25.6409172Z   DEBUG: 0
2025-08-20T18:57:25.6409337Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:25.6409553Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:25.6409840Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:57:25.6410164Z   KEEP_LOGS: YES
2025-08-20T18:57:25.6410342Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:25.6410555Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:57:25.6410769Z   SBUILD_REBUILD: false
2025-08-20T18:57:25.6411297Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:25.6411841Z   BUILD_SYS: null
2025-08-20T18:57:25.6412018Z   SYSTMP: /tmp
2025-08-20T18:57:25.6412186Z   GHA_MODE: MATRIX
2025-08-20T18:57:25.6412599Z   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-20T18:57:25.6413089Z   INPUT_SBUILD: /tmp/pkgforge/kgdKXM6NZ_build.yaml
2025-08-20T18:57:25.6413395Z   BUILD_DIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml
2025-08-20T18:57:25.6413763Z   SBUILD_OUTDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:25.6414221Z   SBUILD_TMPDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:57:25.6414583Z   PKG_TYPE: static
2025-08-20T18:57:25.6414773Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:57:25.6414970Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:57:25.6415161Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:57:25.6415709Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-
2025-08-20T18:57:25.6416106Z   UTC_TIME: 2025_08_20T06_57_21_PM
2025-08-20T18:57:25.6416317Z ##[endgroup]
2025-08-20T18:57:25.6485779Z ##[group]Run ##Presets
2025-08-20T18:57:25.6486094Z [36;1m##Presets[0m
2025-08-20T18:57:25.6486279Z [36;1mset +x ; set +e[0m
2025-08-20T18:57:25.6486475Z [36;1m#-------------#[0m
2025-08-20T18:57:25.6486662Z [36;1m##Debug?[0m
2025-08-20T18:57:25.6486886Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:57:25.6487160Z [36;1m  set -x[0m
2025-08-20T18:57:25.6487332Z [36;1mfi[0m
2025-08-20T18:57:25.6487494Z [36;1m#-------------#[0m
2025-08-20T18:57:25.6487720Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T18:57:25.6488152Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/apk-static/official"[0m
2025-08-20T18:57:25.6488564Z [36;1m exit 1[0m
2025-08-20T18:57:25.6488731Z [36;1mfi[0m
2025-08-20T18:57:25.6516085Z shell: /usr/bin/bash -e {0}
2025-08-20T18:57:25.6516307Z env:
2025-08-20T18:57:25.6516474Z   CROSS_COMPILING: NO
2025-08-20T18:57:25.6516719Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:25.6516945Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:25.6517150Z   ON_QEMU: NO
2025-08-20T18:57:25.6517311Z   DEBUG: 0
2025-08-20T18:57:25.6517479Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:25.6517699Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:25.6517995Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:57:25.6518293Z   KEEP_LOGS: YES
2025-08-20T18:57:25.6518472Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:25.6518676Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:57:25.6518889Z   SBUILD_REBUILD: false
2025-08-20T18:57:25.6519410Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:25.6520249Z   BUILD_SYS: null
2025-08-20T18:57:25.6520423Z   SYSTMP: /tmp
2025-08-20T18:57:25.6520596Z   GHA_MODE: MATRIX
2025-08-20T18:57:25.6521007Z   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-20T18:57:25.6521498Z   INPUT_SBUILD: /tmp/pkgforge/kgdKXM6NZ_build.yaml
2025-08-20T18:57:25.6521807Z   BUILD_DIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml
2025-08-20T18:57:25.6522166Z   SBUILD_OUTDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:25.6522622Z   SBUILD_TMPDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:57:25.6522986Z   PKG_TYPE: static
2025-08-20T18:57:25.6523171Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:57:25.6523367Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:57:25.6523558Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:57:25.6523907Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-
2025-08-20T18:57:25.6524303Z   UTC_TIME: 2025_08_20T06_57_21_PM
2025-08-20T18:57:25.6524513Z ##[endgroup]
2025-08-20T18:57:25.6569149Z 
2025-08-20T18:57:25.6569645Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:57:25.6581764Z ##[error]Process completed with exit code 1.
2025-08-20T18:57:25.6624883Z ##[group]Run ##Presets
2025-08-20T18:57:25.6625159Z [36;1m##Presets[0m
2025-08-20T18:57:25.6625343Z [36;1mset +x ; set +e[0m
2025-08-20T18:57:25.6625821Z [36;1m#-------------#[0m
2025-08-20T18:57:25.6626011Z [36;1m##Debug?[0m
2025-08-20T18:57:25.6626237Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:57:25.6626514Z [36;1m  set -x[0m
2025-08-20T18:57:25.6626685Z [36;1mfi[0m
2025-08-20T18:57:25.6626849Z [36;1m#-------------#[0m
2025-08-20T18:57:25.6627169Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T18:57:25.6627551Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T18:57:25.6627824Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T18:57:25.6628070Z [36;1mfi[0m
2025-08-20T18:57:25.6656614Z shell: /usr/bin/bash -e {0}
2025-08-20T18:57:25.6656846Z env:
2025-08-20T18:57:25.6657020Z   CROSS_COMPILING: NO
2025-08-20T18:57:25.6657290Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:57:25.6657513Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:57:25.6657717Z   ON_QEMU: NO
2025-08-20T18:57:25.6657877Z   DEBUG: 0
2025-08-20T18:57:25.6658042Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:57:25.6658259Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:57:25.6658548Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/apk-static/official
2025-08-20T18:57:25.6658846Z   KEEP_LOGS: YES
2025-08-20T18:57:25.6659022Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:57:25.6659231Z   PKG_FAMILY_LOCAL: apk-tools
2025-08-20T18:57:25.6659447Z   SBUILD_REBUILD: false
2025-08-20T18:57:25.6659973Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/apk-static/static.official.stable.yaml
2025-08-20T18:57:25.6660523Z   BUILD_SYS: null
2025-08-20T18:57:25.6660696Z   SYSTMP: /tmp
2025-08-20T18:57:25.6660868Z   GHA_MODE: MATRIX
2025-08-20T18:57:25.6661286Z   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-20T18:57:25.6661782Z   INPUT_SBUILD: /tmp/pkgforge/kgdKXM6NZ_build.yaml
2025-08-20T18:57:25.6662089Z   BUILD_DIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml
2025-08-20T18:57:25.6662454Z   SBUILD_OUTDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR
2025-08-20T18:57:25.6662911Z   SBUILD_TMPDIR: /tmp/pkgforge/7pSAAug_kgdKM6NZ_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T18:57:25.6663278Z   PKG_TYPE: static
2025-08-20T18:57:25.6663465Z   SBUILD_SUCCESSFUL: YES
2025-08-20T18:57:25.6663669Z   PUSH_SUCCESSFUL: NO
2025-08-20T18:57:25.6663860Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T18:57:25.6664621Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/apk-static/official/apk-tools-srcbuild-
2025-08-20T18:57:25.6665009Z   UTC_TIME: 2025_08_20T06_57_21_PM
2025-08-20T18:57:25.6665222Z ##[endgroup]
2025-08-20T18:57:25.6724510Z EXITED
2025-08-20T18:57:25.6774417Z Cleaning up orphan processes
