﻿2025-08-20T22:01:08.4683505Z Current runner version: '2.328.0'
2025-08-20T22:01:08.4718031Z ##[group]Runner Image Provisioner
2025-08-20T22:01:08.4719153Z Hosted Compute Agent
2025-08-20T22:01:08.4719726Z Version: 20250818.377
2025-08-20T22:01:08.4720448Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:01:08.4721152Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:01:08.4721752Z ##[endgroup]
2025-08-20T22:01:08.4722651Z ##[group]VM Image
2025-08-20T22:01:08.4723210Z - OS: Linux (arm64)
2025-08-20T22:01:08.4723829Z - Source: Partner
2025-08-20T22:01:08.4724405Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:01:08.4725020Z - Version: 20250728.24.1
2025-08-20T22:01:08.4726324Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:01:08.4727373Z ##[endgroup]
2025-08-20T22:01:08.4728752Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:01:08.4732498Z Attestations: write
2025-08-20T22:01:08.4733200Z Contents: write
2025-08-20T22:01:08.4734238Z Metadata: read
2025-08-20T22:01:08.4734851Z Packages: write
2025-08-20T22:01:08.4735515Z ##[endgroup]
2025-08-20T22:01:08.4738780Z Secret source: Actions
2025-08-20T22:01:08.4740166Z Prepare workflow directory
2025-08-20T22:01:08.5154038Z Prepare all required actions
2025-08-20T22:01:08.5193972Z Getting action download info
2025-08-20T22:01:08.9374642Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:01:10.0768949Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:01:10.7565574Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:01:10.9868644Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:01:11.5942790Z Getting action download info
2025-08-20T22:01:11.7730745Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:01:12.3270850Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:01:12.9400456Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/pkgtop/official)
2025-08-20T22:01:13.0013596Z ##[group]Run ##Presets
2025-08-20T22:01:13.0014213Z [36;1m##Presets[0m
2025-08-20T22:01:13.0014482Z [36;1mset +x ; set +e[0m
2025-08-20T22:01:13.0014852Z [36;1m#-------------#[0m
2025-08-20T22:01:13.0015230Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:01:13.0015685Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:01:13.0016133Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0016486Z [36;1m  fi[0m
2025-08-20T22:01:13.0016859Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:01:13.0017329Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:01:13.0017753Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0018141Z [36;1m  fi[0m
2025-08-20T22:01:13.0018451Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:01:13.0019009Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:01:13.0019451Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0019778Z [36;1m  fi[0m
2025-08-20T22:01:13.0020150Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:01:13.0020556Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:01:13.0020953Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:01:13.0021315Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:01:13.0021725Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0022746Z [36;1m     else[0m
2025-08-20T22:01:13.0023065Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0023376Z [36;1m     fi[0m
2025-08-20T22:01:13.0023639Z [36;1m  fi[0m
2025-08-20T22:01:13.0023907Z [36;1mfi[0m
2025-08-20T22:01:13.0055366Z shell: /usr/bin/bash -e {0}
2025-08-20T22:01:13.0056145Z env:
2025-08-20T22:01:13.0056993Z   GH_TOKEN: ***
2025-08-20T22:01:13.0057326Z ##[endgroup]
2025-08-20T22:01:13.0293238Z ##[group]Run ##Presets
2025-08-20T22:01:13.0293816Z [36;1m##Presets[0m
2025-08-20T22:01:13.0294108Z [36;1mset +x ; set +e[0m
2025-08-20T22:01:13.0294651Z [36;1m#-------------#[0m
2025-08-20T22:01:13.0295074Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:01:13.0295673Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:01:13.0296193Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:01:13.0296773Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:01:13.0297227Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:01:13.0297719Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:01:13.0298155Z [36;1m  exit 1[0m
2025-08-20T22:01:13.0298399Z [36;1mfi[0m
2025-08-20T22:01:13.0326083Z shell: /usr/bin/bash -e {0}
2025-08-20T22:01:13.0326637Z env:
2025-08-20T22:01:13.0327176Z   RO_GHTOKEN: ***
2025-08-20T22:01:13.0327537Z   RO_GLTOKEN: ***
2025-08-20T22:01:13.0328738Z   MINISIGN_KEY: ***
2025-08-20T22:01:13.0328994Z ##[endgroup]
2025-08-20T22:01:13.0470001Z ##[group]Run ##Presets
2025-08-20T22:01:13.0470672Z [36;1m##Presets[0m
2025-08-20T22:01:13.0470987Z [36;1mset +x ; set +e[0m
2025-08-20T22:01:13.0471312Z [36;1m#-------------#[0m
2025-08-20T22:01:13.0471581Z [36;1m##Host Triplet[0m
2025-08-20T22:01:13.0471931Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:01:13.0472679Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:01:13.0473024Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:01:13.0473383Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:01:13.0473780Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:01:13.0474152Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:01:13.0474572Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:01:13.0474965Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:01:13.0475307Z [36;1m   fi[0m
2025-08-20T22:01:13.0475770Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:01:13.0476167Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:01:13.0476605Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:01:13.0476994Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:01:13.0477317Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:01:13.0477652Z [36;1m fi[0m
2025-08-20T22:01:13.0477971Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0478439Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0478901Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0479290Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0479655Z [36;1m##Debug[0m
2025-08-20T22:01:13.0479899Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:01:13.0480229Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:01:13.0480567Z [36;1m else[0m
2025-08-20T22:01:13.0480853Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:01:13.0481100Z [36;1m fi[0m
2025-08-20T22:01:13.0481410Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0481747Z [36;1m##Docker Platform[0m
2025-08-20T22:01:13.0482774Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:01:13.0483194Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:01:13.0483572Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:01:13.0484035Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:01:13.0484418Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:01:13.0484887Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:01:13.0485358Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:01:13.0485732Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:01:13.0486071Z [36;1m fi[0m
2025-08-20T22:01:13.0486460Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0486924Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0487411Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:01:13.0487931Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/pkgtop/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:01:13.0488478Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:01:13.0488915Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0489266Z [36;1m##Logs[0m
2025-08-20T22:01:13.0489492Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:01:13.0490116Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:01:13.0490410Z [36;1m else[0m
2025-08-20T22:01:13.0490730Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:01:13.0491052Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:01:13.0491334Z [36;1m fi[0m
2025-08-20T22:01:13.0492029Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0492661Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0493037Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:01:13.0493545Z [36;1m PKG_FAMILY_LOCAL="$(echo "pkgtop" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:01:13.0493979Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:01:13.0494450Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0494850Z [36;1m##Rebuild[0m
2025-08-20T22:01:13.0495123Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:01:13.0495525Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:01:13.0495829Z [36;1m else[0m
2025-08-20T22:01:13.0496154Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:01:13.0496524Z [36;1m fi[0m
2025-08-20T22:01:13.0496833Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0497256Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:01:13.0497729Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:01:13.0498338Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:01:13.0499320Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:01:13.0500091Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:01:13.0500495Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:01:13.0501051Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:01:13.0501561Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:01:13.0502012Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0502500Z [36;1m    exit 1[0m
2025-08-20T22:01:13.0502765Z [36;1m   else[0m
2025-08-20T22:01:13.0503091Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:01:13.0503674Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0504035Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:01:13.0504800Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:01:13.0505194Z [36;1m      #check if supported[0m
2025-08-20T22:01:13.0505591Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:01:13.0506244Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:01:13.0506697Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:01:13.0507115Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0507448Z [36;1m         exit 1[0m
2025-08-20T22:01:13.0507710Z [36;1m       fi[0m
2025-08-20T22:01:13.0508044Z [36;1m      #get build system[0m
2025-08-20T22:01:13.0508504Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:01:13.0508931Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:01:13.0509370Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0509774Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:01:13.0510219Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0510645Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0511022Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:01:13.0511471Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0511846Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:13.0512167Z [36;1m       fi[0m
2025-08-20T22:01:13.0512976Z [36;1m     fi[0m
2025-08-20T22:01:13.0513258Z [36;1m   fi[0m
2025-08-20T22:01:13.0513576Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:01:13.0540150Z shell: /usr/bin/bash -e {0}
2025-08-20T22:01:13.0540649Z ##[endgroup]
2025-08-20T22:01:14.4909841Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:01:14.4910519Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:01:14.4910762Z 
2025-08-20T22:01:14.6331914Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:01:14.6332996Z 100  3806  100  3806    0     0  26486      0 --:--:-- --:--:-- --:--:-- 26615
2025-08-20T22:01:14.6343832Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:01:14.6545855Z ##[group]Run ##Presets
2025-08-20T22:01:14.6546308Z [36;1m##Presets[0m
2025-08-20T22:01:14.6546565Z [36;1mset +x ; set +e[0m
2025-08-20T22:01:14.6546940Z [36;1m#-------------#[0m
2025-08-20T22:01:14.6547236Z [36;1m##Debug?[0m
2025-08-20T22:01:14.6547527Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:01:14.6547949Z [36;1m  set -x[0m
2025-08-20T22:01:14.6548201Z [36;1mfi[0m
2025-08-20T22:01:14.6548548Z [36;1m#-------------#[0m
2025-08-20T22:01:14.6548853Z [36;1m##CoreUtils[0m
2025-08-20T22:01:14.6549112Z [36;1msudo apt update -y[0m
2025-08-20T22:01:14.6549555Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:01:14.6550569Z [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-20T22:01:14.6551634Z [36;1m##tmp[0m
2025-08-20T22:01:14.6552037Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:01:14.6552676Z [36;1m#GH ENV[0m
2025-08-20T22:01:14.6553034Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:14.6553396Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:14.6553742Z [36;1m#-------------#[0m
2025-08-20T22:01:14.6554082Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:01:14.6554663Z [36;1msudo apt update -y[0m
2025-08-20T22:01:14.6555027Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:01:14.6555346Z [36;1m##Setup Minisign[0m
2025-08-20T22:01:14.6555644Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:01:14.6556185Z [36;1mecho "***[0m
2025-08-20T22:01:14.6557504Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:01:14.6557842Z [36;1m##User-Agent[0m
2025-08-20T22:01:14.6558682Z [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-20T22:01:14.6559526Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:01:14.6585858Z shell: /usr/bin/bash -e {0}
2025-08-20T22:01:14.6586179Z env:
2025-08-20T22:01:14.6586604Z   CROSS_COMPILING: NO
2025-08-20T22:01:14.6586904Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:01:14.6587217Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:01:14.6587643Z   ON_QEMU: NO
2025-08-20T22:01:14.6587876Z   DEBUG: 0
2025-08-20T22:01:14.6588160Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:01:14.6588469Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:01:14.6588835Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:01:14.6589231Z   KEEP_LOGS: YES
2025-08-20T22:01:14.6589489Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:01:14.6589756Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:01:14.6590125Z   SBUILD_REBUILD: false
2025-08-20T22:01:14.6590756Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:01:14.6591431Z   BUILD_SYS: docker://go
2025-08-20T22:01:14.6591714Z   BUILD_ON_HOST: FALSE
2025-08-20T22:01:14.6591974Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:01:14.6592614Z ##[endgroup]
2025-08-20T22:01:14.9609173Z 
2025-08-20T22:01:14.9609946Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:01:14.9610521Z 
2025-08-20T22:01:15.6601147Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:01:15.7328478Z Get:2 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:01:15.7496122Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:01:15.7510583Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:01:15.9140814Z Get:5 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:01:15.9824521Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:01:16.0152158Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:01:16.0374169Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:01:16.0522939Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:01:16.2204634Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:01:16.4100388Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:01:16.5918467Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:01:17.1144290Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:01:17.3387251Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:01:17.4570660Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:01:17.9029257Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:01:18.1280318Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:01:18.3576834Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:01:19.0552784Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:01:19.7300675Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:01:19.8399364Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:01:19.9547854Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:01:20.0654600Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:01:20.1757734Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:01:20.2927924Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:01:20.4035827Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:01:20.5146781Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:01:20.6289553Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:01:20.7415496Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:01:20.9652681Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:01:21.0755047Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:01:21.1857867Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:01:22.0063153Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:01:22.2266517Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:01:22.3372808Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:01:22.6911930Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:01:22.9119780Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:01:23.0248282Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:01:23.6136926Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:01:23.8444124Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:01:24.0657486Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:01:24.2857255Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:01:24.4065719Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:01:32.7144193Z Fetched 11.9 MB in 9s (1312 kB/s)
2025-08-20T22:01:33.5270706Z Reading package lists...
2025-08-20T22:01:33.7820679Z Building dependency tree...
2025-08-20T22:01:33.7827207Z Reading state information...
2025-08-20T22:01:33.8113384Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:01:33.8203610Z 
2025-08-20T22:01:33.8204327Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:01:33.8204661Z 
2025-08-20T22:01:33.8312067Z Reading package lists...
2025-08-20T22:01:34.0758428Z Building dependency tree...
2025-08-20T22:01:34.0771182Z Reading state information...
2025-08-20T22:01:34.3473284Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:01:34.3473691Z bc set to manually installed.
2025-08-20T22:01:34.3474212Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:01:34.3488697Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:01:34.3489301Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:01:34.4076183Z The following NEW packages will be installed:
2025-08-20T22:01:34.4082870Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:01:34.4085056Z   moreutils
2025-08-20T22:01:34.4091049Z The following packages will be upgraded:
2025-08-20T22:01:34.4098848Z   jq libjq1
2025-08-20T22:01:34.4280870Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:01:34.5424777Z Need to get 936 kB of archives.
2025-08-20T22:01:34.5425531Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:01:34.5426139Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:01:34.6807361Z 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-20T22:01:34.7755127Z 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-20T22:01:34.8720612Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:01:34.9218344Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:01:34.9796217Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:01:35.0272549Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:01:35.0801443Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:01:35.4732974Z Fetched 936 kB in 1s (1324 kB/s)
2025-08-20T22:01:35.5406818Z Selecting previously unselected package fdupes.
2025-08-20T22:01:35.6719002Z (Reading database ... 
2025-08-20T22:01:35.6719502Z (Reading database ... 5%
2025-08-20T22:01:35.6720044Z (Reading database ... 10%
2025-08-20T22:01:35.6720300Z (Reading database ... 15%
2025-08-20T22:01:35.6720629Z (Reading database ... 20%
2025-08-20T22:01:35.6720916Z (Reading database ... 25%
2025-08-20T22:01:35.6721165Z (Reading database ... 30%
2025-08-20T22:01:35.6721442Z (Reading database ... 35%
2025-08-20T22:01:35.6721688Z (Reading database ... 40%
2025-08-20T22:01:35.6721928Z (Reading database ... 45%
2025-08-20T22:01:35.6722234Z (Reading database ... 50%
2025-08-20T22:01:35.9856609Z (Reading database ... 55%
2025-08-20T22:01:36.5717255Z (Reading database ... 60%
2025-08-20T22:01:37.1143435Z (Reading database ... 65%
2025-08-20T22:01:37.6227339Z (Reading database ... 70%
2025-08-20T22:01:38.1224439Z (Reading database ... 75%
2025-08-20T22:01:38.8513739Z (Reading database ... 80%
2025-08-20T22:01:39.4818230Z (Reading database ... 85%
2025-08-20T22:01:40.1165553Z (Reading database ... 90%
2025-08-20T22:01:40.7540181Z (Reading database ... 95%
2025-08-20T22:01:40.7540673Z (Reading database ... 100%
2025-08-20T22:01:40.7541026Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:01:40.7583158Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:01:40.7730074Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:01:40.8737176Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:01:40.8969958Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:01:41.0232864Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:01:41.0669338Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:01:41.1513920Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:01:41.1697278Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:01:41.1774931Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:01:41.2829730Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:01:41.3002902Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:01:41.3110547Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:01:41.4001780Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:01:41.4166447Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:01:41.4230863Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:01:41.4919415Z Selecting previously unselected package moreutils.
2025-08-20T22:01:41.5085716Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:01:41.5168912Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:01:41.6500495Z Selecting previously unselected package dos2unix.
2025-08-20T22:01:41.6681316Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:01:41.6826984Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:01:42.0138505Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:01:42.0389405Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:01:42.0653868Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:01:42.0869992Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:01:42.1119906Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:01:42.1344515Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:01:42.1554659Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:01:42.1811126Z Setting up moreutils (0.69-1) ...
2025-08-20T22:01:42.2054937Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:09.2379468Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:02:10.7662538Z Reading package lists...
2025-08-20T22:02:11.0286873Z Building dependency tree...
2025-08-20T22:02:11.0297699Z Reading state information...
2025-08-20T22:02:11.3467981Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:02:11.3469251Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:02:11.3469690Z apt-utils set to manually installed.
2025-08-20T22:02:11.3470024Z ca-certificates is already the newest version (20240203).
2025-08-20T22:02:11.3470466Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:02:11.3470855Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:02:11.3471237Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:02:11.3471657Z moreutils is already the newest version (0.69-1).
2025-08-20T22:02:11.3472040Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:02:11.3473358Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:02:11.3473790Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:02:11.3474617Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:02:11.3475030Z tmux set to manually installed.
2025-08-20T22:02:11.3475342Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:02:11.3475728Z The following additional packages will be installed:
2025-08-20T22:02:11.3476260Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:02:11.3476756Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:02:11.3477799Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:02:11.3478249Z   uuid-runtime
2025-08-20T22:02:11.3486696Z Suggested packages:
2025-08-20T22:02:11.3487270Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:02:11.3487739Z   util-linux-extra util-linux-locales
2025-08-20T22:02:11.3487991Z Recommended packages:
2025-08-20T22:02:11.3488288Z   unattended-upgrades
2025-08-20T22:02:11.4083738Z The following NEW packages will be installed:
2025-08-20T22:02:11.4084355Z   rename
2025-08-20T22:02:11.4088370Z The following packages will be upgraded:
2025-08-20T22:02:11.4089099Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:02:11.4090269Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:02:11.4097480Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:02:11.4098135Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:02:11.4312822Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:02:11.5477413Z Need to get 4390 kB of archives.
2025-08-20T22:02:11.5478136Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:02:11.5478865Z 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-20T22:02:11.7366302Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:02:11.9701545Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:02:12.0191871Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:02:12.0782823Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:02:12.1253044Z 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-20T22:02:12.1725441Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:02:12.2217128Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:02:12.2708848Z 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-20T22:02:12.3183655Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:02:12.3729288Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:02:12.4218310Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:02:12.4736814Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:02:12.5255074Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:02:12.5864308Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:02:12.6353380Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:02:12.6909554Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:02:12.7390049Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:02:12.7890951Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:02:12.9236103Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:02:12.9734512Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:02:13.0213669Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:02:13.0703514Z 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-20T22:02:13.1182463Z 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-20T22:02:13.1650842Z 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-20T22:02:13.2120375Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:02:13.2592481Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:02:13.5413102Z Fetched 4390 kB in 2s (2420 kB/s)
2025-08-20T22:02:13.5739679Z (Reading database ... 
2025-08-20T22:02:13.5740069Z (Reading database ... 5%
2025-08-20T22:02:13.5740731Z (Reading database ... 10%
2025-08-20T22:02:13.5740995Z (Reading database ... 15%
2025-08-20T22:02:13.5742096Z (Reading database ... 20%
2025-08-20T22:02:13.5743710Z (Reading database ... 25%
2025-08-20T22:02:13.5744177Z (Reading database ... 30%
2025-08-20T22:02:13.5744441Z (Reading database ... 35%
2025-08-20T22:02:13.5744686Z (Reading database ... 40%
2025-08-20T22:02:13.5745044Z (Reading database ... 45%
2025-08-20T22:02:13.5745287Z (Reading database ... 50%
2025-08-20T22:02:13.5765700Z (Reading database ... 55%
2025-08-20T22:02:13.5862404Z (Reading database ... 60%
2025-08-20T22:02:13.5908016Z (Reading database ... 65%
2025-08-20T22:02:13.5924939Z (Reading database ... 70%
2025-08-20T22:02:13.5947900Z (Reading database ... 75%
2025-08-20T22:02:13.5986650Z (Reading database ... 80%
2025-08-20T22:02:13.6197063Z (Reading database ... 85%
2025-08-20T22:02:13.6219559Z (Reading database ... 90%
2025-08-20T22:02:13.6339372Z (Reading database ... 95%
2025-08-20T22:02:13.6339744Z (Reading database ... 100%
2025-08-20T22:02:13.6383463Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:02:13.6384039Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:13.6634802Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:13.7998844Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:13.8887102Z (Reading database ... 
2025-08-20T22:02:13.8887487Z (Reading database ... 5%
2025-08-20T22:02:13.8887999Z (Reading database ... 10%
2025-08-20T22:02:13.8888321Z (Reading database ... 15%
2025-08-20T22:02:13.8888561Z (Reading database ... 20%
2025-08-20T22:02:13.8888934Z (Reading database ... 25%
2025-08-20T22:02:13.8889193Z (Reading database ... 30%
2025-08-20T22:02:13.8890042Z (Reading database ... 35%
2025-08-20T22:02:13.8890322Z (Reading database ... 40%
2025-08-20T22:02:13.8890572Z (Reading database ... 45%
2025-08-20T22:02:13.8890872Z (Reading database ... 50%
2025-08-20T22:02:13.8908739Z (Reading database ... 55%
2025-08-20T22:02:13.8998463Z (Reading database ... 60%
2025-08-20T22:02:13.9040276Z (Reading database ... 65%
2025-08-20T22:02:13.9055404Z (Reading database ... 70%
2025-08-20T22:02:13.9075995Z (Reading database ... 75%
2025-08-20T22:02:13.9110741Z (Reading database ... 80%
2025-08-20T22:02:13.9302707Z (Reading database ... 85%
2025-08-20T22:02:13.9323668Z (Reading database ... 90%
2025-08-20T22:02:13.9435781Z (Reading database ... 95%
2025-08-20T22:02:13.9436108Z (Reading database ... 100%
2025-08-20T22:02:13.9436636Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:02:13.9477020Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:13.9758314Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:14.1194245Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:14.7608166Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:02:14.8239535Z (Reading database ... 
2025-08-20T22:02:14.8240722Z (Reading database ... 5%
2025-08-20T22:02:14.8242065Z (Reading database ... 10%
2025-08-20T22:02:14.8242638Z (Reading database ... 15%
2025-08-20T22:02:14.8242936Z (Reading database ... 20%
2025-08-20T22:02:14.8243191Z (Reading database ... 25%
2025-08-20T22:02:14.8243492Z (Reading database ... 30%
2025-08-20T22:02:14.8243767Z (Reading database ... 35%
2025-08-20T22:02:14.8244057Z (Reading database ... 40%
2025-08-20T22:02:14.8244345Z (Reading database ... 45%
2025-08-20T22:02:14.8244593Z (Reading database ... 50%
2025-08-20T22:02:14.8264841Z (Reading database ... 55%
2025-08-20T22:02:14.8357574Z (Reading database ... 60%
2025-08-20T22:02:14.8399263Z (Reading database ... 65%
2025-08-20T22:02:14.8415229Z (Reading database ... 70%
2025-08-20T22:02:14.8436293Z (Reading database ... 75%
2025-08-20T22:02:14.8472639Z (Reading database ... 80%
2025-08-20T22:02:14.8670535Z (Reading database ... 85%
2025-08-20T22:02:14.8691601Z (Reading database ... 90%
2025-08-20T22:02:14.8806232Z (Reading database ... 95%
2025-08-20T22:02:14.8807155Z (Reading database ... 100%
2025-08-20T22:02:14.8807897Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:02:14.8849038Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:14.9061639Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:15.0154356Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:15.0509767Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:15.1412886Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:15.2284921Z (Reading database ... 
2025-08-20T22:02:15.2286322Z (Reading database ... 5%
2025-08-20T22:02:15.2286895Z (Reading database ... 10%
2025-08-20T22:02:15.2287196Z (Reading database ... 15%
2025-08-20T22:02:15.2287522Z (Reading database ... 20%
2025-08-20T22:02:15.2287838Z (Reading database ... 25%
2025-08-20T22:02:15.2288063Z (Reading database ... 30%
2025-08-20T22:02:15.2288337Z (Reading database ... 35%
2025-08-20T22:02:15.2288605Z (Reading database ... 40%
2025-08-20T22:02:15.2288852Z (Reading database ... 45%
2025-08-20T22:02:15.2289153Z (Reading database ... 50%
2025-08-20T22:02:15.2309544Z (Reading database ... 55%
2025-08-20T22:02:15.2403163Z (Reading database ... 60%
2025-08-20T22:02:15.2445086Z (Reading database ... 65%
2025-08-20T22:02:15.2460162Z (Reading database ... 70%
2025-08-20T22:02:15.2482593Z (Reading database ... 75%
2025-08-20T22:02:15.2520111Z (Reading database ... 80%
2025-08-20T22:02:15.2717517Z (Reading database ... 85%
2025-08-20T22:02:15.2747181Z (Reading database ... 90%
2025-08-20T22:02:15.2861922Z (Reading database ... 95%
2025-08-20T22:02:15.2862680Z (Reading database ... 100%
2025-08-20T22:02:15.2863271Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:02:15.2906332Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:15.3153260Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:15.4129028Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:15.5133124Z (Reading database ... 
2025-08-20T22:02:15.5133699Z (Reading database ... 5%
2025-08-20T22:02:15.5133979Z (Reading database ... 10%
2025-08-20T22:02:15.5134241Z (Reading database ... 15%
2025-08-20T22:02:15.5135492Z (Reading database ... 20%
2025-08-20T22:02:15.5135797Z (Reading database ... 25%
2025-08-20T22:02:15.5136083Z (Reading database ... 30%
2025-08-20T22:02:15.5136318Z (Reading database ... 35%
2025-08-20T22:02:15.5136593Z (Reading database ... 40%
2025-08-20T22:02:15.5136854Z (Reading database ... 45%
2025-08-20T22:02:15.5137115Z (Reading database ... 50%
2025-08-20T22:02:15.5156296Z (Reading database ... 55%
2025-08-20T22:02:15.5253832Z (Reading database ... 60%
2025-08-20T22:02:15.5298459Z (Reading database ... 65%
2025-08-20T22:02:15.5314244Z (Reading database ... 70%
2025-08-20T22:02:15.5337150Z (Reading database ... 75%
2025-08-20T22:02:15.5376329Z (Reading database ... 80%
2025-08-20T22:02:15.5568423Z (Reading database ... 85%
2025-08-20T22:02:15.5595405Z (Reading database ... 90%
2025-08-20T22:02:15.5701716Z (Reading database ... 95%
2025-08-20T22:02:15.5702433Z (Reading database ... 100%
2025-08-20T22:02:15.5702805Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:02:15.5744509Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:15.6083317Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:15.7133569Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:15.7454957Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:15.8469771Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:15.9683869Z (Reading database ... 
2025-08-20T22:02:15.9684244Z (Reading database ... 5%
2025-08-20T22:02:15.9684751Z (Reading database ... 10%
2025-08-20T22:02:15.9685012Z (Reading database ... 15%
2025-08-20T22:02:15.9685241Z (Reading database ... 20%
2025-08-20T22:02:15.9685617Z (Reading database ... 25%
2025-08-20T22:02:15.9685867Z (Reading database ... 30%
2025-08-20T22:02:15.9686108Z (Reading database ... 35%
2025-08-20T22:02:15.9686412Z (Reading database ... 40%
2025-08-20T22:02:15.9686660Z (Reading database ... 45%
2025-08-20T22:02:15.9687571Z (Reading database ... 50%
2025-08-20T22:02:15.9708143Z (Reading database ... 55%
2025-08-20T22:02:15.9802368Z (Reading database ... 60%
2025-08-20T22:02:15.9844638Z (Reading database ... 65%
2025-08-20T22:02:15.9859458Z (Reading database ... 70%
2025-08-20T22:02:15.9880653Z (Reading database ... 75%
2025-08-20T22:02:15.9917083Z (Reading database ... 80%
2025-08-20T22:02:16.0109524Z (Reading database ... 85%
2025-08-20T22:02:16.0137105Z (Reading database ... 90%
2025-08-20T22:02:16.0246462Z (Reading database ... 95%
2025-08-20T22:02:16.0246815Z (Reading database ... 100%
2025-08-20T22:02:16.0247335Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:02:16.0289603Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:16.0613990Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:16.1693118Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:16.2429555Z (Reading database ... 
2025-08-20T22:02:16.2429973Z (Reading database ... 5%
2025-08-20T22:02:16.2430224Z (Reading database ... 10%
2025-08-20T22:02:16.2430641Z (Reading database ... 15%
2025-08-20T22:02:16.2430926Z (Reading database ... 20%
2025-08-20T22:02:16.2431208Z (Reading database ... 25%
2025-08-20T22:02:16.2431460Z (Reading database ... 30%
2025-08-20T22:02:16.2431723Z (Reading database ... 35%
2025-08-20T22:02:16.2431996Z (Reading database ... 40%
2025-08-20T22:02:16.2432246Z (Reading database ... 45%
2025-08-20T22:02:16.2432775Z (Reading database ... 50%
2025-08-20T22:02:16.2453016Z (Reading database ... 55%
2025-08-20T22:02:16.2549008Z (Reading database ... 60%
2025-08-20T22:02:16.2593380Z (Reading database ... 65%
2025-08-20T22:02:16.2608377Z (Reading database ... 70%
2025-08-20T22:02:16.2630851Z (Reading database ... 75%
2025-08-20T22:02:16.2668325Z (Reading database ... 80%
2025-08-20T22:02:16.2863341Z (Reading database ... 85%
2025-08-20T22:02:16.2890667Z (Reading database ... 90%
2025-08-20T22:02:16.2995842Z (Reading database ... 95%
2025-08-20T22:02:16.2996208Z (Reading database ... 100%
2025-08-20T22:02:16.2996561Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:02:16.3038734Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:02:16.3241288Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:16.4367854Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:02:16.4952917Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:16.6108947Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:02:16.6314789Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:16.7299516Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:02:16.7504701Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:16.8603109Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:02:16.8838775Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:16.9947886Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:02:17.0262561Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:17.1404645Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:02:17.1621694Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:17.2638369Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:02:17.2860060Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:17.3972044Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:02:17.4224084Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:17.5271152Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:02:17.5499908Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:17.6517942Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:17.7291314Z (Reading database ... 
2025-08-20T22:02:17.7291687Z (Reading database ... 5%
2025-08-20T22:02:17.7291938Z (Reading database ... 10%
2025-08-20T22:02:17.7292615Z (Reading database ... 15%
2025-08-20T22:02:17.7292916Z (Reading database ... 20%
2025-08-20T22:02:17.7293220Z (Reading database ... 25%
2025-08-20T22:02:17.7294357Z (Reading database ... 30%
2025-08-20T22:02:17.7294707Z (Reading database ... 35%
2025-08-20T22:02:17.7295048Z (Reading database ... 40%
2025-08-20T22:02:17.7295294Z (Reading database ... 45%
2025-08-20T22:02:17.7295560Z (Reading database ... 50%
2025-08-20T22:02:17.7316215Z (Reading database ... 55%
2025-08-20T22:02:17.7409844Z (Reading database ... 60%
2025-08-20T22:02:17.7451882Z (Reading database ... 65%
2025-08-20T22:02:17.7466664Z (Reading database ... 70%
2025-08-20T22:02:17.7488164Z (Reading database ... 75%
2025-08-20T22:02:17.7627849Z (Reading database ... 80%
2025-08-20T22:02:17.7711317Z (Reading database ... 85%
2025-08-20T22:02:17.7740053Z (Reading database ... 90%
2025-08-20T22:02:17.7853690Z (Reading database ... 95%
2025-08-20T22:02:17.7853970Z (Reading database ... 100%
2025-08-20T22:02:17.7854352Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:02:17.7896328Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:17.8107925Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:17.9213783Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:17.9467407Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:18.0424366Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:18.0763443Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:18.1736116Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:02:18.1996924Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:02:18.2943334Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:02:18.3447448Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:18.4523432Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:02:18.6325194Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:02:18.7545964Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:02:18.8370093Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:02:18.9134156Z Selecting previously unselected package rename.
2025-08-20T22:02:18.9319455Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:02:18.9389312Z Unpacking rename (2.02-1) ...
2025-08-20T22:02:19.0160633Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:02:19.0383256Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:02:19.1435501Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:19.1668864Z Setting up rename (2.02-1) ...
2025-08-20T22:02:19.1851916Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:02:19.1994514Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:19.2230252Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:19.2457383Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:19.2697291Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:19.2891924Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:19.9183663Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:02:19.9401186Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:19.9637895Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:19.9852747Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:20.0109516Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:20.3709277Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:20.3936476Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:02:20.4173484Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:20.5343812Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:02:20.6716469Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:20.7760700Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:20.7982212Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:20.8203473Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:02:20.8442428Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:02:20.9716262Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:02:21.2710601Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:02:21.3096289Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:02:22.8664688Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:02:24.2884262Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:02:24.2979086Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:02:24.4344672Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:02:24.4806269Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:02:24.5268626Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:02:24.5731226Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:02:25.4808234Z Reading package lists...
2025-08-20T22:02:25.7124390Z Building dependency tree...
2025-08-20T22:02:25.7132725Z Reading state information...
2025-08-20T22:02:25.7384618Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:02:25.7510018Z 
2025-08-20T22:02:25.7511053Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:02:25.7511472Z 
2025-08-20T22:02:25.8837026Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:02:25.8964288Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:02:25.9993359Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:02:26.0457646Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:02:26.0922114Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:02:26.1387082Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:02:27.0321439Z Reading package lists...
2025-08-20T22:02:27.2645388Z Building dependency tree...
2025-08-20T22:02:27.2652587Z Reading state information...
2025-08-20T22:02:27.2900153Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:02:27.2990238Z 
2025-08-20T22:02:27.2990730Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:02:27.3099543Z 
2025-08-20T22:02:27.3099836Z Reading package lists...
2025-08-20T22:02:27.5389844Z Building dependency tree...
2025-08-20T22:02:27.5396626Z Reading state information...
2025-08-20T22:02:27.7815474Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:02:27.8215560Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:02:27.8502931Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:02:27.9182970Z ##[group]Run ##Presets
2025-08-20T22:02:27.9183447Z [36;1m##Presets[0m
2025-08-20T22:02:27.9183697Z [36;1mset +x ; set +e[0m
2025-08-20T22:02:27.9184033Z [36;1m#-------------#[0m
2025-08-20T22:02:27.9184262Z [36;1m##Debug?[0m
2025-08-20T22:02:27.9184560Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:02:27.9184922Z [36;1m  set -x[0m
2025-08-20T22:02:27.9185130Z [36;1mfi[0m
2025-08-20T22:02:27.9185384Z [36;1m#-------------#[0m
2025-08-20T22:02:27.9185839Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:02:27.9186442Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:02:27.9186922Z [36;1msudo service procps restart[0m
2025-08-20T22:02:27.9187230Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:02:27.9214217Z shell: /usr/bin/bash -e {0}
2025-08-20T22:02:27.9214518Z env:
2025-08-20T22:02:27.9214919Z   CROSS_COMPILING: NO
2025-08-20T22:02:27.9215188Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:02:27.9215496Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:02:27.9215749Z   ON_QEMU: NO
2025-08-20T22:02:27.9215969Z   DEBUG: 0
2025-08-20T22:02:27.9216242Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:02:27.9216509Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:02:27.9216857Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:02:27.9217199Z   KEEP_LOGS: YES
2025-08-20T22:02:27.9217430Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:02:27.9217711Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:02:27.9217996Z   SBUILD_REBUILD: false
2025-08-20T22:02:27.9218562Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:02:27.9219200Z   BUILD_SYS: docker://go
2025-08-20T22:02:27.9219465Z   BUILD_ON_HOST: FALSE
2025-08-20T22:02:27.9219695Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:02:27.9219972Z   SYSTMP: /tmp
2025-08-20T22:02:27.9220197Z   GHA_MODE: MATRIX
2025-08-20T22:02:27.9220672Z   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-20T22:02:27.9221176Z ##[endgroup]
2025-08-20T22:02:27.9320424Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:02:27.9378828Z 0
2025-08-20T22:02:27.9710886Z vm.max_map_count = 262144
2025-08-20T22:02:27.9711230Z fs.inotify.max_user_watches = 655360
2025-08-20T22:02:27.9711666Z fs.inotify.max_user_instances = 1280
2025-08-20T22:02:27.9711958Z vm.mmap_rnd_bits = 28
2025-08-20T22:02:27.9802618Z ##[group]Run ##Presets
2025-08-20T22:02:27.9803221Z [36;1m##Presets[0m
2025-08-20T22:02:27.9803474Z [36;1mset +x ; set +e[0m
2025-08-20T22:02:27.9803752Z [36;1m#-------------#[0m
2025-08-20T22:02:27.9804060Z [36;1m##Debug?[0m
2025-08-20T22:02:27.9804332Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:02:27.9804652Z [36;1m  set -x[0m
2025-08-20T22:02:27.9804915Z [36;1mfi[0m
2025-08-20T22:02:27.9805147Z [36;1m#-------------#[0m
2025-08-20T22:02:27.9805408Z [36;1m##Main[0m
2025-08-20T22:02:27.9805703Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:02:27.9806370Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:02:27.9807137Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:02:27.9807550Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:02:27.9807972Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:02:27.9808268Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:02:27.9808595Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:02:27.9809008Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:02:27.9809350Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:02:27.9809724Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:02:27.9810406Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:02:27.9810760Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:02:27.9811190Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:02:27.9811548Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:02:27.9811839Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:02:27.9812187Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:02:27.9812700Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:02:27.9813023Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:02:27.9813399Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:02:27.9813760Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:02:27.9814092Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:02:27.9814469Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:02:27.9814814Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:02:27.9815196Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:02:27.9815570Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:02:27.9815902Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:02:27.9816249Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:02:27.9816618Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:02:27.9817085Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:02:27.9817654Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:02:27.9818143Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:02:27.9818549Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:02:27.9818932Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:02:27.9819585Z [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-20T22:02:27.9820453Z [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-20T22:02:27.9821009Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:27.9821296Z [36;1m else[0m
2025-08-20T22:02:27.9821963Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:02:27.9822510Z [36;1m fi[0m
2025-08-20T22:02:27.9822880Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:02:27.9823310Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:02:27.9823747Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:02:27.9824211Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:02:27.9824640Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:02:27.9825054Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:02:27.9825565Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:02:27.9826001Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:02:27.9826485Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:02:27.9826955Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:02:27.9827294Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:02:27.9854571Z shell: /usr/bin/bash -e {0}
2025-08-20T22:02:27.9854843Z env:
2025-08-20T22:02:27.9855267Z   CROSS_COMPILING: NO
2025-08-20T22:02:27.9855510Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:02:27.9855797Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:02:27.9856300Z   ON_QEMU: NO
2025-08-20T22:02:27.9856514Z   DEBUG: 0
2025-08-20T22:02:27.9856819Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:02:27.9857090Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:02:27.9857401Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:02:27.9857780Z   KEEP_LOGS: YES
2025-08-20T22:02:27.9857978Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:02:27.9858219Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:02:27.9858542Z   SBUILD_REBUILD: false
2025-08-20T22:02:27.9859171Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:02:27.9859799Z   BUILD_SYS: docker://go
2025-08-20T22:02:27.9860062Z   BUILD_ON_HOST: FALSE
2025-08-20T22:02:27.9860291Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:02:27.9860596Z   SYSTMP: /tmp
2025-08-20T22:02:27.9860809Z   GHA_MODE: MATRIX
2025-08-20T22:02:27.9861251Z   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-20T22:02:27.9862742Z   GHCR_TOKEN: ***
2025-08-20T22:02:27.9863154Z   GITHUB_TOKEN: ***
2025-08-20T22:02:27.9863636Z   GITLAB_TOKEN: ***
2025-08-20T22:02:27.9864825Z   MINISIGN_KEY: ***
2025-08-20T22:02:27.9865156Z ##[endgroup]
2025-08-20T22:02:28.0559747Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:02:28.1404310Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:02:28.1405339Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:02:28.1405787Z 
2025-08-20T22:02:28.1924324Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:02:28.1925105Z 100  3806  100  3806    0     0  73039      0 --:--:-- --:--:-- --:--:-- 73192
2025-08-20T22:02:28.1935735Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:02:28.2015410Z 
2025-08-20T22:02:28.2016118Z [+] Building [/tmp/tmp.BhLcYuojWp/SBUILD_INPUT] Locally
2025-08-20T22:02:28.2016596Z 
2025-08-20T22:02:28.2026437Z '/tmp/tmp.BhLcYuojWp/SBUILD_INPUT' -> '/tmp/pkgforge/Um1WUea4X_build.yaml'
2025-08-20T22:02:28.3022386Z 
2025-08-20T22:02:28.3023015Z [+] Passwordless sudo is Configured
2025-08-20T22:02:28.3774289Z 
2025-08-20T22:02:28.3789674Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:02:28.3789940Z 
2025-08-20T22:02:28.4167285Z 
2025-08-20T22:02:28.4169086Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:02:28.4169593Z 
2025-08-20T22:02:28.4169619Z 
2025-08-20T22:02:28.4169871Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:02:28.4170183Z 
2025-08-20T22:02:28.4210628Z [+] Installing: 7z -> 7z
2025-08-20T22:02:28.9359829Z [+] Installing: actionlint -> actionlint
2025-08-20T22:02:29.4361787Z [+] Installing: anew -> anew
2025-08-20T22:02:29.9134252Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:02:30.3785039Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:02:30.5295165Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:02:30.9606226Z [+] Installing: archey -> archey
2025-08-20T22:02:31.4770062Z [+] Installing: aria2 -> aria2c
2025-08-20T22:02:31.8025511Z [+] Installing: askalono -> askalono
2025-08-20T22:02:32.0202654Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:02:32.3030078Z [+] Installing: b3sum -> b3sum
2025-08-20T22:02:32.7620124Z [+] Installing: bita -> bita
2025-08-20T22:02:33.2640361Z [+] Installing: btop -> btop
2025-08-20T22:02:33.7735497Z [+] Installing: chafa -> chafa
2025-08-20T22:02:34.3098716Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:02:34.9051694Z [+] Installing: croc -> croc
2025-08-20T22:02:35.4129552Z [+] Installing: csvtk -> csvtk
2025-08-20T22:02:35.9774706Z [+] Installing: cutlines -> cutlines
2025-08-20T22:02:36.4338732Z curl: (22) The requested URL returned error: 404
2025-08-20T22:02:36.4374258Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:02:36.4375225Z [+] Installing: dbin -> dbin
2025-08-20T22:02:36.9409535Z [+] Installing: dasel -> dasel
2025-08-20T22:02:37.4562411Z [+] Installing: delta -> delta
2025-08-20T22:02:38.0665809Z [+] Installing: ds -> ds
2025-08-20T22:02:38.5223714Z curl: (22) The requested URL returned error: 404
2025-08-20T22:02:38.5260673Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:02:38.5261113Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:02:38.9710148Z [+] Installing: duf -> duf
2025-08-20T22:02:39.1827231Z [+] Installing: duplicut -> duplicut
2025-08-20T22:02:39.4387327Z [+] Installing: dust -> dust
2025-08-20T22:02:39.9395705Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:02:40.4558250Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:02:40.9647006Z [+] Installing: dysk -> dysk
2025-08-20T22:02:41.4353023Z [+] Installing: eget -> eget
2025-08-20T22:02:41.9500128Z [+] Installing: epoch -> epoch
2025-08-20T22:02:42.4343207Z [+] Installing: faketty -> faketty
2025-08-20T22:02:42.9093972Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:02:43.4233250Z [+] Installing: freeze -> freeze
2025-08-20T22:02:43.7023222Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:02:44.1395041Z [+] Installing: gdu -> gdu
2025-08-20T22:02:44.8248448Z [+] Installing: gh -> gh
2025-08-20T22:02:45.2056936Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:02:45.8178026Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:02:46.0365155Z [+] Installing: glab -> glab
2025-08-20T22:02:46.6548065Z [+] Installing: glow -> glow
2025-08-20T22:02:47.1848931Z [+] Installing: httpx -> httpx
2025-08-20T22:02:47.8342152Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:02:48.4248656Z [+] Installing: husarnet -> husarnet
2025-08-20T22:02:48.8713970Z curl: (22) The requested URL returned error: 404
2025-08-20T22:02:48.8750904Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:02:48.8751495Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:02:49.3437041Z curl: (22) The requested URL returned error: 404
2025-08-20T22:02:49.3471528Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:02:49.3471920Z [+] Installing: imgcat -> imgcat
2025-08-20T22:02:49.5492810Z [+] Installing: jc -> jc
2025-08-20T22:02:50.0858099Z [+] Installing: jq -> jq
2025-08-20T22:02:50.5787876Z [+] Installing: logdy -> logdy
2025-08-20T22:02:50.8936419Z [+] Installing: micro -> micro
2025-08-20T22:02:51.4642046Z [+] Installing: miniserve -> miniserve
2025-08-20T22:02:51.9874133Z [+] Installing: minisign -> minisign
2025-08-20T22:02:52.1986971Z [+] Installing: ncdu -> ncdu
2025-08-20T22:02:52.3934151Z [+] Installing: notify -> notify
2025-08-20T22:02:52.9835155Z [+] Installing: ouch -> ouch
2025-08-20T22:02:53.4932179Z [+] Installing: oras -> oras
2025-08-20T22:02:53.7274498Z [+] Installing: pipetty -> pipetty
2025-08-20T22:02:54.1894469Z [+] Installing: pixterm -> pixterm
2025-08-20T22:02:54.6937735Z [+] Installing: qsv -> qsv
2025-08-20T22:02:55.2320865Z [+] Installing: rclone -> rclone
2025-08-20T22:02:55.9196734Z [+] Installing: ripgrep -> rg
2025-08-20T22:02:56.4098861Z [+] Installing: rga -> rga
2025-08-20T22:02:56.6157642Z [+] Installing: rsync -> rsync
2025-08-20T22:02:57.2696670Z [+] Installing: script -> script
2025-08-20T22:02:57.4291288Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:02:58.0701677Z [+] Installing: soar -> soar
2025-08-20T22:02:58.2978980Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:02:58.8044426Z [+] Installing: sstrip -> sstrip
2025-08-20T22:02:59.2491732Z [+] Installing: strace -> strace
2025-08-20T22:02:59.7407472Z [+] Installing: sttr -> sttr
2025-08-20T22:03:00.2588443Z [+] Installing: tailscale -> tailscale
2025-08-20T22:03:00.8158734Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:03:01.4261468Z [+] Installing: taplo -> taplo
2025-08-20T22:03:01.9839156Z [+] Installing: tldr -> tldr
2025-08-20T22:03:02.4839254Z [+] Installing: tldr -> tealdeer
2025-08-20T22:03:03.0025523Z [+] Installing: tmux -> tmux
2025-08-20T22:03:03.6527389Z [+] Installing: tok -> tok
2025-08-20T22:03:04.1243472Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:03:04.4657025Z [+] Installing: trurl -> trurl
2025-08-20T22:03:04.9843893Z [+] Installing: tss -> tss
2025-08-20T22:03:05.5213771Z [+] Installing: ulexec -> ulexec
2025-08-20T22:03:06.0671606Z [+] Installing: unfurl -> unfurl
2025-08-20T22:03:06.2829060Z [+] Installing: upx -> upx
2025-08-20T22:03:06.7584516Z [+] Installing: validtoml -> validtoml
2025-08-20T22:03:07.2915461Z [+] Installing: wget -> wget
2025-08-20T22:03:07.5055284Z [+] Installing: wget2 -> wget2
2025-08-20T22:03:08.0163728Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:03:08.5284793Z [+] Installing: xq -> xq
2025-08-20T22:03:09.0391186Z [+] Installing: xz -> xz
2025-08-20T22:03:09.4950210Z [+] Installing: unxz -> unxz
2025-08-20T22:03:09.9496923Z [+] Installing: yq -> yq
2025-08-20T22:03:10.5043279Z [+] Installing: yj -> yj
2025-08-20T22:03:10.7114501Z [+] Installing: zapper -> zapper
2025-08-20T22:03:11.1536181Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:03:11.3787559Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:03:11.8397038Z curl: (22) The requested URL returned error: 404
2025-08-20T22:03:11.8433927Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:03:11.8434564Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:03:12.3309738Z curl: (22) The requested URL returned error: 404
2025-08-20T22:03:12.3345166Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:03:12.3345575Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:03:12.7733598Z curl: (22) The requested URL returned error: 404
2025-08-20T22:03:12.7769960Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:03:12.7770323Z [+] Installing: zstd -> zstd
2025-08-20T22:03:13.2701826Z [+] Creating symlinks...
2025-08-20T22:03:13.2781764Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:03:13.2872070Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:03:13.2960084Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:03:13.3047020Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:03:13.3131205Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:03:13.3220046Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:03:13.3305481Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:03:13.3391986Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:03:13.3479330Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:03:13.3564384Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:03:13.3648278Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:03:13.3735729Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:03:13.3825395Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:03:13.3912468Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:03:13.4000354Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:03:13.4087180Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:03:13.4174831Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:03:13.4211912Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:03:13.4292177Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:03:13.4380079Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:03:13.4470754Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:03:13.4509055Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:03:13.4589444Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:03:13.4681503Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:03:13.4773188Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:03:13.4865391Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:03:13.4956644Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:03:13.5047845Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:03:13.5137569Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:03:13.5229051Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:03:13.5324324Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:03:13.5416209Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:03:13.5511350Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:03:13.5602205Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:03:13.5695811Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:03:13.5790874Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:03:13.5882979Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:03:13.5971007Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:03:13.6055724Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:03:13.6141695Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:03:13.6231923Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:03:13.6320310Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:03:13.6408386Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:03:13.6499776Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:03:13.6536951Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:03:13.6563291Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:03:13.6642606Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:03:13.6728901Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:03:13.6817480Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:03:13.6912587Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:03:13.7003879Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:03:13.7095036Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:03:13.7184676Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:03:13.7268762Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:03:13.7353948Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:03:13.7443326Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:03:13.7528894Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:03:13.7614484Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:03:13.7697363Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:03:13.7790976Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:03:13.7879675Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:03:13.7968758Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:03:13.8061889Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:03:13.8153419Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:03:13.8245907Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:03:13.8333829Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:03:13.8423203Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:03:13.8514505Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:03:13.8605472Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:03:13.8695305Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:03:13.8785174Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:03:13.8877868Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:03:13.8969483Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:03:13.9056259Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:03:13.9143324Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:03:13.9228572Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:03:13.9316331Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:03:13.9403022Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:03:13.9491692Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:03:13.9580955Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:03:13.9685428Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:03:13.9798270Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:03:13.9892916Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:03:13.9985855Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:03:14.0081561Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:03:14.0171318Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:03:14.0259114Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:03:14.0347216Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:03:14.0436937Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:03:14.0525927Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:03:14.0613065Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:03:14.0699140Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:03:14.0792963Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:03:14.0880755Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:03:14.0966342Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:03:14.1003648Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:03:14.1028751Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:03:14.1053743Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:03:14.1127566Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:03:14.1152824Z 
2025-08-20T22:03:14.1153444Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:03:14.1153814Z 
2025-08-20T22:03:14.1294919Z 
2025-08-20T22:03:14.1379051Z 
2025-08-20T22:03:14.1379636Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:03:14.1388104Z 
2025-08-20T22:03:14.1388228Z [+] Installation completed!
2025-08-20T22:03:14.1462541Z 
2025-08-20T22:03:14.1462798Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:03:14.6203616Z github.com
2025-08-20T22:03:14.6204286Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:03:14.6204600Z   - Active account: true
2025-08-20T22:03:14.6204853Z   - Git operations protocol: https
2025-08-20T22:03:14.6205115Z   - Token: ghp_************************************
2025-08-20T22:03:14.6205746Z   - 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-20T22:03:14.6206391Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:03:14.6206719Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:03:14.7928872Z Limit: 5000, Remaining: 4935, Reset: 2025-08-20 22:27:57 +0000 UTC (24m42s)
2025-08-20T22:03:14.7937847Z 
2025-08-20T22:03:14.7938007Z [+] GHCR_TOKEN is Exported
2025-08-20T22:03:14.7968796Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:03:15.1194374Z Login Succeeded
2025-08-20T22:03:15.1205498Z 
2025-08-20T22:03:15.1205958Z [+] GITLAB is Exported
2025-08-20T22:03:15.2830107Z [git remote -v]
2025-08-20T22:03:15.6084979Z gitlab.com
2025-08-20T22:03:15.6085663Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:03:15.6086197Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:03:15.6086653Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:03:15.6087035Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:03:15.6087529Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:03:15.6091708Z   ✓ Token found: **************************
2025-08-20T22:03:15.6091906Z 
2025-08-20T22:03:15.6092433Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:03:15.6093054Z [git remote -v]
2025-08-20T22:03:15.6103973Z 2025/08/20 22:03:15 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:03:15.6104599Z git: exit status 128]
2025-08-20T22:03:15.8972125Z 
2025-08-20T22:03:15.8972555Z 
2025-08-20T22:03:15.8973275Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:03:15 PM)
2025-08-20T22:03:15.8973679Z 
2025-08-20T22:03:15.8973683Z 
2025-08-20T22:03:15.8973766Z [+] USER = runner
2025-08-20T22:03:15.8973936Z [+] HOME = /home/runner
2025-08-20T22:03:15.8976213Z [+] 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-20T22:03:15.8978310Z 
2025-08-20T22:03:16.0361425Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:03:16.0608639Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:03:16.2819248Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:03:16.3920174Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:03:16.5021466Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:03:16.6122714Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:03:17.5294097Z Reading package lists...
2025-08-20T22:03:17.5605713Z Reading package lists...
2025-08-20T22:03:17.8077869Z Building dependency tree...
2025-08-20T22:03:17.8085643Z Reading state information...
2025-08-20T22:03:18.1296385Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:03:18.1296758Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:03:18.1297178Z ca-certificates is already the newest version (20240203).
2025-08-20T22:03:18.1297612Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:03:18.1297993Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:03:18.1298562Z moreutils is already the newest version (0.69-1).
2025-08-20T22:03:18.1298977Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:03:18.1299482Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:03:18.1299899Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:03:18.2632693Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:03:18.2750591Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:03:18.3181288Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:03:18.3643624Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:03:18.4106922Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:03:18.4570627Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:03:19.4416500Z Reading package lists...
2025-08-20T22:03:19.4747956Z Reading package lists...
2025-08-20T22:03:19.7253446Z Building dependency tree...
2025-08-20T22:03:19.7263163Z Reading state information...
2025-08-20T22:03:19.9973138Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:03:19.9973654Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:03:19.9974289Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:03:19.9974656Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:03:19.9975069Z ca-certificates is already the newest version (20240203).
2025-08-20T22:03:19.9975504Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:03:19.9975858Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:03:19.9976225Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:03:19.9976927Z gawk set to manually installed.
2025-08-20T22:03:19.9977248Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:03:19.9977637Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:03:19.9978004Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:03:19.9978358Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:03:19.9978791Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:03:19.9979207Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:03:19.9979594Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:03:19.9979958Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:03:19.9980296Z The following additional packages will be installed:
2025-08-20T22:03:19.9980758Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:03:19.9981238Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:03:19.9981751Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:03:19.9982241Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:03:19.9982888Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:03:19.9983325Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:03:19.9988202Z Suggested packages:
2025-08-20T22:03:19.9988706Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:03:19.9989249Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:03:19.9989759Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:03:19.9990242Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:03:19.9990707Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:03:19.9991149Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:03:19.9991547Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:03:20.0223596Z The following NEW packages will be installed:
2025-08-20T22:03:20.0224062Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:03:20.0224794Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:03:20.0225382Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:03:20.0225854Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:03:20.0226758Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:03:20.0230442Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:03:20.0231675Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:03:20.2637886Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:03:20.2638256Z Need to get 27.2 MB of archives.
2025-08-20T22:03:20.2638596Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:03:20.2639150Z 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-20T22:03:21.1905927Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:03:21.7459721Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:03:21.9690384Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:03:22.0794547Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:03:22.1911540Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:03:22.4231419Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:03:22.6522785Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:03:22.8848207Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:03:22.9985216Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:03:24.1543067Z 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-20T22:03:24.3769758Z 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-20T22:03:25.0935530Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:03:25.2126201Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:03:25.3247237Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:03:25.4450044Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:03:25.5564866Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:03:26.1793409Z 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-20T22:03:26.2906579Z 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-20T22:03:26.4059611Z 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-20T22:03:26.5166252Z 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-20T22:03:26.6276212Z 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-20T22:03:26.9826830Z 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-20T22:03:27.4514456Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:03:27.8627054Z 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-20T22:03:28.0098326Z 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-20T22:03:28.6621567Z 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-20T22:03:28.8538463Z 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-20T22:03:29.0617031Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:03:29.1837107Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:03:29.2976477Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:03:29.4175700Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:03:29.5371955Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:03:30.2463109Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:03:30.9370276Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:03:31.3003238Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:03:31.5737958Z Preconfiguring packages ...
2025-08-20T22:03:31.6880097Z Fetched 27.2 MB in 11s (2413 kB/s)
2025-08-20T22:03:31.7385552Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:03:31.7418054Z (Reading database ... 
2025-08-20T22:03:31.7418297Z (Reading database ... 5%
2025-08-20T22:03:31.7418500Z (Reading database ... 10%
2025-08-20T22:03:31.7418700Z (Reading database ... 15%
2025-08-20T22:03:31.7418911Z (Reading database ... 20%
2025-08-20T22:03:31.7419109Z (Reading database ... 25%
2025-08-20T22:03:31.7419801Z (Reading database ... 30%
2025-08-20T22:03:31.7420062Z (Reading database ... 35%
2025-08-20T22:03:31.7420266Z (Reading database ... 40%
2025-08-20T22:03:31.7420462Z (Reading database ... 45%
2025-08-20T22:03:31.7420656Z (Reading database ... 50%
2025-08-20T22:03:31.7444198Z (Reading database ... 55%
2025-08-20T22:03:31.7542225Z (Reading database ... 60%
2025-08-20T22:03:31.7587572Z (Reading database ... 65%
2025-08-20T22:03:31.7603556Z (Reading database ... 70%
2025-08-20T22:03:31.7627053Z (Reading database ... 75%
2025-08-20T22:03:31.7783746Z (Reading database ... 80%
2025-08-20T22:03:31.7879096Z (Reading database ... 85%
2025-08-20T22:03:31.7911586Z (Reading database ... 90%
2025-08-20T22:03:31.8028661Z (Reading database ... 95%
2025-08-20T22:03:31.8028883Z (Reading database ... 100%
2025-08-20T22:03:31.8029184Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:03:31.8072413Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:03:31.8310030Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:03:31.9940697Z Selecting previously unselected package poppler-data.
2025-08-20T22:03:32.0105861Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:03:32.0176770Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:03:32.1519791Z Selecting previously unselected package b3sum.
2025-08-20T22:03:32.1701353Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:03:32.1781606Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:03:32.2552042Z Selecting previously unselected package build-essential.
2025-08-20T22:03:32.2741032Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:03:32.2836641Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:03:32.3578442Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:03:32.3760967Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:03:32.3927756Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:03:32.4767765Z Selecting previously unselected package ccache.
2025-08-20T22:03:32.4937595Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:03:32.5036228Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:03:32.6151627Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:03:32.6319486Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:03:32.6413099Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:03:32.7288922Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:03:32.7475339Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:03:32.7550722Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:03:32.8247046Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:03:32.8440219Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:03:32.8518143Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:03:32.9521025Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:03:32.9715113Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:03:33.0375367Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:03:33.1664672Z Selecting previously unselected package libgs-common.
2025-08-20T22:03:33.1835486Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:03:33.1920610Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:03:33.2574546Z Selecting previously unselected package libgs10-common.
2025-08-20T22:03:33.2767827Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:03:33.2962616Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:03:33.3896473Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:03:33.4079241Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:03:33.4147364Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:03:33.4875671Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:03:33.5059397Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:03:33.5133238Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:03:33.5965489Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:03:33.6134408Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:03:33.6211912Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:03:33.7063432Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:03:33.7229923Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:03:33.7309776Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:03:33.7991809Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:03:33.8183898Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:03:33.8257608Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:03:34.0061040Z Selecting previously unselected package ghostscript.
2025-08-20T22:03:34.0245068Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:03:34.0322716Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:03:34.1122763Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:03:34.1294146Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:03:34.1374271Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:03:34.3279154Z Selecting previously unselected package imagemagick.
2025-08-20T22:03:34.3469695Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:03:34.9421487Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:03:35.0004507Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:03:35.0183921Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:03:35.0254269Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:03:35.0969787Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:03:35.1141951Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:03:35.1233386Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:03:35.2117961Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:03:35.2278958Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:03:35.2371383Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:03:35.3108653Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:03:35.3263832Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:03:35.3332855Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:03:35.3923296Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:03:35.4102885Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:03:35.4173893Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:03:35.4929262Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:03:35.5113148Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:03:35.5181459Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:03:35.6033574Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:03:35.6215153Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:03:35.6285747Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:03:35.6918079Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:03:35.7090165Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:03:35.7157881Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:03:35.7857128Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:03:35.8016601Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:03:35.8084656Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:03:35.8700296Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:03:35.8854468Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:03:35.8925362Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:03:35.9495206Z Selecting previously unselected package libtool-bin.
2025-08-20T22:03:35.9668496Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:03:35.9741177Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:03:36.0453137Z Selecting previously unselected package lzip.
2025-08-20T22:03:36.0636530Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:03:36.0723185Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:03:36.1454532Z Selecting previously unselected package netpbm.
2025-08-20T22:03:36.1639086Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:03:36.1754564Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:03:36.4214671Z Selecting previously unselected package musl:arm64.
2025-08-20T22:03:36.4379949Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:03:36.4447829Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:03:36.5223510Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:03:36.5387031Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:03:36.5484011Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:03:36.6360838Z Selecting previously unselected package musl-tools.
2025-08-20T22:03:36.6556476Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:03:36.6635938Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:03:36.7440705Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:03:36.9004964Z 
2025-08-20T22:03:36.9005600Z Creating config file /etc/papersize with new version
2025-08-20T22:03:37.0211621Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:03:37.0426382Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:03:37.0715507Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:03:37.0946947Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:03:37.1163045Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:03:37.1402939Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:03:37.1612865Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:03:37.1822808Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:03:37.2449295Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:03:37.2670140Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:03:37.2871949Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:03:37.3059029Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:03:37.3135286Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:03:37.3211381Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:03:37.3373967Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:03:37.3580022Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:03:37.3771322Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:03:37.3978089Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:03:37.4184326Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:03:37.4370649Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:03:37.4444791Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:03:37.4528043Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:03:37.4615296Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:03:37.4704215Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:03:37.4777701Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:03:37.4868924Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:03:37.4951398Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:03:37.5048178Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:03:37.5137445Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:03:37.5221712Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:03:37.5311195Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:03:37.5398257Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:03:37.5477388Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:03:37.5572629Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:03:37.5663045Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:03:37.5751643Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:03:37.5885456Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:03:37.6024891Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:03:37.6103488Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:03:37.6191414Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:03:37.6292714Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:03:37.6430606Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:03:37.6638761Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:03:37.7017222Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:03:37.7245457Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:03:37.7696540Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:03:37.7913874Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:03:37.8126950Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:03:37.8330624Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:03:37.8478139Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:03:37.8655644Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:03:37.8850133Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:03:37.9081807Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:03:37.9293840Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:03:37.9511046Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:03:37.9711810Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:03:37.9939876Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:03:38.2047547Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:03:38.2253150Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:03:38.2448235Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:03:38.2666275Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:03:38.3355696Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:03:38.4253317Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:03:38.8218063Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:03:40.1201882Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:03:40.1539574Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:03:42.9194327Z Reading package lists...
2025-08-20T22:03:43.1624750Z Building dependency tree...
2025-08-20T22:03:43.1632450Z Reading state information...
2025-08-20T22:03:43.4406792Z autoconf is already the newest version (2.71-3).
2025-08-20T22:03:43.4407201Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:03:43.4407543Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:03:43.4407875Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:03:43.4408217Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:03:43.4408561Z ca-certificates is already the newest version (20240203).
2025-08-20T22:03:43.4408890Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:03:43.4409189Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:03:43.4409493Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:03:43.4409804Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:03:43.4410119Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:03:43.4410430Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:03:43.4411131Z patch set to manually installed.
2025-08-20T22:03:43.4411416Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:03:43.4411743Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:03:43.4412048Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:03:43.4412563Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:03:43.4412833Z Suggested packages:
2025-08-20T22:03:43.4413014Z   scons-doc
2025-08-20T22:03:43.4570744Z The following NEW packages will be installed:
2025-08-20T22:03:43.4578328Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:03:43.6863527Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:03:43.6863877Z Need to get 17.8 MB of archives.
2025-08-20T22:03:43.6864172Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:03:43.6864687Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:03:43.9780181Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:03:44.0250802Z 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-20T22:03:44.3951174Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:03:44.4449374Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:03:44.7229965Z Fetched 17.8 MB in 1s (18.2 MB/s)
2025-08-20T22:03:44.7514348Z Selecting previously unselected package autopoint.
2025-08-20T22:03:44.7546364Z (Reading database ... 
2025-08-20T22:03:44.7546597Z (Reading database ... 5%
2025-08-20T22:03:44.7546806Z (Reading database ... 10%
2025-08-20T22:03:44.7547003Z (Reading database ... 15%
2025-08-20T22:03:44.7547199Z (Reading database ... 20%
2025-08-20T22:03:44.7548888Z (Reading database ... 25%
2025-08-20T22:03:44.7549183Z (Reading database ... 30%
2025-08-20T22:03:44.7549389Z (Reading database ... 35%
2025-08-20T22:03:44.7549589Z (Reading database ... 40%
2025-08-20T22:03:44.7549784Z (Reading database ... 45%
2025-08-20T22:03:44.7550206Z (Reading database ... 50%
2025-08-20T22:03:44.7570134Z (Reading database ... 55%
2025-08-20T22:03:44.7657074Z (Reading database ... 60%
2025-08-20T22:03:44.7695601Z (Reading database ... 65%
2025-08-20T22:03:44.7709629Z (Reading database ... 70%
2025-08-20T22:03:44.7737772Z (Reading database ... 75%
2025-08-20T22:03:44.7859487Z (Reading database ... 80%
2025-08-20T22:03:44.7933091Z (Reading database ... 85%
2025-08-20T22:03:44.7962589Z (Reading database ... 90%
2025-08-20T22:03:44.8066693Z (Reading database ... 95%
2025-08-20T22:03:44.8066927Z (Reading database ... 100%
2025-08-20T22:03:44.8067224Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:03:44.8108887Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:03:44.8184804Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:03:44.8977836Z Selecting previously unselected package clang.
2025-08-20T22:03:44.9143051Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:03:44.9229247Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:03:44.9846318Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:03:45.0001423Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:03:45.0080769Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:03:45.9889518Z Selecting previously unselected package scons.
2025-08-20T22:03:46.0085130Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:03:46.0169899Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:03:46.1107678Z Selecting previously unselected package byacc.
2025-08-20T22:03:46.1271236Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:03:46.1344642Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:03:46.2224761Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:03:46.2483037Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:03:46.2783276Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:03:46.3381584Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:03:46.7147006Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:03:46.7366881Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:03:48.0040595Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:03:49.3136018Z Reading package lists...
2025-08-20T22:03:49.5608641Z Building dependency tree...
2025-08-20T22:03:49.5616620Z Reading state information...
2025-08-20T22:03:49.8292163Z The following additional packages will be installed:
2025-08-20T22:03:49.8292826Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:03:49.8293177Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:03:49.8293613Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:03:49.8294088Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:03:49.8294535Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:03:49.8294960Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:03:49.8295410Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:03:49.8296072Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:03:49.8298120Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:03:49.8307967Z Suggested packages:
2025-08-20T22:03:49.8308249Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:03:49.8308635Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:03:49.8309044Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:03:49.8311438Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:03:49.8311849Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:03:49.8312455Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:03:49.8312920Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:03:49.8313393Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:03:49.8313756Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:03:49.8313979Z Recommended packages:
2025-08-20T22:03:49.8314256Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:03:49.8314684Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:03:49.8315080Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:03:49.8315445Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:03:49.8315768Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:03:49.8508291Z The following NEW packages will be installed:
2025-08-20T22:03:49.8509037Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:03:49.8509450Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:03:49.8512435Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:03:49.8513211Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:03:49.8513664Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:03:49.8514120Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:03:49.8514571Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:03:49.8515398Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:03:49.8516973Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:03:49.9634491Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:03:49.9635110Z Need to get 2409 kB of archives.
2025-08-20T22:03:49.9635423Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:03:49.9635938Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:03:50.0136022Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:03:50.0678296Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:03:50.1620228Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:03:50.2107823Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:03:50.2631031Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:03:50.3235492Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:03:50.3733533Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:03:50.4244292Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:03:50.4754652Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:03:50.5290886Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:03:50.5818101Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:03:50.6322956Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:03:50.6838112Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:03:50.7387258Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:03:50.8059289Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:03:50.8569450Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:03:51.0791629Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:03:51.1279008Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:03:51.1758081Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:03:51.2225249Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:03:51.3174270Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:03:51.3734876Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:03:51.4207547Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:03:51.4675868Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:03:51.5145272Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:03:51.5632977Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:03:51.6143959Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:03:51.6640954Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:03:51.7120806Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:03:52.0477891Z Fetched 2409 kB in 2s (1263 kB/s)
2025-08-20T22:03:52.0750228Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:03:52.0783058Z (Reading database ... 
2025-08-20T22:03:52.0783287Z (Reading database ... 5%
2025-08-20T22:03:52.0783484Z (Reading database ... 10%
2025-08-20T22:03:52.0783683Z (Reading database ... 15%
2025-08-20T22:03:52.0783875Z (Reading database ... 20%
2025-08-20T22:03:52.0784708Z (Reading database ... 25%
2025-08-20T22:03:52.0784954Z (Reading database ... 30%
2025-08-20T22:03:52.0785152Z (Reading database ... 35%
2025-08-20T22:03:52.0785346Z (Reading database ... 40%
2025-08-20T22:03:52.0785542Z (Reading database ... 45%
2025-08-20T22:03:52.0785735Z (Reading database ... 50%
2025-08-20T22:03:52.0807263Z (Reading database ... 55%
2025-08-20T22:03:52.0897837Z (Reading database ... 60%
2025-08-20T22:03:52.0938459Z (Reading database ... 65%
2025-08-20T22:03:52.0953559Z (Reading database ... 70%
2025-08-20T22:03:52.0983917Z (Reading database ... 75%
2025-08-20T22:03:52.1123379Z (Reading database ... 80%
2025-08-20T22:03:52.1208886Z (Reading database ... 85%
2025-08-20T22:03:52.1239932Z (Reading database ... 90%
2025-08-20T22:03:52.1347219Z (Reading database ... 95%
2025-08-20T22:03:52.1347436Z (Reading database ... 100%
2025-08-20T22:03:52.1347745Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:03:52.1389041Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:03:52.1469870Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:03:52.2219110Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:03:52.2392943Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:03:52.2464453Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:03:52.3076422Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:03:52.3247274Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:03:52.3322834Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:03:52.3939754Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:03:52.4132827Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:03:52.4211572Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:03:52.4769747Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:03:52.4958993Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:03:52.5048681Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:03:52.5681482Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:03:52.5862955Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:03:52.5949427Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:03:52.6591179Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:03:52.6769320Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:03:52.6857189Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:03:52.7419833Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:03:52.7576098Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:03:52.7648569Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:03:52.8226901Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:03:52.8388022Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:03:52.8454664Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:03:52.9045007Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:03:52.9214342Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:03:52.9293255Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:03:52.9856729Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:03:53.0050153Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:03:53.0136361Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:03:53.0919800Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:03:53.1106944Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:03:53.1208035Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:03:53.1836424Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:03:53.2024925Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:03:53.2094218Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:03:53.2720333Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:03:53.2900369Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:03:53.3224089Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:03:53.3791909Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:03:53.3953336Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:03:53.4055370Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:03:53.4715787Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:03:53.4880919Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:03:53.4953872Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:03:53.5525919Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:03:53.5708902Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:03:53.5780349Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:03:53.6547573Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:03:53.6734064Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:03:53.6824007Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:03:53.7413708Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:03:53.7599424Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:03:53.7675102Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:03:53.8304045Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:03:53.8482995Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:03:53.8550654Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:03:53.9257727Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:03:53.9427066Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:03:53.9503773Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:03:54.0196720Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:03:54.0357911Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:03:54.0443655Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:03:54.1076937Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:03:54.1239269Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:03:54.1311424Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:03:54.1863892Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:03:54.2053224Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:03:54.2147787Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:03:54.2746524Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:03:54.2932092Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:03:54.3003149Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:03:54.3627115Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:03:54.3810294Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:03:54.3882962Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:03:54.4473814Z Selecting previously unselected package libwww-perl.
2025-08-20T22:03:54.4640502Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:03:54.4717513Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:03:54.5369555Z Selecting previously unselected package patchutils.
2025-08-20T22:03:54.5545716Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:03:54.5619255Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:03:54.6274845Z Selecting previously unselected package wdiff.
2025-08-20T22:03:54.6438434Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:03:54.6511505Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:03:54.7430009Z Selecting previously unselected package devscripts.
2025-08-20T22:03:54.7617703Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:03:54.7873387Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:03:54.9351219Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:03:54.9600555Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:03:54.9830703Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:03:55.0043876Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:03:55.0252064Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:03:55.0458029Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:03:55.0697963Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:03:55.0906204Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:03:55.1114647Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:03:55.1317644Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:03:55.1519752Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:03:55.1728796Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:03:55.1942125Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:03:55.2162169Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:03:55.2367056Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:03:55.2580890Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:03:55.2848195Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:03:55.3047526Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:03:55.3303910Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:03:55.3536715Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:03:55.3817323Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:03:55.4174594Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:03:55.4445541Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:03:55.4690374Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:03:55.4919194Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:03:55.5116959Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:03:55.5344255Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:03:55.5560109Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:03:55.5794630Z Setting up devscripts (2.23.7) ...
2025-08-20T22:03:55.7219600Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:03:55.7435342Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:03:57.3112431Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:03:58.9907465Z Reading package lists...
2025-08-20T22:03:59.2556946Z Building dependency tree...
2025-08-20T22:03:59.2566597Z Reading state information...
2025-08-20T22:03:59.6126709Z The following additional packages will be installed:
2025-08-20T22:03:59.6133180Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:03:59.6141901Z Suggested packages:
2025-08-20T22:03:59.6142126Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:03:59.6310708Z The following NEW packages will be installed:
2025-08-20T22:03:59.6319601Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:03:59.8726907Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:03:59.8727258Z Need to get 12.7 MB of archives.
2025-08-20T22:03:59.8727572Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:03:59.8728085Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:04:00.2786966Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:04:00.5359365Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:04:01.1201004Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:04:02.5146747Z Fetched 12.7 MB in 3s (4866 kB/s)
2025-08-20T22:04:02.5512659Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:04:02.5546254Z (Reading database ... 
2025-08-20T22:04:02.5546554Z (Reading database ... 5%
2025-08-20T22:04:02.5546763Z (Reading database ... 10%
2025-08-20T22:04:02.5546962Z (Reading database ... 15%
2025-08-20T22:04:02.5547157Z (Reading database ... 20%
2025-08-20T22:04:02.5547352Z (Reading database ... 25%
2025-08-20T22:04:02.5547548Z (Reading database ... 30%
2025-08-20T22:04:02.5547743Z (Reading database ... 35%
2025-08-20T22:04:02.5547932Z (Reading database ... 40%
2025-08-20T22:04:02.5548504Z (Reading database ... 45%
2025-08-20T22:04:02.5548698Z (Reading database ... 50%
2025-08-20T22:04:02.5568919Z (Reading database ... 55%
2025-08-20T22:04:02.5656545Z (Reading database ... 60%
2025-08-20T22:04:02.5697670Z (Reading database ... 65%
2025-08-20T22:04:02.5712522Z (Reading database ... 70%
2025-08-20T22:04:02.5740822Z (Reading database ... 75%
2025-08-20T22:04:02.5866649Z (Reading database ... 80%
2025-08-20T22:04:02.5943011Z (Reading database ... 85%
2025-08-20T22:04:02.6000736Z (Reading database ... 90%
2025-08-20T22:04:02.6064754Z (Reading database ... 95%
2025-08-20T22:04:02.6064981Z (Reading database ... 100%
2025-08-20T22:04:02.6065279Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:04:02.6102113Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:04:02.6315739Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:04:02.7086446Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:04:02.7268802Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:04:02.7374371Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:04:02.8162196Z Selecting previously unselected package cmake-data.
2025-08-20T22:04:02.8342892Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:04:02.8465702Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:04:03.8376366Z Selecting previously unselected package cmake.
2025-08-20T22:04:03.8586667Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:04:03.8691313Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:04:04.1160535Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:04:04.1459509Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:04:04.1717029Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:04:04.2004950Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:04:04.2275276Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:04:05.6579228Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:04:07.2376688Z Reading package lists...
2025-08-20T22:04:07.4825089Z Building dependency tree...
2025-08-20T22:04:07.4836091Z Reading state information...
2025-08-20T22:04:07.7618823Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:04:07.7619220Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:04:07.7619537Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:04:07.7620315Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:04:07.7620667Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:04:07.7620985Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:04:07.7621335Z ca-certificates is already the newest version (20240203).
2025-08-20T22:04:07.7621636Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:04:07.7621938Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:04:07.7622414Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:04:07.7622752Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:04:07.7623042Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:04:07.7623380Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:04:07.7623738Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:04:07.7624044Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:04:07.7624355Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:04:07.7624718Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:04:07.7625028Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:04:07.7625303Z musl is already the newest version (1.2.4-2).
2025-08-20T22:04:07.7625575Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:04:07.7625861Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:04:07.7626196Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:04:07.7626750Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:04:07.7627051Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:04:07.7627353Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:04:07.7627680Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:04:07.7816340Z Reading package lists...
2025-08-20T22:04:08.0011423Z Building dependency tree...
2025-08-20T22:04:08.0019030Z Reading state information...
2025-08-20T22:04:08.2796724Z autoconf is already the newest version (2.71-3).
2025-08-20T22:04:08.2797134Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:04:08.2797485Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:04:08.2797814Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:04:08.2798138Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:04:08.2798478Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:04:08.2798826Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:04:08.2799146Z ca-certificates is already the newest version (20240203).
2025-08-20T22:04:08.2799459Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:04:08.2799756Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:04:08.2800048Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:04:08.2800350Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:04:08.2800664Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:04:08.2800982Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:04:08.2801293Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:04:08.2801605Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:04:08.2801935Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:04:08.2802519Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:04:08.2802896Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:04:08.2803187Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:04:08.2803482Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:04:08.2803818Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:04:08.2998026Z Reading package lists...
2025-08-20T22:04:08.5536172Z Building dependency tree...
2025-08-20T22:04:08.5544681Z Reading state information...
2025-08-20T22:04:08.9041038Z devscripts is already the newest version (2.23.7).
2025-08-20T22:04:08.9041437Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:04:08.9250558Z Reading package lists...
2025-08-20T22:04:09.1905310Z Building dependency tree...
2025-08-20T22:04:09.1912991Z Reading state information...
2025-08-20T22:04:09.6090975Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:04:09.6091403Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:04:09.6300224Z Reading package lists...
2025-08-20T22:04:09.8845986Z Building dependency tree...
2025-08-20T22:04:09.8854164Z Reading state information...
2025-08-20T22:04:10.2316251Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:04:10.2316707Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:04:10.2857793Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:04:10.3327507Z Reading package lists...
2025-08-20T22:04:10.5989254Z Building dependency tree...
2025-08-20T22:04:10.5996940Z Reading state information...
2025-08-20T22:04:10.9250568Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:04:10.9250994Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:04:10.9251357Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:04:10.9251723Z The following additional packages will be installed:
2025-08-20T22:04:10.9252681Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:04:10.9253094Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:04:10.9253548Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:04:10.9253936Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:04:10.9254328Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:04:10.9254777Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:04:10.9255181Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:04:10.9255592Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:04:10.9255967Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:04:10.9256359Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:04:10.9256786Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:04:10.9257152Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:04:10.9257523Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:04:10.9257966Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:04:10.9258309Z   linux-libc-dev-armhf-cross
2025-08-20T22:04:10.9268035Z Suggested packages:
2025-08-20T22:04:10.9268408Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:04:10.9268793Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:04:10.9630313Z The following NEW packages will be installed:
2025-08-20T22:04:10.9630732Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:04:10.9631139Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:04:10.9631592Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:04:10.9632061Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:04:10.9632602Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:04:10.9633000Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:04:10.9633417Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:04:10.9633804Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:04:10.9634710Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:04:10.9635131Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:04:10.9635536Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:04:10.9636564Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:04:10.9636936Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:04:10.9637313Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:04:10.9640130Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:04:11.0777648Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:04:11.0778017Z Need to get 112 MB of archives.
2025-08-20T22:04:11.0778309Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:04:11.0779000Z 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-20T22:04:11.2233421Z 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-20T22:04:11.6375053Z 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-20T22:04:11.6844442Z 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-20T22:04:11.8381454Z 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-20T22:04:11.8845768Z 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-20T22:04:11.9312166Z 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-20T22:04:11.9965227Z 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-20T22:04:12.0432829Z 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-20T22:04:12.0903120Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:04:12.1426721Z 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-20T22:04:12.1896504Z 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-20T22:04:12.2376336Z 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-20T22:04:12.2842978Z 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-20T22:04:12.3466772Z 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-20T22:04:12.3970553Z 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-20T22:04:12.5375247Z 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-20T22:04:12.5891109Z 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-20T22:04:12.8678965Z 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-20T22:04:12.9295811Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:04:12.9920100Z 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-20T22:04:13.0662765Z 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-20T22:04:13.2404505Z 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-20T22:04:13.3256281Z 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-20T22:04:13.3724158Z 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-20T22:04:13.4192739Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:04:13.4801375Z 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-20T22:04:13.5268829Z 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-20T22:04:13.5743506Z 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-20T22:04:13.6212117Z 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-20T22:04:13.7004023Z 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-20T22:04:13.7538607Z 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-20T22:04:13.8126214Z 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-20T22:04:13.9554624Z 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-20T22:04:14.2199675Z 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-20T22:04:14.2812877Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:04:14.3431438Z 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-20T22:04:14.4171657Z 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-20T22:04:14.5911945Z 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-20T22:04:14.6377573Z 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-20T22:04:14.6849380Z 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-20T22:04:14.7310597Z 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-20T22:04:15.0221082Z Fetched 112 MB in 4s (29.9 MB/s)
2025-08-20T22:04:15.0558313Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:04:15.0590985Z (Reading database ... 
2025-08-20T22:04:15.0591207Z (Reading database ... 5%
2025-08-20T22:04:15.0591409Z (Reading database ... 10%
2025-08-20T22:04:15.0591607Z (Reading database ... 15%
2025-08-20T22:04:15.0591803Z (Reading database ... 20%
2025-08-20T22:04:15.0591996Z (Reading database ... 25%
2025-08-20T22:04:15.0592191Z (Reading database ... 30%
2025-08-20T22:04:15.0593495Z (Reading database ... 35%
2025-08-20T22:04:15.0593726Z (Reading database ... 40%
2025-08-20T22:04:15.0593921Z (Reading database ... 45%
2025-08-20T22:04:15.0594121Z (Reading database ... 50%
2025-08-20T22:04:15.0615621Z (Reading database ... 55%
2025-08-20T22:04:15.0703289Z (Reading database ... 60%
2025-08-20T22:04:15.0743535Z (Reading database ... 65%
2025-08-20T22:04:15.0757629Z (Reading database ... 70%
2025-08-20T22:04:15.0786157Z (Reading database ... 75%
2025-08-20T22:04:15.0910138Z (Reading database ... 80%
2025-08-20T22:04:15.0984222Z (Reading database ... 85%
2025-08-20T22:04:15.1048695Z (Reading database ... 90%
2025-08-20T22:04:15.1112185Z (Reading database ... 95%
2025-08-20T22:04:15.1112626Z (Reading database ... 100%
2025-08-20T22:04:15.1112946Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:04:15.1147030Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:04:15.1231655Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:15.1826523Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:04:15.1991444Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:04:15.2087597Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:15.4548713Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:04:15.4737732Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:04:15.4808727Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:15.5423099Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:04:15.5618078Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:04:15.5725434Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:15.8122868Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:04:15.8284436Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:04:15.8358961Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:04:15.8964164Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:04:15.9126852Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:04:15.9198609Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:04:15.9780311Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:04:15.9945177Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:04:16.0097975Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:04:16.1372490Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:04:16.1562151Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:16.1649833Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:16.2377828Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:04:16.2560710Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:16.2638584Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:16.3290004Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:04:16.3467539Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:04:16.3544928Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:04:16.4339683Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:04:16.4497297Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:16.4568738Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:16.5189910Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:04:16.5359799Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:16.5432762Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:16.6127962Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:04:16.6300311Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:16.6383815Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:16.7025991Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:04:16.7221181Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:16.7290637Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:16.8443849Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:04:16.8634208Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:16.8709598Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:16.9473693Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:04:16.9654134Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:16.9729154Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:17.0527850Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:04:17.0694418Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:17.0773545Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:17.1793227Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:04:17.1963670Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:04:17.2060307Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:17.5975452Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:04:17.6159324Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:04:17.6229835Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:04:17.8606363Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:04:17.8805864Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:04:17.8913667Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:04:18.0219437Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:04:18.0411682Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:18.0483660Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:18.2814486Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:04:18.2984984Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:04:18.3657650Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:18.6129805Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:04:18.6316022Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:04:18.6427300Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:04:18.7587494Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:04:18.7777335Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:18.7876926Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:18.8575558Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:04:18.8747667Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:18.8821606Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:18.9449317Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:04:18.9619309Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:04:18.9692651Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:04:19.0649054Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:04:19.0836860Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:19.0923424Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:19.1524379Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:04:19.1719340Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:19.1805435Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:19.2508539Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:04:19.2693585Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:19.2773750Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:19.3439010Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:04:19.3614107Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:19.3677076Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:19.4947110Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:04:19.5115096Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:19.5215107Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:19.5979456Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:04:19.6138256Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:19.6221295Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:19.7101641Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:04:19.7291392Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:19.7361073Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:19.8236739Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:04:19.8434261Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:04:19.8535701Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:20.2592074Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:04:20.2750406Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:04:20.2884835Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:04:20.6129205Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:04:20.6306763Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:04:20.6373675Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:04:20.7623492Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:04:20.7781864Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:04:20.7847177Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:21.0191803Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:04:21.0384348Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:04:21.0490970Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:21.2870222Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:04:21.3039672Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:04:21.3105514Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:04:21.3583453Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:04:21.3745374Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:04:21.3844186Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:04:21.4381074Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:04:21.4541986Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:04:21.4617108Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:04:21.5116715Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:04:21.5293417Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:04:21.5374741Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:04:21.6177813Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:04:21.6434036Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:04:21.6683068Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:21.6995546Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:21.7332443Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:21.7587840Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:04:21.7835429Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:21.8083701Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:04:21.8325964Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:04:21.8557358Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:21.8777540Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:21.9023240Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:04:21.9251332Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:04:21.9502097Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:21.9746788Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:21.9954681Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.0193668Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.0413932Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.0656208Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.0894281Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.1100320Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:04:22.1306071Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.1553673Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.1758230Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:04:22.2002600Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.2207601Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.2424599Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.2637859Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:04:22.2862542Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.3193204Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.3392721Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.3647570Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.3863976Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.4089814Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.4327249Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:04:22.4603466Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.4869153Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.5108544Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.5340192Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:04:22.5614347Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:04:22.5900776Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:04:22.6123292Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:04:22.6355209Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:04:22.6437320Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:04:22.6566679Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:04:23.9960141Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:04:25.3228367Z Reading package lists...
2025-08-20T22:04:25.5647174Z Building dependency tree...
2025-08-20T22:04:25.5656566Z Reading state information...
2025-08-20T22:04:25.8351778Z The following additional packages will be installed:
2025-08-20T22:04:25.8352231Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:04:25.8357944Z   libpcap0.8-dev
2025-08-20T22:04:25.8654590Z The following NEW packages will be installed:
2025-08-20T22:04:25.8655737Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:04:25.8660504Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:04:25.8849076Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:04:26.1734306Z Need to get 1640 kB of archives.
2025-08-20T22:04:26.1734688Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:04:26.1735264Z 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-20T22:04:26.7437947Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:04:26.8951953Z 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-20T22:04:27.0470192Z 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-20T22:04:27.2990648Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:04:27.6825501Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:04:27.9122250Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:04:28.0225887Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:04:28.2970490Z Fetched 1640 kB in 2s (770 kB/s)
2025-08-20T22:04:28.3470353Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:04:28.3505025Z (Reading database ... 
2025-08-20T22:04:28.3505263Z (Reading database ... 5%
2025-08-20T22:04:28.3505732Z (Reading database ... 10%
2025-08-20T22:04:28.3505992Z (Reading database ... 15%
2025-08-20T22:04:28.3506195Z (Reading database ... 20%
2025-08-20T22:04:28.3506390Z (Reading database ... 25%
2025-08-20T22:04:28.3506582Z (Reading database ... 30%
2025-08-20T22:04:28.3507134Z (Reading database ... 35%
2025-08-20T22:04:28.3507348Z (Reading database ... 40%
2025-08-20T22:04:28.3507541Z (Reading database ... 45%
2025-08-20T22:04:28.3507733Z (Reading database ... 50%
2025-08-20T22:04:28.3529887Z (Reading database ... 55%
2025-08-20T22:04:28.3623780Z (Reading database ... 60%
2025-08-20T22:04:28.3662427Z (Reading database ... 65%
2025-08-20T22:04:28.3680079Z (Reading database ... 70%
2025-08-20T22:04:28.3705540Z (Reading database ... 75%
2025-08-20T22:04:28.3878487Z (Reading database ... 80%
2025-08-20T22:04:28.3911413Z (Reading database ... 85%
2025-08-20T22:04:28.3989515Z (Reading database ... 90%
2025-08-20T22:04:28.4055167Z (Reading database ... 95%
2025-08-20T22:04:28.4055375Z (Reading database ... 100%
2025-08-20T22:04:28.4055670Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:04:28.4091932Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:04:28.4175690Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:04:28.5271480Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:04:28.5465329Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:04:28.5613777Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:04:28.6327652Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:04:28.6500301Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:04:28.6580966Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:04:28.7281975Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:04:28.7448352Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:04:28.7516939Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:04:28.8220966Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:04:28.8382635Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:04:28.8456798Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:04:28.9443639Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:04:28.9641452Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:04:28.9742162Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:04:29.0423483Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:04:29.0613413Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:04:29.0689573Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:04:29.1467080Z Selecting previously unselected package pcaputils.
2025-08-20T22:04:29.1652686Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:04:29.1747425Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:04:29.2737817Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:04:29.2965630Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:04:29.4440436Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:04:29.4671539Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:04:29.5005499Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:04:29.7287087Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:04:29.7523811Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:04:29.7768256Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:04:29.8131567Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:04:31.4313483Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:04:31.4827965Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:04:31.5077521Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:04:32.7761837Z Reading package lists...
2025-08-20T22:04:33.0018859Z Building dependency tree...
2025-08-20T22:04:33.0028886Z Reading state information...
2025-08-20T22:04:33.0458564Z Reading package lists...
2025-08-20T22:04:33.2819940Z Building dependency tree...
2025-08-20T22:04:33.2828444Z Reading state information...
2025-08-20T22:04:33.5374580Z The following additional packages will be installed:
2025-08-20T22:04:33.5380333Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:04:33.5389089Z Suggested packages:
2025-08-20T22:04:33.5389414Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:04:33.5389924Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:04:33.5565094Z The following NEW packages will be installed:
2025-08-20T22:04:33.5565478Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:04:33.5570390Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:04:33.6698511Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:04:33.6698862Z Need to get 801 kB of archives.
2025-08-20T22:04:33.6699195Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:04:33.6699696Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:04:33.7864200Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:04:33.8830606Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:04:34.0453310Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:04:34.0961506Z 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-20T22:04:34.1438893Z 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-20T22:04:34.2044129Z 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-20T22:04:34.2513454Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:04:34.2998592Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:04:34.5717983Z Fetched 801 kB in 1s (1090 kB/s)
2025-08-20T22:04:34.6067851Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:04:34.6102048Z (Reading database ... 
2025-08-20T22:04:34.6102385Z (Reading database ... 5%
2025-08-20T22:04:34.6102643Z (Reading database ... 10%
2025-08-20T22:04:34.6102843Z (Reading database ... 15%
2025-08-20T22:04:34.6103040Z (Reading database ... 20%
2025-08-20T22:04:34.6103234Z (Reading database ... 25%
2025-08-20T22:04:34.6103429Z (Reading database ... 30%
2025-08-20T22:04:34.6103644Z (Reading database ... 35%
2025-08-20T22:04:34.6103836Z (Reading database ... 40%
2025-08-20T22:04:34.6104029Z (Reading database ... 45%
2025-08-20T22:04:34.6104219Z (Reading database ... 50%
2025-08-20T22:04:34.6126196Z (Reading database ... 55%
2025-08-20T22:04:34.6220599Z (Reading database ... 60%
2025-08-20T22:04:34.6256897Z (Reading database ... 65%
2025-08-20T22:04:34.6274399Z (Reading database ... 70%
2025-08-20T22:04:34.6300141Z (Reading database ... 75%
2025-08-20T22:04:34.6469209Z (Reading database ... 80%
2025-08-20T22:04:34.6502547Z (Reading database ... 85%
2025-08-20T22:04:34.6581773Z (Reading database ... 90%
2025-08-20T22:04:34.6648744Z (Reading database ... 95%
2025-08-20T22:04:34.6649081Z (Reading database ... 100%
2025-08-20T22:04:34.6649381Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:04:34.6688166Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:04:34.6836063Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:04:34.7428569Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:04:34.7596416Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:04:34.7676096Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:04:34.8290358Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:04:34.8454658Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:04:34.8531775Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:04:34.9382384Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:04:34.9560963Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:04:34.9641972Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:04:35.0233299Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:04:35.0418887Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:04:35.0490328Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:04:35.1216814Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:04:35.1391859Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:04:35.1456293Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:04:35.2046372Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:04:35.2221977Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:04:35.2299030Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:04:35.2963123Z Selecting previously unselected package lzma.
2025-08-20T22:04:35.3131012Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:04:35.3202157Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:04:35.3980409Z Selecting previously unselected package lzma-dev.
2025-08-20T22:04:35.4154459Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:04:35.4229313Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:04:35.5061616Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:04:35.5317992Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:04:35.5576236Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:04:35.5818038Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:04:35.6024318Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:04:35.6200928Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:04:35.6350757Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:04:35.6570956Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:04:35.6796229Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:04:35.7018021Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:04:35.7240924Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:04:35.7573939Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:04:37.1035628Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:04:38.4011981Z Reading package lists...
2025-08-20T22:04:38.6256359Z Building dependency tree...
2025-08-20T22:04:38.6266836Z Reading state information...
2025-08-20T22:04:38.9331367Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:04:38.9331813Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:04:38.9332141Z inetutils-telnet set to manually installed.
2025-08-20T22:04:38.9332578Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:04:38.9332911Z The following additional packages will be installed:
2025-08-20T22:04:38.9333177Z   tcpd update-inetd
2025-08-20T22:04:38.9492495Z The following packages will be REMOVED:
2025-08-20T22:04:38.9498929Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:04:38.9499238Z The following NEW packages will be installed:
2025-08-20T22:04:38.9499571Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:04:38.9499964Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:04:38.9507066Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:04:39.2372854Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:04:39.2373588Z Need to get 691 kB of archives.
2025-08-20T22:04:39.2373863Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:04:39.2374379Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:04:39.6037514Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:04:39.7428724Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:04:39.8818222Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:04:40.0455700Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:04:40.2543574Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:04:40.4235907Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:04:40.5818466Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:04:40.7264601Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:04:40.8613632Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:04:41.0176342Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:04:41.2985809Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:04:41.6666822Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:04:41.9465422Z Preconfiguring packages ...
2025-08-20T22:04:42.0590432Z Fetched 691 kB in 3s (251 kB/s)
2025-08-20T22:04:42.0828085Z (Reading database ... 
2025-08-20T22:04:42.0828337Z (Reading database ... 5%
2025-08-20T22:04:42.0828535Z (Reading database ... 10%
2025-08-20T22:04:42.0828732Z (Reading database ... 15%
2025-08-20T22:04:42.0828932Z (Reading database ... 20%
2025-08-20T22:04:42.0829128Z (Reading database ... 25%
2025-08-20T22:04:42.0829323Z (Reading database ... 30%
2025-08-20T22:04:42.0829515Z (Reading database ... 35%
2025-08-20T22:04:42.0829709Z (Reading database ... 40%
2025-08-20T22:04:42.0829916Z (Reading database ... 45%
2025-08-20T22:04:42.0830107Z (Reading database ... 50%
2025-08-20T22:04:42.0850474Z (Reading database ... 55%
2025-08-20T22:04:42.0938360Z (Reading database ... 60%
2025-08-20T22:04:42.0979677Z (Reading database ... 65%
2025-08-20T22:04:42.0997752Z (Reading database ... 70%
2025-08-20T22:04:42.1023622Z (Reading database ... 75%
2025-08-20T22:04:42.1190289Z (Reading database ... 80%
2025-08-20T22:04:42.1224161Z (Reading database ... 85%
2025-08-20T22:04:42.1299425Z (Reading database ... 90%
2025-08-20T22:04:42.1362211Z (Reading database ... 95%
2025-08-20T22:04:42.1362579Z (Reading database ... 100%
2025-08-20T22:04:42.1362891Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:04:42.1396843Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:04:42.2272093Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:04:42.3209019Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:04:42.7013203Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:04:42.7048183Z (Reading database ... 
2025-08-20T22:04:42.7048401Z (Reading database ... 5%
2025-08-20T22:04:42.7048601Z (Reading database ... 10%
2025-08-20T22:04:42.7048801Z (Reading database ... 15%
2025-08-20T22:04:42.7048997Z (Reading database ... 20%
2025-08-20T22:04:42.7049193Z (Reading database ... 25%
2025-08-20T22:04:42.7049390Z (Reading database ... 30%
2025-08-20T22:04:42.7049599Z (Reading database ... 35%
2025-08-20T22:04:42.7049793Z (Reading database ... 40%
2025-08-20T22:04:42.7050373Z (Reading database ... 45%
2025-08-20T22:04:42.7050594Z (Reading database ... 50%
2025-08-20T22:04:42.7072225Z (Reading database ... 55%
2025-08-20T22:04:42.7161282Z (Reading database ... 60%
2025-08-20T22:04:42.7201501Z (Reading database ... 65%
2025-08-20T22:04:42.7219957Z (Reading database ... 70%
2025-08-20T22:04:42.7245833Z (Reading database ... 75%
2025-08-20T22:04:42.7414039Z (Reading database ... 80%
2025-08-20T22:04:42.7447373Z (Reading database ... 85%
2025-08-20T22:04:42.7524710Z (Reading database ... 90%
2025-08-20T22:04:42.7589646Z (Reading database ... 95%
2025-08-20T22:04:42.7589859Z (Reading database ... 100%
2025-08-20T22:04:42.7590156Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:04:42.7626756Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:04:42.7737618Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:04:42.8394125Z Selecting previously unselected package tcpd.
2025-08-20T22:04:42.8573437Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:04:42.8643864Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:04:42.9377284Z Selecting previously unselected package update-inetd.
2025-08-20T22:04:42.9553258Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:04:42.9628197Z Unpacking update-inetd (4.53) ...
2025-08-20T22:04:43.0413308Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:04:43.0587896Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:04:43.0715529Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:04:43.1394368Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:04:43.1595601Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:04:43.1676020Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:04:43.2390069Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:04:43.2587658Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:04:43.2673628Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:04:43.3819873Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:04:43.4008131Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:04:43.4090670Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:04:43.5177865Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:04:43.5354297Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:04:43.5429249Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:04:43.6093355Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:04:43.6273322Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:04:43.6343596Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:04:43.7064339Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:04:43.7232766Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:04:43.7300620Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:04:43.7897732Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:04:43.8087582Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:04:43.8164043Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:04:43.8815427Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:04:43.9010841Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:04:43.9081028Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:04:43.9818268Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:04:44.0002686Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:04:44.0074571Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:04:44.0890243Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:04:44.1209642Z Setting up update-inetd (4.53) ...
2025-08-20T22:04:44.2267137Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:04:44.2441897Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:04:44.2576827Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:04:44.5978692Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:04:44.5979145Z 
2025-08-20T22:04:44.5979263Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:04:44.5979450Z 
2025-08-20T22:04:44.5980039Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:04:44.5980399Z 
2025-08-20T22:04:44.5980905Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:04:44.5981385Z 
2025-08-20T22:04:44.8476468Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:04:44.8811608Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:04:44.8995279Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:04:44.9134729Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:04:44.9360823Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:04:44.9565271Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:04:44.9787062Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:04:45.2935398Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:04:45.2935814Z 
2025-08-20T22:04:45.2936328Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:04:45.2936811Z 
2025-08-20T22:04:45.5272408Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:04:45.6501229Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:04:45.7467767Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:04:45.8208905Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:04:48.7684647Z Reading package lists...
2025-08-20T22:04:49.0043622Z Building dependency tree...
2025-08-20T22:04:49.0051607Z Reading state information...
2025-08-20T22:04:49.3212245Z The following packages will be REMOVED:
2025-08-20T22:04:49.3218312Z   inetutils-ping
2025-08-20T22:04:49.3220338Z The following NEW packages will be installed:
2025-08-20T22:04:49.3226051Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:04:49.3230935Z The following packages will be upgraded:
2025-08-20T22:04:49.3238009Z   iputils-tracepath
2025-08-20T22:04:49.4844412Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:04:49.4844758Z Need to get 84.5 kB of archives.
2025-08-20T22:04:49.4845054Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:04:49.4845664Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:04:49.6226397Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:04:49.6745687Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:04:49.7282029Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:04:50.0402581Z Fetched 84.5 kB in 0s (211 kB/s)
2025-08-20T22:04:50.0685744Z (Reading database ... 
2025-08-20T22:04:50.0686015Z (Reading database ... 5%
2025-08-20T22:04:50.0686222Z (Reading database ... 10%
2025-08-20T22:04:50.0686420Z (Reading database ... 15%
2025-08-20T22:04:50.0686614Z (Reading database ... 20%
2025-08-20T22:04:50.0686807Z (Reading database ... 25%
2025-08-20T22:04:50.0686999Z (Reading database ... 30%
2025-08-20T22:04:50.0687649Z (Reading database ... 35%
2025-08-20T22:04:50.0687872Z (Reading database ... 40%
2025-08-20T22:04:50.0688789Z (Reading database ... 45%
2025-08-20T22:04:50.0688990Z (Reading database ... 50%
2025-08-20T22:04:50.0708456Z (Reading database ... 55%
2025-08-20T22:04:50.0793726Z (Reading database ... 60%
2025-08-20T22:04:50.0832533Z (Reading database ... 65%
2025-08-20T22:04:50.0849407Z (Reading database ... 70%
2025-08-20T22:04:50.0884949Z (Reading database ... 75%
2025-08-20T22:04:50.1035427Z (Reading database ... 80%
2025-08-20T22:04:50.1068576Z (Reading database ... 85%
2025-08-20T22:04:50.1141885Z (Reading database ... 90%
2025-08-20T22:04:50.1204638Z (Reading database ... 95%
2025-08-20T22:04:50.1204871Z (Reading database ... 100%
2025-08-20T22:04:50.1205169Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:04:50.1237772Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:04:50.2678398Z Selecting previously unselected package iputils-ping.
2025-08-20T22:04:50.2713905Z (Reading database ... 
2025-08-20T22:04:50.2714521Z (Reading database ... 5%
2025-08-20T22:04:50.2714752Z (Reading database ... 10%
2025-08-20T22:04:50.2714956Z (Reading database ... 15%
2025-08-20T22:04:50.2715152Z (Reading database ... 20%
2025-08-20T22:04:50.2715346Z (Reading database ... 25%
2025-08-20T22:04:50.2715540Z (Reading database ... 30%
2025-08-20T22:04:50.2715731Z (Reading database ... 35%
2025-08-20T22:04:50.2716335Z (Reading database ... 40%
2025-08-20T22:04:50.2716530Z (Reading database ... 45%
2025-08-20T22:04:50.2716725Z (Reading database ... 50%
2025-08-20T22:04:50.2735944Z (Reading database ... 55%
2025-08-20T22:04:50.2823235Z (Reading database ... 60%
2025-08-20T22:04:50.2864033Z (Reading database ... 65%
2025-08-20T22:04:50.2881646Z (Reading database ... 70%
2025-08-20T22:04:50.2917223Z (Reading database ... 75%
2025-08-20T22:04:50.3076100Z (Reading database ... 80%
2025-08-20T22:04:50.3112492Z (Reading database ... 85%
2025-08-20T22:04:50.3190282Z (Reading database ... 90%
2025-08-20T22:04:50.3256908Z (Reading database ... 95%
2025-08-20T22:04:50.3257163Z (Reading database ... 100%
2025-08-20T22:04:50.3257460Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:04:50.3294718Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:04:50.3390447Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:04:50.4280964Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:04:50.4582950Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:04:50.5478779Z Selecting previously unselected package iputils-arping.
2025-08-20T22:04:50.5675415Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:04:50.5761228Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:04:50.6420330Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:04:50.6609441Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:04:50.6692651Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:04:50.7508478Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:04:50.7964979Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:04:50.8300482Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:04:50.8660859Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:04:50.8869598Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:04:53.6133358Z Reading package lists...
2025-08-20T22:04:53.8339283Z Building dependency tree...
2025-08-20T22:04:53.8346858Z Reading state information...
2025-08-20T22:04:54.0726887Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:04:54.1056125Z The following packages will be upgraded:
2025-08-20T22:04:54.1056449Z   python3-pip python3-pip-whl
2025-08-20T22:04:54.1235641Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:04:54.2843458Z Need to get 3020 kB of archives.
2025-08-20T22:04:54.2843844Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:04:54.2844436Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:04:54.6528574Z 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-20T22:04:54.9811674Z Fetched 3020 kB in 1s (5280 kB/s)
2025-08-20T22:04:55.0239126Z (Reading database ... 
2025-08-20T22:04:55.0239495Z (Reading database ... 5%
2025-08-20T22:04:55.0239699Z (Reading database ... 10%
2025-08-20T22:04:55.0239898Z (Reading database ... 15%
2025-08-20T22:04:55.0240091Z (Reading database ... 20%
2025-08-20T22:04:55.0240286Z (Reading database ... 25%
2025-08-20T22:04:55.0240477Z (Reading database ... 30%
2025-08-20T22:04:55.0240685Z (Reading database ... 35%
2025-08-20T22:04:55.0240910Z (Reading database ... 40%
2025-08-20T22:04:55.0241109Z (Reading database ... 45%
2025-08-20T22:04:55.0241302Z (Reading database ... 50%
2025-08-20T22:04:55.0262011Z (Reading database ... 55%
2025-08-20T22:04:55.0354831Z (Reading database ... 60%
2025-08-20T22:04:55.0392466Z (Reading database ... 65%
2025-08-20T22:04:55.0409931Z (Reading database ... 70%
2025-08-20T22:04:55.0445798Z (Reading database ... 75%
2025-08-20T22:04:55.0603509Z (Reading database ... 80%
2025-08-20T22:04:55.0638762Z (Reading database ... 85%
2025-08-20T22:04:55.0717381Z (Reading database ... 90%
2025-08-20T22:04:55.0783167Z (Reading database ... 95%
2025-08-20T22:04:55.0783401Z (Reading database ... 100%
2025-08-20T22:04:55.0783697Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:04:55.0821587Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:04:55.2866556Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:04:55.5051430Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:04:55.5297283Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:04:55.6473060Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:04:55.6672427Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:04:56.6237413Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:04:59.4866769Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:04:59.7808732Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:05:00.7943461Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:05:00.9332908Z Collecting pip
2025-08-20T22:05:01.0022482Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:05:01.0327867Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:05:01.1236636Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 20.0 MB/s eta 0:00:00
2025-08-20T22:05:01.3959412Z Installing collected packages: pip
2025-08-20T22:05:02.0538843Z Successfully installed pip-25.2
2025-08-20T22:05:02.2510226Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:05:02.2963821Z Reading package lists...
2025-08-20T22:05:02.5429503Z Building dependency tree...
2025-08-20T22:05:02.5439540Z Reading state information...
2025-08-20T22:05:02.8092463Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:05:02.8092859Z pciutils set to manually installed.
2025-08-20T22:05:02.8093476Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:05:02.8093811Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:05:02.8094103Z python3-distro set to manually installed.
2025-08-20T22:05:02.8094429Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:05:02.8094759Z python3-netifaces set to manually installed.
2025-08-20T22:05:02.8095553Z The following additional packages will be installed:
2025-08-20T22:05:02.8095894Z   libsysfs2
2025-08-20T22:05:02.8103245Z Suggested packages:
2025-08-20T22:05:02.8103441Z   fancontrol read-edid i2c-tools
2025-08-20T22:05:02.8423154Z The following NEW packages will be installed:
2025-08-20T22:05:02.8425902Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:05:02.8623329Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:05:03.1517558Z Need to get 133 kB of archives.
2025-08-20T22:05:03.1517935Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:05:03.1518471Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:05:03.3831807Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:05:03.5228372Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:05:03.8185551Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:05:04.0994968Z Fetched 133 kB in 1s (140 kB/s)
2025-08-20T22:05:04.1422161Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:05:04.1457979Z (Reading database ... 
2025-08-20T22:05:04.1458195Z (Reading database ... 5%
2025-08-20T22:05:04.1458400Z (Reading database ... 10%
2025-08-20T22:05:04.1458612Z (Reading database ... 15%
2025-08-20T22:05:04.1459186Z (Reading database ... 20%
2025-08-20T22:05:04.1459379Z (Reading database ... 25%
2025-08-20T22:05:04.1459577Z (Reading database ... 30%
2025-08-20T22:05:04.1459770Z (Reading database ... 35%
2025-08-20T22:05:04.1459967Z (Reading database ... 40%
2025-08-20T22:05:04.1483832Z (Reading database ... 45%
2025-08-20T22:05:04.1484095Z (Reading database ... 50%
2025-08-20T22:05:04.1484292Z (Reading database ... 55%
2025-08-20T22:05:04.1575062Z (Reading database ... 60%
2025-08-20T22:05:04.1615916Z (Reading database ... 65%
2025-08-20T22:05:04.1633931Z (Reading database ... 70%
2025-08-20T22:05:04.1670388Z (Reading database ... 75%
2025-08-20T22:05:04.1830141Z (Reading database ... 80%
2025-08-20T22:05:04.1864865Z (Reading database ... 85%
2025-08-20T22:05:04.1943685Z (Reading database ... 90%
2025-08-20T22:05:04.2011005Z (Reading database ... 95%
2025-08-20T22:05:04.2011235Z (Reading database ... 100%
2025-08-20T22:05:04.2011526Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:05:04.2048350Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:05:04.2194002Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:05:04.3078860Z Selecting previously unselected package sysfsutils.
2025-08-20T22:05:04.3264808Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:05:04.3379465Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:05:04.4314047Z Selecting previously unselected package lm-sensors.
2025-08-20T22:05:04.4493214Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:05:04.4727315Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:05:04.5348798Z Selecting previously unselected package virt-what.
2025-08-20T22:05:04.5534980Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:05:04.5603166Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:05:04.6458618Z Setting up virt-what (1.25-2) ...
2025-08-20T22:05:04.6711858Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:05:04.6941954Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:05:05.0199747Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:05:05.0200135Z 
2025-08-20T22:05:05.0200612Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:05:05.2749462Z 
2025-08-20T22:05:05.2749922Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:05:05.5973019Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:05:05.5973541Z 
2025-08-20T22:05:05.6090418Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:05:07.2145072Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:05:08.4876112Z Reading package lists...
2025-08-20T22:05:08.7226332Z Building dependency tree...
2025-08-20T22:05:08.7236101Z Reading state information...
2025-08-20T22:05:08.9796982Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:05:08.9797807Z The following additional packages will be installed:
2025-08-20T22:05:08.9800508Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:05:08.9800858Z   xorg-sgml-doctools
2025-08-20T22:05:08.9809227Z Suggested packages:
2025-08-20T22:05:08.9809411Z   libxcb-doc
2025-08-20T22:05:08.9999428Z The following NEW packages will be installed:
2025-08-20T22:05:09.0001554Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:05:09.0005054Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:05:09.0005416Z   xcb xorg-sgml-doctools
2025-08-20T22:05:09.2411441Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:05:09.2411811Z Need to get 816 kB of archives.
2025-08-20T22:05:09.2412106Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:05:09.2412831Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:05:09.3515993Z 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-20T22:05:09.4693600Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:05:10.1173153Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:05:10.2284213Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:05:10.3408816Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:05:10.4616823Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:05:10.5729705Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:05:10.6835863Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:05:10.7940289Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:05:10.9054269Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:05:11.1810881Z Fetched 816 kB in 2s (430 kB/s)
2025-08-20T22:05:11.2146691Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:05:11.2182361Z (Reading database ... 
2025-08-20T22:05:11.2182625Z (Reading database ... 5%
2025-08-20T22:05:11.2182829Z (Reading database ... 10%
2025-08-20T22:05:11.2183033Z (Reading database ... 15%
2025-08-20T22:05:11.2183227Z (Reading database ... 20%
2025-08-20T22:05:11.2183420Z (Reading database ... 25%
2025-08-20T22:05:11.2183613Z (Reading database ... 30%
2025-08-20T22:05:11.2183806Z (Reading database ... 35%
2025-08-20T22:05:11.2184770Z (Reading database ... 40%
2025-08-20T22:05:11.2185016Z (Reading database ... 45%
2025-08-20T22:05:11.2185222Z (Reading database ... 50%
2025-08-20T22:05:11.2205438Z (Reading database ... 55%
2025-08-20T22:05:11.2298187Z (Reading database ... 60%
2025-08-20T22:05:11.2335690Z (Reading database ... 65%
2025-08-20T22:05:11.2353733Z (Reading database ... 70%
2025-08-20T22:05:11.2390220Z (Reading database ... 75%
2025-08-20T22:05:11.2549360Z (Reading database ... 80%
2025-08-20T22:05:11.2584982Z (Reading database ... 85%
2025-08-20T22:05:11.2665515Z (Reading database ... 90%
2025-08-20T22:05:11.2732564Z (Reading database ... 95%
2025-08-20T22:05:11.2732806Z (Reading database ... 100%
2025-08-20T22:05:11.2733108Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:05:11.2769928Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:05:11.2853371Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:05:11.3421277Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:05:11.3614019Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:05:11.3687188Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:05:11.4469887Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:05:11.4666965Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:05:11.4735711Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:05:11.5523747Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:05:11.5723016Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:05:11.5823954Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:05:11.6540868Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:05:11.6736707Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:05:11.6848579Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:05:11.7474548Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:05:11.7656748Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:05:11.7763792Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:05:11.8473851Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:05:11.8669591Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:05:11.8743857Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:05:11.9522054Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:05:11.9720184Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:05:11.9877664Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:05:12.0547051Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:05:12.0751878Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:05:12.0826955Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:05:12.1706375Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:05:12.1896169Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:05:12.1974140Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:05:12.2683820Z Selecting previously unselected package xcb.
2025-08-20T22:05:12.2873668Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:05:12.2941837Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:05:12.4133174Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:05:12.4359935Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:05:12.4633406Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:05:12.4949697Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:05:12.5265274Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:05:12.5642894Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:05:14.0986294Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:05:14.1261615Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:05:14.1476507Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:05:14.1683798Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:05:14.1988920Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:05:14.2210436Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:05:14.2467584Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:05:14.2695464Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:05:15.9456963Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:05:16.6023669Z Collecting build
2025-08-20T22:05:16.6837604Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:05:16.8102801Z Collecting cffi
2025-08-20T22:05:16.8257169Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:05:16.8739063Z Collecting scons
2025-08-20T22:05:16.8886428Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:05:16.9326847Z Collecting scuba
2025-08-20T22:05:16.9477882Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:05:17.0159377Z Collecting pytest
2025-08-20T22:05:17.0296997Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:05:17.0756985Z Collecting packaging>=19.1 (from build)
2025-08-20T22:05:17.0953075Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:05:17.1402541Z Collecting pyproject_hooks (from build)
2025-08-20T22:05:17.1539685Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:05:17.1926509Z Collecting pycparser (from cffi)
2025-08-20T22:05:17.2065504Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:05:17.2592871Z Collecting PyYAML (from scuba)
2025-08-20T22:05:17.2743105Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:05:17.3134209Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:05:17.3282102Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:05:17.3758203Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:05:17.3895933Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:05:17.4481425Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:05:17.4623323Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:05:17.4933159Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:05:17.5281704Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:05:17.6026731Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:05:17.6637976Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 67.6 MB/s  0:00:00
2025-08-20T22:05:17.6786051Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:05:17.7065520Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:05:17.7359336Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:05:17.7600912Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:05:17.7869703Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:05:17.8153585Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:05:17.8366644Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.8 MB/s  0:00:00
2025-08-20T22:05:17.8508529Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:05:17.8780038Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:05:17.9038784Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:05:17.9218619Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 30.2 MB/s  0:00:00
2025-08-20T22:05:18.0186454Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:05:19.9681014Z 
2025-08-20T22:05:19.9695986Z 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-20T22:05:20.2799941Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:05:20.9322456Z Collecting ansi2txt
2025-08-20T22:05:20.9993864Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:05:21.0464176Z Collecting pipx
2025-08-20T22:05:21.0611238Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:05:21.1032171Z Collecting scons
2025-08-20T22:05:21.1043256Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:05:21.1315709Z Collecting py2static
2025-08-20T22:05:21.1471715Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:05:21.1968104Z Collecting typer
2025-08-20T22:05:21.2108005Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:05:21.2663656Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:05:21.2803347Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:05:21.3205036Z Collecting packaging>=20 (from pipx)
2025-08-20T22:05:21.3214754Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:05:21.3573797Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:05:21.3736454Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:05:21.4162013Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:05:21.4313786Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:05:21.5009329Z Collecting pyinstaller (from py2static)
2025-08-20T22:05:21.5189586Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:05:21.5623368Z Collecting staticx (from py2static)
2025-08-20T22:05:21.5789663Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:05:21.6255772Z   Preparing metadata (setup.py): started
2025-08-20T22:05:22.1438449Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:05:22.1798448Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:05:22.1937726Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:05:22.2459084Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:05:22.2599482Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:05:22.3007351Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:05:22.3146074Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:05:22.3718079Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:05:22.3861436Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:05:22.4276946Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:05:22.4417378Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:05:22.4818257Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:05:22.4828061Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:05:22.5088775Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:05:22.5228818Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:05:22.6544834Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:05:22.6691117Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:05:22.7110772Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:05:22.7249566Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:05:22.7701447Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:05:22.7840101Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:05:22.8268736Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:05:22.8418750Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:05:22.8686194Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:05:22.9013260Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:05:22.9155102Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:05:22.9328649Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:05:22.9583033Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:05:22.9823603Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:05:23.0067747Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:05:23.0236139Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:05:23.0378223Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:05:23.0621443Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:05:23.0880546Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:05:23.1035401Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:05:23.1299590Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:05:23.1529424Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:05:23.1797302Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:05:23.2039181Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:05:23.2331601Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:05:23.2610816Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 19.6 MB/s  0:00:00
2025-08-20T22:05:23.2754937Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:05:23.3047593Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:05:23.3546890Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 19.6 MB/s  0:00:00
2025-08-20T22:05:23.3690689Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:05:23.4021568Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:05:23.4534727Z Building wheels for collected packages: staticx
2025-08-20T22:05:23.4541680Z   Building wheel for staticx (setup.py): started
2025-08-20T22:05:36.1861671Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:05:36.1871669Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790702 sha256=0a045dc5954faf2e47572392bece2e53967534bd6996803a4507640b42e14fc6
2025-08-20T22:05:36.1872658Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:05:36.1888877Z Successfully built staticx
2025-08-20T22:05:36.2844298Z 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-20T22:05:37.1128173Z   Attempting uninstall: scons
2025-08-20T22:05:37.1200491Z     Found existing installation: SCons 4.9.1
2025-08-20T22:05:37.1491568Z     Uninstalling SCons-4.9.1:
2025-08-20T22:05:37.1553005Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:05:37.6612490Z   Attempting uninstall: pygments
2025-08-20T22:05:37.6680562Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:05:37.6853442Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:05:37.6876163Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:05:38.3408124Z   Attempting uninstall: packaging
2025-08-20T22:05:38.3480611Z     Found existing installation: packaging 25.0
2025-08-20T22:05:38.3500148Z     Uninstalling packaging-25.0:
2025-08-20T22:05:38.3506395Z       Successfully uninstalled packaging-25.0
2025-08-20T22:05:39.3140683Z 
2025-08-20T22:05:39.3165355Z 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-20T22:05:39.6140335Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:05:40.1983772Z Collecting build
2025-08-20T22:05:40.1994388Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:05:40.2798682Z Collecting cffi
2025-08-20T22:05:40.2811160Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:05:40.3075696Z Collecting scons
2025-08-20T22:05:40.3085666Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:05:40.3370114Z Collecting scuba
2025-08-20T22:05:40.3380267Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:05:40.3879440Z Collecting pytest
2025-08-20T22:05:40.3889776Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:05:40.4184684Z Collecting packaging>=19.1 (from build)
2025-08-20T22:05:40.4195887Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:05:40.4432727Z Collecting pyproject_hooks (from build)
2025-08-20T22:05:40.4442937Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:05:40.4674201Z Collecting pycparser (from cffi)
2025-08-20T22:05:40.4686062Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:05:40.5054929Z Collecting PyYAML (from scuba)
2025-08-20T22:05:40.5071097Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:05:40.5319191Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:05:40.5329562Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:05:40.5602621Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:05:40.5613068Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:05:40.5926701Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:05:40.5937242Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:05:40.5987821Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:05:40.5997510Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:05:40.6008946Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:05:40.6039295Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:05:40.6049886Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:05:40.6060731Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:05:40.6069952Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:05:40.6078583Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:05:40.6087629Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:05:40.6104189Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:05:40.6113720Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:05:40.6122536Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:05:40.7176641Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:05:40.7179009Z   Attempting uninstall: scons
2025-08-20T22:05:40.7251610Z     Found existing installation: SCons 4.9.1
2025-08-20T22:05:40.7533531Z     Uninstalling SCons-4.9.1:
2025-08-20T22:05:40.7593796Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:05:41.2591937Z   Attempting uninstall: PyYAML
2025-08-20T22:05:41.2666446Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:05:41.2687958Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:05:41.2695035Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:05:41.3256730Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:05:41.3325327Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:05:41.3339008Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:05:41.3344242Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:05:41.3521922Z   Attempting uninstall: pygments
2025-08-20T22:05:41.3587572Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:05:41.3739298Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:05:41.3761853Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:05:41.9436276Z   Attempting uninstall: pycparser
2025-08-20T22:05:41.9504428Z     Found existing installation: pycparser 2.22
2025-08-20T22:05:41.9529835Z     Uninstalling pycparser-2.22:
2025-08-20T22:05:41.9535761Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:05:42.0720899Z   Attempting uninstall: pluggy
2025-08-20T22:05:42.0789471Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:05:42.0805361Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:05:42.0810346Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:05:42.1094423Z   Attempting uninstall: packaging
2025-08-20T22:05:42.1165331Z     Found existing installation: packaging 25.0
2025-08-20T22:05:42.1183859Z     Uninstalling packaging-25.0:
2025-08-20T22:05:42.1189417Z       Successfully uninstalled packaging-25.0
2025-08-20T22:05:42.1672353Z   Attempting uninstall: iniconfig
2025-08-20T22:05:42.1743940Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:05:42.1758579Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:05:42.1762615Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:05:42.1927186Z   Attempting uninstall: scuba
2025-08-20T22:05:42.1992828Z     Found existing installation: scuba 2.14.1
2025-08-20T22:05:42.2010143Z     Uninstalling scuba-2.14.1:
2025-08-20T22:05:42.2017207Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:05:42.2270139Z   Attempting uninstall: pytest
2025-08-20T22:05:42.2343336Z     Found existing installation: pytest 8.4.1
2025-08-20T22:05:42.2390504Z     Uninstalling pytest-8.4.1:
2025-08-20T22:05:42.2593619Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:05:42.4661042Z   Attempting uninstall: cffi
2025-08-20T22:05:42.4728646Z     Found existing installation: cffi 1.17.1
2025-08-20T22:05:42.4749269Z     Uninstalling cffi-1.17.1:
2025-08-20T22:05:42.4939544Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:05:42.5732705Z   Attempting uninstall: build
2025-08-20T22:05:42.5804942Z     Found existing installation: build 1.3.0
2025-08-20T22:05:42.5826080Z     Uninstalling build-1.3.0:
2025-08-20T22:05:42.5834005Z       Successfully uninstalled build-1.3.0
2025-08-20T22:05:42.6189691Z 
2025-08-20T22:05:42.6213773Z 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-20T22:05:42.9163590Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:05:43.0962005Z Collecting ansi2txt
2025-08-20T22:05:43.0973607Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:05:43.1281145Z Collecting pipx
2025-08-20T22:05:43.1292199Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:05:43.1586335Z Collecting scons
2025-08-20T22:05:43.1597456Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:05:43.1817020Z Collecting py2static
2025-08-20T22:05:43.1826917Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:05:43.2105316Z Collecting typer
2025-08-20T22:05:43.2115159Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:05:43.2463213Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:05:43.2474012Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:05:43.2742937Z Collecting packaging>=20 (from pipx)
2025-08-20T22:05:43.2752454Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:05:43.3211093Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:05:43.3221755Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:05:43.3473429Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:05:43.3483829Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:05:43.3956430Z Collecting pyinstaller (from py2static)
2025-08-20T22:05:43.3968439Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:05:43.4267992Z Collecting staticx (from py2static)
2025-08-20T22:05:43.4277918Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:05:43.4416536Z   Preparing metadata (setup.py): started
2025-08-20T22:05:43.6428819Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:05:43.6712774Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:05:43.6724609Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:05:43.7036612Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:05:43.7047129Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:05:43.7406091Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:05:43.7415545Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:05:43.7825451Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:05:43.7836632Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:05:43.8119074Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:05:43.8129527Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:05:43.8429208Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:05:43.8439308Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:05:43.8660703Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:05:43.8670410Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:05:43.9650839Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:05:43.9661045Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:05:43.9963535Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:05:43.9973336Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:05:44.0270667Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:05:44.0280724Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:05:44.0601025Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:05:44.0610417Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:05:44.0643250Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:05:44.0652492Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:05:44.0662135Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:05:44.0691995Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:05:44.0700805Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:05:44.0710015Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:05:44.0719417Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:05:44.0728908Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:05:44.0738331Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:05:44.0747518Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:05:44.0757779Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:05:44.0772547Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:05:44.0781852Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:05:44.0790891Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:05:44.0799945Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:05:44.0809145Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:05:44.0818176Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:05:44.0830481Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:05:44.0841860Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:05:44.0858735Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:05:44.0867812Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:05:44.1194156Z Building wheels for collected packages: staticx
2025-08-20T22:05:44.1200264Z   Building wheel for staticx (setup.py): started
2025-08-20T22:05:46.5842199Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:05:46.5855463Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790769 sha256=03346dbe3203e1300638b72495d42e5082c64bcbe2e3980fbff4df1932c67944
2025-08-20T22:05:46.5856791Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:05:46.5873948Z Successfully built staticx
2025-08-20T22:05:46.6866922Z 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-20T22:05:46.6869165Z   Attempting uninstall: pyelftools
2025-08-20T22:05:46.6936006Z     Found existing installation: pyelftools 0.32
2025-08-20T22:05:46.6974275Z     Uninstalling pyelftools-0.32:
2025-08-20T22:05:46.6986280Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:05:46.8097432Z   Attempting uninstall: altgraph
2025-08-20T22:05:46.8168142Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:05:46.8183865Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:05:46.8188877Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:05:46.8419831Z   Attempting uninstall: typing-extensions
2025-08-20T22:05:46.8488259Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:05:46.8500870Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:05:46.8692876Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:05:46.9006586Z   Attempting uninstall: staticx
2025-08-20T22:05:46.9079322Z     Found existing installation: staticx 0.14.1
2025-08-20T22:05:46.9099659Z     Uninstalling staticx-0.14.1:
2025-08-20T22:05:46.9108121Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:05:46.9431734Z   Attempting uninstall: shellingham
2025-08-20T22:05:46.9504729Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:05:46.9520564Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:05:46.9525862Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:05:46.9678105Z   Attempting uninstall: setuptools
2025-08-20T22:05:46.9745676Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:05:46.9948712Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:05:47.0168617Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:05:47.6258715Z   Attempting uninstall: scons
2025-08-20T22:05:47.6341774Z     Found existing installation: SCons 4.9.1
2025-08-20T22:05:47.6642721Z     Uninstalling SCons-4.9.1:
2025-08-20T22:05:47.6705684Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:05:48.2497072Z   Attempting uninstall: pygments
2025-08-20T22:05:48.2565884Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:05:48.2737739Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:05:48.2761949Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:05:48.8636561Z   Attempting uninstall: platformdirs
2025-08-20T22:05:48.8714755Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:05:48.8732411Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:05:48.8737889Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:05:48.8984711Z   Attempting uninstall: packaging
2025-08-20T22:05:48.9059168Z     Found existing installation: packaging 25.0
2025-08-20T22:05:48.9079110Z     Uninstalling packaging-25.0:
2025-08-20T22:05:48.9085106Z       Successfully uninstalled packaging-25.0
2025-08-20T22:05:48.9510015Z   Attempting uninstall: mdurl
2025-08-20T22:05:48.9576604Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:05:48.9590712Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:05:48.9595832Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:05:48.9768363Z   Attempting uninstall: click
2025-08-20T22:05:48.9839548Z     Found existing installation: click 8.2.1
2025-08-20T22:05:48.9857672Z     Uninstalling click-8.2.1:
2025-08-20T22:05:48.9863259Z       Successfully uninstalled click-8.2.1
2025-08-20T22:05:49.0525509Z   Attempting uninstall: argcomplete
2025-08-20T22:05:49.0597461Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:05:49.0620972Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:05:49.0629840Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:05:49.0977791Z   Attempting uninstall: ansi2txt
2025-08-20T22:05:49.1047673Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:05:49.1061147Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:05:49.1250997Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:05:49.1434356Z   Attempting uninstall: userpath
2025-08-20T22:05:49.1504905Z     Found existing installation: userpath 1.9.2
2025-08-20T22:05:49.1520359Z     Uninstalling userpath-1.9.2:
2025-08-20T22:05:49.1527303Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:05:49.1693969Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:05:49.1766034Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:05:49.2068058Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:05:49.2106111Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:05:49.4083272Z   Attempting uninstall: markdown-it-py
2025-08-20T22:05:49.4158819Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:05:49.4215602Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:05:49.4227272Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:05:49.4894523Z   Attempting uninstall: rich
2025-08-20T22:05:49.4969586Z     Found existing installation: rich 14.1.0
2025-08-20T22:05:49.5017840Z     Uninstalling rich-14.1.0:
2025-08-20T22:05:49.5026751Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:05:49.6563668Z   Attempting uninstall: pyinstaller
2025-08-20T22:05:49.6634501Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:05:49.6882796Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:05:49.6920178Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:05:49.9598556Z   Attempting uninstall: pipx
2025-08-20T22:05:49.9676229Z     Found existing installation: pipx 1.7.1
2025-08-20T22:05:49.9703276Z     Uninstalling pipx-1.7.1:
2025-08-20T22:05:49.9711208Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:05:50.0286136Z   Attempting uninstall: typer
2025-08-20T22:05:50.0358395Z     Found existing installation: typer 0.16.1
2025-08-20T22:05:50.0379944Z     Uninstalling typer-0.16.1:
2025-08-20T22:05:50.0388025Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:05:50.0789665Z   Attempting uninstall: py2static
2025-08-20T22:05:50.0856444Z     Found existing installation: py2static 0.0.1
2025-08-20T22:05:50.0873033Z     Uninstalling py2static-0.0.1:
2025-08-20T22:05:50.0881394Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:05:50.1039350Z 
2025-08-20T22:05:50.1063855Z 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-20T22:05:50.4004612Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:05:50.5025527Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:05:50.5029565Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-2ioilijw
2025-08-20T22:05:50.5049008Z 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-2ioilijw
2025-08-20T22:05:52.4071613Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:05:52.4108723Z   Installing build dependencies: started
2025-08-20T22:05:53.0689202Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:05:53.0699702Z   Getting requirements to build wheel: started
2025-08-20T22:05:53.3283684Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:05:53.3294491Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:05:53.4999017Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:05:53.6685204Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:05:53.6695357Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:05:53.6981919Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:05:53.6992607Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:05:53.7268238Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:05:53.7278227Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:05:53.7559291Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:05:53.7569099Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:05:53.7608080Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:05:53.7617541Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:05:53.7629893Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:05:53.7646088Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:05:53.7754523Z Building wheels for collected packages: pyinstaller
2025-08-20T22:05:53.7761651Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:05:56.6443600Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:05:56.6465121Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=ec1ab77d03f9120f3083a657072982b08de1a5e45f1cac2e6bc94749524cedb9
2025-08-20T22:05:56.6466083Z   Stored in directory: /tmp/pip-ephem-wheel-cache-4us31msp/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:05:56.6504718Z Successfully built pyinstaller
2025-08-20T22:05:56.7283728Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:05:56.7287586Z   Attempting uninstall: altgraph
2025-08-20T22:05:56.7356612Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:05:56.7373299Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:05:56.7378721Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:05:56.7625829Z   Attempting uninstall: setuptools
2025-08-20T22:05:56.7692693Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:05:56.7891146Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:05:56.8112580Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:05:57.3974753Z   Attempting uninstall: packaging
2025-08-20T22:05:57.4048509Z     Found existing installation: packaging 25.0
2025-08-20T22:05:57.4067315Z     Uninstalling packaging-25.0:
2025-08-20T22:05:57.4073251Z       Successfully uninstalled packaging-25.0
2025-08-20T22:05:57.4554221Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:05:57.4629083Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:05:57.4930472Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:05:57.4969120Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:05:57.6930271Z   Attempting uninstall: pyinstaller
2025-08-20T22:05:57.7003703Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:05:57.7264839Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:05:57.7301807Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:05:58.0028699Z 
2025-08-20T22:05:58.0054490Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:05:58.2322502Z 6.15.0
2025-08-20T22:06:00.0349733Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:06:00.0358468Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:06:00.0358841Z 
2025-08-20T22:06:00.0359205Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:06:00.0359736Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:06:00.0360164Z installation.
2025-08-20T22:06:00.0360272Z 
2025-08-20T22:06:00.0360546Z If you installed the current Docker package using this script and are using it
2025-08-20T22:06:00.0361036Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:06:00.0361495Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:06:00.0361949Z files to match the parameters passed to the script.
2025-08-20T22:06:00.0362182Z 
2025-08-20T22:06:00.0362516Z You may press Ctrl+C now to abort this script.
2025-08-20T22:06:00.0516296Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:06:01.7748831Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:06:02.2859657Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:06:02.2876447Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:06:02.3930445Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:06:02.3946160Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:06:02.3954192Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:06:03.6992685Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:06:19.0555625Z + sh -c 'docker version'
2025-08-20T22:06:19.0697600Z Client: Docker Engine - Community
2025-08-20T22:06:19.0697961Z  Version:           28.3.3
2025-08-20T22:06:19.0698468Z  API version:       1.51
2025-08-20T22:06:19.0698754Z  Go version:        go1.24.5
2025-08-20T22:06:19.0699045Z  Git commit:        980b856
2025-08-20T22:06:19.0699295Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:06:19.0699581Z  OS/Arch:           linux/arm64
2025-08-20T22:06:19.0699882Z  Context:           default
2025-08-20T22:06:19.0700055Z 
2025-08-20T22:06:19.0700157Z Server: Docker Engine - Community
2025-08-20T22:06:19.0700413Z  Engine:
2025-08-20T22:06:19.0700649Z   Version:          28.3.3
2025-08-20T22:06:19.0700911Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:06:19.0701212Z   Go version:       go1.24.5
2025-08-20T22:06:19.0701541Z   Git commit:       bea959c
2025-08-20T22:06:19.0701796Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:06:19.0702114Z   OS/Arch:          linux/arm64
2025-08-20T22:06:19.0702562Z   Experimental:     false
2025-08-20T22:06:19.0702802Z  containerd:
2025-08-20T22:06:19.0703079Z   Version:          1.7.27
2025-08-20T22:06:19.0703374Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:06:19.0703682Z  runc:
2025-08-20T22:06:19.0703912Z   Version:          1.2.5
2025-08-20T22:06:19.0704170Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:06:19.0704452Z  docker-init:
2025-08-20T22:06:19.0704711Z   Version:          0.19.0
2025-08-20T22:06:19.0704960Z   GitCommit:        de40ad0
2025-08-20T22:06:19.0715613Z 
2025-08-20T22:06:19.0716388Z ================================================================================
2025-08-20T22:06:19.0716676Z 
2025-08-20T22:06:19.0717143Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:06:19.0717546Z Docker daemon in rootless mode for your user:
2025-08-20T22:06:19.0717933Z 
2025-08-20T22:06:19.0718063Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:06:19.0718275Z 
2025-08-20T22:06:19.0718488Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:06:19.0718810Z 
2025-08-20T22:06:19.0718814Z 
2025-08-20T22:06:19.0719063Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:06:19.0719554Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:06:19.0719825Z 
2025-08-20T22:06:19.0720020Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:06:19.0720539Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:06:19.0721010Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:06:19.0721330Z 
2025-08-20T22:06:19.0721432Z ================================================================================
2025-08-20T22:06:19.0721708Z 
2025-08-20T22:06:30.3327607Z ● docker.service - Docker Application Container Engine
2025-08-20T22:06:30.3328325Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:06:30.3328817Z      Active: active (running) since Wed 2025-08-20 22:06:20 UTC; 10s ago
2025-08-20T22:06:30.3329336Z TriggeredBy: ● docker.socket
2025-08-20T22:06:30.3330100Z        Docs: https://docs.docker.com
2025-08-20T22:06:30.3330380Z    Main PID: 21103 (dockerd)
2025-08-20T22:06:30.3330662Z       Tasks: 10
2025-08-20T22:06:30.3330891Z      Memory: 20.9M (peak: 24.3M)
2025-08-20T22:06:30.3331122Z         CPU: 268ms
2025-08-20T22:06:30.3331425Z      CGroup: /system.slice/docker.service
2025-08-20T22:06:30.3339533Z              └─21103 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:06:30.3339911Z 
2025-08-20T22:06:30.3340353Z Aug 20 22:06:19 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:19.701375173Z" level=info msg="Loading containers: start."
2025-08-20T22:06:30.3341555Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.231425795Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7acecdb90b308d73db0f25a56f43c422e65b5704a7b6aeb38c1d006b2f88ba8a], retrying...."
2025-08-20T22:06:30.3342935Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.270610709Z" level=info msg="Loading containers: done."
2025-08-20T22:06:30.3344120Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.296594026Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:06:30.3345433Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.296709254Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:06:30.3346349Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.296743199Z" level=info msg="Initializing buildkit"
2025-08-20T22:06:30.3347058Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.313436385Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:06:30.3347823Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.316385549Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:06:30.3348601Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.316444575Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:06:30.3349267Z Aug 20 22:06:20 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:06:30.3437742Z ● docker.service - Docker Application Container Engine
2025-08-20T22:06:30.3438452Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:06:30.3439335Z      Active: active (running) since Wed 2025-08-20 22:06:20 UTC; 10s ago
2025-08-20T22:06:30.3439869Z TriggeredBy: ● docker.socket
2025-08-20T22:06:30.3440193Z        Docs: https://docs.docker.com
2025-08-20T22:06:30.3440476Z    Main PID: 21103 (dockerd)
2025-08-20T22:06:30.3440778Z       Tasks: 10
2025-08-20T22:06:30.3441040Z      Memory: 20.9M (peak: 24.3M)
2025-08-20T22:06:30.3441284Z         CPU: 268ms
2025-08-20T22:06:30.3441572Z      CGroup: /system.slice/docker.service
2025-08-20T22:06:30.3442163Z              └─21103 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:06:30.3442701Z 
2025-08-20T22:06:30.3443007Z Aug 20 22:06:19 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:19.701375173Z" level=info msg="Loading containers: start."
2025-08-20T22:06:30.3444306Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.231425795Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7acecdb90b308d73db0f25a56f43c422e65b5704a7b6aeb38c1d006b2f88ba8a], retrying...."
2025-08-20T22:06:30.3445461Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.270610709Z" level=info msg="Loading containers: done."
2025-08-20T22:06:30.3446608Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.296594026Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:06:30.3448193Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.296709254Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:06:30.3449068Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.296743199Z" level=info msg="Initializing buildkit"
2025-08-20T22:06:30.3449898Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.313436385Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:06:30.3450653Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.316385549Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:06:30.3451415Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.316444575Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:06:30.3452099Z Aug 20 22:06:20 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:06:30.3620613Z ● docker.service - Docker Application Container Engine
2025-08-20T22:06:30.3621332Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:06:30.3621837Z      Active: active (running) since Wed 2025-08-20 22:06:20 UTC; 10s ago
2025-08-20T22:06:30.3622506Z TriggeredBy: ● docker.socket
2025-08-20T22:06:30.3622873Z        Docs: https://docs.docker.com
2025-08-20T22:06:30.3623135Z    Main PID: 21103 (dockerd)
2025-08-20T22:06:30.3623449Z       Tasks: 10
2025-08-20T22:06:30.3623694Z      Memory: 20.9M (peak: 24.3M)
2025-08-20T22:06:30.3623943Z         CPU: 268ms
2025-08-20T22:06:30.3624259Z      CGroup: /system.slice/docker.service
2025-08-20T22:06:30.3624876Z              └─21103 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:06:30.3625200Z 
2025-08-20T22:06:30.3625501Z Aug 20 22:06:19 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:19.701375173Z" level=info msg="Loading containers: start."
2025-08-20T22:06:30.3626738Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.231425795Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 7acecdb90b308d73db0f25a56f43c422e65b5704a7b6aeb38c1d006b2f88ba8a], retrying...."
2025-08-20T22:06:30.3627905Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.270610709Z" level=info msg="Loading containers: done."
2025-08-20T22:06:30.3629364Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.296594026Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:06:30.3630728Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.296709254Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:06:30.3631637Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.296743199Z" level=info msg="Initializing buildkit"
2025-08-20T22:06:30.3633047Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.313436385Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:06:30.3633831Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.316385549Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:06:30.3634572Z Aug 20 22:06:20 runnervmdbl46 dockerd[21103]: time="2025-08-20T22:06:20.316444575Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:06:30.3635357Z Aug 20 22:06:20 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:06:30.3727477Z Docker version 28.3.3, build 980b856
2025-08-20T22:06:30.3901844Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:06:31.2036601Z latest: Pulling from library/hello-world
2025-08-20T22:06:31.3930792Z 198f93fd5094: Pulling fs layer
2025-08-20T22:06:31.7129609Z 198f93fd5094: Verifying Checksum
2025-08-20T22:06:31.7129967Z 198f93fd5094: Download complete
2025-08-20T22:06:31.7535120Z 198f93fd5094: Pull complete
2025-08-20T22:06:31.7777778Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:06:31.7879001Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:06:32.6737947Z 
2025-08-20T22:06:32.6738807Z Hello from Docker!
2025-08-20T22:06:32.6739452Z This message shows that your installation appears to be working correctly.
2025-08-20T22:06:32.6740616Z 
2025-08-20T22:06:32.6743308Z To generate this message, Docker took the following steps:
2025-08-20T22:06:32.6743890Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:06:32.6744409Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:06:32.6744744Z     (arm64v8)
2025-08-20T22:06:32.6745091Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:06:32.6745613Z     executable that produces the output you are currently reading.
2025-08-20T22:06:32.6746062Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:06:32.6746485Z     to your terminal.
2025-08-20T22:06:32.6746656Z 
2025-08-20T22:06:32.6746832Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:06:32.6747196Z  $ docker run -it ubuntu bash
2025-08-20T22:06:32.6747414Z 
2025-08-20T22:06:32.6747598Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:06:32.6747978Z  https://hub.docker.com/
2025-08-20T22:06:32.6748132Z 
2025-08-20T22:06:32.6748264Z For more examples and ideas, visit:
2025-08-20T22:06:32.6748677Z  https://docs.docker.com/get-started/
2025-08-20T22:06:32.6748874Z 
2025-08-20T22:06:32.8075283Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:06:32.8075828Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:06:32.8076279Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:06:32.8076750Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:06:32.8077512Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:06:32.8077928Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:06:32.8078480Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:06:32.8078907Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:06:32.8079655Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:06:32.8080156Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:06:32.8080560Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:06:32.8081184Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:06:32.8153503Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:06:32.8153985Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:06:32.8154390Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:06:32.8154793Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:06:32.8155199Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:06:32.8155563Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:06:32.8155955Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:06:32.8156418Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:06:32.8156863Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:06:32.8157251Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:06:32.8157669Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:06:32.8158503Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:06:32.8158853Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:06:32.8159239Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:06:32.8159671Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:06:32.8160088Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:06:32.8160497Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:06:32.8160912Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:06:32.8161328Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:06:32.8161751Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:06:32.8162181Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:06:32.8162850Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:06:32.8163297Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:06:32.8163724Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:06:32.8164128Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:06:32.8164542Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:06:32.8164935Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:06:32.8165342Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:06:32.8165766Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:06:32.8166183Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:06:32.8166591Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:06:32.8166986Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:06:32.8167442Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:06:32.8167916Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:06:32.8168384Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:06:32.8169122Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:06:32.8169582Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:06:32.8170001Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:06:32.8170419Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:06:32.8170829Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:06:32.8171247Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:06:32.8171648Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:06:32.8172016Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:06:32.8172506Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:06:32.8172889Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:06:32.8173287Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:06:32.8173691Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:06:32.8174072Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:06:32.8174480Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:06:32.8174919Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:06:32.8175525Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:06:32.8175938Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:06:32.8176362Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:06:32.8176791Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:06:32.8177198Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:06:32.8177596Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:06:32.8178030Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:06:32.8178527Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:06:32.8179026Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:06:32.8179490Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:06:32.8179907Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:06:32.8180294Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:06:32.8180686Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:06:32.8181087Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:06:32.8181493Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:06:32.8181953Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:06:32.8182692Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:06:32.8183206Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:06:32.8183702Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:06:32.8184142Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:06:32.8184543Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:06:32.8184937Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:06:32.8185343Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:06:32.8185966Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:06:32.8186365Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:06:32.8186788Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:06:32.8187211Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:06:32.8187592Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:06:32.8187965Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:06:32.8188422Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:06:32.8188829Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:06:32.8189206Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:06:32.8189574Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:06:32.8189973Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:06:32.8190363Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:06:32.8190713Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:06:32.8191092Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:06:32.8191501Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:06:32.8192056Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:06:32.8192554Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:06:32.8192919Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:06:32.8193297Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:06:32.8193689Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:06:32.8194091Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:06:32.8194489Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:06:32.8194870Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:06:32.8195251Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:06:32.8195648Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:06:32.8196051Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:06:32.8196420Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:06:32.8196773Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:06:32.8197125Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:06:32.8197482Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:06:32.8197851Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:06:32.8198205Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:06:32.8198581Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:06:32.8198983Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:06:32.8199415Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:06:32.8199853Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:06:32.8200259Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:06:32.8200652Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:06:32.8201042Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:06:32.8201434Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:06:32.8201840Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:06:32.8202584Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:06:32.8203021Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:06:32.8203416Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:06:32.8203825Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:06:32.8204262Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:06:32.8204695Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:06:32.8205085Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:06:32.8205479Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:06:32.8205889Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:06:32.8206298Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:06:32.8206706Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:06:32.8207102Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:06:32.8207500Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:06:32.8207903Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:06:32.8208288Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:06:32.8208798Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:06:32.8209163Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:06:32.8209560Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:06:32.8209957Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:06:32.8210356Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:06:32.8210755Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:06:32.8211127Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:06:32.8211502Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:06:32.8211877Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:06:32.8212421Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:06:32.8212867Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:06:32.8213312Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:06:32.8213712Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:06:32.8214085Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:06:32.8214476Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:06:32.8214900Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:06:32.8215319Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:06:32.8215672Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:06:32.8216019Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:06:32.8216437Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:06:32.8216870Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:06:32.8217281Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:06:32.8217665Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:06:32.8218048Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:06:32.8218430Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:06:32.8219073Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:06:32.8219564Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:06:32.8219980Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:06:32.8220348Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:06:32.8220701Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:06:32.8221150Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:06:32.8221653Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:06:32.8222091Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:06:32.8222729Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:06:32.8223210Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:06:32.8223745Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:06:32.8224246Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:06:32.8224683Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:06:32.8225044Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:06:32.8225634Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:06:32.8226044Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:06:32.8226460Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:06:32.8226864Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:06:32.8227240Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:06:32.8227618Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:06:32.8228017Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:06:32.8228417Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:06:32.8228815Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:06:32.8229215Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:06:32.8229616Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:06:32.8230006Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:06:32.8230421Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:06:32.8230866Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:06:32.8231291Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:06:32.8231685Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:06:32.8232055Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:06:32.8233082Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:06:32.8233472Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:06:32.8233868Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:06:32.8234298Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:06:32.8234765Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:06:32.8235216Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:06:32.8235620Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:06:32.8236262Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:06:32.8236671Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:06:32.8237047Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:06:32.8237444Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:06:32.8237833Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:06:32.8238216Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:06:32.8238665Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:06:32.8239133Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:06:32.8239590Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:06:32.8240105Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:06:32.8240623Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:06:32.8241131Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:06:32.8241573Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:06:32.8241935Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:06:32.8242439Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:06:32.8243016Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:06:32.8243396Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:06:32.8243764Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:06:32.8244145Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:06:32.8244527Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:06:32.8244915Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:06:32.8245294Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:06:32.8245668Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:06:32.8246066Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:06:32.8246458Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:06:32.8246876Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:06:32.8247311Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:06:32.8247732Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:06:32.8248144Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:06:32.8248551Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:06:32.8248961Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:06:32.8249381Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:06:32.8249770Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:06:32.8250128Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:06:32.8250640Z 	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-20T22:06:32.8251162Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:06:32.8251537Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:06:32.8252008Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:06:32.8252633Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:06:32.8253284Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:06:32.8253743Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:06:32.8254170Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:06:32.8254600Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:06:32.8255005Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:06:32.8255413Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:06:32.8255838Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:06:32.8256251Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:06:32.8256644Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:06:32.8257074Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:06:32.8257570Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:06:32.8258280Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:06:32.8258739Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:06:32.8259152Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:06:32.8259553Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:06:32.8260272Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:06:32.8260755Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:06:32.8261165Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:06:32.8261598Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:06:32.8262055Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:06:32.8262630Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:06:32.8263000Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:06:32.8263354Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:06:32.8263727Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:06:32.8264116Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:06:32.8264483Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:06:32.8264837Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:06:32.8265208Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:06:32.8265575Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:06:32.8265934Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:06:32.8266310Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:06:32.8266667Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:06:32.8267044Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:06:32.8267430Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:06:32.8267786Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:06:32.8268153Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:06:32.8268511Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:06:32.8268881Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:06:32.8269262Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:06:32.8269637Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:06:32.8270222Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:06:32.8270613Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:06:32.8271033Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:06:32.8271467Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:06:32.8271872Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:06:32.8272241Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:06:32.8272868Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:06:32.8273300Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:06:32.8273704Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:06:32.8274065Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:06:32.8274436Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:06:32.8274795Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:06:32.8275139Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:06:32.8275481Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:06:32.8275837Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:06:32.8276203Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:06:32.8276751Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:06:32.8277100Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:06:32.8277437Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:06:32.8277815Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:06:32.8278222Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:06:32.8278622Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:06:32.8279019Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:06:32.8279414Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:06:32.8279830Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:06:32.8280330Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:06:32.8280951Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:06:32.8281576Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:06:32.8282119Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:06:32.8282783Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:06:32.8283245Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:06:32.8283765Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:06:32.8284381Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:06:32.8284943Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:06:32.8285441Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:06:32.8285885Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:06:32.8286250Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:06:32.8286625Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:06:32.8287002Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:06:32.8287613Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:06:32.8288011Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:06:32.8288449Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:06:32.8288842Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:06:32.8289229Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:06:32.8289623Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:06:32.8290001Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:06:32.8290377Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:06:32.8290755Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:06:32.8291150Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:06:32.8291552Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:06:32.8291964Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:06:32.8292534Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:06:32.8292916Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:06:32.8293309Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:06:32.8293892Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:06:32.8294306Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:06:32.8294741Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:06:32.8295170Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:06:32.8295535Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:06:32.8295908Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:06:32.8296291Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:06:32.8296661Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:06:32.8297054Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:06:32.8297446Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:06:32.8297838Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:06:32.8298220Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:06:32.8298585Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:06:32.8298952Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:06:32.8299511Z 	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-20T22:06:32.8300229Z 	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-20T22:06:32.8300916Z 	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-20T22:06:32.8301585Z 	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-20T22:06:32.8302115Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:06:32.8302687Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:06:32.8303106Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:06:32.8303505Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:06:32.8303885Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:06:32.8304460Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:06:32.8304837Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:06:32.8305215Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:06:32.8305594Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:06:32.8305968Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:06:32.8306349Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:06:32.8306740Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:06:32.8307144Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:06:32.8307542Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:06:32.8307941Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:06:32.8308337Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:06:32.8308722Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:06:32.8309111Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:06:32.8309512Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:06:32.8309910Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:06:32.8310459Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:06:32.8310851Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:06:32.8311271Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:06:32.8311702Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:06:32.8312104Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:06:32.8312819Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:06:32.8313282Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:06:32.8313690Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:06:32.8314062Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:06:32.8314444Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:06:32.8314850Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:06:32.8315261Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:06:32.8315666Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:06:32.8316047Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:06:32.8316437Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:06:32.8316916Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:06:32.8317390Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:06:32.8317787Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:06:32.8318198Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:06:32.8318654Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:06:32.8319101Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:06:32.8319577Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:06:32.8320069Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:06:32.8320521Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:06:32.8321182Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:06:32.8321596Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:06:32.8321987Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:06:32.8322541Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:06:32.8322928Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:06:32.8323308Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:06:32.8323716Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:06:32.8324118Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:06:32.8324522Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:06:32.8324947Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:06:32.8325341Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:06:32.8325718Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:06:32.8326086Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:06:32.8326442Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:06:32.8326834Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:06:32.8327426Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:06:32.8327821Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:06:32.8328271Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:06:32.8328724Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:06:32.8329137Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:06:32.8329577Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:06:32.8329996Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:06:32.8330406Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:06:32.8330814Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:06:32.8331179Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:06:32.8331547Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:06:32.8331939Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:06:32.8332498Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:06:32.8332892Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:06:32.8333256Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:06:32.8333609Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:06:32.8333959Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:06:32.8334455Z 	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-20T22:06:32.8334964Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:06:32.8335352Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:06:32.8335731Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:06:32.8336128Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:06:32.8336541Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:06:32.8336960Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:06:32.8337625Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:06:32.8338055Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:06:32.8338469Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:06:32.8338840Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:06:32.8339209Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:06:32.8339578Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:06:32.8339957Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:06:32.8340380Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:06:32.8340810Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:06:32.8341211Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:06:32.8341637Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:06:32.8342081Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:06:32.8342632Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:06:32.8343007Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:06:32.8343355Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:06:32.8343889Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:06:32.8344260Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:06:32.8344639Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:06:32.8345018Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:06:32.8345420Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:06:32.8345839Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:06:32.8346304Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:06:32.8346743Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:06:32.8347118Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:06:32.8347506Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:06:32.8347896Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:06:32.8348285Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:06:32.8348667Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:06:32.8349046Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:06:32.8349490Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:06:32.8349988Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:06:32.8350413Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:06:32.8350792Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:06:32.8351166Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:06:32.8351571Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:06:32.8351973Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:06:32.8352609Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:06:32.8353022Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:06:32.8353404Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:06:32.8353754Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:06:32.8354347Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:06:32.8354764Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:06:32.8355188Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:06:32.8355567Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:06:32.8355953Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:06:32.8356402Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:06:32.8356845Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:06:32.8357275Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:06:32.8357670Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:06:32.8358187Z 	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-20T22:06:32.8358695Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:06:32.8359089Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:06:32.8359499Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:06:32.8359925Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:06:32.8360590Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:06:32.8361173Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:06:32.8361782Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:06:32.8362591Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:06:32.8363248Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:06:32.8363879Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:06:32.8364505Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:06:32.8365089Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:06:32.8365576Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:06:32.8366021Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:06:32.8366459Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:06:32.8366889Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:06:32.8367370Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:06:32.8367807Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:06:32.8368194Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:06:32.8368561Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:06:32.8368942Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:06:32.8369328Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:06:32.8369747Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:06:32.8370170Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:06:32.8370539Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:06:32.8370931Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:06:32.8371600Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:06:32.8372110Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:06:32.8372762Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:06:32.8373255Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:06:32.8373710Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:06:32.8374130Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:06:32.8374546Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:06:32.8374960Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:06:32.8375391Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:06:32.8375821Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:06:32.8376215Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:06:32.8376598Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:06:32.8376977Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:06:32.8377358Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:06:32.8377792Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:06:32.8378418Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:06:32.8378824Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:06:32.8379244Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:06:32.8379675Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:06:32.8380130Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:06:32.8380577Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:06:32.8381013Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:06:32.8381411Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:06:32.8381782Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:06:32.8382176Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:06:32.8382968Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:06:32.8383347Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:06:32.8383750Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:06:32.8384150Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:06:32.8384583Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:06:32.8385054Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:06:32.8385514Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:06:32.8385967Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:06:32.8386323Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:06:32.8386704Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:06:32.8387101Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:06:32.8387493Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:06:32.8387887Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:06:32.8388319Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:06:32.8389030Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:06:32.8389472Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:06:32.8389855Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:06:32.8390257Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:06:32.8390802Z 	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-20T22:06:32.8391388Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:06:32.8391846Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:06:32.8392549Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:06:32.8392986Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:06:32.8393391Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:06:32.8393784Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:06:32.8394174Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:06:32.8394574Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:06:32.8394978Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:06:32.8395526Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:06:32.8395924Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:06:32.8396326Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:06:32.8396707Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:06:32.8397114Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:06:32.8397583Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:06:32.8398011Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:06:32.8398390Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:06:32.8398766Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:06:32.8399157Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:06:32.8399535Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:06:32.8399905Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:06:32.8400338Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:06:32.8400783Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:06:32.8401187Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:06:32.8401588Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:06:32.8401986Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:06:32.8402553Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:06:32.8402945Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:06:32.8403334Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:06:32.8403743Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:06:32.8404186Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:06:32.8404638Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:06:32.8405062Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:06:32.8405699Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:06:32.8406114Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:06:32.8406545Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:06:32.8406934Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:06:32.8407289Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:06:32.8407639Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:06:32.8408011Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:06:32.8408381Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:06:32.8408735Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:06:32.8409106Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:06:32.8409501Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:06:32.8409891Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:06:32.8410250Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:06:32.8410600Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:06:32.8410980Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:06:32.8411378Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:06:32.8411973Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:06:32.8412493Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:06:32.8412862Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:06:32.8413249Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:06:32.8413631Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:06:32.8413986Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:06:32.8414360Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:06:32.8414754Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:06:32.8415137Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:06:32.8415517Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:06:32.8415898Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:06:32.8416284Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:06:32.8416688Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:06:32.8417113Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:06:32.8417519Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:06:32.8417880Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:06:32.8418231Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:06:32.8418577Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:06:32.8418997Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:06:32.8419505Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:06:32.8420018Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:06:32.8420497Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:06:32.8421004Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:06:32.8421442Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:06:32.8421829Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:06:32.8422580Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:06:32.8423039Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:06:32.8423437Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:06:32.8423825Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:06:32.8424213Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:06:32.8424598Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:06:32.8424990Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:06:32.8425431Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:06:32.8425868Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:06:32.8426248Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:06:32.8426650Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:06:32.8427073Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:06:32.8427459Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:06:32.8427812Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:06:32.8428202Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:06:32.8428872Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:06:32.8429338Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:06:32.8429748Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:06:32.8430164Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:06:32.8430597Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:06:32.8431032Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:06:32.8677545Z [+] Installing Go for linux-arm64...
2025-08-20T22:06:33.3799485Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:06:33.3799804Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:06:33.3800039Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:06:33.3810135Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:06:33.3810507Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:06:33.3810860Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:06:33.3934243Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:06:33.3934735Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:06:33.3935218Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:06:33.3935671Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:06:33.3936106Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:06:33.3936550Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:06:33.3937014Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:06:33.3937477Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:06:33.3937912Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:06:33.3938343Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:06:33.3938777Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:06:33.3939209Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:06:33.3940007Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:06:33.3940494Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:06:33.3940941Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:06:33.3941393Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:06:33.3941880Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:06:33.3942585Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:06:33.3943049Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:06:33.3943467Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:06:33.3943818Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:06:33.3944149Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:06:33.3944483Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:06:33.3944818Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:06:33.3945187Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:06:33.3976348Z go version go1.22.2 linux/arm64
2025-08-20T22:06:33.4275630Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:06:33.4276435Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:06:33.4276799Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:06:33.4277166Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:06:33.4277543Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:06:33.4277910Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:06:33.4278276Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:06:33.4278647Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:06:33.4278998Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:06:33.4279327Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:06:33.4279687Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:06:33.4280077Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:06:33.4280469Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:06:33.4280878Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:06:33.4281275Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:06:33.4281670Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:06:33.4282076Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:06:33.4282832Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:06:33.4283218Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:06:33.4283676Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:06:33.4284120Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:06:33.4284507Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:06:33.4284935Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:06:33.4285334Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:06:33.4285681Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:06:33.4286072Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:06:33.4286534Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:06:33.4287272Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:06:33.4287698Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:06:33.4288110Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:06:33.4288527Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:06:33.4288951Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:06:33.4289385Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:06:33.4289807Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:06:33.4290253Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:06:33.4290680Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:06:33.4291083Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:06:33.4291494Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:06:33.4291888Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:06:33.4292415Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:06:33.4292848Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:06:33.4293449Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:06:33.4293854Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:06:33.4294249Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:06:33.4294702Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:06:33.4295174Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:06:33.4295651Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:06:33.4296144Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:06:33.4296584Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:06:33.4297003Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:06:33.4297425Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:06:33.4297841Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:06:33.4298258Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:06:33.4298659Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:06:33.4299030Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:06:33.4299388Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:06:33.4299760Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:06:33.4300154Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:06:33.4300561Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:06:33.4300944Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:06:33.4301353Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:06:33.4301798Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:06:33.4302227Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:06:33.4302815Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:06:33.4303245Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:06:33.4303897Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:06:33.4304316Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:06:33.4304714Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:06:33.4305151Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:06:33.4305650Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:06:33.4306157Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:06:33.4306615Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:06:33.4307032Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:06:33.4307420Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:06:33.4307812Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:06:33.4308218Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:06:33.4308617Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:06:33.4309077Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:06:33.4309577Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:06:33.4310082Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:06:33.4310720Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:06:33.4311163Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:06:33.4311566Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:06:33.4311959Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:06:33.4312521Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:06:33.4312932Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:06:33.4313319Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:06:33.4313743Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:06:33.4314170Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:06:33.4314557Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:06:33.4314930Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:06:33.4315337Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:06:33.4315746Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:06:33.4316121Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:06:33.4316493Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:06:33.4316889Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:06:33.4317281Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:06:33.4317631Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:06:33.4318010Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:06:33.4318426Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:06:33.4318813Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:06:33.4319179Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:06:33.4319596Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:06:33.4319977Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:06:33.4320578Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:06:33.4321001Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:06:33.4321397Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:06:33.4321780Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:06:33.4322162Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:06:33.4322690Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:06:33.4323102Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:06:33.4323474Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:06:33.4323827Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:06:33.4324185Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:06:33.4324543Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:06:33.4324912Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:06:33.4325267Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:06:33.4325641Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:06:33.4326038Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:06:33.4326465Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:06:33.4327073Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:06:33.4327479Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:06:33.4327872Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:06:33.4328262Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:06:33.4328652Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:06:33.4329063Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:06:33.4329479Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:06:33.4329870Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:06:33.4330263Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:06:33.4330676Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:06:33.4331119Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:06:33.4331547Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:06:33.4331937Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:06:33.4332473Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:06:33.4332898Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:06:33.4333315Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:06:33.4333722Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:06:33.4334117Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:06:33.4334517Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:06:33.4334921Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:06:33.4335302Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:06:33.4335662Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:06:33.4336029Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:06:33.4336427Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:06:33.4336827Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:06:33.4337439Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:06:33.4337845Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:06:33.4338215Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:06:33.4338594Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:06:33.4338975Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:06:33.4339369Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:06:33.4339795Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:06:33.4340243Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:06:33.4340641Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:06:33.4341018Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:06:33.4341417Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:06:33.4341844Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:06:33.4342452Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:06:33.4342824Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:06:33.4343174Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:06:33.4343773Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:06:33.4344205Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:06:33.4344614Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:06:33.4344997Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:06:33.4345411Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:06:33.4345941Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:06:33.4346366Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:06:33.4346836Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:06:33.4347251Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:06:33.4347623Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:06:33.4347988Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:06:33.4348433Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:06:33.4348943Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:06:33.4349385Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:06:33.4349768Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:06:33.4350233Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:06:33.4350770Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:06:33.4351275Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:06:33.4351717Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:06:33.4352084Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:06:33.4352666Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:06:33.4353082Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:06:33.4353496Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:06:33.4353901Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:06:33.4354484Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:06:33.4354883Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:06:33.4355282Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:06:33.4355682Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:06:33.4356082Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:06:33.4356484Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:06:33.4356879Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:06:33.4357273Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:06:33.4357692Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:06:33.4358139Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:06:33.4358570Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:06:33.4358959Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:06:33.4359336Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:06:33.4359713Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:06:33.4360089Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:06:33.4360647Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:06:33.4361068Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:06:33.4361541Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:06:33.4361995Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:06:33.4362536Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:06:33.4362946Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:06:33.4363332Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:06:33.4363710Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:06:33.4364081Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:06:33.4364469Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:06:33.4364861Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:06:33.4365305Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:06:33.4365779Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:06:33.4366242Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:06:33.4366769Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:06:33.4367284Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:06:33.4367792Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:06:33.4368232Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:06:33.4368600Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:06:33.4368967Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:06:33.4369346Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:06:33.4369728Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:06:33.4370101Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:06:33.4370484Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:06:33.4371081Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:06:33.4371484Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:06:33.4371866Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:06:33.4372243Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:06:33.4372771Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:06:33.4373179Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:06:33.4373599Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:06:33.4374039Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:06:33.4374460Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:06:33.4374875Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:06:33.4375284Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:06:33.4375694Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:06:33.4376116Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:06:33.4376509Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:06:33.4376875Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:06:33.4377543Z 	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-20T22:06:33.4378061Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:06:33.4378433Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:06:33.4378809Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:06:33.4379181Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:06:33.4379583Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:06:33.4380019Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:06:33.4380441Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:06:33.4380872Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:06:33.4381283Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:06:33.4381688Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:06:33.4382112Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:06:33.4382656Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:06:33.4383056Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:06:33.4383491Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:06:33.4383981Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:06:33.4384477Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:06:33.4384927Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:06:33.4385337Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:06:33.4385746Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:06:33.4386222Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:06:33.4386708Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:06:33.4387118Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:06:33.4387750Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:06:33.4388222Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:06:33.4388631Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:06:33.4388997Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:06:33.4389349Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:06:33.4389723Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:06:33.4390110Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:06:33.4390479Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:06:33.4390833Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:06:33.4391203Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:06:33.4391568Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:06:33.4391931Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:06:33.4392435Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:06:33.4392802Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:06:33.4393177Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:06:33.4393563Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:06:33.4394164Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:06:33.4394524Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:06:33.4394885Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:06:33.4395253Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:06:33.4395629Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:06:33.4396000Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:06:33.4396362Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:06:33.4396739Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:06:33.4397155Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:06:33.4397587Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:06:33.4398001Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:06:33.4398368Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:06:33.4398755Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:06:33.4399181Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:06:33.4399588Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:06:33.4399954Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:06:33.4400330Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:06:33.4400694Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:06:33.4401040Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:06:33.4401391Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:06:33.4401749Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:06:33.4402127Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:06:33.4402640Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:06:33.4402992Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:06:33.4403327Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:06:33.4403704Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:06:33.4404301Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:06:33.4404717Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:06:33.4405118Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:06:33.4405512Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:06:33.4405928Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:06:33.4406437Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:06:33.4407052Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:06:33.4407679Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:06:33.4408223Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:06:33.4408838Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:06:33.4409299Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:06:33.4409822Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:06:33.4410442Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:06:33.4411172Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:06:33.4411671Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:06:33.4412122Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:06:33.4412716Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:06:33.4413097Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:06:33.4413479Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:06:33.4413860Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:06:33.4414250Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:06:33.4414640Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:06:33.4415032Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:06:33.4415425Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:06:33.4415813Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:06:33.4416194Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:06:33.4416570Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:06:33.4416950Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:06:33.4417349Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:06:33.4417748Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:06:33.4418165Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:06:33.4418583Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:06:33.4418975Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:06:33.4419422Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:06:33.4419840Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:06:33.4420253Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:06:33.4420690Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:06:33.4421320Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:06:33.4421750Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:06:33.4422124Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:06:33.4422653Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:06:33.4423033Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:06:33.4423425Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:06:33.4423821Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:06:33.4424221Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:06:33.4424604Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:06:33.4424962Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:06:33.4425331Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:06:33.4425884Z 	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-20T22:06:33.4426598Z 	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-20T22:06:33.4427282Z 	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-20T22:06:33.4428115Z 	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-20T22:06:33.4428645Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:06:33.4429031Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:06:33.4429444Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:06:33.4429849Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:06:33.4430231Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:06:33.4430607Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:06:33.4430977Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:06:33.4431354Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:06:33.4431732Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:06:33.4432111Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:06:33.4432640Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:06:33.4433036Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:06:33.4433440Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:06:33.4433841Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:06:33.4434245Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:06:33.4434635Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:06:33.4435010Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:06:33.4435399Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:06:33.4435804Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:06:33.4436210Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:06:33.4436609Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:06:33.4437005Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:06:33.4437432Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:06:33.4437868Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:06:33.4438463Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:06:33.4438930Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:06:33.4439392Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:06:33.4439797Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:06:33.4440167Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:06:33.4440552Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:06:33.4440949Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:06:33.4441361Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:06:33.4441764Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:06:33.4442147Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:06:33.4442683Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:06:33.4443162Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:06:33.4443641Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:06:33.4444034Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:06:33.4444600Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:06:33.4445052Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:06:33.4445501Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:06:33.4445974Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:06:33.4446464Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:06:33.4446914Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:06:33.4447354Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:06:33.4447754Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:06:33.4448146Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:06:33.4448565Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:06:33.4448955Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:06:33.4449329Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:06:33.4449738Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:06:33.4450138Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:06:33.4450548Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:06:33.4450970Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:06:33.4451365Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:06:33.4451745Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:06:33.4452115Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:06:33.4452601Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:06:33.4453001Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:06:33.4453420Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:06:33.4453822Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:06:33.4454273Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:06:33.4454897Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:06:33.4455325Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:06:33.4455768Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:06:33.4456194Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:06:33.4456601Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:06:33.4457014Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:06:33.4457371Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:06:33.4457736Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:06:33.4458128Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:06:33.4458527Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:06:33.4458912Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:06:33.4459274Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:06:33.4459627Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:06:33.4459980Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:06:33.4460466Z 	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-20T22:06:33.4461112Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:06:33.4461493Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:06:33.4461876Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:06:33.4462391Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:06:33.4462811Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:06:33.4463228Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:06:33.4463636Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:06:33.4464054Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:06:33.4464469Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:06:33.4464846Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:06:33.4465222Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:06:33.4465584Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:06:33.4465960Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:06:33.4466387Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:06:33.4466819Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:06:33.4467225Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:06:33.4467651Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:06:33.4468096Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:06:33.4468497Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:06:33.4468868Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:06:33.4469220Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:06:33.4469571Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:06:33.4469943Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:06:33.4470318Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:06:33.4470697Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:06:33.4471295Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:06:33.4471731Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:06:33.4472196Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:06:33.4472751Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:06:33.4473128Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:06:33.4473521Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:06:33.4473911Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:06:33.4474302Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:06:33.4474684Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:06:33.4475060Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:06:33.4475505Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:06:33.4475999Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:06:33.4476424Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:06:33.4476809Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:06:33.4477185Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:06:33.4477738Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:06:33.4478133Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:06:33.4478506Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:06:33.4478902Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:06:33.4479284Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:06:33.4479640Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:06:33.4479999Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:06:33.4480401Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:06:33.4480827Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:06:33.4481212Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:06:33.4481603Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:06:33.4482048Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:06:33.4482627Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:06:33.4483060Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:06:33.4483457Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:06:33.4483976Z 	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-20T22:06:33.4484486Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:06:33.4484878Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:06:33.4485292Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:06:33.4485720Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:06:33.4486244Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:06:33.4486827Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:06:33.4487437Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:06:33.4488267Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:06:33.4488934Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:06:33.4489564Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:06:33.4490189Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:06:33.4490778Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:06:33.4491258Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:06:33.4491702Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:06:33.4492138Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:06:33.4492698Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:06:33.4493182Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:06:33.4493615Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:06:33.4493997Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:06:33.4494370Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:06:33.4494766Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:06:33.4495311Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:06:33.4495720Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:06:33.4496134Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:06:33.4496501Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:06:33.4496890Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:06:33.4497357Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:06:33.4497852Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:06:33.4498345Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:06:33.4498834Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:06:33.4499292Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:06:33.4499708Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:06:33.4500122Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:06:33.4500537Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:06:33.4500965Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:06:33.4501396Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:06:33.4501787Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:06:33.4502172Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:06:33.4502694Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:06:33.4503077Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:06:33.4503521Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:06:33.4503964Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:06:33.4504366Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:06:33.4504784Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:06:33.4505381Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:06:33.4505848Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:06:33.4506296Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:06:33.4506731Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:06:33.4507126Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:06:33.4507502Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:06:33.4507887Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:06:33.4508257Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:06:33.4508633Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:06:33.4509032Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:06:33.4509435Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:06:33.4509858Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:06:33.4510328Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:06:33.4510788Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:06:33.4511184Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:06:33.4511669Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:06:33.4512042Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:06:33.4512590Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:06:33.4512988Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:06:33.4513381Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:06:33.4513815Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:06:33.4514265Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:06:33.4514680Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:06:33.4515065Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:06:33.4515467Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:06:33.4516020Z 	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-20T22:06:33.4516601Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:06:33.4517056Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:06:33.4517504Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:06:33.4517937Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:06:33.4518337Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:06:33.4518732Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:06:33.4519125Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:06:33.4519574Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:06:33.4519987Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:06:33.4520371Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:06:33.4520763Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:06:33.4521170Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:06:33.4521546Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:06:33.4522174Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:06:33.4522769Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:06:33.4523196Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:06:33.4523575Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:06:33.4523955Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:06:33.4524349Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:06:33.4524725Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:06:33.4525100Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:06:33.4525532Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:06:33.4525981Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:06:33.4526392Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:06:33.4526795Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:06:33.4527194Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:06:33.4527577Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:06:33.4527956Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:06:33.4528555Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:06:33.4528958Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:06:33.4529404Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:06:33.4529852Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:06:33.4530283Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:06:33.4530688Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:06:33.4531096Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:06:33.4531524Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:06:33.4531918Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:06:33.4532395Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:06:33.4532749Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:06:33.4533120Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:06:33.4533495Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:06:33.4533851Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:06:33.4534222Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:06:33.4534623Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:06:33.4535012Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:06:33.4535376Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:06:33.4535729Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:06:33.4536111Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:06:33.4536512Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:06:33.4536893Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:06:33.4537258Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:06:33.4537629Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:06:33.4538013Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:06:33.4538590Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:06:33.4538956Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:06:33.4539332Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:06:33.4539727Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:06:33.4540108Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:06:33.4540496Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:06:33.4540876Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:06:33.4541262Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:06:33.4541667Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:06:33.4542090Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:06:33.4542640Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:06:33.4543000Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:06:33.4543348Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:06:33.4543695Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:06:33.4544116Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:06:33.4544768Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:06:33.4545243Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:06:33.4545720Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:06:33.4546225Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:06:33.4546666Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:06:33.4547059Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:06:33.4547453Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:06:33.4547844Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:06:33.4548236Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:06:33.4548625Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:06:33.4549018Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:06:33.4549398Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:06:33.4549794Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:06:33.4550239Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:06:33.4550678Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:06:33.4551055Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:06:33.4551454Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:06:33.4551879Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:06:33.4552404Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:06:33.4552772Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:06:33.4553158Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:06:33.4553615Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:06:33.4554078Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:06:33.4554489Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:06:33.4555088Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:06:33.4555529Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:06:33.4555964Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:06:33.6609138Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:06:33.8524427Z Collecting meson
2025-08-20T22:06:33.9342084Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:06:33.9938411Z Collecting ninja
2025-08-20T22:06:34.0096211Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:06:34.0385149Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:06:34.1102838Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 21.5 MB/s  0:00:00
2025-08-20T22:06:34.1304515Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:06:34.2187055Z Installing collected packages: ninja, meson
2025-08-20T22:06:34.8997785Z 
2025-08-20T22:06:34.9021471Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:06:35.1738407Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:06:35.2656945Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:06:35.3539180Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:06:35.7550941Z 1.8.4
2025-08-20T22:06:35.7845572Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:06:35.8194259Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:06:35.8194653Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:06:35.8201464Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:06:35.8201873Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:06:35.8202417Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:06:35.8202793Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:06:35.8203162Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:06:35.8203528Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:06:35.8203875Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:06:35.8204205Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:06:35.8204578Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:06:35.8204965Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:06:35.8205350Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:06:35.8205758Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:06:35.8206156Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:06:35.8206563Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:06:35.8206969Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:06:35.8207338Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:06:35.8207716Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:06:35.8208173Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:06:35.8208627Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:06:35.8209017Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:06:35.8209440Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:06:35.8209842Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:06:35.8210195Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:06:35.8210909Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:06:35.8211403Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:06:35.8211824Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:06:35.8212229Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:06:35.8212802Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:06:35.8213236Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:06:35.8213661Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:06:35.8214089Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:06:35.8214513Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:06:35.8214958Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:06:35.8215385Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:06:35.8215942Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:06:35.8216357Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:06:35.8216753Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:06:35.8217367Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:06:35.8217794Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:06:35.8218216Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:06:35.8218620Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:06:35.8219019Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:06:35.8219476Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:06:35.8219951Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:06:35.8220420Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:06:35.8220911Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:06:35.8221352Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:06:35.8221776Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:06:35.8222200Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:06:35.8222763Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:06:35.8223184Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:06:35.8223591Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:06:35.8223969Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:06:35.8224331Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:06:35.8224705Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:06:35.8225102Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:06:35.8225504Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:06:35.8225889Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:06:35.8226299Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:06:35.8226739Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:06:35.8227163Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:06:35.8227799Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:06:35.8228249Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:06:35.8228757Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:06:35.8229170Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:06:35.8229567Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:06:35.8230009Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:06:35.8230506Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:06:35.8231006Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:06:35.8231469Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:06:35.8231890Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:06:35.8232397Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:06:35.8232834Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:06:35.8233240Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:06:35.8233643Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:06:35.8234103Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:06:35.8234786Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:06:35.8235295Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:06:35.8235785Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:06:35.8236229Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:06:35.8236635Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:06:35.8237030Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:06:35.8237435Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:06:35.8237834Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:06:35.8238222Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:06:35.8238650Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:06:35.8239075Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:06:35.8239461Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:06:35.8239835Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:06:35.8240239Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:06:35.8240653Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:06:35.8241033Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:06:35.8241401Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:06:35.8241800Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:06:35.8242193Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:06:35.8242698Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:06:35.8243082Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:06:35.8243494Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:06:35.8243883Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:06:35.8244250Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:06:35.8244795Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:06:35.8245221Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:06:35.8245616Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:06:35.8246015Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:06:35.8246410Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:06:35.8246800Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:06:35.8247180Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:06:35.8247578Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:06:35.8247975Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:06:35.8248347Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:06:35.8248706Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:06:35.8249061Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:06:35.8249416Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:06:35.8249777Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:06:35.8250126Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:06:35.8250502Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:06:35.8251029Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:06:35.8251459Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:06:35.8251893Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:06:35.8252422Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:06:35.8252823Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:06:35.8253218Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:06:35.8253606Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:06:35.8254008Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:06:35.8254419Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:06:35.8254801Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:06:35.8255201Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:06:35.8255617Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:06:35.8256052Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:06:35.8256479Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:06:35.8256869Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:06:35.8257272Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:06:35.8257687Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:06:35.8258100Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:06:35.8258508Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:06:35.8258902Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:06:35.8259306Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:06:35.8259713Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:06:35.8260147Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:06:35.8260516Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:06:35.8260885Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:06:35.8261508Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:06:35.8261928Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:06:35.8262485Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:06:35.8262887Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:06:35.8263257Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:06:35.8263636Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:06:35.8264015Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:06:35.8264404Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:06:35.8264831Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:06:35.8265277Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:06:35.8265679Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:06:35.8266052Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:06:35.8266446Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:06:35.8266868Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:06:35.8267288Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:06:35.8267813Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:06:35.8268156Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:06:35.8268569Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:06:35.8269001Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:06:35.8269410Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:06:35.8269798Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:06:35.8270182Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:06:35.8270565Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:06:35.8270990Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:06:35.8271456Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:06:35.8271874Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:06:35.8272244Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:06:35.8272737Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:06:35.8273182Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:06:35.8273694Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:06:35.8274136Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:06:35.8274511Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:06:35.8274972Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:06:35.8275507Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:06:35.8276014Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:06:35.8276449Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:06:35.8276811Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:06:35.8277226Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:06:35.8277637Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:06:35.8278249Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:06:35.8278665Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:06:35.8279039Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:06:35.8279418Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:06:35.8279820Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:06:35.8280227Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:06:35.8280627Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:06:35.8281024Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:06:35.8281418Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:06:35.8281811Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:06:35.8282234Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:06:35.8282792Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:06:35.8283221Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:06:35.8283610Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:06:35.8283985Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:06:35.8284561Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:06:35.8284934Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:06:35.8285325Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:06:35.8285742Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:06:35.8286216Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:06:35.8286662Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:06:35.8287064Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:06:35.8287451Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:06:35.8287833Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:06:35.8288208Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:06:35.8288580Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:06:35.8288965Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:06:35.8289352Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:06:35.8289802Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:06:35.8290280Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:06:35.8290743Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:06:35.8291263Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:06:35.8291777Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:06:35.8292434Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:06:35.8292908Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:06:35.8293274Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:06:35.8293638Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:06:35.8294018Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:06:35.8294397Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:06:35.8294965Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:06:35.8295361Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:06:35.8295740Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:06:35.8296126Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:06:35.8296505Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:06:35.8296886Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:06:35.8297284Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:06:35.8297675Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:06:35.8298090Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:06:35.8298528Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:06:35.8298954Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:06:35.8299365Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:06:35.8299770Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:06:35.8300180Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:06:35.8300601Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:06:35.8301131Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:06:35.8301493Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:06:35.8302003Z 	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-20T22:06:35.8302675Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:06:35.8303055Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:06:35.8303432Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:06:35.8303798Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:06:35.8304196Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:06:35.8304631Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:06:35.8305061Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:06:35.8305491Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:06:35.8305895Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:06:35.8306302Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:06:35.8306723Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:06:35.8307137Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:06:35.8307529Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:06:35.8307960Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:06:35.8308450Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:06:35.8308946Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:06:35.8309397Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:06:35.8309809Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:06:35.8310215Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:06:35.8310694Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:06:35.8311402Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:06:35.8311834Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:06:35.8312419Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:06:35.8312884Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:06:35.8313292Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:06:35.8313660Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:06:35.8314012Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:06:35.8314379Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:06:35.8314764Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:06:35.8315128Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:06:35.8315486Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:06:35.8315859Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:06:35.8316220Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:06:35.8316579Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:06:35.8316952Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:06:35.8317307Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:06:35.8317880Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:06:35.8318264Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:06:35.8318624Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:06:35.8318983Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:06:35.8319342Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:06:35.8319711Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:06:35.8320088Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:06:35.8320456Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:06:35.8320816Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:06:35.8321188Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:06:35.8321614Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:06:35.8322051Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:06:35.8322653Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:06:35.8323030Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:06:35.8323414Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:06:35.8323846Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:06:35.8324249Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:06:35.8324612Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:06:35.8324978Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:06:35.8325336Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:06:35.8325688Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:06:35.8326036Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:06:35.8326389Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:06:35.8326757Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:06:35.8327120Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:06:35.8327467Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:06:35.8328014Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:06:35.8328413Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:06:35.8328817Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:06:35.8329216Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:06:35.8329613Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:06:35.8330010Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:06:35.8330425Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:06:35.8330939Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:06:35.8331557Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:06:35.8332183Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:06:35.8332946Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:06:35.8333422Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:06:35.8333877Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:06:35.8334547Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:06:35.8335170Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:06:35.8335729Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:06:35.8336224Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:06:35.8336695Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:06:35.8337064Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:06:35.8337434Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:06:35.8337813Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:06:35.8338193Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:06:35.8338584Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:06:35.8338977Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:06:35.8339369Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:06:35.8339755Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:06:35.8340142Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:06:35.8340524Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:06:35.8340902Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:06:35.8341281Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:06:35.8341677Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:06:35.8342072Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:06:35.8342656Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:06:35.8343083Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:06:35.8343452Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:06:35.8343844Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:06:35.8344258Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:06:35.8344670Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:06:35.8345318Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:06:35.8345758Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:06:35.8346128Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:06:35.8346497Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:06:35.8346879Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:06:35.8347257Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:06:35.8347646Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:06:35.8348038Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:06:35.8348424Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:06:35.8348805Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:06:35.8349171Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:06:35.8349538Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:06:35.8350088Z 	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-20T22:06:35.8350802Z 	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-20T22:06:35.8351672Z 	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-20T22:06:35.8352553Z 	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-20T22:06:35.8353086Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:06:35.8353472Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:06:35.8353884Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:06:35.8354284Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:06:35.8354664Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:06:35.8355045Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:06:35.8355414Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:06:35.8355798Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:06:35.8356177Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:06:35.8356554Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:06:35.8356931Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:06:35.8357319Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:06:35.8357726Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:06:35.8358125Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:06:35.8358527Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:06:35.8358912Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:06:35.8359290Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:06:35.8359682Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:06:35.8360084Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:06:35.8360530Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:06:35.8360930Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:06:35.8361325Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:06:35.8362002Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:06:35.8362760Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:06:35.8363163Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:06:35.8363604Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:06:35.8364065Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:06:35.8364481Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:06:35.8364851Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:06:35.8365232Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:06:35.8365630Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:06:35.8366047Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:06:35.8366454Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:06:35.8366837Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:06:35.8367228Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:06:35.8367696Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:06:35.8368341Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:06:35.8368742Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:06:35.8369147Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:06:35.8369597Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:06:35.8370042Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:06:35.8370523Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:06:35.8371012Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:06:35.8371458Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:06:35.8371897Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:06:35.8372447Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:06:35.8372893Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:06:35.8373316Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:06:35.8373702Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:06:35.8374079Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:06:35.8374490Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:06:35.8374892Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:06:35.8375297Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:06:35.8375718Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:06:35.8376112Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:06:35.8376495Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:06:35.8376861Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:06:35.8377214Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:06:35.8377608Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:06:35.8378029Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:06:35.8378426Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:06:35.8379088Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:06:35.8379562Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:06:35.8379968Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:06:35.8380405Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:06:35.8380833Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:06:35.8381241Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:06:35.8381648Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:06:35.8382007Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:06:35.8382508Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:06:35.8382911Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:06:35.8383307Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:06:35.8383685Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:06:35.8384047Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:06:35.8384396Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:06:35.8384929Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:06:35.8385420Z 	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-20T22:06:35.8385931Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:06:35.8386310Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:06:35.8386688Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:06:35.8387090Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:06:35.8387499Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:06:35.8387910Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:06:35.8388313Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:06:35.8388727Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:06:35.8389141Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:06:35.8389519Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:06:35.8389889Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:06:35.8390253Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:06:35.8390635Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:06:35.8391065Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:06:35.8391494Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:06:35.8391900Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:06:35.8392482Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:06:35.8392933Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:06:35.8393337Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:06:35.8393709Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:06:35.8394057Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:06:35.8394403Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:06:35.8394769Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:06:35.8395327Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:06:35.8395714Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:06:35.8396116Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:06:35.8396533Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:06:35.8396995Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:06:35.8397440Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:06:35.8397812Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:06:35.8398202Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:06:35.8398588Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:06:35.8398978Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:06:35.8399363Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:06:35.8399740Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:06:35.8400183Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:06:35.8400676Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:06:35.8401101Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:06:35.8401661Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:06:35.8402044Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:06:35.8402608Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:06:35.8403004Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:06:35.8403374Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:06:35.8403775Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:06:35.8404155Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:06:35.8404505Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:06:35.8404862Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:06:35.8405261Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:06:35.8405689Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:06:35.8406069Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:06:35.8406461Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:06:35.8406904Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:06:35.8407348Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:06:35.8407786Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:06:35.8408188Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:06:35.8408708Z 	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-20T22:06:35.8409220Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:06:35.8409623Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:06:35.8410055Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:06:35.8410490Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:06:35.8411010Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:06:35.8411597Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:06:35.8412596Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:06:35.8413290Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:06:35.8413943Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:06:35.8414574Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:06:35.8415207Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:06:35.8415787Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:06:35.8416268Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:06:35.8416715Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:06:35.8417158Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:06:35.8417588Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:06:35.8418068Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:06:35.8418502Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:06:35.8419018Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:06:35.8419387Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:06:35.8419766Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:06:35.8420150Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:06:35.8420560Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:06:35.8420977Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:06:35.8421342Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:06:35.8421731Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:06:35.8422196Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:06:35.8422852Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:06:35.8423349Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:06:35.8423839Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:06:35.8424293Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:06:35.8424708Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:06:35.8425119Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:06:35.8425537Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:06:35.8425969Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:06:35.8426399Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:06:35.8426788Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:06:35.8427172Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:06:35.8427556Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:06:35.8427940Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:06:35.8428376Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:06:35.8428821Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:06:35.8429231Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:06:35.8429872Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:06:35.8430356Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:06:35.8430810Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:06:35.8431258Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:06:35.8431701Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:06:35.8432096Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:06:35.8432627Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:06:35.8433014Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:06:35.8433388Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:06:35.8433764Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:06:35.8434163Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:06:35.8434562Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:06:35.8434990Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:06:35.8435465Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:06:35.8436077Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:06:35.8436469Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:06:35.8436826Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:06:35.8437200Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:06:35.8437598Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:06:35.8437992Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:06:35.8438387Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:06:35.8438816Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:06:35.8439265Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:06:35.8439683Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:06:35.8440077Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:06:35.8440477Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:06:35.8441025Z 	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-20T22:06:35.8441605Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:06:35.8442069Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:06:35.8442691Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:06:35.8443120Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:06:35.8443521Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:06:35.8443914Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:06:35.8444304Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:06:35.8444706Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:06:35.8445109Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:06:35.8445487Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:06:35.8445879Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:06:35.8446496Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:06:35.8446892Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:06:35.8447303Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:06:35.8447767Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:06:35.8448191Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:06:35.8448575Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:06:35.8448954Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:06:35.8449348Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:06:35.8449723Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:06:35.8450095Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:06:35.8450529Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:06:35.8450974Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:06:35.8451385Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:06:35.8451785Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:06:35.8452192Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:06:35.8452926Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:06:35.8453305Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:06:35.8453692Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:06:35.8454094Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:06:35.8454545Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:06:35.8454993Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:06:35.8455416Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:06:35.8455821Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:06:35.8456229Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:06:35.8456662Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:06:35.8457052Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:06:35.8457409Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:06:35.8457760Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:06:35.8458126Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:06:35.8458502Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:06:35.8458857Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:06:35.8459232Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:06:35.8459628Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:06:35.8460017Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:06:35.8460437Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:06:35.8460788Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:06:35.8461167Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:06:35.8461565Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:06:35.8461942Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:06:35.8462724Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:06:35.8463364Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:06:35.8463758Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:06:35.8464141Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:06:35.8464490Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:06:35.8464865Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:06:35.8465268Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:06:35.8465655Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:06:35.8466034Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:06:35.8466416Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:06:35.8466802Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:06:35.8467209Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:06:35.8467635Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:06:35.8468038Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:06:35.8468395Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:06:35.8468743Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:06:35.8469261Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:06:35.8469680Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:06:35.8470183Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:06:35.8470654Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:06:35.8471133Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:06:35.8471639Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:06:35.8472077Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:06:35.8472647Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:06:35.8473039Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:06:35.8473434Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:06:35.8473830Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:06:35.8474218Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:06:35.8474610Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:06:35.8474988Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:06:35.8475385Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:06:35.8475832Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:06:35.8476267Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:06:35.8476643Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:06:35.8477043Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:06:35.8477470Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:06:35.8477852Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:06:35.8478199Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:06:35.8478587Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:06:35.8479041Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:06:35.8479723Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:06:35.8480153Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:06:35.8480571Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:06:35.8481000Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:06:35.8481434Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:06:36.3786494Z info: downloading installer
2025-08-20T22:06:36.8049566Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:06:36.8049953Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:06:36.8050317Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:06:36.8050746Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:06:36.8262236Z info: profile set to 'default'
2025-08-20T22:06:36.8262699Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:06:36.8263068Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:06:36.8817459Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:06:37.0611858Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:06:37.0922626Z info: downloading component 'clippy'
2025-08-20T22:06:37.2382069Z info: downloading component 'rustfmt'
2025-08-20T22:06:37.3541412Z info: downloading component 'cargo'
2025-08-20T22:06:37.7227725Z info: downloading component 'rust-std'
2025-08-20T22:06:38.1595558Z info: downloading component 'rustc'
2025-08-20T22:06:39.5057634Z info: removing previous version of component 'clippy'
2025-08-20T22:06:39.5215566Z info: removing previous version of component 'rustfmt'
2025-08-20T22:06:39.5300516Z info: removing previous version of component 'cargo'
2025-08-20T22:06:39.5571381Z info: removing previous version of component 'rust-std'
2025-08-20T22:06:39.5694661Z info: removing previous version of component 'rustc'
2025-08-20T22:06:39.5965207Z info: installing component 'clippy'
2025-08-20T22:06:39.8609519Z info: installing component 'rustfmt'
2025-08-20T22:06:40.0626248Z info: installing component 'cargo'
2025-08-20T22:06:40.5629447Z info: installing component 'rust-std'
2025-08-20T22:06:41.8752939Z info: installing component 'rustc'
2025-08-20T22:06:44.6688080Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:06:44.6688411Z 
2025-08-20T22:06:44.6760144Z   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-20T22:06:44.6760572Z 
2025-08-20T22:06:44.6760577Z 
2025-08-20T22:06:44.6760657Z Rust is installed now. Great!
2025-08-20T22:06:44.6760804Z 
2025-08-20T22:06:44.6760980Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:06:44.6761381Z environment variable. This has not been done automatically.
2025-08-20T22:06:44.6761606Z 
2025-08-20T22:06:44.6761740Z To configure your current shell, you need to source
2025-08-20T22:06:44.6762028Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:06:44.6762209Z 
2025-08-20T22:06:44.6762542Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:06:44.6762948Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:06:44.6763244Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:06:44.6763535Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:06:44.6942769Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:06:44.7266055Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:06:44.7266335Z 
2025-08-20T22:06:44.7339493Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:06:44.7339802Z 
2025-08-20T22:06:44.7738839Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:06:44.8106649Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:06:44.8391416Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:06:44.8391813Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:06:44.8392189Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:06:44.8392687Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:06:44.8393058Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:06:44.8393452Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:06:44.8393816Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:06:44.8394173Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:06:44.8394525Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:06:44.8394855Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:06:44.8395214Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:06:44.8395612Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:06:44.8396190Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:06:44.8396602Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:06:44.8397002Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:06:44.8397405Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:06:44.8398156Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:06:44.8398522Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:06:44.8398905Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:06:44.8399366Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:06:44.8399814Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:06:44.8400208Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:06:44.8400629Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:06:44.8401028Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:06:44.8401381Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:06:44.8401772Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:06:44.8402217Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:06:44.8402991Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:06:44.8403408Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:06:44.8403823Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:06:44.8404254Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:06:44.8404678Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:06:44.8405109Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:06:44.8405530Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:06:44.8405970Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:06:44.8406402Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:06:44.8406808Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:06:44.8407219Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:06:44.8407613Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:06:44.8408021Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:06:44.8408691Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:06:44.8409168Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:06:44.8409576Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:06:44.8409973Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:06:44.8410427Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:06:44.8410908Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:06:44.8411381Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:06:44.8411871Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:06:44.8412478Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:06:44.8412910Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:06:44.8413331Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:06:44.8413744Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:06:44.8414159Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:06:44.8414558Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:06:44.8415077Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:06:44.8415438Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:06:44.8415808Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:06:44.8416199Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:06:44.8416603Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:06:44.8416989Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:06:44.8417397Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:06:44.8417834Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:06:44.8418258Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:06:44.8418671Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:06:44.8419099Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:06:44.8419531Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:06:44.8419936Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:06:44.8420333Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:06:44.8420775Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:06:44.8421283Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:06:44.8421782Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:06:44.8422245Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:06:44.8422807Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:06:44.8423203Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:06:44.8423606Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:06:44.8424011Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:06:44.8424411Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:06:44.8424872Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:06:44.8425570Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:06:44.8426096Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:06:44.8426593Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:06:44.8427038Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:06:44.8427442Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:06:44.8427842Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:06:44.8428249Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:06:44.8428647Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:06:44.8429035Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:06:44.8429458Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:06:44.8429887Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:06:44.8430271Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:06:44.8430643Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:06:44.8431055Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:06:44.8431458Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:06:44.8432113Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:06:44.8432617Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:06:44.8433014Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:06:44.8433404Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:06:44.8433798Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:06:44.8434184Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:06:44.8434593Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:06:44.8434982Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:06:44.8435353Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:06:44.8435721Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:06:44.8436109Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:06:44.8436501Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:06:44.8436940Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:06:44.8437335Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:06:44.8437718Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:06:44.8438106Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:06:44.8438507Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:06:44.8438913Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:06:44.8439286Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:06:44.8439646Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:06:44.8440000Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:06:44.8440361Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:06:44.8440733Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:06:44.8441087Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:06:44.8441464Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:06:44.8442078Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:06:44.8442650Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:06:44.8443091Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:06:44.8443496Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:06:44.8443890Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:06:44.8444284Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:06:44.8444682Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:06:44.8445086Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:06:44.8445495Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:06:44.8445881Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:06:44.8446282Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:06:44.8446695Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:06:44.8447131Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:06:44.8447560Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:06:44.8447949Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:06:44.8448508Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:06:44.8448925Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:06:44.8449338Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:06:44.8449744Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:06:44.8450145Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:06:44.8450549Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:06:44.8450948Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:06:44.8451332Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:06:44.8451691Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:06:44.8452057Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:06:44.8452590Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:06:44.8452991Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:06:44.8453396Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:06:44.8453790Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:06:44.8454167Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:06:44.8454548Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:06:44.8454932Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:06:44.8455321Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:06:44.8455747Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:06:44.8456196Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:06:44.8456603Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:06:44.8456980Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:06:44.8457373Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:06:44.8457793Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:06:44.8458210Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:06:44.8458766Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:06:44.8459124Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:06:44.8459545Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:06:44.8459977Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:06:44.8460388Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:06:44.8460778Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:06:44.8461162Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:06:44.8461547Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:06:44.8461976Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:06:44.8462593Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:06:44.8463016Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:06:44.8463384Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:06:44.8463743Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:06:44.8464191Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:06:44.8464695Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:06:44.8465287Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:06:44.8465669Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:06:44.8466136Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:06:44.8466672Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:06:44.8467181Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:06:44.8467619Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:06:44.8467982Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:06:44.8468361Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:06:44.8468777Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:06:44.8469197Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:06:44.8469610Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:06:44.8469987Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:06:44.8470364Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:06:44.8470767Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:06:44.8471173Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:06:44.8471577Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:06:44.8471977Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:06:44.8472503Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:06:44.8472913Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:06:44.8473338Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:06:44.8473791Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:06:44.8474223Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:06:44.8474616Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:06:44.8474991Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:06:44.8475580Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:06:44.8475971Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:06:44.8476371Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:06:44.8476790Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:06:44.8477256Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:06:44.8477710Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:06:44.8478115Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:06:44.8478507Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:06:44.8478889Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:06:44.8479265Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:06:44.8479638Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:06:44.8480029Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:06:44.8480414Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:06:44.8480861Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:06:44.8481334Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:06:44.8481943Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:06:44.8482591Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:06:44.8483116Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:06:44.8483626Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:06:44.8484072Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:06:44.8484438Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:06:44.8484804Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:06:44.8485184Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:06:44.8485568Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:06:44.8485939Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:06:44.8486322Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:06:44.8486706Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:06:44.8487094Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:06:44.8487476Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:06:44.8487854Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:06:44.8488258Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:06:44.8488655Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:06:44.8489073Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:06:44.8489511Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:06:44.8489933Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:06:44.8490353Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:06:44.8490764Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:06:44.8491180Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:06:44.8491608Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:06:44.8492206Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:06:44.8492699Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:06:44.8493209Z 	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-20T22:06:44.8493733Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:06:44.8494108Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:06:44.8494493Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:06:44.8494860Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:06:44.8495256Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:06:44.8495695Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:06:44.8496120Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:06:44.8496553Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:06:44.8496961Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:06:44.8497367Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:06:44.8497791Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:06:44.8498207Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:06:44.8498773Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:06:44.8499206Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:06:44.8499698Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:06:44.8500197Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:06:44.8500650Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:06:44.8501064Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:06:44.8501466Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:06:44.8501943Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:06:44.8502577Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:06:44.8502993Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:06:44.8503426Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:06:44.8503886Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:06:44.8504293Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:06:44.8504656Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:06:44.8505008Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:06:44.8505380Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:06:44.8505765Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:06:44.8506131Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:06:44.8506486Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:06:44.8506859Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:06:44.8507224Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:06:44.8507583Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:06:44.8507955Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:06:44.8508313Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:06:44.8508692Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:06:44.8509293Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:06:44.8509674Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:06:44.8510059Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:06:44.8510421Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:06:44.8510788Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:06:44.8511169Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:06:44.8511538Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:06:44.8511896Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:06:44.8512391Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:06:44.8512824Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:06:44.8513267Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:06:44.8513676Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:06:44.8514041Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:06:44.8514427Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:06:44.8514855Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:06:44.8515462Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:06:44.8515824Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:06:44.8516192Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:06:44.8516553Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:06:44.8516899Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:06:44.8517250Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:06:44.8517607Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:06:44.8517981Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:06:44.8518344Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:06:44.8518694Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:06:44.8519029Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:06:44.8519408Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:06:44.8519816Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:06:44.8520213Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:06:44.8520614Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:06:44.8521013Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:06:44.8521431Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:06:44.8521931Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:06:44.8522678Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:06:44.8523305Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:06:44.8523852Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:06:44.8524326Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:06:44.8524782Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:06:44.8525300Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:06:44.8526113Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:06:44.8526694Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:06:44.8527187Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:06:44.8527633Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:06:44.8528009Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:06:44.8528380Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:06:44.8528752Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:06:44.8529133Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:06:44.8529524Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:06:44.8529913Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:06:44.8530304Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:06:44.8530690Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:06:44.8531077Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:06:44.8531454Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:06:44.8531998Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:06:44.8532493Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:06:44.8532894Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:06:44.8533291Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:06:44.8533735Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:06:44.8534157Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:06:44.8534527Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:06:44.8534924Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:06:44.8535338Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:06:44.8535751Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:06:44.8536199Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:06:44.8536629Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:06:44.8537004Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:06:44.8537378Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:06:44.8537768Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:06:44.8538147Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:06:44.8538542Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:06:44.8538933Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:06:44.8539331Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:06:44.8539721Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:06:44.8540091Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:06:44.8540467Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:06:44.8541019Z 	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-20T22:06:44.8541736Z 	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-20T22:06:44.8542779Z 	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-20T22:06:44.8543470Z 	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-20T22:06:44.8543997Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:06:44.8544379Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:06:44.8544794Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:06:44.8545199Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:06:44.8545578Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:06:44.8545956Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:06:44.8546329Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:06:44.8546711Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:06:44.8547095Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:06:44.8547472Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:06:44.8547853Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:06:44.8548241Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:06:44.8548648Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:06:44.8549244Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:06:44.8549644Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:06:44.8550032Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:06:44.8550408Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:06:44.8550798Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:06:44.8551203Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:06:44.8551601Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:06:44.8551999Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:06:44.8552519Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:06:44.8552959Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:06:44.8553396Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:06:44.8553799Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:06:44.8554242Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:06:44.8554701Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:06:44.8555114Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:06:44.8555489Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:06:44.8555871Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:06:44.8556271Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:06:44.8556685Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:06:44.8557099Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:06:44.8557487Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:06:44.8557877Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:06:44.8558351Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:06:44.8558821Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:06:44.8559460Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:06:44.8559881Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:06:44.8560333Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:06:44.8560784Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:06:44.8561259Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:06:44.8561753Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:06:44.8562200Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:06:44.8562787Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:06:44.8563192Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:06:44.8563589Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:06:44.8564007Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:06:44.8564394Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:06:44.8564772Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:06:44.8565181Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:06:44.8565748Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:06:44.8566152Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:06:44.8566575Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:06:44.8566969Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:06:44.8567345Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:06:44.8567713Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:06:44.8568067Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:06:44.8568454Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:06:44.8568875Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:06:44.8569270Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:06:44.8569724Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:06:44.8570178Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:06:44.8570585Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:06:44.8571026Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:06:44.8571451Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:06:44.8571864Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:06:44.8572398Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:06:44.8572764Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:06:44.8573130Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:06:44.8573526Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:06:44.8573930Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:06:44.8574309Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:06:44.8574668Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:06:44.8575021Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:06:44.8575369Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:06:44.8576027Z 	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-20T22:06:44.8576595Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:06:44.8576985Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:06:44.8577367Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:06:44.8577767Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:06:44.8578186Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:06:44.8578599Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:06:44.8579003Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:06:44.8579419Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:06:44.8579835Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:06:44.8580215Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:06:44.8580583Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:06:44.8580944Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:06:44.8581323Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:06:44.8581751Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:06:44.8582438Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:06:44.8582844Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:06:44.8583265Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:06:44.8583709Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:06:44.8584129Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:06:44.8584504Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:06:44.8584851Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:06:44.8585201Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:06:44.8585572Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:06:44.8585947Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:06:44.8586329Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:06:44.8586731Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:06:44.8587149Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:06:44.8587612Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:06:44.8588054Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:06:44.8588435Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:06:44.8588824Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:06:44.8589213Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:06:44.8589606Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:06:44.8589992Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:06:44.8590374Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:06:44.8590819Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:06:44.8591321Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:06:44.8591745Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:06:44.8592123Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:06:44.8592840Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:06:44.8593265Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:06:44.8593662Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:06:44.8594037Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:06:44.8594437Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:06:44.8594819Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:06:44.8595172Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:06:44.8595527Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:06:44.8595930Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:06:44.8596353Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:06:44.8596739Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:06:44.8597128Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:06:44.8597575Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:06:44.8598021Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:06:44.8598448Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:06:44.8598991Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:06:44.8599509Z 	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-20T22:06:44.8600018Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:06:44.8600411Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:06:44.8600827Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:06:44.8601254Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:06:44.8601776Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:06:44.8602481Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:06:44.8603100Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:06:44.8603750Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:06:44.8604400Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:06:44.8605027Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:06:44.8605657Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:06:44.8606239Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:06:44.8606728Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:06:44.8607174Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:06:44.8607619Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:06:44.8608057Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:06:44.8608534Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:06:44.8608968Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:06:44.8609354Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:06:44.8609915Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:06:44.8610318Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:06:44.8610701Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:06:44.8611110Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:06:44.8611522Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:06:44.8611892Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:06:44.8612380Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:06:44.8612845Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:06:44.8613336Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:06:44.8613826Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:06:44.8614319Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:06:44.8614769Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:06:44.8615182Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:06:44.8615595Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:06:44.8616013Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:06:44.8616608Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:06:44.8617036Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:06:44.8617428Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:06:44.8617811Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:06:44.8618192Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:06:44.8618575Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:06:44.8619011Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:06:44.8619453Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:06:44.8619858Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:06:44.8620279Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:06:44.8620710Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:06:44.8621161Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:06:44.8621609Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:06:44.8622044Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:06:44.8622589Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:06:44.8622970Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:06:44.8623360Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:06:44.8623733Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:06:44.8624098Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:06:44.8624504Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:06:44.8624906Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:06:44.8625338Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:06:44.8625810Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:06:44.8626272Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:06:44.8626872Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:06:44.8627239Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:06:44.8627617Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:06:44.8628013Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:06:44.8628400Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:06:44.8628799Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:06:44.8629228Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:06:44.8629677Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:06:44.8630093Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:06:44.8630481Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:06:44.8630886Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:06:44.8631434Z 	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-20T22:06:44.8632018Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:06:44.8632603Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:06:44.8633198Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:06:44.8633624Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:06:44.8634060Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:06:44.8634452Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:06:44.8634842Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:06:44.8635248Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:06:44.8635656Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:06:44.8636037Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:06:44.8636430Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:06:44.8636835Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:06:44.8637217Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:06:44.8637626Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:06:44.8638091Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:06:44.8638516Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:06:44.8638895Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:06:44.8639273Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:06:44.8639664Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:06:44.8640048Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:06:44.8640421Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:06:44.8640857Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:06:44.8641311Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:06:44.8641721Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:06:44.8642122Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:06:44.8642652Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:06:44.8643219Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:06:44.8643604Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:06:44.8643992Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:06:44.8644399Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:06:44.8644846Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:06:44.8645298Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:06:44.8645721Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:06:44.8646124Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:06:44.8646534Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:06:44.8646962Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:06:44.8647358Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:06:44.8647717Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:06:44.8648068Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:06:44.8648437Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:06:44.8648813Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:06:44.8649311Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:06:44.8649681Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:06:44.8650077Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:06:44.8650465Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:06:44.8650821Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:06:44.8651173Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:06:44.8651555Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:06:44.8651957Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:06:44.8652577Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:06:44.8652961Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:06:44.8653327Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:06:44.8653717Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:06:44.8654100Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:06:44.8654451Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:06:44.8654825Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:06:44.8655221Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:06:44.8655608Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:06:44.8655988Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:06:44.8656366Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:06:44.8656753Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:06:44.8657160Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:06:44.8657585Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:06:44.8657989Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:06:44.8658343Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:06:44.8658715Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:06:44.8676837Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:06:44.8677707Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:06:44.8678231Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:06:44.8678711Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:06:44.8679191Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:06:44.8679694Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:06:44.8680137Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:06:44.8680524Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:06:44.8680918Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:06:44.8681310Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:06:44.8681705Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:06:44.8682089Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:06:44.8682703Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:06:44.8683085Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:06:44.8683480Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:06:44.8684090Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:06:44.8684524Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:06:44.8684903Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:06:44.8685303Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:06:44.8685729Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:06:44.8686115Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:06:44.8686466Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:06:44.8686856Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:06:44.8687307Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:06:44.8687769Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:06:44.8688188Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:06:44.8688605Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:06:44.8689034Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:06:44.8689470Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:06:44.8689803Z 
2025-08-20T22:06:44.8689807Z 
2025-08-20T22:06:44.8690172Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:06:44 PM)
2025-08-20T22:06:44.8690536Z 
2025-08-20T22:06:44.8690539Z 
2025-08-20T22:06:44.8690542Z 
2025-08-20T22:06:44.8690607Z [+] Continue : YES
2025-08-20T22:06:44.8690715Z 
2025-08-20T22:06:44.8690943Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:06:44.9811713Z 
2025-08-20T22:06:44.9812221Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:06:44 PM) UTC
2025-08-20T22:06:44.9812784Z 
2025-08-20T22:06:44.9826402Z 
2025-08-20T22:06:44.9826576Z [+] Total RECIPES :: 1
2025-08-20T22:06:44.9826709Z 
2025-08-20T22:06:44.9894954Z 
2025-08-20T22:06:44.9895527Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml (1/1)
2025-08-20T22:06:44.9896024Z 
2025-08-20T22:06:45.1320808Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:06:45.1332883Z mode of '/tmp/pkgforge/Um1WUea4X_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:06:45.1379615Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/pkgtop/official [Provided]
2025-08-20T22:06:45.1380009Z [+] Setting '.pkg_family' --> pkgtop [Provided]
2025-08-20T22:06:45.1393574Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:06:45.1398601Z [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-20T22:06:45.1426774Z [00:00:00.003]➜  
2025-08-20T22:06:45.1427244Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:06:45.1427658Z [00:00:00.003]➜  
2025-08-20T22:06:45.1463111Z [00:00:00.007]➜  
2025-08-20T22:06:45.1463562Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:06:45.1463978Z [00:00:00.007]➜  
2025-08-20T22:06:45.1540294Z [00:00:00.014]➜  
2025-08-20T22:06:45.1541283Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/pkgtop/static.official.source.yaml) --> /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:06:45 PM) UTC]
2025-08-20T22:06:45.1542092Z [00:00:00.014]➜  
2025-08-20T22:06:45.1542431Z [00:00:00.014]➜  
2025-08-20T22:06:45.1542682Z [00:00:00.014]➜  
2025-08-20T22:06:45.1543381Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:06:45.1552684Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:06:45.1553435Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:06:45.1554410Z [00:00:00.015]➜  _disabled: false
2025-08-20T22:06:45.1554676Z [00:00:00.015]➜  
2025-08-20T22:06:45.1555316Z [00:00:00.015]➜  pkg: "pkgtop"
2025-08-20T22:06:45.1555676Z [00:00:00.015]➜  pkg_id: "github.com.orhun.pkgtop"
2025-08-20T22:06:45.1555989Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T22:06:45.1556231Z [00:00:00.015]➜  category:
2025-08-20T22:06:45.1556883Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T22:06:45.1557201Z [00:00:00.015]➜    - "Utility"
2025-08-20T22:06:45.1557581Z [00:00:00.015]➜  description: "Interactive package manager and resource monitor"
2025-08-20T22:06:45.1557945Z [00:00:00.015]➜  distro_pkg:
2025-08-20T22:06:45.1558193Z [00:00:00.015]➜    archlinux:
2025-08-20T22:06:45.1558411Z [00:00:00.015]➜      aur:
2025-08-20T22:06:45.1558639Z [00:00:00.015]➜        - "pkgtop"
2025-08-20T22:06:45.1558892Z [00:00:00.015]➜        - "pkgtop-git"
2025-08-20T22:06:45.1559140Z [00:00:00.015]➜    nixpkgs:
2025-08-20T22:06:45.1559368Z [00:00:00.015]➜      - "pkgtop"
2025-08-20T22:06:45.1559596Z [00:00:00.015]➜  homepage:
2025-08-20T22:06:45.1559886Z [00:00:00.015]➜    - "https://github.com/orhun/pkgtop"
2025-08-20T22:06:45.1560200Z [00:00:00.015]➜  license:
2025-08-20T22:06:45.1560436Z [00:00:00.015]➜    - "GPL3"  
2025-08-20T22:06:45.1560673Z [00:00:00.015]➜  maintainer:
2025-08-20T22:06:45.1561007Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:06:45.1561313Z [00:00:00.015]➜  note:
2025-08-20T22:06:45.1561592Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:06:45.1562136Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/orhun/pkgtop"
2025-08-20T22:06:45.1562974Z [00:00:00.015]➜  repology:
2025-08-20T22:06:45.1563213Z [00:00:00.015]➜    - "pkgtop"
2025-08-20T22:06:45.1563443Z [00:00:00.015]➜  src_url:
2025-08-20T22:06:45.1563741Z [00:00:00.015]➜    - "https://github.com/orhun/pkgtop"
2025-08-20T22:06:45.1564020Z [00:00:00.015]➜  tag:
2025-08-20T22:06:45.1564232Z [00:00:00.015]➜    - "monitor"
2025-08-20T22:06:45.1564482Z [00:00:00.015]➜  x_exec:
2025-08-20T22:06:45.1564716Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T22:06:45.1564966Z [00:00:00.015]➜    host:
2025-08-20T22:06:45.1565551Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T22:06:45.1565893Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T22:06:45.1566166Z [00:00:00.015]➜    shell: "bash"
2025-08-20T22:06:45.1566397Z [00:00:00.015]➜    pkgver: |
2025-08-20T22:06:45.1566679Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:06:45.1567361Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/orhun/pkgtop" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:06:45.1568215Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:06:45.1568859Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:06:45.1569231Z [00:00:00.015]➜    run: |
2025-08-20T22:06:45.1569445Z [00:00:00.015]➜      #Build
2025-08-20T22:06:45.1570097Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:06:45.1570868Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:06:45.1571433Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:06:45.1571897Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:06:45.1573056Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:06:45.1573406Z [00:00:00.015]➜        bash -l -c '
2025-08-20T22:06:45.1573653Z [00:00:00.015]➜        #Setup ENV
2025-08-20T22:06:45.1574021Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:06:45.1574380Z [00:00:00.015]➜         CGO_ENABLED="1"
2025-08-20T22:06:45.1574745Z [00:00:00.015]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:06:45.1575267Z [00:00:00.015]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:06:45.1575654Z [00:00:00.015]➜         GOOS="linux"
2025-08-20T22:06:45.1575965Z [00:00:00.015]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:06:45.1576261Z [00:00:00.015]➜        #Build
2025-08-20T22:06:45.1576804Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/orhun/pkgtop" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:06:45.1577344Z [00:00:00.015]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:06:45.1577809Z [00:00:00.015]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:06:45.1578233Z [00:00:00.015]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:06:45.1579062Z [00:00:00.015]➜         go build -C "./cmd/pkgtop.go" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/pkgtop"
2025-08-20T22:06:45.1579727Z [00:00:00.015]➜        #Copy
2025-08-20T22:06:45.1580365Z [00:00:00.015]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:06:45.1580923Z [00:00:00.015]➜        #Strip 
2025-08-20T22:06:45.1581414Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:06:45.1582113Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:06:45.1583178Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:06:45.1583784Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:06:45.1584575Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:06:45.1585062Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T22:06:45.1585313Z [00:00:00.015]➜        '
2025-08-20T22:06:45.1585535Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T22:06:45.1585890Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:06:45.1586453Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:06:45.1587528Z [00:00:00.015]➜       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-20T22:06:45.1588309Z [00:00:00.015]➜  
2025-08-20T22:06:45.1588493Z [00:00:00.015]➜  
2025-08-20T22:06:45.1588771Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:06:45.1589048Z [00:00:00.015]➜  
2025-08-20T22:06:45.1589233Z [00:00:00.015]➜  
2025-08-20T22:06:45.1589414Z [00:00:00.015]➜  
2025-08-20T22:06:45.1589887Z [00:00:00.016]➜  '/tmp/pkgforge/Um1WUea4X_build.yaml' -> '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:06:46.5830776Z [00:00:01.443]➜  '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/pkgtop.static.version' -> '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/pkgtop.version'
2025-08-20T22:06:46.5880832Z [00:00:01.448]➜  [+] Version: HEAD-c41e785-250420T095334 ('.x_exec.pkgver') [/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/pkgtop.static.version]
2025-08-20T22:06:46.6004383Z [00:00:01.461]➜  [+] Progs: pkgtop
2025-08-20T22:06:46.8404761Z [00:00:01.701]➜  
2025-08-20T22:06:46.8405121Z [00:00:01.701]➜  [-] Missing packages. Found: 
2025-08-20T22:06:46.8405421Z [00:00:01.701]➜  [+] Expected: pkgtop
2025-08-20T22:06:46.8405754Z [00:00:01.701]➜  [+] Continuing with build...
2025-08-20T22:06:46.8406010Z [00:00:01.701]➜  
2025-08-20T22:06:47.1681375Z [00:00:02.028]➜  
2025-08-20T22:06:47.1681668Z [00:00:02.028]➜  
2025-08-20T22:06:47.1756215Z [00:00:02.036]➜  + mkdir -pv /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:06:47.1770497Z [00:00:02.037]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=pkgtop -e PKG_ID=github.com.orhun.pkgtop -e PKG_TYPE=static -e PKG_VER=HEAD-c41e785-250420T095334 -e PKGVER=HEAD-c41e785-250420T095334 -e SBUILD_PKG=pkgtop.static -e SBUILD_PKGVER=HEAD-c41e785-250420T095334 --volume /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:06:47.1772100Z [00:00:02.037]➜    #Setup ENV
2025-08-20T22:06:47.1772596Z [00:00:02.037]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:06:47.1772984Z [00:00:02.037]➜     CGO_ENABLED="1"
2025-08-20T22:06:47.1773340Z [00:00:02.037]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:06:47.1773846Z [00:00:02.037]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:06:47.1774233Z [00:00:02.037]➜     GOOS="linux"
2025-08-20T22:06:47.1774556Z [00:00:02.037]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:06:47.1774862Z [00:00:02.037]➜    #Build
2025-08-20T22:06:47.1775353Z [00:00:02.037]➜     git clone --filter "blob:none" --quiet "https://github.com/orhun/pkgtop" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:06:47.1775875Z [00:00:02.037]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:06:47.1776335Z [00:00:02.037]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:06:47.1776757Z [00:00:02.037]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:06:47.1777925Z [00:00:02.037]➜     go build -C "./cmd/pkgtop.go" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/pkgtop"
2025-08-20T22:06:47.1778662Z [00:00:02.037]➜    #Copy
2025-08-20T22:06:47.1779301Z [00:00:02.037]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:06:47.1779867Z [00:00:02.037]➜    #Strip 
2025-08-20T22:06:47.1780350Z [00:00:02.037]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:06:47.1781025Z [00:00:02.037]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:06:47.1781704Z [00:00:02.037]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:06:47.1782464Z [00:00:02.037]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:06:47.1783081Z [00:00:02.037]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:06:47.1783491Z [00:00:02.037]➜     popd &>/dev/null
2025-08-20T22:06:47.1783721Z [00:00:02.037]➜    '
2025-08-20T22:06:47.7723548Z [00:00:02.632]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:06:47.9309097Z [00:00:02.791]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:06:47.9309495Z [00:00:02.791]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:06:47.9309822Z [00:00:02.791]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:06:47.9310121Z [00:00:02.791]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:06:47.9310424Z [00:00:02.791]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:06:47.9310720Z [00:00:02.791]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:06:47.9311016Z [00:00:02.791]➜  4239b2f25ebc: Waiting
2025-08-20T22:06:47.9311277Z [00:00:02.791]➜  2b92eb3035e7: Waiting
2025-08-20T22:06:47.9311564Z [00:00:02.791]➜  323e89f8c367: Waiting
2025-08-20T22:06:48.1549907Z [00:00:03.015]➜  99fd740fb142: Download complete
2025-08-20T22:06:48.2731459Z [00:00:03.133]➜  b2e6f696af52: Download complete
2025-08-20T22:06:48.2765962Z [00:00:03.137]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:06:48.2767908Z [00:00:03.137]➜  996f2cb07f7c: Download complete
2025-08-20T22:06:48.4245060Z [00:00:03.285]➜  b2e6f696af52: Pull complete
2025-08-20T22:06:48.5399645Z [00:00:03.400]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:06:48.5400317Z [00:00:03.400]➜  323e89f8c367: Download complete
2025-08-20T22:06:49.2938106Z [00:00:04.154]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:06:49.2939446Z [00:00:04.154]➜  4239b2f25ebc: Download complete
2025-08-20T22:06:53.2385430Z [00:00:08.099]➜  996f2cb07f7c: Pull complete
2025-08-20T22:06:58.1312113Z [00:00:12.991]➜  99fd740fb142: Pull complete
2025-08-20T22:07:04.4882102Z [00:00:19.348]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:07:04.4882851Z [00:00:19.348]➜  2b92eb3035e7: Download complete
2025-08-20T22:08:25.8279368Z [00:01:40.688]➜  2b92eb3035e7: Pull complete
2025-08-20T22:08:33.5601013Z [00:01:48.420]➜  4239b2f25ebc: Pull complete
2025-08-20T22:08:33.6243647Z [00:01:48.484]➜  323e89f8c367: Pull complete
2025-08-20T22:08:33.6500038Z [00:01:48.510]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:08:33.6585519Z [00:01:48.519]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:08:33.9713208Z [00:01:48.831]➜  + mkdir -p /build-bins
2025-08-20T22:08:33.9728907Z [00:01:48.833]➜  ++ mktemp -d
2025-08-20T22:08:33.9741740Z [00:01:48.834]➜  + pushd /tmp/tmp.vuY2zvDX2Q
2025-08-20T22:08:33.9743056Z [00:01:48.835]➜  + CGO_ENABLED=1
2025-08-20T22:08:33.9743455Z [00:01:48.835]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:08:33.9748826Z [00:01:48.835]➜  ++ uname -m
2025-08-20T22:08:33.9749787Z [00:01:48.835]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:08:33.9762536Z [00:01:48.836]➜  + GOARCH=arm64
2025-08-20T22:08:33.9763499Z [00:01:48.837]➜  + GOOS=linux
2025-08-20T22:08:33.9763824Z [00:01:48.837]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:08:33.9764335Z [00:01:48.837]➜  + git clone --filter blob:none --quiet https://github.com/orhun/pkgtop ./TEMPREPO
2025-08-20T22:08:34.6058984Z [00:01:49.466]➜  + cd ./TEMPREPO
2025-08-20T22:08:34.6059417Z [00:01:49.466]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T22:08:34.6059720Z [00:01:49.466]➜  
2025-08-20T22:08:34.6059952Z [00:01:49.466]➜  [+] Target: "arm64/linux"
2025-08-20T22:08:34.6060394Z [00:01:49.466]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:08:34.6060771Z [00:01:49.466]➜  
2025-08-20T22:08:34.6061183Z [00:01:49.466]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:08:34.6063660Z [00:01:49.467]➜  + go mod tidy -v
2025-08-20T22:08:34.6167670Z [00:01:49.477]➜  go: downloading github.com/dustin/go-humanize v1.0.0
2025-08-20T22:08:34.6174134Z [00:01:49.477]➜  go: downloading github.com/atotto/clipboard v0.1.2
2025-08-20T22:08:34.6208243Z [00:01:49.481]➜  go: downloading github.com/gizak/termui/v3 v3.1.0
2025-08-20T22:08:34.8712507Z [00:01:49.731]➜  go: downloading github.com/mattn/go-runewidth v0.0.2
2025-08-20T22:08:34.8713164Z [00:01:49.731]➜  go: downloading github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
2025-08-20T22:08:34.8718838Z [00:01:49.732]➜  go: downloading github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
2025-08-20T22:08:35.0321802Z [00:01:49.892]➜  + go generate ./...
2025-08-20T22:08:35.0423637Z [00:01:49.902]➜  + go build -C ./cmd/pkgtop.go -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/pkgtop
2025-08-20T22:08:35.0443611Z [00:01:49.905]➜  go: chdir ./cmd/pkgtop.go: not a directory
2025-08-20T22:08:35.1667109Z [00:01:50.027]➜  '/tmp/tmp.vuY2zvDX2Q/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:08:35.1803533Z [00:01:50.040]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:08:35.1821839Z [00:01:50.042]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:08:35.1824947Z [00:01:50.043]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:08:35.2175400Z [00:01:50.078]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:08:35.2200116Z [00:01:50.080]➜  
2025-08-20T22:08:35.2214537Z [00:01:50.082]➜  /build-bins/LICENSE
2025-08-20T22:08:35.2229358Z [00:01:50.083]➜  + file /build-bins/LICENSE
2025-08-20T22:08:35.2411777Z [00:01:50.101]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:08:35.2422671Z [00:01:50.102]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T22:08:35.2434532Z [00:01:50.104]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-20T22:08:35.2439239Z [00:01:50.104]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:08:35.2449761Z [00:01:50.105]➜  35K	2025-08-20 22:08:35.164804224 +0000	/build-bins/LICENSE
2025-08-20T22:08:35.2451401Z [00:01:50.105]➜  + popd
2025-08-20T22:08:35.3351320Z [00:01:50.195]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:08:35.3483648Z [00:01:50.209]➜  + '[' -s /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:08:35.3492809Z [00:01:50.209]➜  + cp -fv /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:08:35.3503546Z [00:01:50.211]➜  '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:08:35.3509928Z [00:01:50.211]➜  + find /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:08:35.3518392Z [00:01:50.212]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:08:35.3519149Z [00:01:50.212]➜  + cut -d: -f1
2025-08-20T22:08:35.3527985Z [00:01:50.212]➜  + xargs realpath --no-symlinks
2025-08-20T22:08:35.3528824Z [00:01:50.212]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:35.4511183Z [00:01:50.311]➜  realpath: missing operand
2025-08-20T22:08:35.4511643Z [00:01:50.311]➜  Try 'realpath --help' for more information.
2025-08-20T22:08:35.4520565Z [00:01:50.312]➜  
2025-08-20T22:08:35.8050971Z [00:01:50.665]➜  
2025-08-20T22:08:35.8142450Z [00:01:50.674]➜  ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:08:35.8143421Z [00:01:50.674]➜  ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:08:35.8144467Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:08:35.8145606Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:08:35.8146756Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:08:35.8147944Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T22:08:35.8149193Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T22:08:35.8150455Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.github/workflows/docker.yml' from root:root to runner:runner
2025-08-20T22:08:35.8151696Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:08:35.8152996Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:08:35.8154528Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/docker/Dockerfile' from root:root to runner:runner
2025-08-20T22:08:35.8155756Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/docker' from root:root to runner:runner
2025-08-20T22:08:35.8156872Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:08:35.8157994Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:08:35.8159134Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/cmd/pkgtop.go' from root:root to runner:runner
2025-08-20T22:08:35.8160331Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/cmd/pkgtop_test.go' from root:root to runner:runner
2025-08-20T22:08:35.8161511Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T22:08:35.8163168Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:08:35.8164743Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:08:35.8166082Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:08:35.8167392Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:08:35.8168687Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:08:35.8169960Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:08:35.8171213Z [00:01:50.674]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:08:35.8173525Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:08:35.8174926Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:08:35.8176218Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:08:35.8177504Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:08:35.8178799Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:08:35.8180312Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:08:35.8181657Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:08:35.8183090Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:08:35.8184330Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:08:35.8185474Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:08:35.8186613Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:08:35.8188021Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.pack' from root:root to runner:runner
2025-08-20T22:08:35.8189860Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.pack' from root:root to runner:runner
2025-08-20T22:08:35.8191456Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.rev' from root:root to runner:runner
2025-08-20T22:08:35.8193238Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.promisor' from root:root to runner:runner
2025-08-20T22:08:35.8194868Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.idx' from root:root to runner:runner
2025-08-20T22:08:35.8196463Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.idx' from root:root to runner:runner
2025-08-20T22:08:35.8198058Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.rev' from root:root to runner:runner
2025-08-20T22:08:35.8199671Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.promisor' from root:root to runner:runner
2025-08-20T22:08:35.8201068Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:08:35.8202327Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:08:35.8203553Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:08:35.8204886Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:08:35.8206120Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:08:35.8207278Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:08:35.8208458Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:08:35.8209672Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T22:08:35.8210908Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:08:35.8212179Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:08:35.8213630Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:08:35.8215088Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:08:35.8216290Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:08:35.8217438Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:08:35.8218566Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:08:35.8219722Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:08:35.8220916Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T22:08:35.8222121Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:08:35.8223497Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:08:35.8224758Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:08:35.8225977Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:08:35.8227130Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:08:35.8228404Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:08:35.8229557Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO' from root:root to runner:runner
2025-08-20T22:08:35.8230591Z [00:01:50.675]➜  changed ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q' from root:root to runner:runner
2025-08-20T22:08:35.8231490Z [00:01:50.675]➜  ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:08:35.8232417Z [00:01:50.675]➜  ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:08:35.8233238Z [00:01:50.675]➜  ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:08:35.8234020Z [00:01:50.675]➜  ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/pkgtop.version' retained as runner:runner
2025-08-20T22:08:35.8234787Z [00:01:50.675]➜  ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:08:35.8235589Z [00:01:50.675]➜  ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/pkgtop.static.version' retained as runner:runner
2025-08-20T22:08:35.8236591Z [00:01:50.675]➜  ownership of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:08:35.8237464Z [00:01:50.683]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8284399Z [00:01:50.689]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8340658Z [00:01:50.694]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8397197Z [00:01:50.700]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8456467Z [00:01:50.706]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8515304Z [00:01:50.712]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8573563Z [00:01:50.717]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8632757Z [00:01:50.723]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.github/workflows/docker.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8692936Z [00:01:50.729]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/docker/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8751446Z [00:01:50.735]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8808731Z [00:01:50.741]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8867872Z [00:01:50.747]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/cmd/pkgtop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8924084Z [00:01:50.753]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/cmd/pkgtop_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.8980463Z [00:01:50.758]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9036428Z [00:01:50.764]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9093006Z [00:01:50.769]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9149125Z [00:01:50.775]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9205479Z [00:01:50.781]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9259923Z [00:01:50.786]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9315462Z [00:01:50.792]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9371398Z [00:01:50.797]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9427740Z [00:01:50.803]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9483431Z [00:01:50.808]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9539792Z [00:01:50.814]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9596765Z [00:01:50.820]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9654595Z [00:01:50.826]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9712608Z [00:01:50.831]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9768940Z [00:01:50.837]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9825368Z [00:01:50.843]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9882219Z [00:01:50.848]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9940171Z [00:01:50.854]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:35.9996494Z [00:01:50.860]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0050817Z [00:01:50.865]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0106635Z [00:01:50.871]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0159913Z [00:01:50.876]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0215179Z [00:01:50.882]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0269356Z [00:01:50.887]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0325488Z [00:01:50.893]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0379485Z [00:01:50.898]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0435745Z [00:01:50.904]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0490426Z [00:01:50.909]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0548875Z [00:01:50.915]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0615625Z [00:01:50.922]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0674907Z [00:01:50.928]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0734544Z [00:01:50.934]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0793420Z [00:01:50.939]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vuY2zvDX2Q/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0849471Z [00:01:50.945]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0905820Z [00:01:50.951]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/pkgtop.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.0961191Z [00:01:50.956]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.1018914Z [00:01:50.962]➜  mode of '/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/pkgtop.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:08:36.1291934Z [00:01:50.989]➜  realpath: missing operand
2025-08-20T22:08:36.1294354Z [00:01:50.989]➜  Try 'realpath --help' for more information.
2025-08-20T22:08:36.1369486Z [00:01:50.997]➜  
2025-08-20T22:08:36.1369969Z [00:01:50.997]➜  [+] Found LICENSE ==> [/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T22:08:36.1370369Z [00:01:50.997]➜  
2025-08-20T22:08:36.1370554Z [00:01:50.997]➜  
2025-08-20T22:08:36.1377729Z [00:01:50.998]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T22:08:36.1378556Z [00:01:50.998]➜                         Version 3, 29 June 2007
2025-08-20T22:08:36.1379342Z [00:01:50.998]➜  
2025-08-20T22:08:36.1379786Z [00:01:50.998]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T22:08:36.1380289Z [00:01:50.998]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T22:08:36.1380744Z [00:01:50.998]➜   of this license document, but changing it is not allowed.
2025-08-20T22:08:36.1381061Z [00:01:50.998]➜  
2025-08-20T22:08:36.1381302Z [00:01:50.998]➜                              Preamble
2025-08-20T22:08:36.1381977Z [00:01:50.998]➜  
2025-08-20T22:08:36.1382455Z [00:01:50.998]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T22:08:36.1382939Z [00:01:50.998]➜  software and other kinds of works.
2025-08-20T22:08:36.1383212Z [00:01:50.998]➜  
2025-08-20T22:08:36.1387713Z [00:01:50.998]➜    The licenses for most software and other practical works are designed
2025-08-20T22:08:36.1388566Z [00:01:50.998]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T22:08:36.1389137Z [00:01:50.998]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T22:08:36.1389665Z [00:01:50.998]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T22:08:36.1390177Z [00:01:50.998]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T22:08:36.1390703Z [00:01:50.998]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T22:08:36.1391268Z [00:01:50.998]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T22:08:36.1391646Z [00:01:50.998]➜  your programs, too.
2025-08-20T22:08:36.1391882Z [00:01:50.998]➜  
2025-08-20T22:08:36.1392205Z [00:01:50.998]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T22:08:36.1392862Z [00:01:50.998]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T22:08:36.1393369Z [00:01:50.998]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T22:08:36.1393868Z [00:01:50.998]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T22:08:36.1394361Z [00:01:50.998]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T22:08:36.1394820Z [00:01:50.998]➜  free programs, and that you know you can do these things.
2025-08-20T22:08:36.1395313Z [00:01:50.998]➜  
2025-08-20T22:08:36.1395649Z [00:01:50.998]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T22:08:36.1396162Z [00:01:50.998]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T22:08:36.1396692Z [00:01:50.998]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T22:08:36.1397254Z [00:01:50.998]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T22:08:36.1397590Z [00:01:50.998]➜  
2025-08-20T22:08:36.1397917Z [00:01:50.998]➜    For example, if you distribute copies of such a program, whether
2025-08-20T22:08:36.1398691Z [00:01:50.998]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T22:08:36.1399277Z [00:01:50.998]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T22:08:36.1399778Z [00:01:50.998]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T22:08:36.1400143Z [00:01:50.998]➜  know their rights.
2025-08-20T22:08:36.1400371Z [00:01:50.998]➜  
2025-08-20T22:08:36.1400724Z [00:01:50.998]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T22:08:36.1401220Z [00:01:50.998]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T22:08:36.1401702Z [00:01:50.998]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T22:08:36.1402040Z [00:01:50.998]➜  
2025-08-20T22:08:36.1402532Z [00:01:50.998]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T22:08:36.1403105Z [00:01:50.998]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T22:08:36.1403618Z [00:01:50.998]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T22:08:36.1404113Z [00:01:50.998]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T22:08:36.1404508Z [00:01:50.998]➜  authors of previous versions.
2025-08-20T22:08:36.1404761Z [00:01:50.998]➜  
2025-08-20T22:08:36.1405087Z [00:01:50.998]➜    Some devices are designed to deny users access to install or run
2025-08-20T22:08:36.1405896Z [00:01:50.998]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T22:08:36.1406380Z [00:01:50.998]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T22:08:36.1406847Z [00:01:50.998]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T22:08:36.1407348Z [00:01:50.998]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T22:08:36.1407861Z [00:01:50.998]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T22:08:36.1408374Z [00:01:50.998]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T22:08:36.1408885Z [00:01:50.998]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T22:08:36.1409393Z [00:01:50.998]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T22:08:36.1409845Z [00:01:50.998]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T22:08:36.1410157Z [00:01:50.998]➜  
2025-08-20T22:08:36.1410499Z [00:01:50.998]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T22:08:36.1411001Z [00:01:50.998]➜  States should not allow patents to restrict development and use of
2025-08-20T22:08:36.1411511Z [00:01:50.998]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T22:08:36.1412029Z [00:01:50.998]➜  avoid the special danger that patents applied to a free program could
2025-08-20T22:08:36.1412768Z [00:01:50.998]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T22:08:36.1413247Z [00:01:50.998]➜  patents cannot be used to render the program non-free.
2025-08-20T22:08:36.1413554Z [00:01:50.998]➜  
2025-08-20T22:08:36.1413878Z [00:01:50.998]➜    The precise terms and conditions for copying, distribution and
2025-08-20T22:08:36.1414235Z [00:01:50.998]➜  modification follow.
2025-08-20T22:08:36.1414479Z [00:01:50.998]➜  
2025-08-20T22:08:36.1414726Z [00:01:50.998]➜                         TERMS AND CONDITIONS
2025-08-20T22:08:36.1414993Z [00:01:50.998]➜  
2025-08-20T22:08:36.1415201Z [00:01:50.998]➜    0. Definitions.
2025-08-20T22:08:36.1415428Z [00:01:50.998]➜  
2025-08-20T22:08:36.1415767Z [00:01:50.998]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T22:08:36.1416108Z [00:01:50.998]➜  
2025-08-20T22:08:36.1416463Z [00:01:50.998]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T22:08:36.1417135Z [00:01:50.998]➜  works, such as semiconductor masks.
2025-08-20T22:08:36.1417518Z [00:01:50.998]➜  
2025-08-20T22:08:36.1417864Z [00:01:50.998]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T22:08:36.1418343Z [00:01:50.998]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T22:08:36.1418773Z [00:01:50.998]➜  "recipients" may be individuals or organizations.
2025-08-20T22:08:36.1419081Z [00:01:50.998]➜  
2025-08-20T22:08:36.1419420Z [00:01:50.998]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T22:08:36.1419925Z [00:01:50.998]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T22:08:36.1420434Z [00:01:50.998]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T22:08:36.1420873Z [00:01:50.998]➜  earlier work or a work "based on" the earlier work.
2025-08-20T22:08:36.1421165Z [00:01:50.998]➜  
2025-08-20T22:08:36.1421507Z [00:01:50.998]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T22:08:36.1421871Z [00:01:50.998]➜  on the Program.
2025-08-20T22:08:36.1422093Z [00:01:50.998]➜  
2025-08-20T22:08:36.1423361Z [00:01:50.998]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T22:08:36.1423876Z [00:01:50.998]➜  permission, would make you directly or secondarily liable for
2025-08-20T22:08:36.1424378Z [00:01:50.998]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T22:08:36.1425253Z [00:01:50.998]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T22:08:36.1425765Z [00:01:50.998]➜  distribution (with or without modification), making available to the
2025-08-20T22:08:36.1426229Z [00:01:50.998]➜  public, and in some countries other activities as well.
2025-08-20T22:08:36.1426538Z [00:01:50.998]➜  
2025-08-20T22:08:36.1426862Z [00:01:50.998]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T22:08:36.1427368Z [00:01:50.998]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T22:08:36.1427867Z [00:01:50.998]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T22:08:36.1428202Z [00:01:50.998]➜  
2025-08-20T22:08:36.1428538Z [00:01:50.998]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T22:08:36.1429031Z [00:01:50.998]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T22:08:36.1429531Z [00:01:50.998]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T22:08:36.1430014Z [00:01:50.998]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T22:08:36.1430510Z [00:01:50.998]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T22:08:36.1431007Z [00:01:50.998]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T22:08:36.1431516Z [00:01:50.998]➜  the interface presents a list of user commands or options, such as a
2025-08-20T22:08:36.1431975Z [00:01:50.998]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T22:08:36.1432498Z [00:01:50.998]➜  
2025-08-20T22:08:36.1432776Z [00:01:50.998]➜    1. Source Code.
2025-08-20T22:08:36.1433003Z [00:01:50.998]➜  
2025-08-20T22:08:36.1433332Z [00:01:50.998]➜    The "source code" for a work means the preferred form of the work
2025-08-20T22:08:36.1433820Z [00:01:50.998]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T22:08:36.1434195Z [00:01:50.998]➜  form of a work.
2025-08-20T22:08:36.1434416Z [00:01:50.998]➜  
2025-08-20T22:08:36.1434758Z [00:01:50.998]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T22:08:36.1435254Z [00:01:50.998]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T22:08:36.1435759Z [00:01:50.998]➜  interfaces specified for a particular programming language, one that
2025-08-20T22:08:36.1436462Z [00:01:50.998]➜  is widely used among developers working in that language.
2025-08-20T22:08:36.1436845Z [00:01:50.998]➜  
2025-08-20T22:08:36.1437184Z [00:01:50.998]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T22:08:36.1437661Z [00:01:50.998]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T22:08:36.1438137Z [00:01:50.998]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T22:08:36.1438622Z [00:01:50.998]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T22:08:36.1439100Z [00:01:50.998]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T22:08:36.1439592Z [00:01:50.998]➜  implementation is available to the public in source code form.  A
2025-08-20T22:08:36.1440092Z [00:01:50.998]➜  "Major Component", in this context, means a major essential component
2025-08-20T22:08:36.1440584Z [00:01:50.998]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T22:08:36.1441057Z [00:01:50.998]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T22:08:36.1441515Z [00:01:50.998]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T22:08:36.1441842Z [00:01:50.998]➜  
2025-08-20T22:08:36.1442179Z [00:01:50.998]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T22:08:36.1442892Z [00:01:50.998]➜  the source code needed to generate, install, and (for an executable
2025-08-20T22:08:36.1443629Z [00:01:50.998]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T22:08:36.1444122Z [00:01:50.998]➜  control those activities.  However, it does not include the work's
2025-08-20T22:08:36.1444630Z [00:01:50.998]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T22:08:36.1445150Z [00:01:50.998]➜  programs which are used unmodified in performing those activities but
2025-08-20T22:08:36.1445654Z [00:01:50.998]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T22:08:36.1446151Z [00:01:50.998]➜  includes interface definition files associated with source files for
2025-08-20T22:08:36.1446643Z [00:01:50.998]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T22:08:36.1447135Z [00:01:50.998]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T22:08:36.1447640Z [00:01:50.998]➜  such as by intimate data communication or control flow between those
2025-08-20T22:08:36.1448064Z [00:01:50.998]➜  subprograms and other parts of the work.
2025-08-20T22:08:36.1448334Z [00:01:50.998]➜  
2025-08-20T22:08:36.1448665Z [00:01:50.998]➜    The Corresponding Source need not include anything that users
2025-08-20T22:08:36.1449148Z [00:01:50.998]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T22:08:36.1449503Z [00:01:50.998]➜  Source.
2025-08-20T22:08:36.1449705Z [00:01:50.998]➜  
2025-08-20T22:08:36.1450045Z [00:01:50.998]➜    The Corresponding Source for a work in source code form is that
2025-08-20T22:08:36.1450394Z [00:01:50.998]➜  same work.
2025-08-20T22:08:36.1450603Z [00:01:50.998]➜  
2025-08-20T22:08:36.1450825Z [00:01:50.998]➜    2. Basic Permissions.
2025-08-20T22:08:36.1451068Z [00:01:50.998]➜  
2025-08-20T22:08:36.1451400Z [00:01:50.998]➜    All rights granted under this License are granted for the term of
2025-08-20T22:08:36.1451888Z [00:01:50.998]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T22:08:36.1452565Z [00:01:50.998]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T22:08:36.1453126Z [00:01:50.998]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T22:08:36.1453626Z [00:01:50.998]➜  covered work is covered by this License only if the output, given its
2025-08-20T22:08:36.1454126Z [00:01:50.998]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T22:08:36.1454875Z [00:01:50.998]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T22:08:36.1455262Z [00:01:50.998]➜  
2025-08-20T22:08:36.1455574Z [00:01:50.998]➜    You may make, run and propagate covered works that you do not
2025-08-20T22:08:36.1456048Z [00:01:50.998]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T22:08:36.1456543Z [00:01:50.998]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T22:08:36.1457047Z [00:01:50.998]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T22:08:36.1457553Z [00:01:50.998]➜  with facilities for running those works, provided that you comply with
2025-08-20T22:08:36.1458054Z [00:01:50.998]➜  the terms of this License in conveying all material for which you do
2025-08-20T22:08:36.1458554Z [00:01:50.998]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T22:08:36.1459047Z [00:01:50.998]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T22:08:36.1459534Z [00:01:50.998]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T22:08:36.1460014Z [00:01:50.998]➜  your copyrighted material outside their relationship with you.
2025-08-20T22:08:36.1460351Z [00:01:50.998]➜  
2025-08-20T22:08:36.1460688Z [00:01:50.998]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T22:08:36.1461204Z [00:01:50.998]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T22:08:36.1461843Z [00:01:50.998]➜  makes it unnecessary.
2025-08-20T22:08:36.1462085Z [00:01:50.998]➜  
2025-08-20T22:08:36.1462560Z [00:01:50.998]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T22:08:36.1462931Z [00:01:50.998]➜  
2025-08-20T22:08:36.1463267Z [00:01:50.998]➜    No covered work shall be deemed part of an effective technological
2025-08-20T22:08:36.1463765Z [00:01:50.998]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T22:08:36.1464258Z [00:01:50.998]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T22:08:36.1464718Z [00:01:50.998]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T22:08:36.1465061Z [00:01:50.998]➜  measures.
2025-08-20T22:08:36.1465269Z [00:01:50.998]➜  
2025-08-20T22:08:36.1465602Z [00:01:50.998]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T22:08:36.1466114Z [00:01:50.998]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T22:08:36.1466636Z [00:01:50.998]➜  is effected by exercising rights under this License with respect to
2025-08-20T22:08:36.1467134Z [00:01:50.998]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T22:08:36.1467634Z [00:01:50.998]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T22:08:36.1468132Z [00:01:50.998]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T22:08:36.1468518Z [00:01:50.998]➜  technological measures.
2025-08-20T22:08:36.1468761Z [00:01:50.998]➜  
2025-08-20T22:08:36.1468993Z [00:01:50.998]➜    4. Conveying Verbatim Copies.
2025-08-20T22:08:36.1469252Z [00:01:50.998]➜  
2025-08-20T22:08:36.1469584Z [00:01:50.998]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T22:08:36.1470056Z [00:01:50.998]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T22:08:36.1470548Z [00:01:50.998]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T22:08:36.1471023Z [00:01:50.998]➜  keep intact all notices stating that this License and any
2025-08-20T22:08:36.1471510Z [00:01:50.998]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T22:08:36.1472017Z [00:01:50.998]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T22:08:36.1472701Z [00:01:50.998]➜  recipients a copy of this License along with the Program.
2025-08-20T22:08:36.1473281Z [00:01:50.998]➜  
2025-08-20T22:08:36.1473668Z [00:01:50.998]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T22:08:36.1474132Z [00:01:50.999]➜  and you may offer support or warranty protection for a fee.
2025-08-20T22:08:36.1474446Z [00:01:50.999]➜  
2025-08-20T22:08:36.1474699Z [00:01:50.999]➜    5. Conveying Modified Source Versions.
2025-08-20T22:08:36.1474966Z [00:01:50.999]➜  
2025-08-20T22:08:36.1475295Z [00:01:50.999]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T22:08:36.1475783Z [00:01:50.999]➜  produce it from the Program, in the form of source code under the
2025-08-20T22:08:36.1476277Z [00:01:50.999]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T22:08:36.1476626Z [00:01:50.999]➜  
2025-08-20T22:08:36.1476955Z [00:01:50.999]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T22:08:36.1477345Z [00:01:50.999]➜      it, and giving a relevant date.
2025-08-20T22:08:36.1477622Z [00:01:50.999]➜  
2025-08-20T22:08:36.1477926Z [00:01:50.999]➜      b) The work must carry prominent notices stating that it is
2025-08-20T22:08:36.1478394Z [00:01:50.999]➜      released under this License and any conditions added under section
2025-08-20T22:08:36.1478874Z [00:01:50.999]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T22:08:36.1479265Z [00:01:50.999]➜      "keep intact all notices".
2025-08-20T22:08:36.1479770Z [00:01:50.999]➜  
2025-08-20T22:08:36.1480079Z [00:01:50.999]➜      c) You must license the entire work, as a whole, under this
2025-08-20T22:08:36.1480523Z [00:01:50.999]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T22:08:36.1480999Z [00:01:50.999]➜      License will therefore apply, along with any applicable section 7
2025-08-20T22:08:36.1481486Z [00:01:50.999]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T22:08:36.1481954Z [00:01:50.999]➜      regardless of how they are packaged.  This License gives no
2025-08-20T22:08:36.1482613Z [00:01:50.999]➜      permission to license the work in any other way, but it does not
2025-08-20T22:08:36.1483121Z [00:01:50.999]➜      invalidate such permission if you have separately received it.
2025-08-20T22:08:36.1483462Z [00:01:50.999]➜  
2025-08-20T22:08:36.1483788Z [00:01:50.999]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T22:08:36.1484286Z [00:01:50.999]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T22:08:36.1484779Z [00:01:50.999]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T22:08:36.1485167Z [00:01:50.999]➜      work need not make them do so.
2025-08-20T22:08:36.1485426Z [00:01:50.999]➜  
2025-08-20T22:08:36.1485764Z [00:01:50.999]➜    A compilation of a covered work with other separate and independent
2025-08-20T22:08:36.1486257Z [00:01:50.999]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T22:08:36.1486748Z [00:01:50.999]➜  and which are not combined with it such as to form a larger program,
2025-08-20T22:08:36.1487229Z [00:01:50.999]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T22:08:36.1487699Z [00:01:50.999]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T22:08:36.1488188Z [00:01:50.999]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T22:08:36.1488687Z [00:01:50.999]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T22:08:36.1489171Z [00:01:50.999]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T22:08:36.1489534Z [00:01:50.999]➜  parts of the aggregate.
2025-08-20T22:08:36.1489777Z [00:01:50.999]➜  
2025-08-20T22:08:36.1490016Z [00:01:50.999]➜    6. Conveying Non-Source Forms.
2025-08-20T22:08:36.1490275Z [00:01:50.999]➜  
2025-08-20T22:08:36.1490826Z [00:01:50.999]➜    You may convey a covered work in object code form under the terms
2025-08-20T22:08:36.1491446Z [00:01:50.999]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T22:08:36.1491926Z [00:01:50.999]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T22:08:36.1492491Z [00:01:50.999]➜  in one of these ways:
2025-08-20T22:08:36.1492782Z [00:01:50.999]➜  
2025-08-20T22:08:36.1493113Z [00:01:50.999]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T22:08:36.1493594Z [00:01:50.999]➜      (including a physical distribution medium), accompanied by the
2025-08-20T22:08:36.1494051Z [00:01:50.999]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T22:08:36.1494450Z [00:01:50.999]➜      customarily used for software interchange.
2025-08-20T22:08:36.1494732Z [00:01:50.999]➜  
2025-08-20T22:08:36.1495054Z [00:01:50.999]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T22:08:36.1495527Z [00:01:50.999]➜      (including a physical distribution medium), accompanied by a
2025-08-20T22:08:36.1495996Z [00:01:50.999]➜      written offer, valid for at least three years and valid for as
2025-08-20T22:08:36.1496473Z [00:01:50.999]➜      long as you offer spare parts or customer support for that product
2025-08-20T22:08:36.1496950Z [00:01:50.999]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T22:08:36.1497410Z [00:01:50.999]➜      copy of the Corresponding Source for all the software in the
2025-08-20T22:08:36.1498128Z [00:01:50.999]➜      product that is covered by this License, on a durable physical
2025-08-20T22:08:36.1498612Z [00:01:50.999]➜      medium customarily used for software interchange, for a price no
2025-08-20T22:08:36.1499085Z [00:01:50.999]➜      more than your reasonable cost of physically performing this
2025-08-20T22:08:36.1499500Z [00:01:50.999]➜      conveying of source, or (2) access to copy the
2025-08-20T22:08:36.1499914Z [00:01:50.999]➜      Corresponding Source from a network server at no charge.
2025-08-20T22:08:36.1500241Z [00:01:50.999]➜  
2025-08-20T22:08:36.1500572Z [00:01:50.999]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T22:08:36.1501031Z [00:01:50.999]➜      written offer to provide the Corresponding Source.  This
2025-08-20T22:08:36.1501504Z [00:01:50.999]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T22:08:36.1501989Z [00:01:50.999]➜      only if you received the object code with such an offer, in accord
2025-08-20T22:08:36.1502637Z [00:01:50.999]➜      with subsection 6b.
2025-08-20T22:08:36.1502894Z [00:01:50.999]➜  
2025-08-20T22:08:36.1503210Z [00:01:50.999]➜      d) Convey the object code by offering access from a designated
2025-08-20T22:08:36.1503683Z [00:01:50.999]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T22:08:36.1504170Z [00:01:50.999]➜      Corresponding Source in the same way through the same place at no
2025-08-20T22:08:36.1504660Z [00:01:50.999]➜      further charge.  You need not require recipients to copy the
2025-08-20T22:08:36.1505137Z [00:01:50.999]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T22:08:36.1505628Z [00:01:50.999]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T22:08:36.1506098Z [00:01:50.999]➜      may be on a different server (operated by you or a third party)
2025-08-20T22:08:36.1506577Z [00:01:50.999]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T22:08:36.1507080Z [00:01:50.999]➜      clear directions next to the object code saying where to find the
2025-08-20T22:08:36.1507550Z [00:01:50.999]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T22:08:36.1508023Z [00:01:50.999]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T22:08:36.1508499Z [00:01:50.999]➜      available for as long as needed to satisfy these requirements.
2025-08-20T22:08:36.1508828Z [00:01:50.999]➜  
2025-08-20T22:08:36.1509370Z [00:01:50.999]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T22:08:36.1509932Z [00:01:50.999]➜      you inform other peers where the object code and Corresponding
2025-08-20T22:08:36.1510406Z [00:01:50.999]➜      Source of the work are being offered to the general public at no
2025-08-20T22:08:36.1510784Z [00:01:50.999]➜      charge under subsection 6d.
2025-08-20T22:08:36.1511041Z [00:01:50.999]➜  
2025-08-20T22:08:36.1511392Z [00:01:50.999]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T22:08:36.1511875Z [00:01:50.999]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T22:08:36.1512462Z [00:01:50.999]➜  included in conveying the object code work.
2025-08-20T22:08:36.1512795Z [00:01:50.999]➜  
2025-08-20T22:08:36.1513132Z [00:01:50.999]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T22:08:36.1513647Z [00:01:50.999]➜  tangible personal property which is normally used for personal, family,
2025-08-20T22:08:36.1514173Z [00:01:50.999]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T22:08:36.1514691Z [00:01:50.999]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T22:08:36.1515209Z [00:01:50.999]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T22:08:36.1515714Z [00:01:50.999]➜  product received by a particular user, "normally used" refers to a
2025-08-20T22:08:36.1516486Z [00:01:50.999]➜  typical or common use of that class of product, regardless of the status
2025-08-20T22:08:36.1516984Z [00:01:50.999]➜  of the particular user or of the way in which the particular user
2025-08-20T22:08:36.1517481Z [00:01:50.999]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T22:08:36.1517996Z [00:01:50.999]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T22:08:36.1518527Z [00:01:50.999]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T22:08:36.1518975Z [00:01:50.999]➜  the only significant mode of use of the product.
2025-08-20T22:08:36.1519262Z [00:01:50.999]➜  
2025-08-20T22:08:36.1519595Z [00:01:50.999]➜    "Installation Information" for a User Product means any methods,
2025-08-20T22:08:36.1520111Z [00:01:50.999]➜  procedures, authorization keys, or other information required to install
2025-08-20T22:08:36.1520655Z [00:01:50.999]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T22:08:36.1521174Z [00:01:50.999]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T22:08:36.1521682Z [00:01:50.999]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T22:08:36.1522159Z [00:01:50.999]➜  code is in no case prevented or interfered with solely because
2025-08-20T22:08:36.1522720Z [00:01:50.999]➜  modification has been made.
2025-08-20T22:08:36.1522966Z [00:01:50.999]➜  
2025-08-20T22:08:36.1523302Z [00:01:50.999]➜    If you convey an object code work under this section in, or with, or
2025-08-20T22:08:36.1523791Z [00:01:50.999]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T22:08:36.1524290Z [00:01:50.999]➜  part of a transaction in which the right of possession and use of the
2025-08-20T22:08:36.1524785Z [00:01:50.999]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T22:08:36.1525293Z [00:01:50.999]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T22:08:36.1525800Z [00:01:50.999]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T22:08:36.1526314Z [00:01:50.999]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T22:08:36.1526804Z [00:01:50.999]➜  if neither you nor any third party retains the ability to install
2025-08-20T22:08:36.1527557Z [00:01:50.999]➜  modified object code on the User Product (for example, the work has
2025-08-20T22:08:36.1528003Z [00:01:50.999]➜  been installed in ROM).
2025-08-20T22:08:36.1528244Z [00:01:50.999]➜  
2025-08-20T22:08:36.1528588Z [00:01:50.999]➜    The requirement to provide Installation Information does not include a
2025-08-20T22:08:36.1529114Z [00:01:50.999]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T22:08:36.1529627Z [00:01:50.999]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T22:08:36.1530142Z [00:01:50.999]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T22:08:36.1530633Z [00:01:50.999]➜  network may be denied when the modification itself materially and
2025-08-20T22:08:36.1531136Z [00:01:50.999]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T22:08:36.1531584Z [00:01:50.999]➜  protocols for communication across the network.
2025-08-20T22:08:36.1531872Z [00:01:50.999]➜  
2025-08-20T22:08:36.1532226Z [00:01:50.999]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T22:08:36.1532931Z [00:01:50.999]➜  in accord with this section must be in a format that is publicly
2025-08-20T22:08:36.1533413Z [00:01:50.999]➜  documented (and with an implementation available to the public in
2025-08-20T22:08:36.1533907Z [00:01:50.999]➜  source code form), and must require no special password or key for
2025-08-20T22:08:36.1534294Z [00:01:50.999]➜  unpacking, reading or copying.
2025-08-20T22:08:36.1534801Z [00:01:50.999]➜  
2025-08-20T22:08:36.1535021Z [00:01:50.999]➜    7. Additional Terms.
2025-08-20T22:08:36.1535256Z [00:01:50.999]➜  
2025-08-20T22:08:36.1535603Z [00:01:50.999]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T22:08:36.1536097Z [00:01:50.999]➜  License by making exceptions from one or more of its conditions.
2025-08-20T22:08:36.1536598Z [00:01:50.999]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T22:08:36.1537120Z [00:01:50.999]➜  be treated as though they were included in this License, to the extent
2025-08-20T22:08:36.1537619Z [00:01:50.999]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T22:08:36.1538106Z [00:01:50.999]➜  apply only to part of the Program, that part may be used separately
2025-08-20T22:08:36.1538596Z [00:01:50.999]➜  under those permissions, but the entire Program remains governed by
2025-08-20T22:08:36.1539078Z [00:01:50.999]➜  this License without regard to the additional permissions.
2025-08-20T22:08:36.1539397Z [00:01:50.999]➜  
2025-08-20T22:08:36.1539721Z [00:01:50.999]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T22:08:36.1540212Z [00:01:50.999]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T22:08:36.1540703Z [00:01:50.999]➜  it.  (Additional permissions may be written to require their own
2025-08-20T22:08:36.1541181Z [00:01:50.999]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T22:08:36.1541675Z [00:01:50.999]➜  additional permissions on material, added by you to a covered work,
2025-08-20T22:08:36.1542164Z [00:01:50.999]➜  for which you have or can give appropriate copyright permission.
2025-08-20T22:08:36.1542710Z [00:01:50.999]➜  
2025-08-20T22:08:36.1543068Z [00:01:50.999]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T22:08:36.1543587Z [00:01:50.999]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T22:08:36.1544086Z [00:01:50.999]➜  that material) supplement the terms of this License with terms:
2025-08-20T22:08:36.1544419Z [00:01:50.999]➜  
2025-08-20T22:08:36.1544756Z [00:01:50.999]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T22:08:36.1545192Z [00:01:50.999]➜      terms of sections 15 and 16 of this License; or
2025-08-20T22:08:36.1545481Z [00:01:50.999]➜  
2025-08-20T22:08:36.1546061Z [00:01:50.999]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T22:08:36.1546634Z [00:01:50.999]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T22:08:36.1547064Z [00:01:50.999]➜      Notices displayed by works containing it; or
2025-08-20T22:08:36.1547355Z [00:01:50.999]➜  
2025-08-20T22:08:36.1547700Z [00:01:50.999]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T22:08:36.1548191Z [00:01:50.999]➜      requiring that modified versions of such material be marked in
2025-08-20T22:08:36.1548905Z [00:01:50.999]➜      reasonable ways as different from the original version; or
2025-08-20T22:08:36.1549227Z [00:01:50.999]➜  
2025-08-20T22:08:36.1549563Z [00:01:50.999]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T22:08:36.1549950Z [00:01:50.999]➜      authors of the material; or
2025-08-20T22:08:36.1550205Z [00:01:50.999]➜  
2025-08-20T22:08:36.1550537Z [00:01:50.999]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T22:08:36.1550958Z [00:01:50.999]➜      trade names, trademarks, or service marks; or
2025-08-20T22:08:36.1551247Z [00:01:50.999]➜  
2025-08-20T22:08:36.1551564Z [00:01:50.999]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T22:08:36.1552047Z [00:01:50.999]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T22:08:36.1552802Z [00:01:50.999]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T22:08:36.1553320Z [00:01:50.999]➜      any liability that these contractual assumptions directly impose on
2025-08-20T22:08:36.1553719Z [00:01:50.999]➜      those licensors and authors.
2025-08-20T22:08:36.1553979Z [00:01:50.999]➜  
2025-08-20T22:08:36.1554305Z [00:01:50.999]➜    All other non-permissive additional terms are considered "further
2025-08-20T22:08:36.1554808Z [00:01:50.999]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T22:08:36.1555313Z [00:01:50.999]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T22:08:36.1555778Z [00:01:50.999]➜  governed by this License along with a term that is a further
2025-08-20T22:08:36.1556270Z [00:01:50.999]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T22:08:36.1556782Z [00:01:50.999]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T22:08:36.1557279Z [00:01:50.999]➜  License, you may add to a covered work material governed by the terms
2025-08-20T22:08:36.1557779Z [00:01:50.999]➜  of that license document, provided that the further restriction does
2025-08-20T22:08:36.1558198Z [00:01:50.999]➜  not survive such relicensing or conveying.
2025-08-20T22:08:36.1558474Z [00:01:50.999]➜  
2025-08-20T22:08:36.1558799Z [00:01:50.999]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T22:08:36.1559254Z [00:01:50.999]➜  must place, in the relevant source files, a statement of the
2025-08-20T22:08:36.1559946Z [00:01:50.999]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T22:08:36.1560452Z [00:01:50.999]➜  where to find the applicable terms.
2025-08-20T22:08:36.1560721Z [00:01:50.999]➜  
2025-08-20T22:08:36.1561067Z [00:01:50.999]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T22:08:36.1561551Z [00:01:50.999]➜  form of a separately written license, or stated as exceptions;
2025-08-20T22:08:36.1561961Z [00:01:50.999]➜  the above requirements apply either way.
2025-08-20T22:08:36.1562235Z [00:01:50.999]➜  
2025-08-20T22:08:36.1562675Z [00:01:50.999]➜    8. Termination.
2025-08-20T22:08:36.1562910Z [00:01:50.999]➜  
2025-08-20T22:08:36.1563242Z [00:01:50.999]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T22:08:36.1563736Z [00:01:50.999]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T22:08:36.1564240Z [00:01:50.999]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T22:08:36.1564729Z [00:01:50.999]➜  this License (including any patent licenses granted under the third
2025-08-20T22:08:36.1565110Z [00:01:50.999]➜  paragraph of section 11).
2025-08-20T22:08:36.1565356Z [00:01:50.999]➜  
2025-08-20T22:08:36.1565673Z [00:01:50.999]➜    However, if you cease all violation of this License, then your
2025-08-20T22:08:36.1566128Z [00:01:50.999]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T22:08:36.1566874Z [00:01:50.999]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T22:08:36.1567393Z [00:01:50.999]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T22:08:36.1567898Z [00:01:50.999]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T22:08:36.1568301Z [00:01:50.999]➜  prior to 60 days after the cessation.
2025-08-20T22:08:36.1568564Z [00:01:50.999]➜  
2025-08-20T22:08:36.1568891Z [00:01:50.999]➜    Moreover, your license from a particular copyright holder is
2025-08-20T22:08:36.1569376Z [00:01:50.999]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T22:08:36.1569871Z [00:01:50.999]➜  violation by some reasonable means, this is the first time you have
2025-08-20T22:08:36.1570369Z [00:01:50.999]➜  received notice of violation of this License (for any work) from that
2025-08-20T22:08:36.1570867Z [00:01:50.999]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T22:08:36.1571259Z [00:01:50.999]➜  your receipt of the notice.
2025-08-20T22:08:36.1571505Z [00:01:50.999]➜  
2025-08-20T22:08:36.1571849Z [00:01:50.999]➜    Termination of your rights under this section does not terminate the
2025-08-20T22:08:36.1572501Z [00:01:50.999]➜  licenses of parties who have received copies or rights from you under
2025-08-20T22:08:36.1573080Z [00:01:50.999]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T22:08:36.1573582Z [00:01:50.999]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T22:08:36.1573962Z [00:01:50.999]➜  material under section 10.
2025-08-20T22:08:36.1574207Z [00:01:50.999]➜  
2025-08-20T22:08:36.1574476Z [00:01:50.999]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T22:08:36.1574762Z [00:01:50.999]➜  
2025-08-20T22:08:36.1575088Z [00:01:50.999]➜    You are not required to accept this License in order to receive or
2025-08-20T22:08:36.1575569Z [00:01:50.999]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T22:08:36.1576076Z [00:01:50.999]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T22:08:36.1576568Z [00:01:50.999]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T22:08:36.1577059Z [00:01:50.999]➜  nothing other than this License grants you permission to propagate or
2025-08-20T22:08:36.1577563Z [00:01:50.999]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T22:08:36.1578282Z [00:01:50.999]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T22:08:36.1578882Z [00:01:50.999]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T22:08:36.1579230Z [00:01:50.999]➜  
2025-08-20T22:08:36.1579514Z [00:01:50.999]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T22:08:36.1579811Z [00:01:50.999]➜  
2025-08-20T22:08:36.1580132Z [00:01:50.999]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T22:08:36.1580625Z [00:01:50.999]➜  receives a license from the original licensors, to run, modify and
2025-08-20T22:08:36.1581126Z [00:01:50.999]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T22:08:36.1581612Z [00:01:50.999]➜  for enforcing compliance by third parties with this License.
2025-08-20T22:08:36.1581938Z [00:01:50.999]➜  
2025-08-20T22:08:36.1582426Z [00:01:50.999]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T22:08:36.1582997Z [00:01:50.999]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T22:08:36.1583501Z [00:01:50.999]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T22:08:36.1583975Z [00:01:50.999]➜  work results from an entity transaction, each party to that
2025-08-20T22:08:36.1584446Z [00:01:50.999]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T22:08:36.1584941Z [00:01:50.999]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T22:08:36.1585665Z [00:01:50.999]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T22:08:36.1586178Z [00:01:50.999]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T22:08:36.1586666Z [00:01:50.999]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T22:08:36.1586993Z [00:01:50.999]➜  
2025-08-20T22:08:36.1587326Z [00:01:50.999]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T22:08:36.1587818Z [00:01:50.999]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T22:08:36.1588302Z [00:01:50.999]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T22:08:36.1588796Z [00:01:50.999]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T22:08:36.1589299Z [00:01:50.999]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T22:08:36.1589808Z [00:01:50.999]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T22:08:36.1590255Z [00:01:50.999]➜  sale, or importing the Program or any portion of it.
2025-08-20T22:08:36.1590547Z [00:01:50.999]➜  
2025-08-20T22:08:36.1590745Z [00:01:50.999]➜    11. Patents.
2025-08-20T22:08:36.1590957Z [00:01:50.999]➜  
2025-08-20T22:08:36.1591353Z [00:01:50.999]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T22:08:36.1591856Z [00:01:50.999]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T22:08:36.1592510Z [00:01:50.999]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T22:08:36.1592918Z [00:01:50.999]➜  
2025-08-20T22:08:36.1593256Z [00:01:50.999]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T22:08:36.1593743Z [00:01:50.999]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T22:08:36.1594255Z [00:01:50.999]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T22:08:36.1594757Z [00:01:50.999]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T22:08:36.1595219Z [00:01:50.999]➜  but do not include claims that would be infringed only as a
2025-08-20T22:08:36.1595690Z [00:01:50.999]➜  consequence of further modification of the contributor version.  For
2025-08-20T22:08:36.1596186Z [00:01:50.999]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T22:08:36.1596893Z [00:01:50.999]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T22:08:36.1597334Z [00:01:50.999]➜  this License.
2025-08-20T22:08:36.1597554Z [00:01:50.999]➜  
2025-08-20T22:08:36.1597904Z [00:01:50.999]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T22:08:36.1598403Z [00:01:50.999]➜  patent license under the contributor's essential patent claims, to
2025-08-20T22:08:36.1598901Z [00:01:50.999]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T22:08:36.1599337Z [00:01:50.999]➜  propagate the contents of its contributor version.
2025-08-20T22:08:36.1599637Z [00:01:50.999]➜  
2025-08-20T22:08:36.1599975Z [00:01:50.999]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T22:08:36.1600483Z [00:01:50.999]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T22:08:36.1600998Z [00:01:50.999]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T22:08:36.1601502Z [00:01:50.999]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T22:08:36.1601995Z [00:01:50.999]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T22:08:36.1602551Z [00:01:50.999]➜  patent against the party.
2025-08-20T22:08:36.1602816Z [00:01:50.999]➜  
2025-08-20T22:08:36.1603149Z [00:01:50.999]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T22:08:36.1603899Z [00:01:50.999]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T22:08:36.1604394Z [00:01:50.999]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T22:08:36.1604893Z [00:01:50.999]➜  publicly available network server or other readily accessible means,
2025-08-20T22:08:36.1605382Z [00:01:50.999]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T22:08:36.1605861Z [00:01:50.999]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T22:08:36.1606351Z [00:01:50.999]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T22:08:36.1606860Z [00:01:50.999]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T22:08:36.1607372Z [00:01:50.999]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T22:08:36.1607882Z [00:01:50.999]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T22:08:36.1608389Z [00:01:50.999]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T22:08:36.1608885Z [00:01:50.999]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T22:08:36.1609328Z [00:01:50.999]➜  country that you have reason to believe are valid.
2025-08-20T22:08:36.1609623Z [00:01:50.999]➜  
2025-08-20T22:08:36.1609936Z [00:01:50.999]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T22:08:36.1610420Z [00:01:50.999]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T22:08:36.1610902Z [00:01:50.999]➜  covered work, and grant a patent license to some of the parties
2025-08-20T22:08:36.1611387Z [00:01:50.999]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T22:08:36.1611891Z [00:01:50.999]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T22:08:36.1612627Z [00:01:50.999]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T22:08:36.1613096Z [00:01:50.999]➜  work and works based on it.
2025-08-20T22:08:36.1613345Z [00:01:50.999]➜  
2025-08-20T22:08:36.1613682Z [00:01:50.999]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T22:08:36.1614147Z [00:01:50.999]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T22:08:36.1614620Z [00:01:50.999]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T22:08:36.1615345Z [00:01:50.999]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T22:08:36.1615912Z [00:01:50.999]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T22:08:36.1616403Z [00:01:50.999]➜  in the business of distributing software, under which you make payment
2025-08-20T22:08:36.1616892Z [00:01:50.999]➜  to the third party based on the extent of your activity of conveying
2025-08-20T22:08:36.1617367Z [00:01:50.999]➜  the work, and under which the third party grants, to any of the
2025-08-20T22:08:36.1617843Z [00:01:50.999]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T22:08:36.1618326Z [00:01:50.999]➜  patent license (a) in connection with copies of the covered work
2025-08-20T22:08:36.1618802Z [00:01:50.999]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T22:08:36.1619282Z [00:01:50.999]➜  for and in connection with specific products or compilations that
2025-08-20T22:08:36.1619775Z [00:01:50.999]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T22:08:36.1620241Z [00:01:50.999]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T22:08:36.1620556Z [00:01:50.999]➜  
2025-08-20T22:08:36.1620891Z [00:01:50.999]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T22:08:36.1621364Z [00:01:50.999]➜  any implied license or other defenses to infringement that may
2025-08-20T22:08:36.1622060Z [00:01:50.999]➜  otherwise be available to you under applicable patent law.
2025-08-20T22:08:36.1622555Z [00:01:50.999]➜  
2025-08-20T22:08:36.1622809Z [00:01:50.999]➜    12. No Surrender of Others' Freedom.
2025-08-20T22:08:36.1623073Z [00:01:50.999]➜  
2025-08-20T22:08:36.1623418Z [00:01:50.999]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T22:08:36.1623931Z [00:01:50.999]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T22:08:36.1624450Z [00:01:50.999]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T22:08:36.1624960Z [00:01:50.999]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T22:08:36.1625481Z [00:01:50.999]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T22:08:36.1626005Z [00:01:50.999]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T22:08:36.1626524Z [00:01:50.999]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T22:08:36.1627024Z [00:01:50.999]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T22:08:36.1627504Z [00:01:50.999]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T22:08:36.1627837Z [00:01:50.999]➜  
2025-08-20T22:08:36.1628120Z [00:01:50.999]➜    13. Use with the GNU Affero General Public License.
2025-08-20T22:08:36.1628415Z [00:01:50.999]➜  
2025-08-20T22:08:36.1628749Z [00:01:50.999]➜    Notwithstanding any other provision of this License, you have
2025-08-20T22:08:36.1629234Z [00:01:50.999]➜  permission to link or combine any covered work with a work licensed
2025-08-20T22:08:36.1629728Z [00:01:50.999]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T22:08:36.1630218Z [00:01:50.999]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T22:08:36.1630715Z [00:01:50.999]➜  License will continue to apply to the part which is the covered work,
2025-08-20T22:08:36.1631235Z [00:01:50.999]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T22:08:36.1631757Z [00:01:50.999]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T22:08:36.1632143Z [00:01:50.999]➜  combination as such.
2025-08-20T22:08:36.1632588Z [00:01:50.999]➜  
2025-08-20T22:08:36.1632847Z [00:01:50.999]➜    14. Revised Versions of this License.
2025-08-20T22:08:36.1633115Z [00:01:50.999]➜  
2025-08-20T22:08:36.1633702Z [00:01:50.999]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T22:08:36.1634305Z [00:01:50.999]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T22:08:36.1634818Z [00:01:50.999]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T22:08:36.1635219Z [00:01:50.999]➜  address new problems or concerns.
2025-08-20T22:08:36.1635476Z [00:01:50.999]➜  
2025-08-20T22:08:36.1635806Z [00:01:50.999]➜    Each version is given a distinguishing version number.  If the
2025-08-20T22:08:36.1636292Z [00:01:50.999]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T22:08:36.1636787Z [00:01:50.999]➜  Public License "or any later version" applies to it, you have the
2025-08-20T22:08:36.1637276Z [00:01:50.999]➜  option of following the terms and conditions either of that numbered
2025-08-20T22:08:36.1637750Z [00:01:50.999]➜  version or of any later version published by the Free Software
2025-08-20T22:08:36.1638232Z [00:01:50.999]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T22:08:36.1638735Z [00:01:50.999]➜  GNU General Public License, you may choose any version ever published
2025-08-20T22:08:36.1639134Z [00:01:50.999]➜  by the Free Software Foundation.
2025-08-20T22:08:36.1639393Z [00:01:50.999]➜  
2025-08-20T22:08:36.1639710Z [00:01:50.999]➜    If the Program specifies that a proxy can decide which future
2025-08-20T22:08:36.1640405Z [00:01:50.999]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T22:08:36.1640918Z [00:01:50.999]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T22:08:36.1641342Z [00:01:50.999]➜  to choose that version for the Program.
2025-08-20T22:08:36.1641610Z [00:01:50.999]➜  
2025-08-20T22:08:36.1641921Z [00:01:50.999]➜    Later license versions may give you additional or different
2025-08-20T22:08:36.1642575Z [00:01:50.999]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T22:08:36.1643140Z [00:01:50.999]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T22:08:36.1643507Z [00:01:50.999]➜  later version.
2025-08-20T22:08:36.1643723Z [00:01:50.999]➜  
2025-08-20T22:08:36.1643949Z [00:01:50.999]➜    15. Disclaimer of Warranty.
2025-08-20T22:08:36.1644200Z [00:01:50.999]➜  
2025-08-20T22:08:36.1644526Z [00:01:50.999]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T22:08:36.1645025Z [00:01:50.999]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T22:08:36.1645546Z [00:01:50.999]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T22:08:36.1646063Z [00:01:50.999]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T22:08:36.1646576Z [00:01:50.999]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T22:08:36.1647106Z [00:01:50.999]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T22:08:36.1647618Z [00:01:50.999]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T22:08:36.1648051Z [00:01:50.999]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T22:08:36.1648339Z [00:01:50.999]➜  
2025-08-20T22:08:36.1648609Z [00:01:50.999]➜    16. Limitation of Liability.
2025-08-20T22:08:36.1648862Z [00:01:50.999]➜  
2025-08-20T22:08:36.1649210Z [00:01:50.999]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T22:08:36.1649722Z [00:01:50.999]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T22:08:36.1650251Z [00:01:50.999]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T22:08:36.1650787Z [00:01:50.999]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T22:08:36.1651516Z [00:01:50.999]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T22:08:36.1652115Z [00:01:50.999]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T22:08:36.1652812Z [00:01:50.999]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T22:08:36.1653327Z [00:01:50.999]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T22:08:36.1653695Z [00:01:50.999]➜  SUCH DAMAGES.
2025-08-20T22:08:36.1653918Z [00:01:50.999]➜  
2025-08-20T22:08:36.1654176Z [00:01:50.999]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T22:08:36.1654452Z [00:01:50.999]➜  
2025-08-20T22:08:36.1654786Z [00:01:50.999]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T22:08:36.1655276Z [00:01:50.999]➜  above cannot be given local legal effect according to their terms,
2025-08-20T22:08:36.1655779Z [00:01:50.999]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T22:08:36.1656282Z [00:01:50.999]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T22:08:36.1656772Z [00:01:50.999]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T22:08:36.1657186Z [00:01:50.999]➜  copy of the Program in return for a fee.
2025-08-20T22:08:36.1657457Z [00:01:50.999]➜  
2025-08-20T22:08:36.1657715Z [00:01:50.999]➜                       END OF TERMS AND CONDITIONS
2025-08-20T22:08:36.1657989Z [00:01:50.999]➜  
2025-08-20T22:08:36.1658559Z [00:01:50.999]➜              How to Apply These Terms to Your New Programs
2025-08-20T22:08:36.1658854Z [00:01:50.999]➜  
2025-08-20T22:08:36.1659182Z [00:01:50.999]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T22:08:36.1659668Z [00:01:50.999]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T22:08:36.1660189Z [00:01:50.999]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T22:08:36.1660555Z [00:01:50.999]➜  
2025-08-20T22:08:36.1660887Z [00:01:50.999]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T22:08:36.1661363Z [00:01:50.999]➜  to attach them to the start of each source file to most effectively
2025-08-20T22:08:36.1661843Z [00:01:50.999]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T22:08:36.1662499Z [00:01:50.999]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T22:08:36.1662936Z [00:01:50.999]➜  
2025-08-20T22:08:36.1663283Z [00:01:50.999]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T22:08:36.1663691Z [00:01:50.999]➜      Copyright (C) <year>  <name of author>
2025-08-20T22:08:36.1663959Z [00:01:50.999]➜  
2025-08-20T22:08:36.1664295Z [00:01:50.999]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T22:08:36.1664785Z [00:01:50.999]➜      it under the terms of the GNU General Public License as published by
2025-08-20T22:08:36.1665285Z [00:01:50.999]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T22:08:36.1665686Z [00:01:50.999]➜      (at your option) any later version.
2025-08-20T22:08:36.1665948Z [00:01:50.999]➜  
2025-08-20T22:08:36.1666269Z [00:01:50.999]➜      This program is distributed in the hope that it will be useful,
2025-08-20T22:08:36.1666738Z [00:01:50.999]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T22:08:36.1667220Z [00:01:50.999]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T22:08:36.1667640Z [00:01:50.999]➜      GNU General Public License for more details.
2025-08-20T22:08:36.1667922Z [00:01:50.999]➜  
2025-08-20T22:08:36.1668253Z [00:01:50.999]➜      You should have received a copy of the GNU General Public License
2025-08-20T22:08:36.1668767Z [00:01:51.000]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T22:08:36.1669125Z [00:01:51.000]➜  
2025-08-20T22:08:36.1669712Z [00:01:51.000]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T22:08:36.1670127Z [00:01:51.000]➜  
2025-08-20T22:08:36.1670458Z [00:01:51.000]➜    If the program does terminal interaction, make it output a short
2025-08-20T22:08:36.1670904Z [00:01:51.000]➜  notice like this when it starts in an interactive mode:
2025-08-20T22:08:36.1671210Z [00:01:51.000]➜  
2025-08-20T22:08:36.1671492Z [00:01:51.000]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T22:08:36.1671974Z [00:01:51.000]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T22:08:36.1672702Z [00:01:51.000]➜      This is free software, and you are welcome to redistribute it
2025-08-20T22:08:36.1673143Z [00:01:51.000]➜      under certain conditions; type `show c' for details.
2025-08-20T22:08:36.1673443Z [00:01:51.000]➜  
2025-08-20T22:08:36.1673812Z [00:01:51.000]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T22:08:36.1674351Z [00:01:51.000]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T22:08:36.1674855Z [00:01:51.000]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T22:08:36.1675197Z [00:01:51.000]➜  
2025-08-20T22:08:36.1675553Z [00:01:51.000]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T22:08:36.1676061Z [00:01:51.000]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T22:08:36.1676808Z [00:01:51.000]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T22:08:36.1677233Z [00:01:51.000]➜  <https://www.gnu.org/licenses/>.
2025-08-20T22:08:36.1677501Z [00:01:51.000]➜  
2025-08-20T22:08:36.1677858Z [00:01:51.000]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T22:08:36.1678389Z [00:01:51.000]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T22:08:36.1678933Z [00:01:51.000]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T22:08:36.1679452Z [00:01:51.000]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T22:08:36.1679934Z [00:01:51.000]➜  Public License instead of this License.  But first, please read
2025-08-20T22:08:36.1680370Z [00:01:51.000]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T22:08:36.1680670Z [00:01:51.000]➜  
2025-08-20T22:08:36.1680865Z [00:01:51.000]➜  
2025-08-20T22:08:36.2089178Z [00:01:51.069]➜  
2025-08-20T22:08:36.2089459Z [00:01:51.069]➜  File: LICENSE
2025-08-20T22:08:36.2089713Z [00:01:51.069]➜    Type: ASCII text
2025-08-20T22:08:36.2090151Z [00:01:51.069]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T22:08:36.2090727Z [00:01:51.069]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T22:08:36.2091124Z [00:01:51.069]➜    Size: 36K
2025-08-20T22:08:36.2201566Z [00:01:51.080]➜  
2025-08-20T22:08:36.2201875Z [00:01:51.080]➜  File: SBUILD
2025-08-20T22:08:36.2202409Z [00:01:51.080]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T22:08:36.2203035Z [00:01:51.080]➜    B3sum: ec508115f518ef7ce40ab3f236b7d815f916da79ad6c75e4f9a37df1a71ac12a
2025-08-20T22:08:36.2203636Z [00:01:51.080]➜    SHA256sum: acbd8398df7a564a97c1dad45fc6256c8cd3781f18d2357ca490e418388c338f
2025-08-20T22:08:36.2204034Z [00:01:51.080]➜    Size: 4.0K
2025-08-20T22:08:36.2299086Z [00:01:51.090]➜  
2025-08-20T22:08:36.2299401Z [00:01:51.090]➜  File: pkgtop.static.version
2025-08-20T22:08:36.2299751Z [00:01:51.090]➜    Type: ASCII text, with no line terminators
2025-08-20T22:08:36.2300231Z [00:01:51.090]➜    B3sum: 63af7159bfc22106db2b4eee5a6f047dadd2998f2692f8c22ff37bd00dc47947
2025-08-20T22:08:36.2300806Z [00:01:51.090]➜    SHA256sum: 2d383ee0d46fa04cbc1161d7a4e4a402adeccaa155df06c57a441da92a926694
2025-08-20T22:08:36.2301204Z [00:01:51.090]➜    Size: 4.0K
2025-08-20T22:08:36.2399859Z [00:01:51.100]➜  
2025-08-20T22:08:36.2400479Z [00:01:51.100]➜  File: pkgtop.version
2025-08-20T22:08:36.2400874Z [00:01:51.100]➜    Type: ASCII text, with no line terminators
2025-08-20T22:08:36.2401361Z [00:01:51.100]➜    B3sum: 63af7159bfc22106db2b4eee5a6f047dadd2998f2692f8c22ff37bd00dc47947
2025-08-20T22:08:36.2401940Z [00:01:51.100]➜    SHA256sum: 2d383ee0d46fa04cbc1161d7a4e4a402adeccaa155df06c57a441da92a926694
2025-08-20T22:08:36.2402691Z [00:01:51.100]➜    Size: 4.0K
2025-08-20T22:08:36.2402957Z [00:01:51.101]➜  
2025-08-20T22:08:36.2403423Z [00:01:51.101]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T22:08:36.2481327Z [00:01:51.108]➜  SBUILD:ec508115f518ef7ce40ab3f236b7d815f916da79ad6c75e4f9a37df1a71ac12a
2025-08-20T22:08:36.2484920Z [00:01:51.108]➜  pkgtop.version:63af7159bfc22106db2b4eee5a6f047dadd2998f2692f8c22ff37bd00dc47947
2025-08-20T22:08:36.2485532Z [00:01:51.108]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T22:08:36.2486590Z [00:01:51.108]➜  pkgtop.static.version:63af7159bfc22106db2b4eee5a6f047dadd2998f2692f8c22ff37bd00dc47947
2025-08-20T22:08:36.2500536Z [00:01:51.110]➜  
2025-08-20T22:08:36.2501174Z [00:01:51.110]➜  [+] Signing pkgtop.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T22:08:36.2606270Z [00:01:51.121]➜  
2025-08-20T22:08:36.2607162Z [00:01:51.121]➜  [✓] SuccessFully Built pkgtop.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/pkgtop/static.official.source.yaml [Wednesday, 2025-08-20 (10:08:36 PM) UTC]
2025-08-20T22:08:36.2608289Z [00:01:51.121]➜  
2025-08-20T22:08:36.2633462Z [00:01:51.124]➜  [+] Total Size: 632K (Includes DUPES+TMPFILES)
2025-08-20T22:08:36.2634054Z [00:01:51.124]➜  [+] LOGPATH='/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/pkgtop.static.log'
2025-08-20T22:08:36.2646043Z [00:01:51.125]➜  [+] ENVPATH=/tmp/pkgforge/MkN1w6SfS_SBUILD/ENVPATH
2025-08-20T22:08:36.2748872Z 
2025-08-20T22:08:36.2749829Z [+] Sanitizing /tmp/pkgforge/MkN1w6SfS_SBUILD/BUILD.log ==> /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/pkgtop.static.log
2025-08-20T22:08:39.6774705Z 
2025-08-20T22:08:39.6775821Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/pkgtop/official]
2025-08-20T22:08:39.6776319Z [+] LOGS (Build Dir): /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:39.6776577Z 
2025-08-20T22:08:39.6936915Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:08:39.6968621Z ./BUILD_ARTIFACTS.tar : 40.37%   (   540 KiB =>    218 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:08:39.6984869Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:08:39.7020277Z 
2025-08-20T22:08:39.7021296Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml :: 00(Hr):01(Min):55(Sec)
2025-08-20T22:08:39.7021943Z 
2025-08-20T22:08:39.7034425Z 
2025-08-20T22:08:39.7034654Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:08:39 PM) UTC
2025-08-20T22:08:39.7034895Z 
2025-08-20T22:08:39.8400025Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:08:39.8447562Z ##[group]Run ##Presets
2025-08-20T22:08:39.8447896Z [36;1m##Presets[0m
2025-08-20T22:08:39.8448073Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:39.8448260Z [36;1m#-------------#[0m
2025-08-20T22:08:39.8448438Z [36;1m##Debug?[0m
2025-08-20T22:08:39.8448653Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:39.8448940Z [36;1m  set -x[0m
2025-08-20T22:08:39.8449104Z [36;1mfi[0m
2025-08-20T22:08:39.8449261Z [36;1m#-------------#[0m
2025-08-20T22:08:39.8449439Z [36;1m##Set ENV[0m
2025-08-20T22:08:39.8449651Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:08:39.8450045Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:08:39.8450420Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:08:39.8450803Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-"[0m
2025-08-20T22:08:39.8451276Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:08:39.8451659Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:08:39.8452094Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:08:39.8452735Z [36;1m fi[0m
2025-08-20T22:08:39.8452898Z [36;1m##Push[0m
2025-08-20T22:08:39.8453102Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:08:39.8453360Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:08:39.8453709Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:08:39.8454165Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:08:39.8454584Z [36;1m     ls -sh "/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:08:39.8454900Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:08:39.8455093Z [36;1m       {[0m
2025-08-20T22:08:39.8455268Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:08:39.8455588Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:08:39.8456015Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:08:39.8456428Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:08:39.8457151Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:08:39.8457551Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:08:39.8457921Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:08:39.8458289Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:08:39.8458661Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:08:39.8459031Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:08:39.8459416Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:08:39.8459872Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:08:39.8460359Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:08:39.8460798Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:08:39.8461207Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:08:39.8461611Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:08:39.8462053Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-pkgtop")[0m
2025-08-20T22:08:39.8463351Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:08:39.8464034Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:08:39.8464473Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:08:39.8464870Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:08:39.8465357Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:08:39.8465776Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:08:39.8466010Z [36;1m         #Check[0m
2025-08-20T22:08:39.8466542Z [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-20T22:08:39.8467223Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:08:39.8467553Z [36;1m            break[0m
2025-08-20T22:08:39.8467740Z [36;1m          else[0m
2025-08-20T22:08:39.8468450Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:08:39.8468877Z [36;1m          fi[0m
2025-08-20T22:08:39.8469080Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:08:39.8469325Z [36;1m        done[0m
2025-08-20T22:08:39.8469494Z [36;1m       }[0m
2025-08-20T22:08:39.8469675Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:08:39.8469905Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:08:39.8470443Z [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-20T22:08:39.8471150Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:08:39.8471538Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:08:39.8471778Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:08:39.8472528Z [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-20T22:08:39.8473217Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:08:39.8473933Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:08:39.8474309Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:08:39.8474525Z [36;1m           fi[0m
2025-08-20T22:08:39.8474698Z [36;1m       fi[0m
2025-08-20T22:08:39.8474865Z [36;1m   fi[0m
2025-08-20T22:08:39.8475022Z [36;1m fi[0m
2025-08-20T22:08:39.8475189Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:08:39.8543127Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:39.8543342Z env:
2025-08-20T22:08:39.8543499Z   CROSS_COMPILING: NO
2025-08-20T22:08:39.8543690Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:08:39.8543917Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:08:39.8544115Z   ON_QEMU: NO
2025-08-20T22:08:39.8544270Z   DEBUG: 0
2025-08-20T22:08:39.8544430Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:08:39.8544641Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:08:39.8544906Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:08:39.8545194Z   KEEP_LOGS: YES
2025-08-20T22:08:39.8545361Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:39.8545557Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:08:39.8545752Z   SBUILD_REBUILD: false
2025-08-20T22:08:39.8546259Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:08:39.8546795Z   BUILD_SYS: docker://go
2025-08-20T22:08:39.8546987Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:39.8547168Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:39.8547345Z   SYSTMP: /tmp
2025-08-20T22:08:39.8547508Z   GHA_MODE: MATRIX
2025-08-20T22:08:39.8548159Z   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-20T22:08:39.8548657Z   INPUT_SBUILD: /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:08:39.8548954Z   BUILD_DIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml
2025-08-20T22:08:39.8549343Z   SBUILD_OUTDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:39.8549790Z   SBUILD_TMPDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:39.8550142Z   PKG_TYPE: static
2025-08-20T22:08:39.8550314Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:39.8550496Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:39.8550983Z   GHCR_TOKEN: ***
2025-08-20T22:08:39.8551252Z   GITHUB_TOKEN: ***
2025-08-20T22:08:39.8551455Z   GITLAB_TOKEN: ***
2025-08-20T22:08:39.8552795Z   MINISIGN_KEY: ***
2025-08-20T22:08:39.8552973Z ##[endgroup]
2025-08-20T22:08:39.8620214Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:08:39.8629382Z 220K	./BUILD_ARTIFACTS.zstd
2025-08-20T22:08:39.8640075Z total 164K
2025-08-20T22:08:39.8640240Z 4.0K CHECKSUM
2025-08-20T22:08:39.8640400Z 4.0K CHECKSUM.sig
2025-08-20T22:08:39.8640580Z  36K LICENSE
2025-08-20T22:08:39.8640736Z 4.0K LICENSE.sig
2025-08-20T22:08:39.8640895Z 4.0K SBUILD
2025-08-20T22:08:39.8641042Z 4.0K SBUILD.sig
2025-08-20T22:08:39.8641211Z 4.0K SBUILD_TEMP
2025-08-20T22:08:39.8641382Z  88K pkgtop.static.log
2025-08-20T22:08:39.8641572Z 4.0K pkgtop.static.version
2025-08-20T22:08:39.8641780Z 4.0K pkgtop.static.version.sig
2025-08-20T22:08:39.8641985Z 4.0K pkgtop.version
2025-08-20T22:08:39.8642159Z 4.0K pkgtop.version.sig
2025-08-20T22:08:39.8951856Z Error: "ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-"
2025-08-20T22:08:39.8953277Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:08:44.9014959Z Error: "ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-"
2025-08-20T22:08:44.9020064Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:08:44.9024350Z 
2025-08-20T22:08:44.9024769Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:08:44.9025610Z 
2025-08-20T22:08:44.9058263Z Error: "ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-"
2025-08-20T22:08:44.9059068Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:08:44.9096062Z ##[group]Run ##Presets
2025-08-20T22:08:44.9096346Z [36;1m##Presets[0m
2025-08-20T22:08:44.9096523Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:44.9096712Z [36;1m#-------------#[0m
2025-08-20T22:08:44.9096894Z [36;1m##Debug?[0m
2025-08-20T22:08:44.9097112Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:44.9097381Z [36;1m  set -x[0m
2025-08-20T22:08:44.9097543Z [36;1mfi[0m
2025-08-20T22:08:44.9097704Z [36;1m#-------------#[0m
2025-08-20T22:08:44.9097940Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:08:44.9098248Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:08:44.9130843Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:44.9131069Z env:
2025-08-20T22:08:44.9131230Z   CROSS_COMPILING: NO
2025-08-20T22:08:44.9131425Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:08:44.9131635Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:08:44.9131833Z   ON_QEMU: NO
2025-08-20T22:08:44.9132040Z   DEBUG: 0
2025-08-20T22:08:44.9132206Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:08:44.9132629Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:08:44.9132902Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:08:44.9133177Z   KEEP_LOGS: YES
2025-08-20T22:08:44.9133347Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:44.9133541Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:08:44.9133735Z   SBUILD_REBUILD: false
2025-08-20T22:08:44.9134242Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:08:44.9134777Z   BUILD_SYS: docker://go
2025-08-20T22:08:44.9134980Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:44.9135159Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:44.9135336Z   SYSTMP: /tmp
2025-08-20T22:08:44.9135497Z   GHA_MODE: MATRIX
2025-08-20T22:08:44.9135901Z   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-20T22:08:44.9136387Z   INPUT_SBUILD: /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:08:44.9136685Z   BUILD_DIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml
2025-08-20T22:08:44.9137047Z   SBUILD_OUTDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:44.9137499Z   SBUILD_TMPDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:44.9137856Z   PKG_TYPE: static
2025-08-20T22:08:44.9138029Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:44.9138217Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:44.9138403Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:44.9138730Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:08:44.9139089Z ##[endgroup]
2025-08-20T22:08:44.9274800Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:08:44.9275131Z with:
2025-08-20T22:08:44.9275309Z   name: Bincache_pkgtop_aarch64-Linux
2025-08-20T22:08:44.9275576Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:08:44.9275836Z   compression-level: 0
2025-08-20T22:08:44.9276021Z   retention-days: 30
2025-08-20T22:08:44.9276193Z   overwrite: true
2025-08-20T22:08:44.9276368Z   if-no-files-found: warn
2025-08-20T22:08:44.9276568Z   include-hidden-files: false
2025-08-20T22:08:44.9276813Z env:
2025-08-20T22:08:44.9276962Z   CROSS_COMPILING: NO
2025-08-20T22:08:44.9277151Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:08:44.9277361Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:08:44.9277554Z   ON_QEMU: NO
2025-08-20T22:08:44.9277706Z   DEBUG: 0
2025-08-20T22:08:44.9277867Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:08:44.9278080Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:08:44.9278378Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:08:44.9279041Z   KEEP_LOGS: YES
2025-08-20T22:08:44.9279214Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:44.9279410Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:08:44.9279608Z   SBUILD_REBUILD: false
2025-08-20T22:08:44.9280106Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:08:44.9280635Z   BUILD_SYS: docker://go
2025-08-20T22:08:44.9280825Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:44.9281003Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:44.9281181Z   SYSTMP: /tmp
2025-08-20T22:08:44.9281337Z   GHA_MODE: MATRIX
2025-08-20T22:08:44.9281735Z   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-20T22:08:44.9282221Z   INPUT_SBUILD: /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:08:44.9282764Z   BUILD_DIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml
2025-08-20T22:08:44.9283140Z   SBUILD_OUTDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:44.9283591Z   SBUILD_TMPDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:44.9283943Z   PKG_TYPE: static
2025-08-20T22:08:44.9284117Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:44.9284305Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:44.9284489Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:44.9284812Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:08:44.9285169Z   UTC_TIME: 2025_08_20T10_08_44_PM
2025-08-20T22:08:44.9285367Z ##[endgroup]
2025-08-20T22:08:45.6435826Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:08:45.6441109Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:08:45.6441760Z With the provided path, there will be 2 files uploaded
2025-08-20T22:08:45.9234473Z Artifact name is valid!
2025-08-20T22:08:45.9238021Z Root directory input is valid!
2025-08-20T22:08:46.0241174Z Beginning upload of artifact content to blob storage
2025-08-20T22:08:46.5496510Z Uploaded bytes 652188
2025-08-20T22:08:46.6162482Z Finished uploading artifact content to blob storage!
2025-08-20T22:08:46.6175191Z SHA256 digest of uploaded artifact zip is 0aa8d0ef3afe880459fb926f7c6fe40904945a094bf955d88051f6235735ae01
2025-08-20T22:08:46.6175651Z Finalizing artifact upload
2025-08-20T22:08:46.7231273Z Artifact Bincache_pkgtop_aarch64-Linux.zip successfully finalized. Artifact ID 3813679402
2025-08-20T22:08:46.7231960Z Artifact Bincache_pkgtop_aarch64-Linux has been successfully uploaded! Final size is 652188 bytes. Artifact ID is 3813679402
2025-08-20T22:08:46.7248725Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108974941/artifacts/3813679402
2025-08-20T22:08:46.7458512Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:08:46.7458831Z with:
2025-08-20T22:08:46.7459002Z   subject-name: pkgtop--
2025-08-20T22:08:46.7459695Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:08:46.7460381Z   show-summary: true
2025-08-20T22:08:46.7460571Z   push-to-registry: false
2025-08-20T22:08:46.7460928Z   github-token: ***
2025-08-20T22:08:46.7461105Z env:
2025-08-20T22:08:46.7461258Z   CROSS_COMPILING: NO
2025-08-20T22:08:46.7461449Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:08:46.7461665Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:08:46.7461867Z   ON_QEMU: NO
2025-08-20T22:08:46.7462027Z   DEBUG: 0
2025-08-20T22:08:46.7462189Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:08:46.7462620Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:08:46.7462925Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:08:46.7463209Z   KEEP_LOGS: YES
2025-08-20T22:08:46.7463383Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:46.7463582Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:08:46.7464096Z   SBUILD_REBUILD: false
2025-08-20T22:08:46.7464603Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:08:46.7465139Z   BUILD_SYS: docker://go
2025-08-20T22:08:46.7465334Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:46.7465517Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:46.7465698Z   SYSTMP: /tmp
2025-08-20T22:08:46.7465862Z   GHA_MODE: MATRIX
2025-08-20T22:08:46.7466266Z   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-20T22:08:46.7466755Z   INPUT_SBUILD: /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:08:46.7467063Z   BUILD_DIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml
2025-08-20T22:08:46.7467433Z   SBUILD_OUTDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:46.7467890Z   SBUILD_TMPDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:46.7468251Z   PKG_TYPE: static
2025-08-20T22:08:46.7468436Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:46.7468635Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:46.7468824Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:46.7469152Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:08:46.7469520Z   UTC_TIME: 2025_08_20T10_08_44_PM
2025-08-20T22:08:46.7469731Z ##[endgroup]
2025-08-20T22:08:46.7549383Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:08:46.7549795Z env:
2025-08-20T22:08:46.7549956Z   CROSS_COMPILING: NO
2025-08-20T22:08:46.7550152Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:08:46.7550369Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:08:46.7550572Z   ON_QEMU: NO
2025-08-20T22:08:46.7550729Z   DEBUG: 0
2025-08-20T22:08:46.7550912Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:08:46.7551131Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:08:46.7551401Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:08:46.7551691Z   KEEP_LOGS: YES
2025-08-20T22:08:46.7551870Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:46.7552072Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:08:46.7552475Z   SBUILD_REBUILD: false
2025-08-20T22:08:46.7552995Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:08:46.7553534Z   BUILD_SYS: docker://go
2025-08-20T22:08:46.7553727Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:46.7553911Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:46.7554093Z   SYSTMP: /tmp
2025-08-20T22:08:46.7554260Z   GHA_MODE: MATRIX
2025-08-20T22:08:46.7554665Z   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-20T22:08:46.7555480Z   INPUT_SBUILD: /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:08:46.7555804Z   BUILD_DIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml
2025-08-20T22:08:46.7556170Z   SBUILD_OUTDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:46.7556636Z   SBUILD_TMPDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:46.7556999Z   PKG_TYPE: static
2025-08-20T22:08:46.7557180Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:46.7557377Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:46.7557566Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:46.7557894Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:08:46.7558257Z   UTC_TIME: 2025_08_20T10_08_44_PM
2025-08-20T22:08:46.7558469Z ##[endgroup]
2025-08-20T22:08:47.3492774Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:08:47.3493104Z with:
2025-08-20T22:08:47.3493755Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:08:47.3494453Z   subject-name: pkgtop--
2025-08-20T22:08:47.3494707Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:08:47.3497527Z   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/17108974941/attempts/1"}}}
2025-08-20T22:08:47.3500025Z   push-to-registry: false
2025-08-20T22:08:47.3500227Z   show-summary: true
2025-08-20T22:08:47.3500606Z   github-token: ***
2025-08-20T22:08:47.3500781Z env:
2025-08-20T22:08:47.3500944Z   CROSS_COMPILING: NO
2025-08-20T22:08:47.3501140Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:08:47.3501362Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:08:47.3501569Z   ON_QEMU: NO
2025-08-20T22:08:47.3501726Z   DEBUG: 0
2025-08-20T22:08:47.3501898Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:08:47.3502121Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:08:47.3502564Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:08:47.3502852Z   KEEP_LOGS: YES
2025-08-20T22:08:47.3503028Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:47.3503230Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:08:47.3503440Z   SBUILD_REBUILD: false
2025-08-20T22:08:47.3503954Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:08:47.3504496Z   BUILD_SYS: docker://go
2025-08-20T22:08:47.3504695Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:47.3504882Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:47.3505067Z   SYSTMP: /tmp
2025-08-20T22:08:47.3505242Z   GHA_MODE: MATRIX
2025-08-20T22:08:47.3505652Z   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-20T22:08:47.3506150Z   INPUT_SBUILD: /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:08:47.3506458Z   BUILD_DIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml
2025-08-20T22:08:47.3506823Z   SBUILD_OUTDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:47.3507283Z   SBUILD_TMPDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:47.3507697Z   PKG_TYPE: static
2025-08-20T22:08:47.3507878Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:47.3508077Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:47.3508273Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:47.3508893Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:08:47.3509295Z   UTC_TIME: 2025_08_20T10_08_44_PM
2025-08-20T22:08:47.3509513Z ##[endgroup]
2025-08-20T22:08:48.6605366Z Attestation created for 12 subjects
2025-08-20T22:08:48.6609174Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:08:48.6609653Z -----BEGIN CERTIFICATE-----
2025-08-20T22:08:48.6610000Z MIIG8DCCBnagAwIBAgIUUwhOY3kKioucUfC8vRDzGziTaPYwCgYIKoZIzj0EAwMw
2025-08-20T22:08:48.6610472Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:08:48.6610946Z cm1lZGlhdGUwHhcNMjUwODIwMjIwODQ3WhcNMjUwODIwMjIxODQ3WjAAMFkwEwYH
2025-08-20T22:08:48.6611403Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE7ExWpD4tsGpJtu9XSdgmNrFu7/BfMlp/5vEk
2025-08-20T22:08:48.6611838Z jE2/w0/S3EqzHJm54azWOUX5jPYALXGodOsfBDdLgH8zc/Ed36OCBZUwggWRMA4G
2025-08-20T22:08:48.6612600Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUzztf
2025-08-20T22:08:48.6613130Z xj5D2wxgjuYeq1p/f+Ab6zUwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:08:48.6613567Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:08:48.6614396Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:08:48.6614854Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:08:48.6615297Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:08:48.6615730Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:08:48.6616181Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:08:48.6616645Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:08:48.6617107Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:08:48.6617564Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:08:48.6618005Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:08:48.6618463Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:08:48.6618922Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:08:48.6619377Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:08:48.6619830Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:08:48.6620295Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:08:48.6620763Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:08:48.6621223Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:08:48.6621677Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:08:48.6622129Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:08:48.6622871Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:08:48.6623349Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:08:48.6623812Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:08:48.6624274Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:08:48.6624730Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4OTc0OTQxL2F0
2025-08-20T22:08:48.6625185Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T22:08:48.6625649Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJhw0B
2025-08-20T22:08:48.6626116Z AAAEAwBIMEYCIQCvGD9gTFYsD7XjolqDCcfOvQVa4fm3RrtbU3FguQJSUAIhAJlB
2025-08-20T22:08:48.6626575Z uahEg1R2miVHtLkICQ9ZsWFofrCOZUEjNV9d+7lPMAoGCCqGSM49BAMDA2gAMGUC
2025-08-20T22:08:48.6627026Z MGPWG4x5bC5uf+DE75pHTVza5ywzPkTBVZxR2ef1x91av6XZFvgQZh8yEhsn6wO/
2025-08-20T22:08:48.6627476Z dQIxAM5AYnilz67SLQl2vNyIWVupv8F2J9+y+iuspKSZz4azu97umjpOkaGDEBvK
2025-08-20T22:08:48.6627805Z PKwuRw==
2025-08-20T22:08:48.6628010Z -----END CERTIFICATE-----
2025-08-20T22:08:48.6628147Z 
2025-08-20T22:08:48.6628633Z ##[endgroup]
2025-08-20T22:08:48.6629374Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:08:48.6629784Z https://search.sigstore.dev?logIndex=414491038
2025-08-20T22:08:48.6630165Z [36mAttestation uploaded to repository[39m
2025-08-20T22:08:48.6630489Z https://github.com/pkgforge/bincache/attestations/9875182
2025-08-20T22:08:48.7560165Z ##[group]Run ##Presets
2025-08-20T22:08:48.7560441Z [36;1m##Presets[0m
2025-08-20T22:08:48.7560627Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:48.7560822Z [36;1m#-------------#[0m
2025-08-20T22:08:48.7561010Z [36;1m##Debug?[0m
2025-08-20T22:08:48.7561236Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:48.7561511Z [36;1m  set -x[0m
2025-08-20T22:08:48.7561684Z [36;1mfi[0m
2025-08-20T22:08:48.7561849Z [36;1m#-------------#[0m
2025-08-20T22:08:48.7562137Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:08:48.7562876Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/pkgtop/official"[0m
2025-08-20T22:08:48.7563263Z [36;1m exit 1[0m
2025-08-20T22:08:48.7563427Z [36;1mfi[0m
2025-08-20T22:08:48.7596660Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:48.7597112Z env:
2025-08-20T22:08:48.7597278Z   CROSS_COMPILING: NO
2025-08-20T22:08:48.7597522Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:08:48.7597741Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:08:48.7597944Z   ON_QEMU: NO
2025-08-20T22:08:48.7598102Z   DEBUG: 0
2025-08-20T22:08:48.7598269Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:08:48.7598491Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:08:48.7598773Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:08:48.7599056Z   KEEP_LOGS: YES
2025-08-20T22:08:48.7599235Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:48.7599438Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:08:48.7599640Z   SBUILD_REBUILD: false
2025-08-20T22:08:48.7600151Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:08:48.7600695Z   BUILD_SYS: docker://go
2025-08-20T22:08:48.7600895Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:48.7601088Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:48.7601284Z   SYSTMP: /tmp
2025-08-20T22:08:48.7601454Z   GHA_MODE: MATRIX
2025-08-20T22:08:48.7601869Z   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-20T22:08:48.7602621Z   INPUT_SBUILD: /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:08:48.7602938Z   BUILD_DIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml
2025-08-20T22:08:48.7603307Z   SBUILD_OUTDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:48.7603771Z   SBUILD_TMPDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:48.7604131Z   PKG_TYPE: static
2025-08-20T22:08:48.7604317Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:48.7604515Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:48.7604709Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:48.7605045Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:08:48.7605420Z   UTC_TIME: 2025_08_20T10_08_44_PM
2025-08-20T22:08:48.7605640Z ##[endgroup]
2025-08-20T22:08:48.7675629Z ##[group]Run ##Presets
2025-08-20T22:08:48.7675922Z [36;1m##Presets[0m
2025-08-20T22:08:48.7676105Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:48.7676300Z [36;1m#-------------#[0m
2025-08-20T22:08:48.7676487Z [36;1m##Debug?[0m
2025-08-20T22:08:48.7676711Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:48.7676987Z [36;1m  set -x[0m
2025-08-20T22:08:48.7677157Z [36;1mfi[0m
2025-08-20T22:08:48.7677319Z [36;1m#-------------#[0m
2025-08-20T22:08:48.7677545Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:08:48.7677973Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/pkgtop/official"[0m
2025-08-20T22:08:48.7678360Z [36;1m exit 1[0m
2025-08-20T22:08:48.7678526Z [36;1mfi[0m
2025-08-20T22:08:48.7705148Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:48.7705370Z env:
2025-08-20T22:08:48.7705537Z   CROSS_COMPILING: NO
2025-08-20T22:08:48.7705797Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:08:48.7706019Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:08:48.7706225Z   ON_QEMU: NO
2025-08-20T22:08:48.7706391Z   DEBUG: 0
2025-08-20T22:08:48.7706557Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:08:48.7706776Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:08:48.7707057Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:08:48.7707344Z   KEEP_LOGS: YES
2025-08-20T22:08:48.7707524Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:48.7707728Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:08:48.7707933Z   SBUILD_REBUILD: false
2025-08-20T22:08:48.7708447Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:08:48.7708990Z   BUILD_SYS: docker://go
2025-08-20T22:08:48.7709192Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:48.7709380Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:48.7709563Z   SYSTMP: /tmp
2025-08-20T22:08:48.7709733Z   GHA_MODE: MATRIX
2025-08-20T22:08:48.7710445Z   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-20T22:08:48.7710939Z   INPUT_SBUILD: /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:08:48.7711248Z   BUILD_DIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml
2025-08-20T22:08:48.7711617Z   SBUILD_OUTDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:48.7712075Z   SBUILD_TMPDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:48.7712669Z   PKG_TYPE: static
2025-08-20T22:08:48.7712857Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:48.7713052Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:48.7713241Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:48.7713576Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:08:48.7713945Z   UTC_TIME: 2025_08_20T10_08_44_PM
2025-08-20T22:08:48.7714159Z ##[endgroup]
2025-08-20T22:08:48.7757360Z 
2025-08-20T22:08:48.7757687Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:08:48.7768476Z ##[error]Process completed with exit code 1.
2025-08-20T22:08:48.7808690Z ##[group]Run ##Presets
2025-08-20T22:08:48.7809724Z [36;1m##Presets[0m
2025-08-20T22:08:48.7809961Z [36;1mset +x ; set +e[0m
2025-08-20T22:08:48.7810158Z [36;1m#-------------#[0m
2025-08-20T22:08:48.7810353Z [36;1m##Debug?[0m
2025-08-20T22:08:48.7810578Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:08:48.7810938Z [36;1m  set -x[0m
2025-08-20T22:08:48.7811114Z [36;1mfi[0m
2025-08-20T22:08:48.7811276Z [36;1m#-------------#[0m
2025-08-20T22:08:48.7811595Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:08:48.7811962Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:08:48.7812248Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:08:48.7812767Z [36;1mfi[0m
2025-08-20T22:08:48.7839289Z shell: /usr/bin/bash -e {0}
2025-08-20T22:08:48.7839503Z env:
2025-08-20T22:08:48.7839668Z   CROSS_COMPILING: NO
2025-08-20T22:08:48.7839933Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:08:48.7840152Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:08:48.7840353Z   ON_QEMU: NO
2025-08-20T22:08:48.7840509Z   DEBUG: 0
2025-08-20T22:08:48.7840675Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:08:48.7840890Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:08:48.7841171Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:08:48.7841453Z   KEEP_LOGS: YES
2025-08-20T22:08:48.7841631Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:08:48.7841833Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:08:48.7842034Z   SBUILD_REBUILD: false
2025-08-20T22:08:48.7842818Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:08:48.7843371Z   BUILD_SYS: docker://go
2025-08-20T22:08:48.7843567Z   BUILD_ON_HOST: FALSE
2025-08-20T22:08:48.7843770Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:08:48.7843950Z   SYSTMP: /tmp
2025-08-20T22:08:48.7844114Z   GHA_MODE: MATRIX
2025-08-20T22:08:48.7844526Z   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-20T22:08:48.7845022Z   INPUT_SBUILD: /tmp/pkgforge/Um1WUea4X_build.yaml
2025-08-20T22:08:48.7845331Z   BUILD_DIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml
2025-08-20T22:08:48.7845705Z   SBUILD_OUTDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR
2025-08-20T22:08:48.7846163Z   SBUILD_TMPDIR: /tmp/pkgforge/YvBLtdF_Um1WUea4_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:08:48.7846528Z   PKG_TYPE: static
2025-08-20T22:08:48.7846711Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:08:48.7846905Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:08:48.7847095Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:08:48.7847425Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:08:48.7847792Z   UTC_TIME: 2025_08_20T10_08_44_PM
2025-08-20T22:08:48.7848368Z ##[endgroup]
2025-08-20T22:08:48.7902695Z EXITED
2025-08-20T22:08:48.7949101Z Cleaning up orphan processes
