﻿2025-08-20T22:04:40.3446217Z Current runner version: '2.328.0'
2025-08-20T22:04:40.3482129Z ##[group]Runner Image Provisioner
2025-08-20T22:04:40.3483055Z Hosted Compute Agent
2025-08-20T22:04:40.3483623Z Version: 20250818.377
2025-08-20T22:04:40.3484292Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:04:40.3485004Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:04:40.3485621Z ##[endgroup]
2025-08-20T22:04:40.3486251Z ##[group]VM Image
2025-08-20T22:04:40.3486899Z - OS: Linux (arm64)
2025-08-20T22:04:40.3487444Z - Source: Partner
2025-08-20T22:04:40.3488338Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:04:40.3489025Z - Version: 20250728.24.1
2025-08-20T22:04:40.3490129Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:04:40.3491121Z ##[endgroup]
2025-08-20T22:04:40.3492475Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:04:40.3495768Z Attestations: write
2025-08-20T22:04:40.3496648Z Contents: write
2025-08-20T22:04:40.3497429Z Metadata: read
2025-08-20T22:04:40.3498422Z Packages: write
2025-08-20T22:04:40.3498981Z ##[endgroup]
2025-08-20T22:04:40.3502669Z Secret source: Actions
2025-08-20T22:04:40.3503548Z Prepare workflow directory
2025-08-20T22:04:40.3936947Z Prepare all required actions
2025-08-20T22:04:40.3981490Z Getting action download info
2025-08-20T22:04:40.6907357Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:04:41.3862349Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:04:41.7177699Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:04:41.8975679Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:04:42.2016987Z Getting action download info
2025-08-20T22:04:42.3832877Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:04:42.5737190Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:04:42.8216745Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/pv/official)
2025-08-20T22:04:42.8856704Z ##[group]Run ##Presets
2025-08-20T22:04:42.8857264Z [36;1m##Presets[0m
2025-08-20T22:04:42.8857749Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:42.8858305Z [36;1m#-------------#[0m
2025-08-20T22:04:42.8858783Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:04:42.8859298Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:04:42.8859732Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.8860169Z [36;1m  fi[0m
2025-08-20T22:04:42.8860549Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:04:42.8861044Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:04:42.8861585Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.8861953Z [36;1m  fi[0m
2025-08-20T22:04:42.8862370Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:04:42.8862925Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:04:42.8863341Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.8863828Z [36;1m  fi[0m
2025-08-20T22:04:42.8864180Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:04:42.8864669Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:04:42.8865081Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:04:42.8865465Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:04:42.8865959Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.8866646Z [36;1m     else[0m
2025-08-20T22:04:42.8866991Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.8867460Z [36;1m     fi[0m
2025-08-20T22:04:42.8867752Z [36;1m  fi[0m
2025-08-20T22:04:42.8868394Z [36;1mfi[0m
2025-08-20T22:04:42.8901656Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:42.8902704Z env:
2025-08-20T22:04:42.8903558Z   GH_TOKEN: ***
2025-08-20T22:04:42.8903850Z ##[endgroup]
2025-08-20T22:04:42.9148862Z ##[group]Run ##Presets
2025-08-20T22:04:42.9149381Z [36;1m##Presets[0m
2025-08-20T22:04:42.9150091Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:42.9150440Z [36;1m#-------------#[0m
2025-08-20T22:04:42.9150814Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:04:42.9151495Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:04:42.9152055Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:04:42.9152551Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:04:42.9153102Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:04:42.9153594Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:04:42.9154064Z [36;1m  exit 1[0m
2025-08-20T22:04:42.9154351Z [36;1mfi[0m
2025-08-20T22:04:42.9182113Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:42.9182482Z env:
2025-08-20T22:04:42.9183178Z   RO_GHTOKEN: ***
2025-08-20T22:04:42.9183534Z   RO_GLTOKEN: ***
2025-08-20T22:04:42.9184768Z   MINISIGN_KEY: ***
2025-08-20T22:04:42.9185150Z ##[endgroup]
2025-08-20T22:04:42.9327036Z ##[group]Run ##Presets
2025-08-20T22:04:42.9327600Z [36;1m##Presets[0m
2025-08-20T22:04:42.9328372Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:42.9328691Z [36;1m#-------------#[0m
2025-08-20T22:04:42.9328992Z [36;1m##Host Triplet[0m
2025-08-20T22:04:42.9329499Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:04:42.9329959Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:04:42.9330405Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:04:42.9330811Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:04:42.9331190Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:04:42.9331662Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:04:42.9332099Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:04:42.9332538Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:04:42.9332960Z [36;1m   fi[0m
2025-08-20T22:04:42.9333365Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:04:42.9333837Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:04:42.9334261Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:04:42.9334647Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:04:42.9335089Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:04:42.9335390Z [36;1m fi[0m
2025-08-20T22:04:42.9335764Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9336275Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9336738Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9337242Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9337603Z [36;1m##Debug[0m
2025-08-20T22:04:42.9337881Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:04:42.9338529Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:04:42.9338842Z [36;1m else[0m
2025-08-20T22:04:42.9339170Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:04:42.9339488Z [36;1m fi[0m
2025-08-20T22:04:42.9339783Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9340183Z [36;1m##Docker Platform[0m
2025-08-20T22:04:42.9340879Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:04:42.9341353Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:04:42.9341810Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:04:42.9342217Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:04:42.9342608Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:04:42.9343089Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:04:42.9343489Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:04:42.9343927Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:04:42.9344273Z [36;1m fi[0m
2025-08-20T22:04:42.9344665Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9345273Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9345674Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:04:42.9346183Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/pv/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:04:42.9346818Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:04:42.9347202Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9347665Z [36;1m##Logs[0m
2025-08-20T22:04:42.9348358Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:04:42.9348762Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:04:42.9349159Z [36;1m else[0m
2025-08-20T22:04:42.9349452Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:04:42.9349831Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:04:42.9350249Z [36;1m fi[0m
2025-08-20T22:04:42.9350810Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9351346Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9351793Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:04:42.9352245Z [36;1m PKG_FAMILY_LOCAL="$(echo "pv" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:04:42.9352751Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:04:42.9353158Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9353561Z [36;1m##Rebuild[0m
2025-08-20T22:04:42.9353924Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:04:42.9354253Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:04:42.9354589Z [36;1m else[0m
2025-08-20T22:04:42.9354943Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:04:42.9355265Z [36;1m fi[0m
2025-08-20T22:04:42.9355640Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9356050Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:04:42.9356575Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:04:42.9357264Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:04:42.9358320Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:04:42.9359110Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:04:42.9359612Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:04:42.9360158Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:04:42.9360696Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:04:42.9361285Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9361653Z [36;1m    exit 1[0m
2025-08-20T22:04:42.9362007Z [36;1m   else[0m
2025-08-20T22:04:42.9362317Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:04:42.9362704Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9363171Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:04:42.9363590Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:04:42.9364333Z [36;1m      #check if supported[0m
2025-08-20T22:04:42.9364838Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:04:42.9365450Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:04:42.9366027Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:04:42.9366619Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9366992Z [36;1m         exit 1[0m
2025-08-20T22:04:42.9367390Z [36;1m       fi[0m
2025-08-20T22:04:42.9367695Z [36;1m      #get build system[0m
2025-08-20T22:04:42.9368352Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:04:42.9368841Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:04:42.9369209Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9369756Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:04:42.9370169Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9370576Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9371041Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:04:42.9371450Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9371834Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:42.9372262Z [36;1m       fi[0m
2025-08-20T22:04:42.9372747Z [36;1m     fi[0m
2025-08-20T22:04:42.9373117Z [36;1m   fi[0m
2025-08-20T22:04:42.9373428Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:04:42.9400370Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:42.9400741Z ##[endgroup]
2025-08-20T22:04:43.3788750Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:04:43.3789451Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:04:43.3789874Z 
2025-08-20T22:04:43.4662331Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:04:43.4662871Z 100  4779  100  4779    0     0  53841      0 --:--:-- --:--:-- --:--:-- 54306
2025-08-20T22:04:43.4674431Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:04:43.4878978Z ##[group]Run ##Presets
2025-08-20T22:04:43.4879605Z [36;1m##Presets[0m
2025-08-20T22:04:43.4879881Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:43.4880270Z [36;1m#-------------#[0m
2025-08-20T22:04:43.4880540Z [36;1m##Debug?[0m
2025-08-20T22:04:43.4880830Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:43.4881275Z [36;1m  set -x[0m
2025-08-20T22:04:43.4881530Z [36;1mfi[0m
2025-08-20T22:04:43.4881863Z [36;1m#-------------#[0m
2025-08-20T22:04:43.4882156Z [36;1m##CoreUtils[0m
2025-08-20T22:04:43.4882396Z [36;1msudo apt update -y[0m
2025-08-20T22:04:43.4882848Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:04:43.4883899Z [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:04:43.4884971Z [36;1m##tmp[0m
2025-08-20T22:04:43.4885313Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:04:43.4885696Z [36;1m#GH ENV[0m
2025-08-20T22:04:43.4886033Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:43.4886383Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:43.4886728Z [36;1m#-------------#[0m
2025-08-20T22:04:43.4887078Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:04:43.4887365Z [36;1msudo apt update -y[0m
2025-08-20T22:04:43.4888141Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:04:43.4888487Z [36;1m##Setup Minisign[0m
2025-08-20T22:04:43.4888812Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:04:43.4889490Z [36;1mecho "***[0m
2025-08-20T22:04:43.4890841Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:04:43.4891181Z [36;1m##User-Agent[0m
2025-08-20T22:04:43.4892056Z [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:04:43.4892924Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:43.4919914Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:43.4920259Z env:
2025-08-20T22:04:43.4920579Z   CROSS_COMPILING: NO
2025-08-20T22:04:43.4920916Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:04:43.4921216Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:04:43.4921559Z   ON_QEMU: NO
2025-08-20T22:04:43.4921828Z   DEBUG: 0
2025-08-20T22:04:43.4922074Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:04:43.4922463Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:04:43.4922813Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:04:43.4923241Z   KEEP_LOGS: YES
2025-08-20T22:04:43.4923514Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:43.4923795Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:04:43.4924156Z   SBUILD_REBUILD: false
2025-08-20T22:04:43.4924774Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:04:43.4925393Z   BUILD_SYS: docker://clang+make
2025-08-20T22:04:43.4925753Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:43.4926010Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:43.4926257Z ##[endgroup]
2025-08-20T22:04:43.5278432Z 
2025-08-20T22:04:43.5279143Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:04:43.5279525Z 
2025-08-20T22:04:43.7403687Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:04:43.7404417Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:04:43.7515915Z Get:3 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:04:43.7587625Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:04:43.8068573Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:04:43.8341385Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:04:43.9128631Z Get:7 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:04:43.9607829Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:04:43.9636497Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:04:43.9666289Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:04:43.9692018Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:04:44.0170676Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:04:44.0877125Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:04:44.1053881Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:04:44.1218104Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:04:44.1459188Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:04:44.1643642Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:04:44.1827372Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:04:44.2161449Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:04:44.2342642Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:04:44.2510404Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:04:44.3238563Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:04:44.3401093Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:04:44.3575044Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:04:44.3738535Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:04:44.3901659Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:04:44.4066444Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:04:44.4231418Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:04:44.4400752Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:04:44.4567483Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:04:44.4730663Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:04:44.4897358Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:04:44.5111918Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:04:44.5285033Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:04:44.5451109Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:04:44.5653550Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:04:44.6384590Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:04:44.6576762Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:04:45.1113110Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:04:45.1281114Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:04:45.1604773Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:04:45.2079569Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:04:45.2554958Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:04:54.5269201Z Fetched 11.9 MB in 2s (6985 kB/s)
2025-08-20T22:04:55.3076106Z Reading package lists...
2025-08-20T22:04:55.5671620Z Building dependency tree...
2025-08-20T22:04:55.5677644Z Reading state information...
2025-08-20T22:04:55.5980617Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:04:55.6073842Z 
2025-08-20T22:04:55.6074714Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:04:55.6075159Z 
2025-08-20T22:04:55.6192162Z Reading package lists...
2025-08-20T22:04:55.8626727Z Building dependency tree...
2025-08-20T22:04:55.8635878Z Reading state information...
2025-08-20T22:04:56.1350291Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:04:56.1350719Z bc set to manually installed.
2025-08-20T22:04:56.1351256Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:04:56.1351657Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:04:56.1352021Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:04:56.1992307Z The following NEW packages will be installed:
2025-08-20T22:04:56.1999088Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:04:56.2000835Z   moreutils
2025-08-20T22:04:56.2006638Z The following packages will be upgraded:
2025-08-20T22:04:56.2014359Z   jq libjq1
2025-08-20T22:04:56.2199085Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:04:56.4273673Z Need to get 936 kB of archives.
2025-08-20T22:04:56.4274423Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:04:56.4275057Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:04:56.6780188Z 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:04:56.8497677Z 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:04:57.0246340Z 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:04:57.1154111Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:04:57.2208854Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:04:57.3073716Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:04:57.4035568Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:04:57.9020914Z Fetched 936 kB in 1s (689 kB/s)
2025-08-20T22:04:57.9842348Z Selecting previously unselected package fdupes.
2025-08-20T22:04:58.1090543Z (Reading database ... 
2025-08-20T22:04:58.1091191Z (Reading database ... 5%
2025-08-20T22:04:58.1091467Z (Reading database ... 10%
2025-08-20T22:04:58.1091700Z (Reading database ... 15%
2025-08-20T22:04:58.1092038Z (Reading database ... 20%
2025-08-20T22:04:58.1092344Z (Reading database ... 25%
2025-08-20T22:04:58.1092576Z (Reading database ... 30%
2025-08-20T22:04:58.1092873Z (Reading database ... 35%
2025-08-20T22:04:58.1093123Z (Reading database ... 40%
2025-08-20T22:04:58.1093391Z (Reading database ... 45%
2025-08-20T22:04:58.1093679Z (Reading database ... 50%
2025-08-20T22:04:58.4356399Z (Reading database ... 55%
2025-08-20T22:04:59.0214251Z (Reading database ... 60%
2025-08-20T22:04:59.5816042Z (Reading database ... 65%
2025-08-20T22:05:00.0500577Z (Reading database ... 70%
2025-08-20T22:05:00.5833015Z (Reading database ... 75%
2025-08-20T22:05:01.2644036Z (Reading database ... 80%
2025-08-20T22:05:01.9163501Z (Reading database ... 85%
2025-08-20T22:05:02.6215595Z (Reading database ... 90%
2025-08-20T22:05:03.3106050Z (Reading database ... 95%
2025-08-20T22:05:03.3106714Z (Reading database ... 100%
2025-08-20T22:05:03.3117486Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:05:03.3149651Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:05:03.3528201Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:05:03.4864037Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:05:03.5139432Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:05:03.6726354Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:05:03.7129519Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:05:03.7823112Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:05:03.8009684Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:05:03.8088588Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:05:03.9079885Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:05:03.9265223Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:05:03.9333469Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:05:04.0241988Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:05:04.0415060Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:05:04.0478925Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:05:04.1176833Z Selecting previously unselected package moreutils.
2025-08-20T22:05:04.1361129Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:05:04.1432149Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:05:04.2784547Z Selecting previously unselected package dos2unix.
2025-08-20T22:05:04.2962028Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:05:04.3048364Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:05:04.6795333Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:05:04.7034565Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:05:04.7261313Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:05:04.7478191Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:05:04.7700350Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:05:04.7941924Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:05:04.8182448Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:05:04.8483594Z Setting up moreutils (0.69-1) ...
2025-08-20T22:05:04.8793551Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:05:21.6365291Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:05:23.1405160Z Reading package lists...
2025-08-20T22:05:23.4062781Z Building dependency tree...
2025-08-20T22:05:23.4070446Z Reading state information...
2025-08-20T22:05:23.7513731Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:05:23.7515113Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:05:23.7515673Z apt-utils set to manually installed.
2025-08-20T22:05:23.7516012Z ca-certificates is already the newest version (20240203).
2025-08-20T22:05:23.7516380Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:05:23.7516821Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:05:23.7517213Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:05:23.7517589Z moreutils is already the newest version (0.69-1).
2025-08-20T22:05:23.7518210Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:05:23.7518612Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:05:23.7519046Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:05:23.7519851Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:05:23.7520190Z tmux set to manually installed.
2025-08-20T22:05:23.7520535Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:05:23.7520897Z The following additional packages will be installed:
2025-08-20T22:05:23.7521347Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:05:23.7522186Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:05:23.7522709Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:05:23.7523094Z   uuid-runtime
2025-08-20T22:05:23.7532537Z Suggested packages:
2025-08-20T22:05:23.7532976Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:05:23.7533562Z   util-linux-extra util-linux-locales
2025-08-20T22:05:23.7533854Z Recommended packages:
2025-08-20T22:05:23.7534077Z   unattended-upgrades
2025-08-20T22:05:23.8147907Z The following NEW packages will be installed:
2025-08-20T22:05:23.8148488Z   rename
2025-08-20T22:05:23.8153436Z The following packages will be upgraded:
2025-08-20T22:05:23.8153900Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:05:23.8154811Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:05:23.8161642Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:05:23.8162142Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:05:23.8408856Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:05:24.0497093Z Need to get 4390 kB of archives.
2025-08-20T22:05:24.0497847Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:05:24.0498740Z 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:05:24.3968579Z 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:05:24.8030798Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:05:24.8932097Z 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:05:24.9797710Z 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:05:25.0650730Z 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:05:25.1501160Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:05:25.2398601Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:05:25.3306872Z 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:05:25.4177234Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:05:25.5927320Z 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:05:25.7809029Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:05:26.2290871Z 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:05:26.4179487Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:05:26.6786269Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:05:26.7701219Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:05:26.9523324Z 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:05:27.0418746Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:05:27.1379328Z 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:05:27.2233059Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:05:27.3181464Z 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:05:27.4073411Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:05:27.5847557Z 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:05:27.8747575Z 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:05:27.9714332Z 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:05:28.0811405Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:05:28.1831891Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:05:28.4815933Z Fetched 4390 kB in 4s (1014 kB/s)
2025-08-20T22:05:28.5151133Z (Reading database ... 
2025-08-20T22:05:28.5151481Z (Reading database ... 5%
2025-08-20T22:05:28.5151992Z (Reading database ... 10%
2025-08-20T22:05:28.5152241Z (Reading database ... 15%
2025-08-20T22:05:28.5152530Z (Reading database ... 20%
2025-08-20T22:05:28.5152832Z (Reading database ... 25%
2025-08-20T22:05:28.5153822Z (Reading database ... 30%
2025-08-20T22:05:28.5154234Z (Reading database ... 35%
2025-08-20T22:05:28.5154476Z (Reading database ... 40%
2025-08-20T22:05:28.5154763Z (Reading database ... 45%
2025-08-20T22:05:28.5155092Z (Reading database ... 50%
2025-08-20T22:05:28.5175967Z (Reading database ... 55%
2025-08-20T22:05:28.5276383Z (Reading database ... 60%
2025-08-20T22:05:28.5323812Z (Reading database ... 65%
2025-08-20T22:05:28.5341413Z (Reading database ... 70%
2025-08-20T22:05:28.5364516Z (Reading database ... 75%
2025-08-20T22:05:28.5404906Z (Reading database ... 80%
2025-08-20T22:05:28.5623401Z (Reading database ... 85%
2025-08-20T22:05:28.5646411Z (Reading database ... 90%
2025-08-20T22:05:28.5776025Z (Reading database ... 95%
2025-08-20T22:05:28.5776457Z (Reading database ... 100%
2025-08-20T22:05:28.5776861Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:05:28.5821738Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:28.6038322Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:28.9766558Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:29.0739103Z (Reading database ... 
2025-08-20T22:05:29.0739501Z (Reading database ... 5%
2025-08-20T22:05:29.0740019Z (Reading database ... 10%
2025-08-20T22:05:29.0740282Z (Reading database ... 15%
2025-08-20T22:05:29.0741473Z (Reading database ... 20%
2025-08-20T22:05:29.0741835Z (Reading database ... 25%
2025-08-20T22:05:29.0742087Z (Reading database ... 30%
2025-08-20T22:05:29.0742387Z (Reading database ... 35%
2025-08-20T22:05:29.0742638Z (Reading database ... 40%
2025-08-20T22:05:29.0742926Z (Reading database ... 45%
2025-08-20T22:05:29.0743221Z (Reading database ... 50%
2025-08-20T22:05:29.0764109Z (Reading database ... 55%
2025-08-20T22:05:29.0860263Z (Reading database ... 60%
2025-08-20T22:05:29.0906725Z (Reading database ... 65%
2025-08-20T22:05:29.0924435Z (Reading database ... 70%
2025-08-20T22:05:29.0948373Z (Reading database ... 75%
2025-08-20T22:05:29.0988532Z (Reading database ... 80%
2025-08-20T22:05:29.1209439Z (Reading database ... 85%
2025-08-20T22:05:29.1232522Z (Reading database ... 90%
2025-08-20T22:05:29.1361243Z (Reading database ... 95%
2025-08-20T22:05:29.1361632Z (Reading database ... 100%
2025-08-20T22:05:29.1362148Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:05:29.1406936Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:29.1719008Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:29.3992554Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:30.0733146Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:05:30.1324130Z (Reading database ... 
2025-08-20T22:05:30.1324745Z (Reading database ... 5%
2025-08-20T22:05:30.1325019Z (Reading database ... 10%
2025-08-20T22:05:30.1325270Z (Reading database ... 15%
2025-08-20T22:05:30.1326236Z (Reading database ... 20%
2025-08-20T22:05:30.1326534Z (Reading database ... 25%
2025-08-20T22:05:30.1326824Z (Reading database ... 30%
2025-08-20T22:05:30.1327088Z (Reading database ... 35%
2025-08-20T22:05:30.1327372Z (Reading database ... 40%
2025-08-20T22:05:30.1327667Z (Reading database ... 45%
2025-08-20T22:05:30.1328218Z (Reading database ... 50%
2025-08-20T22:05:30.1350348Z (Reading database ... 55%
2025-08-20T22:05:30.1449560Z (Reading database ... 60%
2025-08-20T22:05:30.1495675Z (Reading database ... 65%
2025-08-20T22:05:30.1513000Z (Reading database ... 70%
2025-08-20T22:05:30.1536876Z (Reading database ... 75%
2025-08-20T22:05:30.1578455Z (Reading database ... 80%
2025-08-20T22:05:30.1796455Z (Reading database ... 85%
2025-08-20T22:05:30.1819271Z (Reading database ... 90%
2025-08-20T22:05:30.1947525Z (Reading database ... 95%
2025-08-20T22:05:30.1947847Z (Reading database ... 100%
2025-08-20T22:05:30.1948381Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:05:30.1993913Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:30.2205601Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:30.3383899Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:30.3705229Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:30.5528649Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:30.6405572Z (Reading database ... 
2025-08-20T22:05:30.6405995Z (Reading database ... 5%
2025-08-20T22:05:30.6406482Z (Reading database ... 10%
2025-08-20T22:05:30.6406735Z (Reading database ... 15%
2025-08-20T22:05:30.6407014Z (Reading database ... 20%
2025-08-20T22:05:30.6407349Z (Reading database ... 25%
2025-08-20T22:05:30.6407597Z (Reading database ... 30%
2025-08-20T22:05:30.6407881Z (Reading database ... 35%
2025-08-20T22:05:30.6408347Z (Reading database ... 40%
2025-08-20T22:05:30.6408596Z (Reading database ... 45%
2025-08-20T22:05:30.6408926Z (Reading database ... 50%
2025-08-20T22:05:30.6431624Z (Reading database ... 55%
2025-08-20T22:05:30.6531576Z (Reading database ... 60%
2025-08-20T22:05:30.6578230Z (Reading database ... 65%
2025-08-20T22:05:30.6595748Z (Reading database ... 70%
2025-08-20T22:05:30.6619540Z (Reading database ... 75%
2025-08-20T22:05:30.6660514Z (Reading database ... 80%
2025-08-20T22:05:30.6883220Z (Reading database ... 85%
2025-08-20T22:05:30.6906701Z (Reading database ... 90%
2025-08-20T22:05:30.7039364Z (Reading database ... 95%
2025-08-20T22:05:30.7039799Z (Reading database ... 100%
2025-08-20T22:05:30.7040154Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:05:30.7085656Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:30.7396253Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:30.8210057Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:30.9043866Z (Reading database ... 
2025-08-20T22:05:30.9044251Z (Reading database ... 5%
2025-08-20T22:05:30.9044516Z (Reading database ... 10%
2025-08-20T22:05:30.9044857Z (Reading database ... 15%
2025-08-20T22:05:30.9045521Z (Reading database ... 20%
2025-08-20T22:05:30.9045789Z (Reading database ... 25%
2025-08-20T22:05:30.9046105Z (Reading database ... 30%
2025-08-20T22:05:30.9047030Z (Reading database ... 35%
2025-08-20T22:05:30.9047468Z (Reading database ... 40%
2025-08-20T22:05:30.9047730Z (Reading database ... 45%
2025-08-20T22:05:30.9048189Z (Reading database ... 50%
2025-08-20T22:05:30.9067910Z (Reading database ... 55%
2025-08-20T22:05:30.9168232Z (Reading database ... 60%
2025-08-20T22:05:30.9214821Z (Reading database ... 65%
2025-08-20T22:05:30.9231815Z (Reading database ... 70%
2025-08-20T22:05:30.9255519Z (Reading database ... 75%
2025-08-20T22:05:30.9296906Z (Reading database ... 80%
2025-08-20T22:05:30.9513725Z (Reading database ... 85%
2025-08-20T22:05:30.9537134Z (Reading database ... 90%
2025-08-20T22:05:30.9664743Z (Reading database ... 95%
2025-08-20T22:05:30.9665096Z (Reading database ... 100%
2025-08-20T22:05:30.9665640Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:05:30.9710169Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:31.0011500Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:31.1121394Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:31.1386175Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:31.2255329Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:31.3076786Z (Reading database ... 
2025-08-20T22:05:31.3077827Z (Reading database ... 5%
2025-08-20T22:05:31.3078302Z (Reading database ... 10%
2025-08-20T22:05:31.3078615Z (Reading database ... 15%
2025-08-20T22:05:31.3078878Z (Reading database ... 20%
2025-08-20T22:05:31.3079154Z (Reading database ... 25%
2025-08-20T22:05:31.3079444Z (Reading database ... 30%
2025-08-20T22:05:31.3079693Z (Reading database ... 35%
2025-08-20T22:05:31.3079965Z (Reading database ... 40%
2025-08-20T22:05:31.3080259Z (Reading database ... 45%
2025-08-20T22:05:31.3080550Z (Reading database ... 50%
2025-08-20T22:05:31.3102002Z (Reading database ... 55%
2025-08-20T22:05:31.3197041Z (Reading database ... 60%
2025-08-20T22:05:31.3240524Z (Reading database ... 65%
2025-08-20T22:05:31.3256202Z (Reading database ... 70%
2025-08-20T22:05:31.3279368Z (Reading database ... 75%
2025-08-20T22:05:31.3316024Z (Reading database ... 80%
2025-08-20T22:05:31.3515572Z (Reading database ... 85%
2025-08-20T22:05:31.3536883Z (Reading database ... 90%
2025-08-20T22:05:31.3652917Z (Reading database ... 95%
2025-08-20T22:05:31.3653435Z (Reading database ... 100%
2025-08-20T22:05:31.3653840Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:05:31.3696429Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:31.4027624Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:31.4882258Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:31.5574362Z (Reading database ... 
2025-08-20T22:05:31.5575005Z (Reading database ... 5%
2025-08-20T22:05:31.5575295Z (Reading database ... 10%
2025-08-20T22:05:31.5575556Z (Reading database ... 15%
2025-08-20T22:05:31.5576648Z (Reading database ... 20%
2025-08-20T22:05:31.5576938Z (Reading database ... 25%
2025-08-20T22:05:31.5577179Z (Reading database ... 30%
2025-08-20T22:05:31.5577458Z (Reading database ... 35%
2025-08-20T22:05:31.5577706Z (Reading database ... 40%
2025-08-20T22:05:31.5577935Z (Reading database ... 45%
2025-08-20T22:05:31.5578472Z (Reading database ... 50%
2025-08-20T22:05:31.5599717Z (Reading database ... 55%
2025-08-20T22:05:31.5698259Z (Reading database ... 60%
2025-08-20T22:05:31.5742329Z (Reading database ... 65%
2025-08-20T22:05:31.5757617Z (Reading database ... 70%
2025-08-20T22:05:31.5781412Z (Reading database ... 75%
2025-08-20T22:05:31.5819794Z (Reading database ... 80%
2025-08-20T22:05:31.6028507Z (Reading database ... 85%
2025-08-20T22:05:31.6050493Z (Reading database ... 90%
2025-08-20T22:05:31.6171990Z (Reading database ... 95%
2025-08-20T22:05:31.6172697Z (Reading database ... 100%
2025-08-20T22:05:31.6173128Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:05:31.6215502Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:05:31.6571521Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:31.7586902Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:05:31.8088454Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:31.9142361Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:05:31.9340156Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:32.0322829Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:05:32.0504968Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:32.1510821Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:05:32.1692461Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:32.2735087Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:05:32.2985774Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:32.4070488Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:05:32.4333615Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:32.5191987Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:05:32.5424566Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:32.6487289Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:05:32.6663007Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:32.7586419Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:05:32.7814595Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:32.8898619Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:32.9665108Z (Reading database ... 
2025-08-20T22:05:32.9665501Z (Reading database ... 5%
2025-08-20T22:05:32.9665986Z (Reading database ... 10%
2025-08-20T22:05:32.9666245Z (Reading database ... 15%
2025-08-20T22:05:32.9666510Z (Reading database ... 20%
2025-08-20T22:05:32.9666823Z (Reading database ... 25%
2025-08-20T22:05:32.9679014Z (Reading database ... 30%
2025-08-20T22:05:32.9679398Z (Reading database ... 35%
2025-08-20T22:05:32.9679834Z (Reading database ... 40%
2025-08-20T22:05:32.9680094Z (Reading database ... 45%
2025-08-20T22:05:32.9680381Z (Reading database ... 50%
2025-08-20T22:05:32.9693602Z (Reading database ... 55%
2025-08-20T22:05:32.9793552Z (Reading database ... 60%
2025-08-20T22:05:32.9841477Z (Reading database ... 65%
2025-08-20T22:05:32.9858369Z (Reading database ... 70%
2025-08-20T22:05:32.9883783Z (Reading database ... 75%
2025-08-20T22:05:32.9927540Z (Reading database ... 80%
2025-08-20T22:05:33.0151434Z (Reading database ... 85%
2025-08-20T22:05:33.0184302Z (Reading database ... 90%
2025-08-20T22:05:33.0306051Z (Reading database ... 95%
2025-08-20T22:05:33.0306415Z (Reading database ... 100%
2025-08-20T22:05:33.0306979Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:05:33.0351328Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:33.0540387Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:33.1585433Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:33.1836206Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:33.2881292Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:33.3145858Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:33.4296856Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:05:33.4662958Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:05:33.5581420Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:05:33.5803866Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:33.6788077Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:05:33.8095131Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:05:33.9216174Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:05:34.0097787Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:05:34.0821331Z Selecting previously unselected package rename.
2025-08-20T22:05:34.1007651Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:05:34.1068751Z Unpacking rename (2.02-1) ...
2025-08-20T22:05:34.1864160Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:05:34.2050985Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:05:34.3032044Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:34.3249485Z Setting up rename (2.02-1) ...
2025-08-20T22:05:34.3421208Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:05:34.3541339Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:34.3812487Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:34.4023834Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:34.4199409Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:34.4448274Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:35.1465201Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:05:35.1834745Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:35.2022488Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:35.2233958Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:35.2458163Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:35.6207504Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:35.6396386Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:05:35.6618705Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:35.7766446Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:05:35.9097383Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:36.0084023Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:36.0307708Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:36.0506689Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:05:36.0741228Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:05:36.1923852Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:05:36.4758470Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:05:36.5098433Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:05:42.9194023Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:05:44.4329698Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:05:44.4330456Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:05:44.5408641Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:05:44.5568982Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:05:44.5731058Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:05:44.5892625Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:05:45.6267806Z Reading package lists...
2025-08-20T22:05:45.8891278Z Building dependency tree...
2025-08-20T22:05:45.8898314Z Reading state information...
2025-08-20T22:05:45.9233696Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:05:45.9363816Z 
2025-08-20T22:05:45.9365031Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:05:45.9365439Z 
2025-08-20T22:05:46.0167938Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:05:46.0169150Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:05:46.0195936Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:05:46.0365723Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:05:46.0537110Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:05:46.0697130Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:05:47.1856791Z Reading package lists...
2025-08-20T22:05:47.4491618Z Building dependency tree...
2025-08-20T22:05:47.4499489Z Reading state information...
2025-08-20T22:05:47.4822675Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:05:47.4916503Z 
2025-08-20T22:05:47.4917005Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:05:47.4917515Z 
2025-08-20T22:05:47.5034659Z Reading package lists...
2025-08-20T22:05:47.7571515Z Building dependency tree...
2025-08-20T22:05:47.7578784Z Reading state information...
2025-08-20T22:05:48.0453074Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:05:48.0960420Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:05:48.1256971Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:05:48.1779073Z ##[group]Run ##Presets
2025-08-20T22:05:48.1779759Z [36;1m##Presets[0m
2025-08-20T22:05:48.1780117Z [36;1mset +x ; set +e[0m
2025-08-20T22:05:48.1780366Z [36;1m#-------------#[0m
2025-08-20T22:05:48.1780631Z [36;1m##Debug?[0m
2025-08-20T22:05:48.1780914Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:05:48.1781263Z [36;1m  set -x[0m
2025-08-20T22:05:48.1781528Z [36;1mfi[0m
2025-08-20T22:05:48.1781729Z [36;1m#-------------#[0m
2025-08-20T22:05:48.1782163Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:05:48.1782831Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:05:48.1783238Z [36;1msudo service procps restart[0m
2025-08-20T22:05:48.1783535Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:05:48.1810695Z shell: /usr/bin/bash -e {0}
2025-08-20T22:05:48.1811096Z env:
2025-08-20T22:05:48.1811448Z   CROSS_COMPILING: NO
2025-08-20T22:05:48.1811803Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:05:48.1812050Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:05:48.1812303Z   ON_QEMU: NO
2025-08-20T22:05:48.1812539Z   DEBUG: 0
2025-08-20T22:05:48.1812780Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:05:48.1813031Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:05:48.1813376Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:05:48.1813685Z   KEEP_LOGS: YES
2025-08-20T22:05:48.1813923Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:05:48.1814196Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:05:48.1814449Z   SBUILD_REBUILD: false
2025-08-20T22:05:48.1815026Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:05:48.1815601Z   BUILD_SYS: docker://clang+make
2025-08-20T22:05:48.1815857Z   BUILD_ON_HOST: FALSE
2025-08-20T22:05:48.1816150Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:05:48.1816376Z   SYSTMP: /tmp
2025-08-20T22:05:48.1816622Z   GHA_MODE: MATRIX
2025-08-20T22:05:48.1817093Z   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:05:48.1817582Z ##[endgroup]
2025-08-20T22:05:48.1919667Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:05:48.1982290Z 0
2025-08-20T22:05:48.2587288Z vm.max_map_count = 262144
2025-08-20T22:05:48.2587684Z fs.inotify.max_user_watches = 655360
2025-08-20T22:05:48.2588492Z fs.inotify.max_user_instances = 1280
2025-08-20T22:05:48.2588816Z vm.mmap_rnd_bits = 28
2025-08-20T22:05:48.2688790Z ##[group]Run ##Presets
2025-08-20T22:05:48.2689372Z [36;1m##Presets[0m
2025-08-20T22:05:48.2689627Z [36;1mset +x ; set +e[0m
2025-08-20T22:05:48.2689896Z [36;1m#-------------#[0m
2025-08-20T22:05:48.2690176Z [36;1m##Debug?[0m
2025-08-20T22:05:48.2690436Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:05:48.2690738Z [36;1m  set -x[0m
2025-08-20T22:05:48.2691009Z [36;1mfi[0m
2025-08-20T22:05:48.2691267Z [36;1m#-------------#[0m
2025-08-20T22:05:48.2691539Z [36;1m##Main[0m
2025-08-20T22:05:48.2691779Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:05:48.2692429Z [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:05:48.2693230Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:05:48.2693628Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:05:48.2694009Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:05:48.2694302Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:05:48.2694627Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:05:48.2695006Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:05:48.2695355Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:05:48.2695685Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:05:48.2696391Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:05:48.2696738Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:05:48.2697161Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:05:48.2697503Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:05:48.2697782Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:05:48.2698401Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:05:48.2698719Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:05:48.2699025Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:05:48.2699397Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:05:48.2699709Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:05:48.2700072Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:05:48.2700400Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:05:48.2700734Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:05:48.2701117Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:05:48.2701476Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:05:48.2701789Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:05:48.2702118Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:05:48.2702477Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:05:48.2702936Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:05:48.2703490Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:05:48.2703971Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:05:48.2704362Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:05:48.2704736Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:05:48.2705392Z [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:05:48.2706252Z [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:05:48.2706793Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:48.2707074Z [36;1m else[0m
2025-08-20T22:05:48.2707816Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:05:48.2708422Z [36;1m fi[0m
2025-08-20T22:05:48.2708790Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:05:48.2709210Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:05:48.2709640Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:05:48.2710087Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:05:48.2710500Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:05:48.2710937Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:05:48.2711405Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:05:48.2711832Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:05:48.2712308Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:05:48.2712752Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:05:48.2713104Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:05:48.2740781Z shell: /usr/bin/bash -e {0}
2025-08-20T22:05:48.2741229Z env:
2025-08-20T22:05:48.2741447Z   CROSS_COMPILING: NO
2025-08-20T22:05:48.2741723Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:05:48.2742029Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:05:48.2742573Z   ON_QEMU: NO
2025-08-20T22:05:48.2742791Z   DEBUG: 0
2025-08-20T22:05:48.2743094Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:05:48.2743348Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:05:48.2743638Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:05:48.2743997Z   KEEP_LOGS: YES
2025-08-20T22:05:48.2744215Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:05:48.2744476Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:05:48.2744753Z   SBUILD_REBUILD: false
2025-08-20T22:05:48.2745313Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:05:48.2745951Z   BUILD_SYS: docker://clang+make
2025-08-20T22:05:48.2746224Z   BUILD_ON_HOST: FALSE
2025-08-20T22:05:48.2746448Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:05:48.2746729Z   SYSTMP: /tmp
2025-08-20T22:05:48.2746942Z   GHA_MODE: MATRIX
2025-08-20T22:05:48.2747386Z   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:05:48.2748581Z   GHCR_TOKEN: ***
2025-08-20T22:05:48.2748924Z   GITHUB_TOKEN: ***
2025-08-20T22:05:48.2749318Z   GITLAB_TOKEN: ***
2025-08-20T22:05:48.2750503Z   MINISIGN_KEY: ***
2025-08-20T22:05:48.2750737Z ##[endgroup]
2025-08-20T22:05:48.3312643Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:05:48.4014170Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:05:48.4015297Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:05:48.4015557Z 
2025-08-20T22:05:48.4396921Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:05:48.4397573Z 100  4779  100  4779    0     0   121k      0 --:--:-- --:--:-- --:--:--  122k
2025-08-20T22:05:48.4409118Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:05:48.4489963Z 
2025-08-20T22:05:48.4490677Z [+] Building [/tmp/tmp.1uwOl5Gq0a/SBUILD_INPUT] Locally
2025-08-20T22:05:48.4491280Z 
2025-08-20T22:05:48.4501954Z '/tmp/tmp.1uwOl5Gq0a/SBUILD_INPUT' -> '/tmp/pkgforge/CsOcuBzCe_build.yaml'
2025-08-20T22:05:48.5239798Z 
2025-08-20T22:05:48.5240612Z [+] Passwordless sudo is Configured
2025-08-20T22:05:48.5886412Z 
2025-08-20T22:05:48.5899868Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:05:48.5900316Z 
2025-08-20T22:05:48.6314478Z 
2025-08-20T22:05:48.6315967Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:05:48.6316674Z 
2025-08-20T22:05:48.6316730Z 
2025-08-20T22:05:48.6316966Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:05:48.6317276Z 
2025-08-20T22:05:48.6357854Z [+] Installing: 7z -> 7z
2025-08-20T22:05:48.9983913Z [+] Installing: actionlint -> actionlint
2025-08-20T22:05:49.3442171Z [+] Installing: anew -> anew
2025-08-20T22:05:49.6907345Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:05:50.0286456Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:05:50.1420651Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:05:50.4673258Z [+] Installing: archey -> archey
2025-08-20T22:05:50.8412775Z [+] Installing: aria2 -> aria2c
2025-08-20T22:05:51.0158947Z [+] Installing: askalono -> askalono
2025-08-20T22:05:51.1554622Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:05:51.3203289Z [+] Installing: b3sum -> b3sum
2025-08-20T22:05:51.4514023Z [+] Installing: bita -> bita
2025-08-20T22:05:51.8344729Z [+] Installing: btop -> btop
2025-08-20T22:05:52.1882085Z [+] Installing: chafa -> chafa
2025-08-20T22:05:52.3851723Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:05:52.8907821Z [+] Installing: croc -> croc
2025-08-20T22:05:53.2866161Z [+] Installing: csvtk -> csvtk
2025-08-20T22:05:53.4720337Z [+] Installing: cutlines -> cutlines
2025-08-20T22:05:53.5788109Z curl: (22) The requested URL returned error: 404
2025-08-20T22:05:53.5822231Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:05:53.5822949Z [+] Installing: dbin -> dbin
2025-08-20T22:05:53.7697486Z [+] Installing: dasel -> dasel
2025-08-20T22:05:53.9470083Z [+] Installing: delta -> delta
2025-08-20T22:05:54.1063621Z [+] Installing: ds -> ds
2025-08-20T22:05:54.4019834Z curl: (22) The requested URL returned error: 404
2025-08-20T22:05:54.4055165Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:05:54.4055551Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:05:54.7407691Z [+] Installing: duf -> duf
2025-08-20T22:05:55.1011979Z [+] Installing: duplicut -> duplicut
2025-08-20T22:05:55.4546746Z [+] Installing: dust -> dust
2025-08-20T22:05:55.8153452Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:05:56.1922123Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:05:56.5493293Z [+] Installing: dysk -> dysk
2025-08-20T22:05:56.8866519Z [+] Installing: eget -> eget
2025-08-20T22:05:57.2724299Z [+] Installing: epoch -> epoch
2025-08-20T22:05:57.6361284Z [+] Installing: faketty -> faketty
2025-08-20T22:05:57.9817345Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:05:58.1190066Z [+] Installing: freeze -> freeze
2025-08-20T22:05:58.5089764Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:05:58.8340566Z [+] Installing: gdu -> gdu
2025-08-20T22:05:59.2090080Z [+] Installing: gh -> gh
2025-08-20T22:05:59.4276244Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:05:59.6374261Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:05:59.9868450Z [+] Installing: glab -> glab
2025-08-20T22:06:00.4523133Z [+] Installing: glow -> glow
2025-08-20T22:06:00.8412306Z [+] Installing: httpx -> httpx
2025-08-20T22:06:01.2613035Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:06:01.6611902Z [+] Installing: husarnet -> husarnet
2025-08-20T22:06:01.7485921Z curl: (22) The requested URL returned error: 404
2025-08-20T22:06:01.7520519Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:06:01.7520893Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:06:01.8457447Z curl: (22) The requested URL returned error: 404
2025-08-20T22:06:01.8495183Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:06:01.8495712Z [+] Installing: imgcat -> imgcat
2025-08-20T22:06:01.9941904Z [+] Installing: jc -> jc
2025-08-20T22:06:02.3910888Z [+] Installing: jq -> jq
2025-08-20T22:06:02.5182874Z [+] Installing: logdy -> logdy
2025-08-20T22:06:02.7132119Z [+] Installing: micro -> micro
2025-08-20T22:06:03.0944199Z [+] Installing: miniserve -> miniserve
2025-08-20T22:06:03.2629893Z [+] Installing: minisign -> minisign
2025-08-20T22:06:03.3777422Z [+] Installing: ncdu -> ncdu
2025-08-20T22:06:03.7207627Z [+] Installing: notify -> notify
2025-08-20T22:06:04.1307027Z [+] Installing: ouch -> ouch
2025-08-20T22:06:04.4782284Z [+] Installing: oras -> oras
2025-08-20T22:06:08.0702163Z [+] Installing: pipetty -> pipetty
2025-08-20T22:06:08.3839617Z [+] Installing: pixterm -> pixterm
2025-08-20T22:06:08.7598132Z [+] Installing: qsv -> qsv
2025-08-20T22:06:08.9495465Z [+] Installing: rclone -> rclone
2025-08-20T22:06:09.1826028Z [+] Installing: ripgrep -> rg
2025-08-20T22:06:09.5298840Z [+] Installing: rga -> rga
2025-08-20T22:06:09.8954653Z [+] Installing: rsync -> rsync
2025-08-20T22:06:10.3892884Z [+] Installing: script -> script
2025-08-20T22:06:10.5063654Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:06:10.9336343Z [+] Installing: soar -> soar
2025-08-20T22:06:11.3188154Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:06:11.5044441Z [+] Installing: sstrip -> sstrip
2025-08-20T22:06:11.6140606Z [+] Installing: strace -> strace
2025-08-20T22:06:11.7504883Z [+] Installing: sttr -> sttr
2025-08-20T22:06:11.9047138Z [+] Installing: tailscale -> tailscale
2025-08-20T22:06:12.3255449Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:06:12.7109604Z [+] Installing: taplo -> taplo
2025-08-20T22:06:13.0730659Z [+] Installing: tldr -> tldr
2025-08-20T22:06:13.4387815Z [+] Installing: tldr -> tealdeer
2025-08-20T22:06:13.8164647Z [+] Installing: tmux -> tmux
2025-08-20T22:06:19.5954045Z [+] Installing: tok -> tok
2025-08-20T22:06:19.7270211Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:06:20.1370846Z [+] Installing: trurl -> trurl
2025-08-20T22:06:20.2963827Z [+] Installing: tss -> tss
2025-08-20T22:06:20.4152158Z [+] Installing: ulexec -> ulexec
2025-08-20T22:06:20.7663938Z [+] Installing: unfurl -> unfurl
2025-08-20T22:06:21.1429966Z [+] Installing: upx -> upx
2025-08-20T22:06:21.2621543Z [+] Installing: validtoml -> validtoml
2025-08-20T22:06:21.7705162Z [+] Installing: wget -> wget
2025-08-20T22:06:21.9194337Z [+] Installing: wget2 -> wget2
2025-08-20T22:06:22.3492867Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:06:22.7244186Z [+] Installing: xq -> xq
2025-08-20T22:06:23.1133034Z [+] Installing: xz -> xz
2025-08-20T22:06:23.4360219Z [+] Installing: unxz -> unxz
2025-08-20T22:06:23.7620757Z [+] Installing: yq -> yq
2025-08-20T22:06:24.2015754Z [+] Installing: yj -> yj
2025-08-20T22:06:24.5536275Z [+] Installing: zapper -> zapper
2025-08-20T22:06:24.8789498Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:06:25.1993964Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:06:25.5016827Z curl: (22) The requested URL returned error: 404
2025-08-20T22:06:25.5052815Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:06:25.5053788Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:06:25.8110823Z curl: (22) The requested URL returned error: 404
2025-08-20T22:06:25.8147063Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:06:25.8147760Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:06:26.1316051Z curl: (22) The requested URL returned error: 404
2025-08-20T22:06:26.1351424Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:06:26.1352093Z [+] Installing: zstd -> zstd
2025-08-20T22:06:26.2610548Z [+] Creating symlinks...
2025-08-20T22:06:26.2687853Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:06:26.2770806Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:06:26.2858119Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:06:26.2944101Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:06:26.3032429Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:06:26.3117340Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:06:26.3203009Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:06:26.3289799Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:06:26.3374211Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:06:26.3461089Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:06:26.3546969Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:06:26.3632067Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:06:26.3719102Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:06:26.3804489Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:06:26.3893130Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:06:26.3981944Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:06:26.4068975Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:06:26.4102805Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:06:26.4177587Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:06:26.4261252Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:06:26.4346996Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:06:26.4382625Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:06:26.4461120Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:06:26.4548994Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:06:26.4637699Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:06:26.4725850Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:06:26.4812056Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:06:26.4898817Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:06:26.4984140Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:06:26.5071661Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:06:26.5159136Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:06:26.5248674Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:06:26.5339825Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:06:26.5426378Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:06:26.5521301Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:06:26.5614107Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:06:26.5700014Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:06:26.5784611Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:06:26.5866829Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:06:26.5948560Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:06:26.6032905Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:06:26.6116454Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:06:26.6200876Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:06:26.6286454Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:06:26.6322715Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:06:26.6347803Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:06:26.6424299Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:06:26.6510925Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:06:26.6600408Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:06:26.6688294Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:06:26.6775257Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:06:26.6861629Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:06:26.6950850Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:06:26.7042995Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:06:26.7133532Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:06:26.7222443Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:06:26.7309716Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:06:26.7398279Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:06:26.7483882Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:06:26.7571522Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:06:26.7659329Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:06:26.7746980Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:06:26.7835719Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:06:26.7925389Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:06:26.8012501Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:06:26.8099392Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:06:26.8183629Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:06:26.8268631Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:06:26.8357702Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:06:26.8446163Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:06:26.8534515Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:06:26.8620731Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:06:26.8708193Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:06:26.8795842Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:06:26.8883384Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:06:26.8968309Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:06:26.9053900Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:06:26.9141549Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:06:26.9227144Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:06:26.9313705Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:06:26.9402446Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:06:26.9492331Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:06:26.9580542Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:06:26.9664035Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:06:26.9747828Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:06:26.9836669Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:06:26.9924537Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:06:27.0010378Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:06:27.0097012Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:06:27.0184865Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:06:27.0274017Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:06:27.0365145Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:06:27.0454373Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:06:27.0545632Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:06:27.0635182Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:06:27.0672921Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:06:27.0699587Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:06:27.0726184Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:06:27.0807108Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:06:27.0832885Z 
2025-08-20T22:06:27.0833435Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:06:27.0833837Z 
2025-08-20T22:06:27.0973951Z 
2025-08-20T22:06:27.1060113Z 
2025-08-20T22:06:27.1060924Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:06:27.1061939Z 
2025-08-20T22:06:27.1062157Z [+] Installation completed!
2025-08-20T22:06:27.1143781Z 
2025-08-20T22:06:27.1144132Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:06:27.3308785Z github.com
2025-08-20T22:06:27.3321088Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:06:27.3321432Z   - Active account: true
2025-08-20T22:06:27.3321640Z   - Git operations protocol: https
2025-08-20T22:06:27.3321945Z   - Token: ghp_************************************
2025-08-20T22:06:27.3322571Z   - 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:06:27.3323209Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:06:27.3323538Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:06:27.4430364Z Limit: 5000, Remaining: 4929, Reset: 2025-08-20 22:27:57 +0000 UTC (21m30s)
2025-08-20T22:06:27.4440386Z 
2025-08-20T22:06:27.4440504Z [+] GHCR_TOKEN is Exported
2025-08-20T22:06:27.4471316Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:06:27.6678353Z Login Succeeded
2025-08-20T22:06:27.6689040Z 
2025-08-20T22:06:27.6689297Z [+] GITLAB is Exported
2025-08-20T22:06:27.8161133Z [git remote -v]
2025-08-20T22:06:28.0347606Z gitlab.com
2025-08-20T22:06:28.0348384Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:06:28.0351170Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:06:28.0351704Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:06:28.0352110Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:06:28.0352458Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:06:28.0352769Z   ✓ Token found: **************************
2025-08-20T22:06:28.0352924Z 
2025-08-20T22:06:28.0353266Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:06:28.0353738Z [git remote -v]
2025-08-20T22:06:28.0365371Z 2025/08/20 22:06:28 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:06:28.0365865Z git: exit status 128]
2025-08-20T22:06:28.3127513Z 
2025-08-20T22:06:28.3127525Z 
2025-08-20T22:06:28.3128786Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:06:28 PM)
2025-08-20T22:06:28.3129192Z 
2025-08-20T22:06:28.3129197Z 
2025-08-20T22:06:28.3129281Z [+] USER = runner
2025-08-20T22:06:28.3129449Z [+] HOME = /home/runner
2025-08-20T22:06:28.3131570Z [+] 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:06:28.3133651Z 
2025-08-20T22:06:28.4243651Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:06:28.4265252Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:06:28.4327458Z Hit:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:06:28.4427832Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:06:28.4592024Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:06:28.4753465Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:06:29.5756545Z Reading package lists...
2025-08-20T22:06:29.6077380Z Reading package lists...
2025-08-20T22:06:29.8505138Z Building dependency tree...
2025-08-20T22:06:29.8513714Z Reading state information...
2025-08-20T22:06:30.1444827Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:06:30.1445191Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:06:30.1445500Z ca-certificates is already the newest version (20240203).
2025-08-20T22:06:30.1445866Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:06:30.1446182Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:06:30.1446484Z moreutils is already the newest version (0.69-1).
2025-08-20T22:06:30.1446842Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:06:30.1447229Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:06:30.1447579Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:06:30.2249334Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:06:30.2250270Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:06:30.2438654Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:06:30.2599902Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:06:30.2779830Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:06:30.2937228Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:06:31.3832534Z Reading package lists...
2025-08-20T22:06:31.4151860Z Reading package lists...
2025-08-20T22:06:31.6759921Z Building dependency tree...
2025-08-20T22:06:31.6769014Z Reading state information...
2025-08-20T22:06:31.9755649Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:06:31.9756453Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:06:31.9756861Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:06:31.9757230Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:06:31.9757675Z ca-certificates is already the newest version (20240203).
2025-08-20T22:06:31.9758278Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:06:31.9758660Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:06:31.9759050Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:06:31.9759370Z gawk set to manually installed.
2025-08-20T22:06:31.9759976Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:06:31.9760366Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:06:31.9760750Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:06:31.9761113Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:06:31.9761497Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:06:31.9761887Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:06:31.9762275Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:06:31.9762653Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:06:31.9762999Z The following additional packages will be installed:
2025-08-20T22:06:31.9763502Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:06:31.9763989Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:06:31.9764493Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:06:31.9764961Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:06:31.9765434Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:06:31.9765914Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:06:31.9771947Z Suggested packages:
2025-08-20T22:06:31.9772348Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:06:31.9772990Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:06:31.9773498Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:06:31.9774029Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:06:31.9774527Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:06:31.9774953Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:06:31.9775401Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:06:32.0010764Z The following NEW packages will be installed:
2025-08-20T22:06:32.0011857Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:06:32.0012628Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:06:32.0013156Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:06:32.0013627Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:06:32.0014482Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:06:32.0019611Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:06:32.0020568Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:06:32.3109019Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:06:32.3109733Z Need to get 27.2 MB of archives.
2025-08-20T22:06:32.3110091Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:06:32.3110768Z 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:06:33.0155461Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:06:33.3714398Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:06:33.5422492Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:06:33.6266478Z 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:06:33.7114208Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:06:33.8889301Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:06:34.0628751Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:06:34.3143566Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:06:34.4010741Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:06:35.0727017Z 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:06:35.2493870Z 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:06:35.7956735Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:06:35.8863125Z 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:06:35.9718867Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:06:36.0628809Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:06:36.1484619Z 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:06:36.6794800Z 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:06:36.7640324Z 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:06:36.8520420Z 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:06:36.9365434Z 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:06:37.0210955Z 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:06:37.2931439Z 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:06:37.5834785Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:06:37.8268308Z 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:06:37.9160050Z 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:06:38.2713035Z 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:06:38.3591595Z 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:06:38.4468575Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:06:38.5372059Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:06:38.6216853Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:06:38.7103209Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:06:38.7990749Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:06:39.2770109Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:06:39.8055374Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:06:40.0670710Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:06:40.3244581Z Preconfiguring packages ...
2025-08-20T22:06:40.4338217Z Fetched 27.2 MB in 8s (3375 kB/s)
2025-08-20T22:06:40.4783956Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:06:40.4817454Z (Reading database ... 
2025-08-20T22:06:40.4818158Z (Reading database ... 5%
2025-08-20T22:06:40.4818408Z (Reading database ... 10%
2025-08-20T22:06:40.4818617Z (Reading database ... 15%
2025-08-20T22:06:40.4818833Z (Reading database ... 20%
2025-08-20T22:06:40.4819025Z (Reading database ... 25%
2025-08-20T22:06:40.4819221Z (Reading database ... 30%
2025-08-20T22:06:40.4819449Z (Reading database ... 35%
2025-08-20T22:06:40.4819645Z (Reading database ... 40%
2025-08-20T22:06:40.4819836Z (Reading database ... 45%
2025-08-20T22:06:40.4820030Z (Reading database ... 50%
2025-08-20T22:06:40.4842420Z (Reading database ... 55%
2025-08-20T22:06:40.4934650Z (Reading database ... 60%
2025-08-20T22:06:40.4976010Z (Reading database ... 65%
2025-08-20T22:06:40.4991395Z (Reading database ... 70%
2025-08-20T22:06:40.5013764Z (Reading database ... 75%
2025-08-20T22:06:40.5050240Z (Reading database ... 80%
2025-08-20T22:06:40.5234367Z (Reading database ... 85%
2025-08-20T22:06:40.5261383Z (Reading database ... 90%
2025-08-20T22:06:40.5361653Z (Reading database ... 95%
2025-08-20T22:06:40.5361888Z (Reading database ... 100%
2025-08-20T22:06:40.5362177Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:06:40.5402489Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:06:40.5874197Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:06:40.7459319Z Selecting previously unselected package poppler-data.
2025-08-20T22:06:40.7633024Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:06:40.7731244Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:06:44.7323150Z Selecting previously unselected package b3sum.
2025-08-20T22:06:44.7505232Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:06:44.7569575Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:06:44.8503441Z Selecting previously unselected package build-essential.
2025-08-20T22:06:44.8672792Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:06:44.8742694Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:06:44.9644786Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:06:44.9830198Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:06:45.0020677Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:06:45.0744144Z Selecting previously unselected package ccache.
2025-08-20T22:06:45.0926645Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:06:45.1013691Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:06:45.1845646Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:06:45.2043256Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:06:45.2107921Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:06:45.2733143Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:06:45.2905336Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:06:45.3022424Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:06:45.3751978Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:06:45.3930485Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:06:45.4551670Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:06:45.5614645Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:06:45.5807260Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:06:45.6429446Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:06:45.7554131Z Selecting previously unselected package libgs-common.
2025-08-20T22:06:45.7752438Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:06:45.7840426Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:06:45.8688092Z Selecting previously unselected package libgs10-common.
2025-08-20T22:06:45.8853332Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:06:45.9238980Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:06:46.0195984Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:06:46.0377454Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:06:46.0443348Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:06:46.1237922Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:06:46.1428163Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:06:46.1516213Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:06:46.2174797Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:06:46.2351656Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:06:46.2415664Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:06:46.3201108Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:06:46.3385231Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:06:46.3474258Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:06:46.4302861Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:06:46.4484434Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:06:46.4568285Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:06:46.6317316Z Selecting previously unselected package ghostscript.
2025-08-20T22:06:46.6508662Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:06:46.6590759Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:06:46.7330787Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:06:46.7517483Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:06:46.7598486Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:06:46.8948378Z Selecting previously unselected package imagemagick.
2025-08-20T22:06:46.9122509Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:06:46.9199293Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:06:46.9778490Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:06:46.9958825Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:06:47.0038448Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:06:47.0958431Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:06:47.1133489Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:06:47.1544599Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:06:47.2331255Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:06:47.2516486Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:06:47.2589698Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:06:47.3420685Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:06:47.3599111Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:06:47.3678140Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:06:47.4290611Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:06:47.4468155Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:06:47.4540306Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:06:47.5227283Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:06:47.5394625Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:06:47.5460614Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:06:47.6301474Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:06:47.6477294Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:06:47.6548129Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:06:47.7119425Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:06:47.7315592Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:06:47.7395785Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:06:47.8350380Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:06:47.8526209Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:06:47.8593211Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:06:47.9155088Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:06:47.9330394Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:06:47.9412024Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:06:48.0051136Z Selecting previously unselected package libtool-bin.
2025-08-20T22:06:48.0219111Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:06:48.0383738Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:06:48.0981016Z Selecting previously unselected package lzip.
2025-08-20T22:06:48.1143673Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:06:48.1213560Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:06:48.1850041Z Selecting previously unselected package netpbm.
2025-08-20T22:06:48.2022260Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:06:48.2110600Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:06:48.4843954Z Selecting previously unselected package musl:arm64.
2025-08-20T22:06:48.5023489Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:06:48.5096384Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:06:48.5793708Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:06:48.5965848Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:06:48.6030113Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:06:48.7184377Z Selecting previously unselected package musl-tools.
2025-08-20T22:06:48.7352529Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:06:48.7496759Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:06:48.8481517Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:06:49.0006119Z 
2025-08-20T22:06:49.0006577Z Creating config file /etc/papersize with new version
2025-08-20T22:06:49.0943459Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:06:49.1123516Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:06:49.1385554Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:06:49.1569651Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:06:49.1730776Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:06:49.1912268Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:06:49.2100074Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:06:49.2310748Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:06:49.2899751Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:06:49.3105967Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:06:49.3296437Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:06:49.3476581Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:06:49.3551177Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:06:49.3627010Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:06:49.3761132Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:06:49.3993948Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:06:49.4244675Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:06:49.4480782Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:06:49.4718379Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:06:49.4900685Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:06:49.4977249Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:06:49.5058673Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:06:49.5133372Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:06:49.5213418Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:06:49.5291206Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:06:49.5378717Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:06:49.5456304Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:06:49.5547007Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:06:49.5620031Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:06:49.5711319Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:06:49.5787006Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:06:49.5872125Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:06:49.5946444Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:06:49.6027691Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:06:49.6097172Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:06:49.6175958Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:06:49.6246513Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:06:49.6339442Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:06:49.6424265Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:06:49.6521479Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:06:49.6597363Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:06:49.6716097Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:06:49.6932157Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:06:49.7311765Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:06:49.7538794Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:06:49.7946029Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:06:49.8216213Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:06:49.8398654Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:06:49.8606865Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:06:49.8740192Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:06:49.8908967Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:06:49.9139785Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:06:49.9363344Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:06:49.9559414Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:06:49.9813278Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:06:50.0022941Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:06:50.0307246Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:06:50.3893598Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:06:50.4100135Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:06:50.4628143Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:06:50.4843226Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:06:50.5115925Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:06:50.6036592Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:06:51.0129154Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:06:52.0503745Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:06:52.0874506Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:06:54.8467221Z Reading package lists...
2025-08-20T22:06:55.0950621Z Building dependency tree...
2025-08-20T22:06:55.0959396Z Reading state information...
2025-08-20T22:06:55.3706204Z autoconf is already the newest version (2.71-3).
2025-08-20T22:06:55.3706585Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:06:55.3706967Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:06:55.3707300Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:06:55.3707644Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:06:55.3708136Z ca-certificates is already the newest version (20240203).
2025-08-20T22:06:55.3708477Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:06:55.3708770Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:06:55.3709070Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:06:55.3709378Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:06:55.3709690Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:06:55.3709998Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:06:55.3710679Z patch set to manually installed.
2025-08-20T22:06:55.3710969Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:06:55.3711296Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:06:55.3711596Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:06:55.3711893Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:06:55.3712153Z Suggested packages:
2025-08-20T22:06:55.3712324Z   scons-doc
2025-08-20T22:06:55.3889268Z The following NEW packages will be installed:
2025-08-20T22:06:55.3898350Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:06:55.6081566Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:06:55.6081936Z Need to get 17.8 MB of archives.
2025-08-20T22:06:55.6082231Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:06:55.6082721Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:06:55.7177339Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:06:55.7342102Z 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:06:55.8871554Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:06:55.9068737Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:06:56.1825857Z Fetched 17.8 MB in 1s (35.1 MB/s)
2025-08-20T22:06:56.2123112Z Selecting previously unselected package autopoint.
2025-08-20T22:06:56.2156680Z (Reading database ... 
2025-08-20T22:06:56.2156932Z (Reading database ... 5%
2025-08-20T22:06:56.2157136Z (Reading database ... 10%
2025-08-20T22:06:56.2157340Z (Reading database ... 15%
2025-08-20T22:06:56.2157538Z (Reading database ... 20%
2025-08-20T22:06:56.2157733Z (Reading database ... 25%
2025-08-20T22:06:56.2158082Z (Reading database ... 30%
2025-08-20T22:06:56.2158302Z (Reading database ... 35%
2025-08-20T22:06:56.2158494Z (Reading database ... 40%
2025-08-20T22:06:56.2158683Z (Reading database ... 45%
2025-08-20T22:06:56.2158877Z (Reading database ... 50%
2025-08-20T22:06:56.2182461Z (Reading database ... 55%
2025-08-20T22:06:56.2273898Z (Reading database ... 60%
2025-08-20T22:06:56.2316478Z (Reading database ... 65%
2025-08-20T22:06:56.2331809Z (Reading database ... 70%
2025-08-20T22:06:56.2353260Z (Reading database ... 75%
2025-08-20T22:06:56.2491369Z (Reading database ... 80%
2025-08-20T22:06:56.2573297Z (Reading database ... 85%
2025-08-20T22:06:56.2636840Z (Reading database ... 90%
2025-08-20T22:06:56.2708973Z (Reading database ... 95%
2025-08-20T22:06:56.2709199Z (Reading database ... 100%
2025-08-20T22:06:56.2709494Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:06:56.2750362Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:06:56.2835808Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:06:56.3584360Z Selecting previously unselected package clang.
2025-08-20T22:06:56.3765811Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:06:56.3829060Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:06:56.4436500Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:06:56.4602243Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:06:56.4669007Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:06:57.4722318Z Selecting previously unselected package scons.
2025-08-20T22:06:57.4898280Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:06:57.4965099Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:06:57.6136225Z Selecting previously unselected package byacc.
2025-08-20T22:06:57.6306078Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:06:57.6375436Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:06:57.7161108Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:06:57.7384168Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:06:57.7679026Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:06:57.8159940Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:06:58.1870056Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:06:58.2111341Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:06:59.4502899Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:07:00.7609356Z Reading package lists...
2025-08-20T22:07:00.9988434Z Building dependency tree...
2025-08-20T22:07:00.9995845Z Reading state information...
2025-08-20T22:07:01.2768885Z The following additional packages will be installed:
2025-08-20T22:07:01.2769294Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:07:01.2769636Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:07:01.2770030Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:07:01.2770534Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:07:01.2770978Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:07:01.2771399Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:07:01.2771845Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:07:01.2772271Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:07:01.2774250Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:07:01.2785189Z Suggested packages:
2025-08-20T22:07:01.2785481Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:07:01.2785871Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:07:01.2786278Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:07:01.2788782Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:07:01.2789212Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:07:01.2789623Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:07:01.2790076Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:07:01.2790550Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:07:01.2790911Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:07:01.2791132Z Recommended packages:
2025-08-20T22:07:01.2791410Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:07:01.2791832Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:07:01.2792224Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:07:01.2792579Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:07:01.2792900Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:07:01.2979217Z The following NEW packages will be installed:
2025-08-20T22:07:01.2983854Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:07:01.2984476Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:07:01.2984883Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:07:01.2985355Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:07:01.2985797Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:07:01.2986228Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:07:01.2986672Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:07:01.2987097Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:07:01.2987489Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:07:01.5044117Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:07:01.5044740Z Need to get 2409 kB of archives.
2025-08-20T22:07:01.5045073Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:07:01.5045578Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:07:01.5885540Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:07:01.6900993Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:07:01.8576906Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:07:01.9471921Z 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:07:02.0425781Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:07:02.1522522Z 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:07:02.2408783Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:07:02.3314363Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:07:02.4250021Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:07:02.5225614Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:07:02.7027425Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:07:02.7865799Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:07:02.8995886Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:07:03.0241212Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:07:03.2047001Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:07:03.3013118Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:07:03.5900567Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:07:03.6782494Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:07:03.7644921Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:07:03.8497184Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:07:04.0653722Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:07:04.3256943Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:07:04.5016421Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:07:04.5982156Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:07:04.7146889Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:07:04.8211018Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:07:05.1021103Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:07:05.2168216Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:07:05.3116413Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:07:05.8761882Z Fetched 2409 kB in 4s (562 kB/s)
2025-08-20T22:07:05.9024792Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:07:05.9059180Z (Reading database ... 
2025-08-20T22:07:05.9059391Z (Reading database ... 5%
2025-08-20T22:07:05.9059590Z (Reading database ... 10%
2025-08-20T22:07:05.9059791Z (Reading database ... 15%
2025-08-20T22:07:05.9059990Z (Reading database ... 20%
2025-08-20T22:07:05.9060224Z (Reading database ... 25%
2025-08-20T22:07:05.9060421Z (Reading database ... 30%
2025-08-20T22:07:05.9060617Z (Reading database ... 35%
2025-08-20T22:07:05.9060810Z (Reading database ... 40%
2025-08-20T22:07:05.9061003Z (Reading database ... 45%
2025-08-20T22:07:05.9061212Z (Reading database ... 50%
2025-08-20T22:07:05.9085701Z (Reading database ... 55%
2025-08-20T22:07:05.9181671Z (Reading database ... 60%
2025-08-20T22:07:05.9224678Z (Reading database ... 65%
2025-08-20T22:07:05.9240432Z (Reading database ... 70%
2025-08-20T22:07:05.9262790Z (Reading database ... 75%
2025-08-20T22:07:05.9408606Z (Reading database ... 80%
2025-08-20T22:07:05.9493739Z (Reading database ... 85%
2025-08-20T22:07:05.9557164Z (Reading database ... 90%
2025-08-20T22:07:05.9629529Z (Reading database ... 95%
2025-08-20T22:07:05.9629757Z (Reading database ... 100%
2025-08-20T22:07:05.9630051Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:07:05.9671104Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:07:05.9742080Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:07:06.0423357Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:07:06.0589018Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:07:06.0659544Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:07:06.1379596Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:07:06.1600914Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:07:06.1679661Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:07:06.2418913Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:07:06.2606428Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:07:06.2689300Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:07:06.3252161Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:07:06.3435158Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:07:06.3498151Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:07:06.4111491Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:07:06.4289604Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:07:06.4364718Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:07:06.5128928Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:07:06.5294288Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:07:06.5381630Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:07:06.6030986Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:07:06.6196903Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:07:06.6258489Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:07:06.6801176Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:07:06.6968999Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:07:06.7105141Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:07:06.7681165Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:07:06.7869691Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:07:06.7948121Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:07:06.8718957Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:07:06.8903225Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:07:06.8984932Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:07:06.9556661Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:07:06.9734763Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:07:06.9807088Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:07:07.0360285Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:07:07.0537649Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:07:07.0611869Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:07:07.1203677Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:07:07.1384320Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:07:07.1457373Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:07:07.2020623Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:07:07.2222374Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:07:07.2285528Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:07:07.2942717Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:07:07.3117377Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:07:07.3182986Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:07:07.3691272Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:07:07.3879259Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:07:07.3948395Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:07:07.4695906Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:07:07.4885474Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:07:07.4963848Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:07:07.5513098Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:07:07.5699222Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:07:07.5767298Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:07:07.6361968Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:07:07.6542958Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:07:07.6827102Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:07:07.7507814Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:07:07.7682788Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:07:07.7750854Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:07:07.8461504Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:07:07.8637520Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:07:07.8700283Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:07:07.9264937Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:07:07.9455515Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:07:07.9523420Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:07:08.0061824Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:07:08.0242519Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:07:08.0319436Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:07:08.0948461Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:07:08.1132696Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:07:08.1202853Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:07:08.1724310Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:07:08.1899076Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:07:08.1958434Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:07:08.2499450Z Selecting previously unselected package libwww-perl.
2025-08-20T22:07:08.2666251Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:07:08.2727611Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:07:08.3342980Z Selecting previously unselected package patchutils.
2025-08-20T22:07:08.3512337Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:07:08.3588548Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:07:08.4300077Z Selecting previously unselected package wdiff.
2025-08-20T22:07:08.4467022Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:07:08.4531509Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:07:08.5480487Z Selecting previously unselected package devscripts.
2025-08-20T22:07:08.5663962Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:07:08.5889951Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:07:08.7466374Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:07:08.7674760Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:07:08.7901562Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:07:08.8122674Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:07:08.8306738Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:07:08.8512135Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:07:08.8770608Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:07:08.8957140Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:07:08.9252011Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:07:08.9452447Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:07:08.9665300Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:07:08.9877619Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:07:09.0069837Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:07:09.0318445Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:07:09.0566125Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:07:09.0745347Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:07:09.0980291Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:07:09.1175318Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:07:09.1386629Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:07:09.1589775Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:07:09.1806607Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:07:09.2063758Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:07:09.2262991Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:07:09.2544740Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:07:09.2763872Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:07:09.2954833Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:07:09.3183234Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:07:09.3392000Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:07:09.3634479Z Setting up devscripts (2.23.7) ...
2025-08-20T22:07:09.4971323Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:07:09.5175777Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:07:11.4138552Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:07:12.8732020Z Reading package lists...
2025-08-20T22:07:13.1265824Z Building dependency tree...
2025-08-20T22:07:13.1275096Z Reading state information...
2025-08-20T22:07:13.4070155Z The following additional packages will be installed:
2025-08-20T22:07:13.4077623Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:07:13.4085235Z Suggested packages:
2025-08-20T22:07:13.4085462Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:07:13.4260488Z The following NEW packages will be installed:
2025-08-20T22:07:13.4269353Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:07:13.6158398Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:07:13.6158787Z Need to get 12.7 MB of archives.
2025-08-20T22:07:13.6159084Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:07:13.6159597Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:07:13.9257498Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:07:14.1217889Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:07:14.5755660Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:07:15.6287938Z Fetched 12.7 MB in 2s (6633 kB/s)
2025-08-20T22:07:15.6697402Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:07:15.6732541Z (Reading database ... 
2025-08-20T22:07:15.6733121Z (Reading database ... 5%
2025-08-20T22:07:15.6733565Z (Reading database ... 10%
2025-08-20T22:07:15.6733770Z (Reading database ... 15%
2025-08-20T22:07:15.6733964Z (Reading database ... 20%
2025-08-20T22:07:15.6734156Z (Reading database ... 25%
2025-08-20T22:07:15.6734365Z (Reading database ... 30%
2025-08-20T22:07:15.6734557Z (Reading database ... 35%
2025-08-20T22:07:15.6734749Z (Reading database ... 40%
2025-08-20T22:07:15.6734942Z (Reading database ... 45%
2025-08-20T22:07:15.6735492Z (Reading database ... 50%
2025-08-20T22:07:15.6756564Z (Reading database ... 55%
2025-08-20T22:07:15.6845262Z (Reading database ... 60%
2025-08-20T22:07:15.6887407Z (Reading database ... 65%
2025-08-20T22:07:15.6902470Z (Reading database ... 70%
2025-08-20T22:07:15.6927146Z (Reading database ... 75%
2025-08-20T22:07:15.7058588Z (Reading database ... 80%
2025-08-20T22:07:15.7137413Z (Reading database ... 85%
2025-08-20T22:07:15.7200884Z (Reading database ... 90%
2025-08-20T22:07:15.7271332Z (Reading database ... 95%
2025-08-20T22:07:15.7271560Z (Reading database ... 100%
2025-08-20T22:07:15.7271856Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:07:15.7313433Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:07:15.7473991Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:07:15.8207831Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:07:15.8398207Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:07:15.8511822Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:07:15.9305745Z Selecting previously unselected package cmake-data.
2025-08-20T22:07:15.9488669Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:07:15.9627196Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:07:17.0664702Z Selecting previously unselected package cmake.
2025-08-20T22:07:17.0858293Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:07:17.0923762Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:07:17.3458752Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:07:17.3809308Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:07:17.4002851Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:07:17.4236455Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:07:17.4457547Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:07:18.8384942Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:07:20.2889901Z Reading package lists...
2025-08-20T22:07:20.5468960Z Building dependency tree...
2025-08-20T22:07:20.5478608Z Reading state information...
2025-08-20T22:07:20.8790387Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:07:20.8790808Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:07:20.8791126Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:07:20.8791434Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:07:20.8792161Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:07:20.8792495Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:07:20.8792841Z ca-certificates is already the newest version (20240203).
2025-08-20T22:07:20.8793142Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:07:20.8793438Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:07:20.8793739Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:07:20.8794045Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:07:20.8794330Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:07:20.8794659Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:07:20.8795012Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:07:20.8795310Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:07:20.8795618Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:07:20.8795934Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:07:20.8796236Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:07:20.8796509Z musl is already the newest version (1.2.4-2).
2025-08-20T22:07:20.8796780Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:07:20.8797064Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:07:20.8797397Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:07:20.8798086Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:07:20.8798389Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:07:20.8798689Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:07:20.8799020Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:07:20.8998270Z Reading package lists...
2025-08-20T22:07:21.1586595Z Building dependency tree...
2025-08-20T22:07:21.1595625Z Reading state information...
2025-08-20T22:07:21.5110061Z autoconf is already the newest version (2.71-3).
2025-08-20T22:07:21.5110469Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:07:21.5110839Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:07:21.5111168Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:07:21.5111492Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:07:21.5111833Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:07:21.5112177Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:07:21.5112485Z ca-certificates is already the newest version (20240203).
2025-08-20T22:07:21.5112799Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:07:21.5113092Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:07:21.5113389Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:07:21.5113688Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:07:21.5114119Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:07:21.5114560Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:07:21.5114871Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:07:21.5115180Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:07:21.5115499Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:07:21.5115860Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:07:21.5116213Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:07:21.5116501Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:07:21.5116799Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:07:21.5117130Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:07:21.5321448Z Reading package lists...
2025-08-20T22:07:21.7887478Z Building dependency tree...
2025-08-20T22:07:21.7895736Z Reading state information...
2025-08-20T22:07:22.1604272Z devscripts is already the newest version (2.23.7).
2025-08-20T22:07:22.1604688Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:07:22.1819981Z Reading package lists...
2025-08-20T22:07:22.4473307Z Building dependency tree...
2025-08-20T22:07:22.4481917Z Reading state information...
2025-08-20T22:07:22.8117772Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:07:22.8118278Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:07:22.8321777Z Reading package lists...
2025-08-20T22:07:23.0977932Z Building dependency tree...
2025-08-20T22:07:23.0986982Z Reading state information...
2025-08-20T22:07:23.4805874Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:07:23.4806314Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:07:23.5304311Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:07:23.5794135Z Reading package lists...
2025-08-20T22:07:23.8333353Z Building dependency tree...
2025-08-20T22:07:23.8341390Z Reading state information...
2025-08-20T22:07:24.1659469Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:07:24.1659906Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:07:24.1660255Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:07:24.1660618Z The following additional packages will be installed:
2025-08-20T22:07:24.1661380Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:07:24.1661780Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:07:24.1662230Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:07:24.1662618Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:07:24.1663005Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:07:24.1663444Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:07:24.1663845Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:07:24.1664256Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:07:24.1664629Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:07:24.1665021Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:07:24.1665439Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:07:24.1665798Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:07:24.1666167Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:07:24.1666611Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:07:24.1666952Z   linux-libc-dev-armhf-cross
2025-08-20T22:07:24.1677204Z Suggested packages:
2025-08-20T22:07:24.1677547Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:07:24.1678029Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:07:24.2048916Z The following NEW packages will be installed:
2025-08-20T22:07:24.2049286Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:07:24.2049692Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:07:24.2050171Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:07:24.2050650Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:07:24.2051031Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:07:24.2051429Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:07:24.2051849Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:07:24.2052245Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:07:24.2053122Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:07:24.2053528Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:07:24.2053935Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:07:24.2055398Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:07:24.2055762Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:07:24.2056140Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:07:24.2061018Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:07:24.4111495Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:07:24.4111859Z Need to get 112 MB of archives.
2025-08-20T22:07:24.4112152Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:07:24.4112826Z 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:07:24.6743283Z 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:07:25.4185965Z 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:07:25.5029456Z 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:07:26.1746128Z 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:07:26.2587564Z 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:07:26.3430944Z 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:07:26.6422357Z 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:07:26.7267231Z 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:07:26.8111956Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:07:26.9831047Z 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:07:27.1520127Z 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:07:27.5297730Z 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:07:27.6181240Z 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:07:28.1089851Z 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:07:28.2856909Z 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:07:28.5459048Z 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:07:28.8010103Z 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:07:29.7546099Z 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:07:30.0070807Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:07:30.2619861Z 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:07:30.6002945Z 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:07:31.3691253Z 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:07:32.1545307Z 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:07:32.2391090Z 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:07:32.3236305Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:07:32.5779235Z 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:07:32.6629818Z 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:07:32.7483498Z 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:07:32.8329003Z 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:07:33.1733735Z 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:07:33.3464357Z 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:07:33.6019833Z 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:07:33.9006060Z 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:07:35.0071741Z 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:07:35.2605072Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:07:35.5139620Z 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:07:35.8500378Z 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:07:36.5309639Z 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:07:36.6153929Z 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:07:36.7000213Z 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:07:36.7843147Z 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:07:37.1025083Z Fetched 112 MB in 13s (8930 kB/s)
2025-08-20T22:07:37.1324313Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:07:37.1359634Z (Reading database ... 
2025-08-20T22:07:37.1359875Z (Reading database ... 5%
2025-08-20T22:07:37.1360079Z (Reading database ... 10%
2025-08-20T22:07:37.1360280Z (Reading database ... 15%
2025-08-20T22:07:37.1360473Z (Reading database ... 20%
2025-08-20T22:07:37.1360678Z (Reading database ... 25%
2025-08-20T22:07:37.1360867Z (Reading database ... 30%
2025-08-20T22:07:37.1361466Z (Reading database ... 35%
2025-08-20T22:07:37.1361677Z (Reading database ... 40%
2025-08-20T22:07:37.1361874Z (Reading database ... 45%
2025-08-20T22:07:37.1362064Z (Reading database ... 50%
2025-08-20T22:07:37.1385713Z (Reading database ... 55%
2025-08-20T22:07:37.1479599Z (Reading database ... 60%
2025-08-20T22:07:37.1524680Z (Reading database ... 65%
2025-08-20T22:07:37.1541273Z (Reading database ... 70%
2025-08-20T22:07:37.1569031Z (Reading database ... 75%
2025-08-20T22:07:37.1715758Z (Reading database ... 80%
2025-08-20T22:07:37.1803354Z (Reading database ... 85%
2025-08-20T22:07:37.1879238Z (Reading database ... 90%
2025-08-20T22:07:37.1954614Z (Reading database ... 95%
2025-08-20T22:07:37.1954877Z (Reading database ... 100%
2025-08-20T22:07:37.1955169Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:07:37.1999662Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:07:37.2063599Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:37.2901097Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:07:37.3114317Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:07:37.3240598Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:37.6065636Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:07:37.6242131Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:07:37.6323047Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:37.6902211Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:07:37.7091901Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:07:37.7236932Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:38.0150937Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:07:38.0409315Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:07:38.0481216Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:07:38.1015217Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:07:38.1194048Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:07:38.1262976Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:07:38.1947396Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:07:38.2132119Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:07:38.2478782Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:07:38.4051971Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:07:38.4243333Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:38.4324287Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:38.4829629Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:07:38.5049574Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:38.5156148Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:38.5855539Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:07:38.6033856Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:07:38.6137239Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:07:38.6861293Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:07:38.7039343Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:38.7108509Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:38.7725956Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:07:38.7912554Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:38.8470437Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:38.9185730Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:07:38.9378878Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:38.9457320Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:39.0054205Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:07:39.0241527Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:39.0320632Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:39.1868602Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:07:39.2056444Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:39.2217389Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:39.3049215Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:07:39.3238917Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:39.3321279Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:39.4224043Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:07:39.4424818Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:39.4492780Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:39.5519218Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:07:39.5716234Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:07:39.5807158Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:40.0086115Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:07:40.0284069Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:07:40.0357701Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:07:40.3204330Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:07:40.3388853Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:07:40.3455794Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:07:40.5415598Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:07:40.5603539Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:40.5676748Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:40.8854735Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:07:40.9035106Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:07:40.9130107Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:41.2551824Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:07:41.2763878Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:07:41.2839144Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:07:41.4301776Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:07:41.4482795Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:41.4549535Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:41.5071448Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:07:41.5250630Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:41.5317113Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:41.5902978Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:07:41.6081522Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:07:41.6148915Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:07:41.6931599Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:07:41.7128494Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:41.7197737Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:41.7771592Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:07:41.7959755Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:41.8137647Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:41.8782973Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:07:41.8961715Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:41.9022350Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:41.9568647Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:07:41.9745797Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:41.9828409Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:42.1104364Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:07:42.1289618Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:42.1358509Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:42.2061749Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:07:42.2265934Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:42.2335693Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:42.3298972Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:07:42.3501032Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:42.3561500Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:42.4486614Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:07:42.4685135Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:07:42.4776024Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:42.9085693Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:07:42.9279380Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:07:42.9353300Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:07:43.2381951Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:07:43.2575076Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:07:43.2679772Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:07:43.4471171Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:07:43.4663925Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:07:43.4890158Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:43.7770418Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:07:43.7950250Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:07:43.8043628Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.1139789Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:07:44.1330733Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:07:44.1411596Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:07:44.1913829Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:07:44.2095044Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:07:44.2159194Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:07:44.2618466Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:07:44.2806233Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:07:44.2880875Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:07:44.3374200Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:07:44.3568639Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:07:44.3629262Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:07:44.4453291Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:07:44.4660484Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:07:44.4889681Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.5089995Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.5309450Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.5554436Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:07:44.5800660Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.6067792Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:07:44.6261803Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:07:44.6439714Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.6673143Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.6884227Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:07:44.7116313Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:07:44.7309974Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.7513197Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.7756405Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.8093286Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.8402165Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.8633536Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.8892857Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.9111446Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:07:44.9302601Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.9527407Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:44.9718151Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:07:44.9967917Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.0216923Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.0630336Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.0858492Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:07:45.1062785Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.1350556Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.1589601Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.1903099Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.2097412Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.2279466Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.2510775Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:07:45.2696716Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.2912838Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.3090088Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.3256624Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:07:45.3460495Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:07:45.3670766Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:07:45.3880973Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:07:45.4531420Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:07:45.4661408Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:07:45.4904220Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:07:46.8453283Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:07:48.3136002Z Reading package lists...
2025-08-20T22:07:48.5851035Z Building dependency tree...
2025-08-20T22:07:48.5858538Z Reading state information...
2025-08-20T22:07:48.9594998Z The following additional packages will be installed:
2025-08-20T22:07:48.9595445Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:07:48.9601368Z   libpcap0.8-dev
2025-08-20T22:07:48.9987907Z The following NEW packages will be installed:
2025-08-20T22:07:48.9988876Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:07:48.9996151Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:07:49.0246275Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:07:49.0806738Z Need to get 1640 kB of archives.
2025-08-20T22:07:49.0807112Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:07:49.0807666Z 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:07:49.1634392Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:07:49.1848493Z 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:07:49.2064729Z 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:07:49.2360468Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:07:49.2816177Z 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:07:49.3010611Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:07:49.3172840Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:07:49.6076668Z Fetched 1640 kB in 0s (5886 kB/s)
2025-08-20T22:07:49.6542733Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:07:49.6579302Z (Reading database ... 
2025-08-20T22:07:49.6579885Z (Reading database ... 5%
2025-08-20T22:07:49.6580128Z (Reading database ... 10%
2025-08-20T22:07:49.6580330Z (Reading database ... 15%
2025-08-20T22:07:49.6580550Z (Reading database ... 20%
2025-08-20T22:07:49.6580746Z (Reading database ... 25%
2025-08-20T22:07:49.6580934Z (Reading database ... 30%
2025-08-20T22:07:49.6581465Z (Reading database ... 35%
2025-08-20T22:07:49.6581680Z (Reading database ... 40%
2025-08-20T22:07:49.6581871Z (Reading database ... 45%
2025-08-20T22:07:49.6582064Z (Reading database ... 50%
2025-08-20T22:07:49.6604057Z (Reading database ... 55%
2025-08-20T22:07:49.6699454Z (Reading database ... 60%
2025-08-20T22:07:49.6739070Z (Reading database ... 65%
2025-08-20T22:07:49.6758113Z (Reading database ... 70%
2025-08-20T22:07:49.6786361Z (Reading database ... 75%
2025-08-20T22:07:49.6925039Z (Reading database ... 80%
2025-08-20T22:07:49.7010332Z (Reading database ... 85%
2025-08-20T22:07:49.7097554Z (Reading database ... 90%
2025-08-20T22:07:49.7177004Z (Reading database ... 95%
2025-08-20T22:07:49.7177231Z (Reading database ... 100%
2025-08-20T22:07:49.7177520Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:07:49.7223706Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:07:49.7293644Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:07:49.8151944Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:07:49.8350418Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:07:49.8488885Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:07:49.9083158Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:07:49.9311428Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:07:49.9377342Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:07:50.0073278Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:07:50.0266349Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:07:50.0541598Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:07:50.1187406Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:07:50.1378837Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:07:50.1464954Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:07:50.2509018Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:07:50.2691269Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:07:50.2788375Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:07:50.3498091Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:07:50.3684282Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:07:50.3755624Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:07:50.4653582Z Selecting previously unselected package pcaputils.
2025-08-20T22:07:50.4850516Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:07:50.4939793Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:07:50.5823469Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:07:50.6089712Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:07:50.7573862Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:07:50.7780415Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:07:50.8177518Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:07:51.0721820Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:07:51.0989614Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:07:51.1219093Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:07:51.1579631Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:07:52.8434955Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:07:52.9112802Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:07:52.9333776Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:07:54.4258789Z Reading package lists...
2025-08-20T22:07:54.6891841Z Building dependency tree...
2025-08-20T22:07:54.6899516Z Reading state information...
2025-08-20T22:07:54.7414047Z Reading package lists...
2025-08-20T22:07:54.9977165Z Building dependency tree...
2025-08-20T22:07:54.9984639Z Reading state information...
2025-08-20T22:07:55.3011021Z The following additional packages will be installed:
2025-08-20T22:07:55.3017310Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:07:55.3026150Z Suggested packages:
2025-08-20T22:07:55.3026468Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:07:55.3026880Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:07:55.3213547Z The following NEW packages will be installed:
2025-08-20T22:07:55.3214722Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:07:55.3220195Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:07:55.5136789Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:07:55.5137154Z Need to get 801 kB of archives.
2025-08-20T22:07:55.5137475Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:07:55.5138092Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:07:55.7250319Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:07:55.9024313Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:07:56.1965394Z 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:07:56.2898757Z 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:07:56.3764130Z 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:07:56.5483543Z 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:07:56.6336926Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:07:56.7229350Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:07:57.0139816Z Fetched 801 kB in 1s (574 kB/s)
2025-08-20T22:07:57.0541325Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:07:57.0579129Z (Reading database ... 
2025-08-20T22:07:57.0579404Z (Reading database ... 5%
2025-08-20T22:07:57.0579647Z (Reading database ... 10%
2025-08-20T22:07:57.0579847Z (Reading database ... 15%
2025-08-20T22:07:57.0580045Z (Reading database ... 20%
2025-08-20T22:07:57.0580241Z (Reading database ... 25%
2025-08-20T22:07:57.0580436Z (Reading database ... 30%
2025-08-20T22:07:57.0580626Z (Reading database ... 35%
2025-08-20T22:07:57.0580822Z (Reading database ... 40%
2025-08-20T22:07:57.0581014Z (Reading database ... 45%
2025-08-20T22:07:57.0581205Z (Reading database ... 50%
2025-08-20T22:07:57.0604658Z (Reading database ... 55%
2025-08-20T22:07:57.0704168Z (Reading database ... 60%
2025-08-20T22:07:57.0743905Z (Reading database ... 65%
2025-08-20T22:07:57.0763283Z (Reading database ... 70%
2025-08-20T22:07:57.0792785Z (Reading database ... 75%
2025-08-20T22:07:57.0993171Z (Reading database ... 80%
2025-08-20T22:07:57.1036631Z (Reading database ... 85%
2025-08-20T22:07:57.1127347Z (Reading database ... 90%
2025-08-20T22:07:57.1209714Z (Reading database ... 95%
2025-08-20T22:07:57.1209940Z (Reading database ... 100%
2025-08-20T22:07:57.1210277Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:07:57.1255209Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:07:57.1385080Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:07:57.1961320Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:07:57.2155985Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:07:57.2242441Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:07:57.2859866Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:07:57.3042518Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:07:57.3123308Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:07:57.4061268Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:07:57.4249935Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:07:57.4324128Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:07:57.4901775Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:07:57.5112179Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:07:57.5175049Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:07:57.5703055Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:07:57.5906321Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:07:57.5965540Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:07:57.6546065Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:07:57.6742926Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:07:57.6817729Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:07:57.7464497Z Selecting previously unselected package lzma.
2025-08-20T22:07:57.7661198Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:07:57.7747046Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:07:57.8394649Z Selecting previously unselected package lzma-dev.
2025-08-20T22:07:57.8584682Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:07:57.8677201Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:07:57.9688273Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:07:58.0083343Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:07:58.0273142Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:07:58.0542406Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:07:58.0730829Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:07:58.0901491Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:07:58.1047464Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:07:58.1225801Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:07:58.1424973Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:07:58.1661010Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:07:58.1897715Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:07:58.2222000Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:07:59.6159583Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:08:01.2138682Z Reading package lists...
2025-08-20T22:08:01.4705616Z Building dependency tree...
2025-08-20T22:08:01.4715571Z Reading state information...
2025-08-20T22:08:01.8471578Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:08:01.8472080Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:08:01.8472405Z inetutils-telnet set to manually installed.
2025-08-20T22:08:01.8472703Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:08:01.8473031Z The following additional packages will be installed:
2025-08-20T22:08:01.8473295Z   tcpd update-inetd
2025-08-20T22:08:01.8657416Z The following packages will be REMOVED:
2025-08-20T22:08:01.8666038Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:08:01.8667386Z The following NEW packages will be installed:
2025-08-20T22:08:01.8667746Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:08:01.8668267Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:08:01.8675285Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:08:02.1297264Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:08:02.1298167Z Need to get 691 kB of archives.
2025-08-20T22:08:02.1298499Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:08:02.1299008Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:08:02.4100063Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:08:02.5152877Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:08:02.6205242Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:08:02.7445588Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:08:02.9029528Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:08:03.0330549Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:08:03.1533638Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:08:03.2636946Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:08:03.3676640Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:08:03.4869497Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:08:03.7015828Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:08:03.9803689Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:08:04.2632707Z Preconfiguring packages ...
2025-08-20T22:08:04.3839105Z Fetched 691 kB in 2s (323 kB/s)
2025-08-20T22:08:04.4140456Z (Reading database ... 
2025-08-20T22:08:04.4140812Z (Reading database ... 5%
2025-08-20T22:08:04.4141149Z (Reading database ... 10%
2025-08-20T22:08:04.4141379Z (Reading database ... 15%
2025-08-20T22:08:04.4141573Z (Reading database ... 20%
2025-08-20T22:08:04.4141763Z (Reading database ... 25%
2025-08-20T22:08:04.4141956Z (Reading database ... 30%
2025-08-20T22:08:04.4142149Z (Reading database ... 35%
2025-08-20T22:08:04.4142341Z (Reading database ... 40%
2025-08-20T22:08:04.4142554Z (Reading database ... 45%
2025-08-20T22:08:04.4142748Z (Reading database ... 50%
2025-08-20T22:08:04.4166062Z (Reading database ... 55%
2025-08-20T22:08:04.4262137Z (Reading database ... 60%
2025-08-20T22:08:04.4306720Z (Reading database ... 65%
2025-08-20T22:08:04.4326496Z (Reading database ... 70%
2025-08-20T22:08:04.4355108Z (Reading database ... 75%
2025-08-20T22:08:04.4498846Z (Reading database ... 80%
2025-08-20T22:08:04.4583905Z (Reading database ... 85%
2025-08-20T22:08:04.4673438Z (Reading database ... 90%
2025-08-20T22:08:04.4753034Z (Reading database ... 95%
2025-08-20T22:08:04.4753252Z (Reading database ... 100%
2025-08-20T22:08:04.4753546Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:08:04.4797537Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:08:04.5718836Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:08:04.6505238Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:08:05.0528984Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:08:05.0566855Z (Reading database ... 
2025-08-20T22:08:05.0567463Z (Reading database ... 5%
2025-08-20T22:08:05.0567911Z (Reading database ... 10%
2025-08-20T22:08:05.0568261Z (Reading database ... 15%
2025-08-20T22:08:05.0568467Z (Reading database ... 20%
2025-08-20T22:08:05.0568667Z (Reading database ... 25%
2025-08-20T22:08:05.0568864Z (Reading database ... 30%
2025-08-20T22:08:05.0569060Z (Reading database ... 35%
2025-08-20T22:08:05.0569255Z (Reading database ... 40%
2025-08-20T22:08:05.0569824Z (Reading database ... 45%
2025-08-20T22:08:05.0570047Z (Reading database ... 50%
2025-08-20T22:08:05.0591574Z (Reading database ... 55%
2025-08-20T22:08:05.0689117Z (Reading database ... 60%
2025-08-20T22:08:05.0735748Z (Reading database ... 65%
2025-08-20T22:08:05.0757518Z (Reading database ... 70%
2025-08-20T22:08:05.0787664Z (Reading database ... 75%
2025-08-20T22:08:05.0981804Z (Reading database ... 80%
2025-08-20T22:08:05.1024903Z (Reading database ... 85%
2025-08-20T22:08:05.1118762Z (Reading database ... 90%
2025-08-20T22:08:05.1199196Z (Reading database ... 95%
2025-08-20T22:08:05.1199430Z (Reading database ... 100%
2025-08-20T22:08:05.1199733Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:08:05.1244475Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:08:05.1352677Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:08:05.1970005Z Selecting previously unselected package tcpd.
2025-08-20T22:08:05.2172203Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:08:05.2338681Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:08:05.3105396Z Selecting previously unselected package update-inetd.
2025-08-20T22:08:05.3302477Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:08:05.3391640Z Unpacking update-inetd (4.53) ...
2025-08-20T22:08:05.5418979Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:08:05.5639664Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:08:05.5760202Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:08:05.6585378Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:08:05.6784501Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:08:05.6874856Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:08:05.7803096Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:08:05.7983061Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:08:05.8192141Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:08:05.9005175Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:08:05.9196989Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:08:05.9302007Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:08:06.0046517Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:08:06.0246526Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:08:06.0315810Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:08:06.2116459Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:08:06.2326882Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:08:06.2405918Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:08:06.3244516Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:08:06.3445542Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:08:06.3572431Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:08:06.4220707Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:08:06.4404418Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:08:06.4506923Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:08:06.5322445Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:08:06.5506075Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:08:06.5645064Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:08:06.6403101Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:08:06.6609223Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:08:06.6682544Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:08:06.7528791Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:08:06.7895768Z Setting up update-inetd (4.53) ...
2025-08-20T22:08:06.8909111Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:08:06.9096505Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:08:06.9295973Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:08:07.2683058Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:08:07.2683520Z 
2025-08-20T22:08:07.2683645Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:08:07.2683831Z 
2025-08-20T22:08:07.2684191Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:08:07.2684559Z 
2025-08-20T22:08:07.2685056Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:08:07.2685540Z 
2025-08-20T22:08:07.5050939Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:08:07.5384013Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:08:07.5584501Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:08:07.5709504Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:08:07.5964605Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:08:07.6189999Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:08:07.6396565Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:08:07.9703805Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:08:07.9704227Z 
2025-08-20T22:08:07.9704753Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:08:07.9705235Z 
2025-08-20T22:08:08.2054379Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:08:08.3397426Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:08:08.4649969Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:08:08.5542256Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:08:11.7236343Z Reading package lists...
2025-08-20T22:08:11.9728731Z Building dependency tree...
2025-08-20T22:08:11.9736687Z Reading state information...
2025-08-20T22:08:12.3792533Z The following packages will be REMOVED:
2025-08-20T22:08:12.3802116Z   inetutils-ping
2025-08-20T22:08:12.3803402Z The following NEW packages will be installed:
2025-08-20T22:08:12.3812665Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:08:12.3818594Z The following packages will be upgraded:
2025-08-20T22:08:12.3826470Z   iputils-tracepath
2025-08-20T22:08:12.5693639Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:08:12.5694010Z Need to get 84.5 kB of archives.
2025-08-20T22:08:12.5694303Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:08:12.5694901Z 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:08:12.8206982Z 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:08:12.9175790Z 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:08:13.0144960Z 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:08:13.3869629Z Fetched 84.5 kB in 1s (134 kB/s)
2025-08-20T22:08:13.4102848Z (Reading database ... 
2025-08-20T22:08:13.4103141Z (Reading database ... 5%
2025-08-20T22:08:13.4103342Z (Reading database ... 10%
2025-08-20T22:08:13.4103540Z (Reading database ... 15%
2025-08-20T22:08:13.4103737Z (Reading database ... 20%
2025-08-20T22:08:13.4103930Z (Reading database ... 25%
2025-08-20T22:08:13.4104120Z (Reading database ... 30%
2025-08-20T22:08:13.4104762Z (Reading database ... 35%
2025-08-20T22:08:13.4104972Z (Reading database ... 40%
2025-08-20T22:08:13.4105169Z (Reading database ... 45%
2025-08-20T22:08:13.4105355Z (Reading database ... 50%
2025-08-20T22:08:13.4127323Z (Reading database ... 55%
2025-08-20T22:08:13.4224595Z (Reading database ... 60%
2025-08-20T22:08:13.4270035Z (Reading database ... 65%
2025-08-20T22:08:13.4290018Z (Reading database ... 70%
2025-08-20T22:08:13.4319163Z (Reading database ... 75%
2025-08-20T22:08:13.4514247Z (Reading database ... 80%
2025-08-20T22:08:13.4557630Z (Reading database ... 85%
2025-08-20T22:08:13.4650458Z (Reading database ... 90%
2025-08-20T22:08:13.4731659Z (Reading database ... 95%
2025-08-20T22:08:13.4731883Z (Reading database ... 100%
2025-08-20T22:08:13.4732180Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:08:13.4776497Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:08:13.5908249Z Selecting previously unselected package iputils-ping.
2025-08-20T22:08:13.5945590Z (Reading database ... 
2025-08-20T22:08:13.5945818Z (Reading database ... 5%
2025-08-20T22:08:13.5946023Z (Reading database ... 10%
2025-08-20T22:08:13.5946223Z (Reading database ... 15%
2025-08-20T22:08:13.5946417Z (Reading database ... 20%
2025-08-20T22:08:13.5946611Z (Reading database ... 25%
2025-08-20T22:08:13.5946814Z (Reading database ... 30%
2025-08-20T22:08:13.5947006Z (Reading database ... 35%
2025-08-20T22:08:13.5947199Z (Reading database ... 40%
2025-08-20T22:08:13.5947729Z (Reading database ... 45%
2025-08-20T22:08:13.5947923Z (Reading database ... 50%
2025-08-20T22:08:13.5970442Z (Reading database ... 55%
2025-08-20T22:08:13.6068106Z (Reading database ... 60%
2025-08-20T22:08:13.6112016Z (Reading database ... 65%
2025-08-20T22:08:13.6131380Z (Reading database ... 70%
2025-08-20T22:08:13.6160302Z (Reading database ... 75%
2025-08-20T22:08:13.6348976Z (Reading database ... 80%
2025-08-20T22:08:13.6390584Z (Reading database ... 85%
2025-08-20T22:08:13.6477592Z (Reading database ... 90%
2025-08-20T22:08:13.6554224Z (Reading database ... 95%
2025-08-20T22:08:13.6554481Z (Reading database ... 100%
2025-08-20T22:08:13.6554778Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:08:13.6597767Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:08:13.6670370Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:08:13.7522653Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:08:13.7802905Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:08:13.8546131Z Selecting previously unselected package iputils-arping.
2025-08-20T22:08:13.8732214Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:08:13.8805335Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:08:13.9427112Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:08:13.9923137Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:08:13.9999667Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:08:14.0842203Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:08:14.1298133Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:08:14.1672801Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:08:14.2072471Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:08:14.2327120Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:08:17.2479329Z Reading package lists...
2025-08-20T22:08:17.5059539Z Building dependency tree...
2025-08-20T22:08:17.5068095Z Reading state information...
2025-08-20T22:08:17.8048706Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:08:17.8398883Z The following packages will be upgraded:
2025-08-20T22:08:17.8399484Z   python3-pip python3-pip-whl
2025-08-20T22:08:17.8607003Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:08:18.0045168Z Need to get 3020 kB of archives.
2025-08-20T22:08:18.0045556Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:08:18.0046164Z 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:08:18.1333934Z 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:08:18.4421138Z Fetched 3020 kB in 0s (10.9 MB/s)
2025-08-20T22:08:18.4868689Z (Reading database ... 
2025-08-20T22:08:18.4868970Z (Reading database ... 5%
2025-08-20T22:08:18.4869175Z (Reading database ... 10%
2025-08-20T22:08:18.4869379Z (Reading database ... 15%
2025-08-20T22:08:18.4869715Z (Reading database ... 20%
2025-08-20T22:08:18.4869914Z (Reading database ... 25%
2025-08-20T22:08:18.4870104Z (Reading database ... 30%
2025-08-20T22:08:18.4870297Z (Reading database ... 35%
2025-08-20T22:08:18.4870514Z (Reading database ... 40%
2025-08-20T22:08:18.4870710Z (Reading database ... 45%
2025-08-20T22:08:18.4870903Z (Reading database ... 50%
2025-08-20T22:08:18.4893187Z (Reading database ... 55%
2025-08-20T22:08:18.4990303Z (Reading database ... 60%
2025-08-20T22:08:18.5030087Z (Reading database ... 65%
2025-08-20T22:08:18.5048970Z (Reading database ... 70%
2025-08-20T22:08:18.5076860Z (Reading database ... 75%
2025-08-20T22:08:18.5260562Z (Reading database ... 80%
2025-08-20T22:08:18.5301590Z (Reading database ... 85%
2025-08-20T22:08:18.5389942Z (Reading database ... 90%
2025-08-20T22:08:18.5467573Z (Reading database ... 95%
2025-08-20T22:08:18.5467810Z (Reading database ... 100%
2025-08-20T22:08:18.5468211Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:08:18.5512105Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:08:18.7597545Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:08:19.0059901Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:08:19.0256198Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:08:19.1460768Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:08:19.1658304Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:08:20.1117867Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:08:23.2635076Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:08:23.5599670Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:08:24.5335683Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:08:24.6669180Z Collecting pip
2025-08-20T22:08:24.7236328Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:08:24.7425567Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:08:24.8554445Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.9 MB/s eta 0:00:00
2025-08-20T22:08:25.1265755Z Installing collected packages: pip
2025-08-20T22:08:25.7868741Z Successfully installed pip-25.2
2025-08-20T22:08:25.9996562Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:08:26.0451395Z Reading package lists...
2025-08-20T22:08:26.3037385Z Building dependency tree...
2025-08-20T22:08:26.3044737Z Reading state information...
2025-08-20T22:08:26.6106189Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:08:26.6106588Z pciutils set to manually installed.
2025-08-20T22:08:26.6106881Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:08:26.6107206Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:08:26.6107494Z python3-distro set to manually installed.
2025-08-20T22:08:26.6107809Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:08:26.6108314Z python3-netifaces set to manually installed.
2025-08-20T22:08:26.6109043Z The following additional packages will be installed:
2025-08-20T22:08:26.6109322Z   libsysfs2
2025-08-20T22:08:26.6117163Z Suggested packages:
2025-08-20T22:08:26.6117367Z   fancontrol read-edid i2c-tools
2025-08-20T22:08:26.6423602Z The following NEW packages will be installed:
2025-08-20T22:08:26.6426205Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:08:26.6635479Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:08:26.7364543Z Need to get 133 kB of archives.
2025-08-20T22:08:26.7364961Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:08:26.7365462Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:08:26.7755106Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:08:26.7918519Z 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:08:26.8361275Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:08:27.1254102Z Fetched 133 kB in 0s (831 kB/s)
2025-08-20T22:08:27.1698048Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:08:27.1734985Z (Reading database ... 
2025-08-20T22:08:27.1735667Z (Reading database ... 5%
2025-08-20T22:08:27.1735867Z (Reading database ... 10%
2025-08-20T22:08:27.1736064Z (Reading database ... 15%
2025-08-20T22:08:27.1736256Z (Reading database ... 20%
2025-08-20T22:08:27.1736786Z (Reading database ... 25%
2025-08-20T22:08:27.1736980Z (Reading database ... 30%
2025-08-20T22:08:27.1737172Z (Reading database ... 35%
2025-08-20T22:08:27.1737359Z (Reading database ... 40%
2025-08-20T22:08:27.1737552Z (Reading database ... 45%
2025-08-20T22:08:27.1737744Z (Reading database ... 50%
2025-08-20T22:08:27.1759849Z (Reading database ... 55%
2025-08-20T22:08:27.1856422Z (Reading database ... 60%
2025-08-20T22:08:27.1900216Z (Reading database ... 65%
2025-08-20T22:08:27.1919063Z (Reading database ... 70%
2025-08-20T22:08:27.1946837Z (Reading database ... 75%
2025-08-20T22:08:27.2127133Z (Reading database ... 80%
2025-08-20T22:08:27.2168790Z (Reading database ... 85%
2025-08-20T22:08:27.2257635Z (Reading database ... 90%
2025-08-20T22:08:27.2335067Z (Reading database ... 95%
2025-08-20T22:08:27.2335286Z (Reading database ... 100%
2025-08-20T22:08:27.2379739Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:08:27.2380184Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:08:27.2619676Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:08:27.3567255Z Selecting previously unselected package sysfsutils.
2025-08-20T22:08:27.3765080Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:08:27.3895701Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:08:27.4881613Z Selecting previously unselected package lm-sensors.
2025-08-20T22:08:27.5076425Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:08:27.5321752Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:08:27.6175124Z Selecting previously unselected package virt-what.
2025-08-20T22:08:27.6362996Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:08:27.6439592Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:08:27.7360294Z Setting up virt-what (1.25-2) ...
2025-08-20T22:08:27.7567784Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:08:27.7763897Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:08:28.1070639Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:08:28.1071030Z 
2025-08-20T22:08:28.1071525Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:08:28.1071970Z 
2025-08-20T22:08:28.3560451Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:08:28.6753404Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:08:28.6753923Z 
2025-08-20T22:08:28.6894975Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:08:30.3281986Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:08:31.8240062Z Reading package lists...
2025-08-20T22:08:32.0916186Z Building dependency tree...
2025-08-20T22:08:32.0926482Z Reading state information...
2025-08-20T22:08:32.4540793Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:08:32.4541584Z The following additional packages will be installed:
2025-08-20T22:08:32.4543568Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:08:32.4544030Z   xorg-sgml-doctools
2025-08-20T22:08:32.4552780Z Suggested packages:
2025-08-20T22:08:32.4552964Z   libxcb-doc
2025-08-20T22:08:32.4752440Z The following NEW packages will be installed:
2025-08-20T22:08:32.4753616Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:08:32.4757154Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:08:32.4757516Z   xcb xorg-sgml-doctools
2025-08-20T22:08:32.5339532Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:08:32.5339855Z Need to get 816 kB of archives.
2025-08-20T22:08:32.5340141Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:08:32.5340668Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:08:32.5503259Z 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:08:32.5678483Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:08:32.6643597Z 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:08:32.6804392Z 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:08:32.6969090Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:08:32.7140269Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:08:32.7304998Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:08:32.7470249Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:08:32.7635816Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:08:32.7800716Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:08:33.0756923Z Fetched 816 kB in 0s (2784 kB/s)
2025-08-20T22:08:33.1059332Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:08:33.1097469Z (Reading database ... 
2025-08-20T22:08:33.1097810Z (Reading database ... 5%
2025-08-20T22:08:33.1098169Z (Reading database ... 10%
2025-08-20T22:08:33.1098379Z (Reading database ... 15%
2025-08-20T22:08:33.1098585Z (Reading database ... 20%
2025-08-20T22:08:33.1098783Z (Reading database ... 25%
2025-08-20T22:08:33.1098975Z (Reading database ... 30%
2025-08-20T22:08:33.1099167Z (Reading database ... 35%
2025-08-20T22:08:33.1099356Z (Reading database ... 40%
2025-08-20T22:08:33.1099565Z (Reading database ... 45%
2025-08-20T22:08:33.1099753Z (Reading database ... 50%
2025-08-20T22:08:33.1123095Z (Reading database ... 55%
2025-08-20T22:08:33.1221336Z (Reading database ... 60%
2025-08-20T22:08:33.1261905Z (Reading database ... 65%
2025-08-20T22:08:33.1281374Z (Reading database ... 70%
2025-08-20T22:08:33.1310468Z (Reading database ... 75%
2025-08-20T22:08:33.1503210Z (Reading database ... 80%
2025-08-20T22:08:33.1545582Z (Reading database ... 85%
2025-08-20T22:08:33.1633944Z (Reading database ... 90%
2025-08-20T22:08:33.1712975Z (Reading database ... 95%
2025-08-20T22:08:33.1713209Z (Reading database ... 100%
2025-08-20T22:08:33.1713509Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:08:33.1758804Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:08:33.1831178Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:08:33.2362605Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:08:33.2551474Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:08:33.2618926Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:08:33.3650784Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:08:33.3831291Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:08:33.3897320Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:08:33.4627087Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:08:33.4811077Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:08:33.4892668Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:08:33.5510568Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:08:33.5706000Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:08:33.5779805Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:08:33.6342370Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:08:33.6560914Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:08:33.6628952Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:08:33.7316117Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:08:33.7510374Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:08:33.7575916Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:08:33.8234908Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:08:33.8415123Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:08:33.8542859Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:08:33.9095976Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:08:33.9281473Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:08:33.9346820Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:08:33.9862122Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:08:34.0048299Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:08:34.0114226Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:08:34.0925982Z Selecting previously unselected package xcb.
2025-08-20T22:08:34.1122920Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:08:34.1188538Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:08:34.2045730Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:08:34.2242652Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:08:34.2446779Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:08:34.2728241Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:08:34.3086216Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:08:34.3393439Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:08:35.9030440Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:08:35.9317232Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:08:35.9599541Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:08:35.9806707Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:08:36.0003814Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:08:36.0200292Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:08:36.0412559Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:08:36.0630497Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:08:37.7366092Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:08:38.3676284Z Collecting build
2025-08-20T22:08:38.4163058Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:08:38.5209132Z Collecting cffi
2025-08-20T22:08:38.5275693Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:08:38.5585802Z Collecting scons
2025-08-20T22:08:38.5672227Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:08:38.5990860Z Collecting scuba
2025-08-20T22:08:38.6069045Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:08:38.6683631Z Collecting pytest
2025-08-20T22:08:38.6758291Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:08:38.7293791Z Collecting packaging>=19.1 (from build)
2025-08-20T22:08:38.7364177Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:08:38.7683905Z Collecting pyproject_hooks (from build)
2025-08-20T22:08:38.7753062Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:08:38.8051558Z Collecting pycparser (from cffi)
2025-08-20T22:08:38.8122545Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:08:38.8560080Z Collecting PyYAML (from scuba)
2025-08-20T22:08:38.8631745Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:08:38.8919853Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:08:38.8987203Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:08:38.9331913Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:08:38.9405794Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:08:38.9769220Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:08:38.9838292Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:08:39.0042046Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:08:39.0252363Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:08:39.0652086Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:08:39.1268436Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 65.8 MB/s  0:00:00
2025-08-20T22:08:39.1363707Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:08:39.1552241Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:08:39.1746245Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:08:39.1927312Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:08:39.2082743Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:08:39.2247255Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:08:39.2506443Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 40.7 MB/s  0:00:00
2025-08-20T22:08:39.2575585Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:08:39.2767891Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:08:39.3003891Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:08:39.3202997Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 26.7 MB/s  0:00:00
2025-08-20T22:08:39.4159677Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:08:41.0576194Z 
2025-08-20T22:08:41.0591029Z 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:08:41.3657891Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:08:41.9957705Z Collecting ansi2txt
2025-08-20T22:08:42.0413264Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:08:42.0840718Z Collecting pipx
2025-08-20T22:08:42.0911549Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:08:42.1233982Z Collecting scons
2025-08-20T22:08:42.1246203Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:08:42.1442541Z Collecting py2static
2025-08-20T22:08:42.1522442Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:08:42.1915019Z Collecting typer
2025-08-20T22:08:42.1991418Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:08:42.2450594Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:08:42.2524569Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:08:42.2830997Z Collecting packaging>=20 (from pipx)
2025-08-20T22:08:42.2842354Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:08:42.3105024Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:08:42.3176703Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:08:42.3506867Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:08:42.3575822Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:08:42.4135233Z Collecting pyinstaller (from py2static)
2025-08-20T22:08:42.4214008Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:08:42.4550539Z Collecting staticx (from py2static)
2025-08-20T22:08:42.4641294Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:08:42.5080885Z   Preparing metadata (setup.py): started
2025-08-20T22:08:43.0128184Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:08:43.0439012Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:08:43.0577403Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:08:43.1030234Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:08:43.1099985Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:08:43.1580816Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:08:43.1649542Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:08:43.2190057Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:08:43.2260576Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:08:43.2596013Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:08:43.2667139Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:08:43.3024356Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:08:43.3036073Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:08:43.3268121Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:08:43.3337454Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:08:43.4484940Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:08:43.4559069Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:08:43.5000981Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:08:43.5069824Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:08:43.5418806Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:08:43.5489321Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:08:43.5857073Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:08:43.5926609Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:08:43.6124342Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:08:43.6283694Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:08:43.6404158Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:08:43.6503090Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:08:43.6666760Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:08:43.6875985Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:08:43.7044371Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:08:43.7174923Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:08:43.7281138Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:08:43.7445855Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:08:43.7643047Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:08:43.7720697Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:08:43.7943260Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:08:43.8111581Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:08:43.8283349Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:08:43.8448573Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:08:43.8668465Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:08:43.8907299Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 22.1 MB/s  0:00:00
2025-08-20T22:08:43.8978211Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:08:43.9246622Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:08:43.9483456Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 44.0 MB/s  0:00:00
2025-08-20T22:08:43.9557264Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:08:43.9822954Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:08:44.0277327Z Building wheels for collected packages: staticx
2025-08-20T22:08:44.0285157Z   Building wheel for staticx (setup.py): started
2025-08-20T22:08:56.1772258Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:08:56.1781886Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790702 sha256=22568a76afb5d871717ad42df0e3fd834154a7d2ad77a81a238933b76a892c77
2025-08-20T22:08:56.1783158Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:08:56.1800020Z Successfully built staticx
2025-08-20T22:08:56.2755695Z 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:08:57.0968706Z   Attempting uninstall: scons
2025-08-20T22:08:57.1042536Z     Found existing installation: SCons 4.9.1
2025-08-20T22:08:57.1342598Z     Uninstalling SCons-4.9.1:
2025-08-20T22:08:57.1406627Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:08:57.6562025Z   Attempting uninstall: pygments
2025-08-20T22:08:57.6630450Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:08:57.6791748Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:08:57.6815961Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:08:58.3032384Z   Attempting uninstall: packaging
2025-08-20T22:08:58.3105060Z     Found existing installation: packaging 25.0
2025-08-20T22:08:58.3125582Z     Uninstalling packaging-25.0:
2025-08-20T22:08:58.3132291Z       Successfully uninstalled packaging-25.0
2025-08-20T22:08:59.2680898Z 
2025-08-20T22:08:59.2705220Z 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:08:59.5730084Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:09:00.0086557Z Collecting build
2025-08-20T22:09:00.0098280Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:09:00.0841921Z Collecting cffi
2025-08-20T22:09:00.0854745Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:09:00.1065093Z Collecting scons
2025-08-20T22:09:00.1075689Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:09:00.1328476Z Collecting scuba
2025-08-20T22:09:00.1339795Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:09:00.1798253Z Collecting pytest
2025-08-20T22:09:00.1808183Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:09:00.2021109Z Collecting packaging>=19.1 (from build)
2025-08-20T22:09:00.2031791Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:09:00.2173739Z Collecting pyproject_hooks (from build)
2025-08-20T22:09:00.2184062Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:09:00.2343908Z Collecting pycparser (from cffi)
2025-08-20T22:09:00.2355720Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:09:00.2671645Z Collecting PyYAML (from scuba)
2025-08-20T22:09:00.2689707Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:09:00.2863008Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:09:00.2873680Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:09:00.3074907Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:09:00.3085928Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:09:00.3308885Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:09:00.3319283Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:09:00.3369698Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:09:00.3379185Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:09:00.3390543Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:09:00.3418839Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:09:00.3429148Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:09:00.3439944Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:09:00.3448825Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:09:00.3457087Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:09:00.3465888Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:09:00.3481759Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:09:00.3491040Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:09:00.3499972Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:09:00.4549279Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:09:00.4554435Z   Attempting uninstall: scons
2025-08-20T22:09:00.4626313Z     Found existing installation: SCons 4.9.1
2025-08-20T22:09:00.4915775Z     Uninstalling SCons-4.9.1:
2025-08-20T22:09:00.4978351Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:09:00.9904978Z   Attempting uninstall: PyYAML
2025-08-20T22:09:00.9984373Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:09:01.0004564Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:09:01.0018251Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:09:01.0576927Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:09:01.0649210Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:09:01.0663194Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:09:01.0667320Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:09:01.0840572Z   Attempting uninstall: pygments
2025-08-20T22:09:01.0907453Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:09:01.1063816Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:09:01.1087599Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:09:01.6948108Z   Attempting uninstall: pycparser
2025-08-20T22:09:01.7023169Z     Found existing installation: pycparser 2.22
2025-08-20T22:09:01.7043280Z     Uninstalling pycparser-2.22:
2025-08-20T22:09:01.7049588Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:09:01.8283251Z   Attempting uninstall: pluggy
2025-08-20T22:09:01.8354958Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:09:01.8371561Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:09:01.8376901Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:09:01.8603769Z   Attempting uninstall: packaging
2025-08-20T22:09:01.8678114Z     Found existing installation: packaging 25.0
2025-08-20T22:09:01.8701141Z     Uninstalling packaging-25.0:
2025-08-20T22:09:01.8706998Z       Successfully uninstalled packaging-25.0
2025-08-20T22:09:01.9141220Z   Attempting uninstall: iniconfig
2025-08-20T22:09:01.9216447Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:09:01.9231282Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:09:01.9236546Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:09:01.9389105Z   Attempting uninstall: scuba
2025-08-20T22:09:01.9460700Z     Found existing installation: scuba 2.14.1
2025-08-20T22:09:01.9477338Z     Uninstalling scuba-2.14.1:
2025-08-20T22:09:01.9484808Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:09:01.9732965Z   Attempting uninstall: pytest
2025-08-20T22:09:01.9812409Z     Found existing installation: pytest 8.4.1
2025-08-20T22:09:01.9860960Z     Uninstalling pytest-8.4.1:
2025-08-20T22:09:02.0067528Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:09:02.2164094Z   Attempting uninstall: cffi
2025-08-20T22:09:02.2233586Z     Found existing installation: cffi 1.17.1
2025-08-20T22:09:02.2253937Z     Uninstalling cffi-1.17.1:
2025-08-20T22:09:02.2446922Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:09:02.3212214Z   Attempting uninstall: build
2025-08-20T22:09:02.3284332Z     Found existing installation: build 1.3.0
2025-08-20T22:09:02.3304240Z     Uninstalling build-1.3.0:
2025-08-20T22:09:02.3311994Z       Successfully uninstalled build-1.3.0
2025-08-20T22:09:02.3592762Z 
2025-08-20T22:09:02.3617174Z 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:09:02.6662186Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:09:02.8395435Z Collecting ansi2txt
2025-08-20T22:09:02.8407595Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:09:02.8681712Z Collecting pipx
2025-08-20T22:09:02.8693695Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:09:02.8887624Z Collecting scons
2025-08-20T22:09:02.8899295Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:09:02.9060775Z Collecting py2static
2025-08-20T22:09:02.9071700Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:09:02.9277444Z Collecting typer
2025-08-20T22:09:02.9288346Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:09:02.9553557Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:09:02.9565305Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:09:02.9769936Z Collecting packaging>=20 (from pipx)
2025-08-20T22:09:02.9780819Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:09:02.9983964Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:09:02.9994761Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:09:03.0186269Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:09:03.0196908Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:09:03.0545405Z Collecting pyinstaller (from py2static)
2025-08-20T22:09:03.0557781Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:09:03.0753334Z Collecting staticx (from py2static)
2025-08-20T22:09:03.0763765Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:09:03.0901634Z   Preparing metadata (setup.py): started
2025-08-20T22:09:03.2867386Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:09:03.3084212Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:09:03.3094511Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:09:03.3323352Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:09:03.3333910Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:09:03.3630866Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:09:03.3641524Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:09:03.4029117Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:09:03.4040683Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:09:03.4334243Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:09:03.4346263Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:09:03.4774623Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:09:03.4786336Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:09:03.5044820Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:09:03.5055475Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:09:03.6135284Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:09:03.6146225Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:09:03.6360824Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:09:03.6371317Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:09:03.6585852Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:09:03.6596755Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:09:03.6796792Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:09:03.6807379Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:09:03.6840543Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:09:03.6849870Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:09:03.6859370Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:09:03.6887174Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:09:03.6895922Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:09:03.6905094Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:09:03.6914355Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:09:03.6924029Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:09:03.6932927Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:09:03.6941844Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:09:03.6952327Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:09:03.6968371Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:09:03.6977478Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:09:03.6986164Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:09:03.6995078Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:09:03.7004058Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:09:03.7012986Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:09:03.7025778Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:09:03.7037249Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:09:03.7053773Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:09:03.7062598Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:09:03.7377116Z Building wheels for collected packages: staticx
2025-08-20T22:09:03.7383780Z   Building wheel for staticx (setup.py): started
2025-08-20T22:09:06.2587446Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:09:06.2599448Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790762 sha256=0968d98cdc86fff5f218a031700832cce15df2c77a0bcd607096437bcd845da2
2025-08-20T22:09:06.2600654Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:09:06.2619545Z Successfully built staticx
2025-08-20T22:09:06.3600171Z 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:09:06.3602872Z   Attempting uninstall: pyelftools
2025-08-20T22:09:06.3670824Z     Found existing installation: pyelftools 0.32
2025-08-20T22:09:06.3709574Z     Uninstalling pyelftools-0.32:
2025-08-20T22:09:06.3721540Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:09:06.4888971Z   Attempting uninstall: altgraph
2025-08-20T22:09:06.4963574Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:09:06.4979980Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:09:06.4985293Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:09:06.5192943Z   Attempting uninstall: typing-extensions
2025-08-20T22:09:06.5264596Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:09:06.5281494Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:09:06.5473113Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:09:06.5781444Z   Attempting uninstall: staticx
2025-08-20T22:09:06.5854399Z     Found existing installation: staticx 0.14.1
2025-08-20T22:09:06.5875578Z     Uninstalling staticx-0.14.1:
2025-08-20T22:09:06.5884001Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:09:06.6227885Z   Attempting uninstall: shellingham
2025-08-20T22:09:06.6302659Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:09:06.6319245Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:09:06.6324301Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:09:06.6476751Z   Attempting uninstall: setuptools
2025-08-20T22:09:06.6546984Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:09:06.6751651Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:09:06.6979105Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:09:07.3074345Z   Attempting uninstall: scons
2025-08-20T22:09:07.3151741Z     Found existing installation: SCons 4.9.1
2025-08-20T22:09:07.3458843Z     Uninstalling SCons-4.9.1:
2025-08-20T22:09:07.3522021Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:09:07.8749509Z   Attempting uninstall: pygments
2025-08-20T22:09:07.8831827Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:09:07.8990956Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:09:07.9015021Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:09:08.4896226Z   Attempting uninstall: platformdirs
2025-08-20T22:09:08.4973922Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:09:08.4996651Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:09:08.5002126Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:09:08.5221819Z   Attempting uninstall: packaging
2025-08-20T22:09:08.5297849Z     Found existing installation: packaging 25.0
2025-08-20T22:09:08.5318086Z     Uninstalling packaging-25.0:
2025-08-20T22:09:08.5324220Z       Successfully uninstalled packaging-25.0
2025-08-20T22:09:08.5774876Z   Attempting uninstall: mdurl
2025-08-20T22:09:08.5844656Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:09:08.5859842Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:09:08.5864804Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:09:08.6011910Z   Attempting uninstall: click
2025-08-20T22:09:08.6085429Z     Found existing installation: click 8.2.1
2025-08-20T22:09:08.6104369Z     Uninstalling click-8.2.1:
2025-08-20T22:09:08.6110152Z       Successfully uninstalled click-8.2.1
2025-08-20T22:09:08.6739276Z   Attempting uninstall: argcomplete
2025-08-20T22:09:08.6814134Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:09:08.6838776Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:09:08.6847890Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:09:08.7178747Z   Attempting uninstall: ansi2txt
2025-08-20T22:09:08.7251163Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:09:08.7264510Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:09:08.7458378Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:09:08.7644029Z   Attempting uninstall: userpath
2025-08-20T22:09:08.7716035Z     Found existing installation: userpath 1.9.2
2025-08-20T22:09:08.7732603Z     Uninstalling userpath-1.9.2:
2025-08-20T22:09:08.7739522Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:09:08.7906288Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:09:08.7981160Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:09:08.8283830Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:09:08.8324441Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:09:09.0264963Z   Attempting uninstall: markdown-it-py
2025-08-20T22:09:09.0339036Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:09:09.0395753Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:09:09.0407164Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:09:09.1052973Z   Attempting uninstall: rich
2025-08-20T22:09:09.1128839Z     Found existing installation: rich 14.1.0
2025-08-20T22:09:09.1177329Z     Uninstalling rich-14.1.0:
2025-08-20T22:09:09.1187674Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:09:09.2741607Z   Attempting uninstall: pyinstaller
2025-08-20T22:09:09.2814578Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:09:09.3066394Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:09:09.3104967Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:09:09.5741545Z   Attempting uninstall: pipx
2025-08-20T22:09:09.5825139Z     Found existing installation: pipx 1.7.1
2025-08-20T22:09:09.5855137Z     Uninstalling pipx-1.7.1:
2025-08-20T22:09:09.5863957Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:09:09.6405704Z   Attempting uninstall: typer
2025-08-20T22:09:09.6480081Z     Found existing installation: typer 0.16.1
2025-08-20T22:09:09.6502215Z     Uninstalling typer-0.16.1:
2025-08-20T22:09:09.6510112Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:09:09.6946240Z   Attempting uninstall: py2static
2025-08-20T22:09:09.7014485Z     Found existing installation: py2static 0.0.1
2025-08-20T22:09:09.7031364Z     Uninstalling py2static-0.0.1:
2025-08-20T22:09:09.7039513Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:09:09.7268176Z 
2025-08-20T22:09:09.7293023Z 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:09:10.0444200Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:09:10.1500668Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:09:10.1505257Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-edfcmzli
2025-08-20T22:09:10.1526428Z 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-edfcmzli
2025-08-20T22:09:11.4452215Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:09:11.4488526Z   Installing build dependencies: started
2025-08-20T22:09:12.2292837Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:09:12.2303470Z   Getting requirements to build wheel: started
2025-08-20T22:09:12.4981343Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:09:12.4993013Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:09:12.6742280Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:09:12.8216682Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:09:12.8226920Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:09:12.8555943Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:09:12.8566994Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:09:12.8786104Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:09:12.8797250Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:09:12.8993589Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:09:12.9004995Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:09:12.9046060Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:09:12.9055957Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:09:12.9068536Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:09:12.9085013Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:09:12.9194731Z Building wheels for collected packages: pyinstaller
2025-08-20T22:09:12.9202426Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:09:15.7984311Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:09:15.8005546Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=23d4fa91c4bf51487b1d44ddc194438e0ef4e98688f8cf4b44d29be29afd551d
2025-08-20T22:09:15.8006580Z   Stored in directory: /tmp/pip-ephem-wheel-cache-zmsaqfjp/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:09:15.8045385Z Successfully built pyinstaller
2025-08-20T22:09:15.8831502Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:09:15.8836281Z   Attempting uninstall: altgraph
2025-08-20T22:09:15.8905529Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:09:15.8923340Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:09:15.8929730Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:09:15.9177791Z   Attempting uninstall: setuptools
2025-08-20T22:09:15.9249056Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:09:15.9458334Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:09:15.9685840Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:09:16.5711669Z   Attempting uninstall: packaging
2025-08-20T22:09:16.5787416Z     Found existing installation: packaging 25.0
2025-08-20T22:09:16.5807928Z     Uninstalling packaging-25.0:
2025-08-20T22:09:16.5814506Z       Successfully uninstalled packaging-25.0
2025-08-20T22:09:16.6273498Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:09:16.6351775Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:09:16.6657456Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:09:16.6699007Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:09:16.8685098Z   Attempting uninstall: pyinstaller
2025-08-20T22:09:16.8763089Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:09:16.9035628Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:09:16.9075370Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:09:17.1856587Z 
2025-08-20T22:09:17.1891272Z 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:09:17.4273880Z 6.15.0
2025-08-20T22:09:19.2424456Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:09:19.2434992Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:09:19.2435358Z 
2025-08-20T22:09:19.2435596Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:09:19.2436149Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:09:19.2436555Z installation.
2025-08-20T22:09:19.2436672Z 
2025-08-20T22:09:19.2436893Z If you installed the current Docker package using this script and are using it
2025-08-20T22:09:19.2437432Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:09:19.2437912Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:09:19.2438612Z files to match the parameters passed to the script.
2025-08-20T22:09:19.2438914Z 
2025-08-20T22:09:19.2439068Z You may press Ctrl+C now to abort this script.
2025-08-20T22:09:19.2595711Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:09:20.7684255Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:09:21.3767156Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:09:21.3922194Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:09:21.5110441Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:09:21.5126235Z + 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:09:21.5133483Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:09:22.8282224Z + 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:09:34.3343721Z + sh -c 'docker version'
2025-08-20T22:09:34.3485169Z Client: Docker Engine - Community
2025-08-20T22:09:34.3486781Z  Version:           28.3.3
2025-08-20T22:09:34.3487109Z  API version:       1.51
2025-08-20T22:09:34.3487728Z  Go version:        go1.24.5
2025-08-20T22:09:34.3488627Z  Git commit:        980b856
2025-08-20T22:09:34.3488918Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:09:34.3489259Z  OS/Arch:           linux/arm64
2025-08-20T22:09:34.3489594Z  Context:           default
2025-08-20T22:09:34.3489737Z 
2025-08-20T22:09:34.3489853Z Server: Docker Engine - Community
2025-08-20T22:09:34.3490165Z  Engine:
2025-08-20T22:09:34.3490370Z   Version:          28.3.3
2025-08-20T22:09:34.3490624Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:09:34.3491009Z   Go version:       go1.24.5
2025-08-20T22:09:34.3491260Z   Git commit:       bea959c
2025-08-20T22:09:34.3491486Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:09:34.3491810Z   OS/Arch:          linux/arm64
2025-08-20T22:09:34.3492062Z   Experimental:     false
2025-08-20T22:09:34.3492329Z  containerd:
2025-08-20T22:09:34.3492585Z   Version:          1.7.27
2025-08-20T22:09:34.3492874Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:09:34.3493228Z  runc:
2025-08-20T22:09:34.3493427Z   Version:          1.2.5
2025-08-20T22:09:34.3493662Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:09:34.3493999Z  docker-init:
2025-08-20T22:09:34.3494214Z   Version:          0.19.0
2025-08-20T22:09:34.3494478Z   GitCommit:        de40ad0
2025-08-20T22:09:34.3501892Z 
2025-08-20T22:09:34.3502170Z ================================================================================
2025-08-20T22:09:34.3502446Z 
2025-08-20T22:09:34.3503010Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:09:34.3503564Z Docker daemon in rootless mode for your user:
2025-08-20T22:09:34.3503805Z 
2025-08-20T22:09:34.3503919Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:09:34.3504113Z 
2025-08-20T22:09:34.3504357Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:09:34.3504697Z 
2025-08-20T22:09:34.3504701Z 
2025-08-20T22:09:34.3504887Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:09:34.3505351Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:09:34.3505643Z 
2025-08-20T22:09:34.3505856Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:09:34.3506315Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:09:34.3506763Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:09:34.3507141Z 
2025-08-20T22:09:34.3507252Z ================================================================================
2025-08-20T22:09:34.3507463Z 
2025-08-20T22:09:45.4612224Z ● docker.service - Docker Application Container Engine
2025-08-20T22:09:45.4612749Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:09:45.4613223Z      Active: active (running) since Wed 2025-08-20 22:09:35 UTC; 10s ago
2025-08-20T22:09:45.4613775Z TriggeredBy: ● docker.socket
2025-08-20T22:09:45.4614060Z        Docs: https://docs.docker.com
2025-08-20T22:09:45.4614733Z    Main PID: 20516 (dockerd)
2025-08-20T22:09:45.4614978Z       Tasks: 11
2025-08-20T22:09:45.4615188Z      Memory: 21.2M (peak: 24.2M)
2025-08-20T22:09:45.4615501Z         CPU: 277ms
2025-08-20T22:09:45.4615717Z      CGroup: /system.slice/docker.service
2025-08-20T22:09:45.4616804Z              └─20516 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:09:45.4617217Z 
2025-08-20T22:09:45.4617576Z Aug 20 22:09:34 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:34.806367106Z" level=info msg="Loading containers: start."
2025-08-20T22:09:45.4618941Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.356455216Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count cfb9f9f75776ae8ba5b9b0e1be51a6b785c3a8941e18cd988a02a0c759f58492], retrying...."
2025-08-20T22:09:45.4620219Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.399030097Z" level=info msg="Loading containers: done."
2025-08-20T22:09:45.4621386Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.422901712Z" 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:09:45.4622709Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.423016939Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:09:45.4623643Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.423049636Z" level=info msg="Initializing buildkit"
2025-08-20T22:09:45.4624336Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.440027283Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:09:45.4625058Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.444400591Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:09:45.4625887Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.444465697Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:09:45.4626551Z Aug 20 22:09:35 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:09:45.4717284Z ● docker.service - Docker Application Container Engine
2025-08-20T22:09:45.4717826Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:09:45.4718756Z      Active: active (running) since Wed 2025-08-20 22:09:35 UTC; 10s ago
2025-08-20T22:09:45.4719387Z TriggeredBy: ● docker.socket
2025-08-20T22:09:45.4719711Z        Docs: https://docs.docker.com
2025-08-20T22:09:45.4720035Z    Main PID: 20516 (dockerd)
2025-08-20T22:09:45.4720283Z       Tasks: 11
2025-08-20T22:09:45.4720508Z      Memory: 21.2M (peak: 24.2M)
2025-08-20T22:09:45.4720831Z         CPU: 277ms
2025-08-20T22:09:45.4721082Z      CGroup: /system.slice/docker.service
2025-08-20T22:09:45.4721665Z              └─20516 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:09:45.4722036Z 
2025-08-20T22:09:45.4722355Z Aug 20 22:09:34 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:34.806367106Z" level=info msg="Loading containers: start."
2025-08-20T22:09:45.4723512Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.356455216Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count cfb9f9f75776ae8ba5b9b0e1be51a6b785c3a8941e18cd988a02a0c759f58492], retrying...."
2025-08-20T22:09:45.4724720Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.399030097Z" level=info msg="Loading containers: done."
2025-08-20T22:09:45.4725879Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.422901712Z" 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:09:45.4727395Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.423016939Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:09:45.4728618Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.423049636Z" level=info msg="Initializing buildkit"
2025-08-20T22:09:45.4729340Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.440027283Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:09:45.4730118Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.444400591Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:09:45.4730889Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.444465697Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:09:45.4731544Z Aug 20 22:09:35 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:09:45.4908496Z ● docker.service - Docker Application Container Engine
2025-08-20T22:09:45.4909051Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:09:45.4909553Z      Active: active (running) since Wed 2025-08-20 22:09:35 UTC; 10s ago
2025-08-20T22:09:45.4910071Z TriggeredBy: ● docker.socket
2025-08-20T22:09:45.4910402Z        Docs: https://docs.docker.com
2025-08-20T22:09:45.4910680Z    Main PID: 20516 (dockerd)
2025-08-20T22:09:45.4911006Z       Tasks: 11
2025-08-20T22:09:45.4911224Z      Memory: 21.2M (peak: 24.2M)
2025-08-20T22:09:45.4911525Z         CPU: 277ms
2025-08-20T22:09:45.4911798Z      CGroup: /system.slice/docker.service
2025-08-20T22:09:45.4912353Z              └─20516 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:09:45.4912636Z 
2025-08-20T22:09:45.4913007Z Aug 20 22:09:34 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:34.806367106Z" level=info msg="Loading containers: start."
2025-08-20T22:09:45.4914165Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.356455216Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count cfb9f9f75776ae8ba5b9b0e1be51a6b785c3a8941e18cd988a02a0c759f58492], retrying...."
2025-08-20T22:09:45.4915318Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.399030097Z" level=info msg="Loading containers: done."
2025-08-20T22:09:45.4916860Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.422901712Z" 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:09:45.4918666Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.423016939Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:09:45.4919636Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.423049636Z" level=info msg="Initializing buildkit"
2025-08-20T22:09:45.4920352Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.440027283Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:09:45.4921092Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.444400591Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:09:45.4921914Z Aug 20 22:09:35 runnervmdbl46 dockerd[20516]: time="2025-08-20T22:09:35.444465697Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:09:45.4922583Z Aug 20 22:09:35 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:09:45.5008358Z Docker version 28.3.3, build 980b856
2025-08-20T22:09:45.5184906Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:09:45.8088903Z latest: Pulling from library/hello-world
2025-08-20T22:09:45.9099743Z 198f93fd5094: Pulling fs layer
2025-08-20T22:09:46.0660068Z 198f93fd5094: Verifying Checksum
2025-08-20T22:09:46.0660522Z 198f93fd5094: Download complete
2025-08-20T22:09:46.1126512Z 198f93fd5094: Pull complete
2025-08-20T22:09:46.1428353Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:09:46.1538570Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:09:47.1069513Z 
2025-08-20T22:09:47.1077349Z Hello from Docker!
2025-08-20T22:09:47.1079374Z This message shows that your installation appears to be working correctly.
2025-08-20T22:09:47.1079709Z 
2025-08-20T22:09:47.1079869Z To generate this message, Docker took the following steps:
2025-08-20T22:09:47.1080332Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:09:47.1080736Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:09:47.1081113Z     (arm64v8)
2025-08-20T22:09:47.1081481Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:09:47.1081961Z     executable that produces the output you are currently reading.
2025-08-20T22:09:47.1082445Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:09:47.1082834Z     to your terminal.
2025-08-20T22:09:47.1082964Z 
2025-08-20T22:09:47.1083188Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:09:47.1083600Z  $ docker run -it ubuntu bash
2025-08-20T22:09:47.1083764Z 
2025-08-20T22:09:47.1083995Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:09:47.1084361Z  https://hub.docker.com/
2025-08-20T22:09:47.1084542Z 
2025-08-20T22:09:47.1084674Z For more examples and ideas, visit:
2025-08-20T22:09:47.1084967Z  https://docs.docker.com/get-started/
2025-08-20T22:09:47.1085169Z 
2025-08-20T22:09:47.2477498Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:09:47.2478190Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:09:47.2478610Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:09:47.2479193Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:09:47.2479628Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:09:47.2480031Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:09:47.2480503Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:09:47.2480920Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:09:47.2481716Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:09:47.2482185Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:09:47.2482698Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:09:47.2483168Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:09:47.2483637Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:09:47.2484193Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:09:47.2484747Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:09:47.2485199Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:09:47.2485672Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:09:47.2486102Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:09:47.2486538Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:09:47.2552367Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:09:47.2553042Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:09:47.2553441Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:09:47.2553862Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:09:47.2554755Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:09:47.2555106Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:09:47.2555495Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:09:47.2555935Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:09:47.2556350Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:09:47.2556765Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:09:47.2557176Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:09:47.2557744Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:09:47.2559492Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:09:47.2559930Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:09:47.2560361Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:09:47.2560798Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:09:47.2561221Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:09:47.2561619Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:09:47.2562030Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:09:47.2562463Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:09:47.2562875Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:09:47.2563299Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:09:47.2563718Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:09:47.2564120Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:09:47.2564518Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:09:47.2564971Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:09:47.2566025Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:09:47.2566540Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:09:47.2567386Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:09:47.2567845Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:09:47.2568469Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:09:47.2568893Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:09:47.2569301Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:09:47.2569727Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:09:47.2570123Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:09:47.2570491Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:09:47.2570847Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:09:47.2571211Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:09:47.2571606Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:09:47.2572011Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:09:47.2572389Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:09:47.2572798Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:09:47.2573232Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:09:47.2573848Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:09:47.2574263Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:09:47.2574682Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:09:47.2575111Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:09:47.2575518Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:09:47.2575914Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:09:47.2576353Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:09:47.2576847Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:09:47.2577346Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:09:47.2577812Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:09:47.2578562Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:09:47.2578955Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:09:47.2579350Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:09:47.2579752Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:09:47.2580158Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:09:47.2580610Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:09:47.2581105Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:09:47.2581610Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:09:47.2582096Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:09:47.2582538Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:09:47.2582939Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:09:47.2583327Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:09:47.2583730Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:09:47.2584367Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:09:47.2584774Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:09:47.2585194Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:09:47.2585617Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:09:47.2585997Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:09:47.2586370Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:09:47.2586774Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:09:47.2587175Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:09:47.2587550Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:09:47.2587919Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:09:47.2588489Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:09:47.2588888Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:09:47.2589232Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:09:47.2589600Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:09:47.2590008Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:09:47.2590393Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:09:47.2590953Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:09:47.2591319Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:09:47.2591694Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:09:47.2592079Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:09:47.2592481Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:09:47.2592876Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:09:47.2593259Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:09:47.2593639Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:09:47.2594033Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:09:47.2594432Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:09:47.2594804Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:09:47.2595159Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:09:47.2595684Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:09:47.2596076Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:09:47.2596438Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:09:47.2596792Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:09:47.2597167Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:09:47.2597566Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:09:47.2598208Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:09:47.2598671Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:09:47.2599080Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:09:47.2599472Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:09:47.2599861Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:09:47.2600247Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:09:47.2600649Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:09:47.2601304Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:09:47.2601699Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:09:47.2602291Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:09:47.2602700Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:09:47.2603137Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:09:47.2603572Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:09:47.2603961Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:09:47.2604462Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:09:47.2604869Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:09:47.2605278Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:09:47.2605685Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:09:47.2606083Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:09:47.2606481Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:09:47.2606881Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:09:47.2607266Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:09:47.2607770Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:09:47.2608310Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:09:47.2608711Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:09:47.2609106Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:09:47.2609508Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:09:47.2609902Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:09:47.2610271Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:09:47.2610645Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:09:47.2611018Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:09:47.2611403Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:09:47.2611829Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:09:47.2612272Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:09:47.2612669Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:09:47.2613041Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:09:47.2613430Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:09:47.2613853Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:09:47.2614270Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:09:47.2614622Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:09:47.2614966Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:09:47.2615385Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:09:47.2615822Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:09:47.2616235Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:09:47.2616620Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:09:47.2617001Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:09:47.2617385Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:09:47.2618175Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:09:47.2618698Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:09:47.2619118Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:09:47.2619482Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:09:47.2619840Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:09:47.2620287Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:09:47.2620787Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:09:47.2621229Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:09:47.2621600Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:09:47.2622063Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:09:47.2622600Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:09:47.2623102Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:09:47.2623537Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:09:47.2623898Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:09:47.2624443Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:09:47.2624853Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:09:47.2625267Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:09:47.2625670Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:09:47.2626041Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:09:47.2626419Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:09:47.2626817Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:09:47.2627212Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:09:47.2627607Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:09:47.2628166Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:09:47.2628607Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:09:47.2629001Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:09:47.2629424Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:09:47.2629870Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:09:47.2630296Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:09:47.2630687Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:09:47.2631060Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:09:47.2631432Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:09:47.2631812Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:09:47.2632202Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:09:47.2632622Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:09:47.2633089Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:09:47.2633534Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:09:47.2633936Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:09:47.2634325Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:09:47.2634916Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:09:47.2635315Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:09:47.2635687Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:09:47.2636074Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:09:47.2636454Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:09:47.2636901Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:09:47.2637374Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:09:47.2637835Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:09:47.2638534Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:09:47.2639057Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:09:47.2639562Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:09:47.2639998Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:09:47.2640363Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:09:47.2640729Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:09:47.2641295Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:09:47.2641675Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:09:47.2642043Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:09:47.2642423Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:09:47.2642805Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:09:47.2643195Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:09:47.2643572Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:09:47.2643947Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:09:47.2644343Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:09:47.2644732Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:09:47.2645151Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:09:47.2645583Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:09:47.2646003Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:09:47.2646415Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:09:47.2646818Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:09:47.2647227Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:09:47.2647650Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:09:47.2648173Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:09:47.2648541Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:09:47.2649047Z 	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:09:47.2649570Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:09:47.2649941Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:09:47.2650315Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:09:47.2650679Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:09:47.2651274Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:09:47.2651725Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:09:47.2652149Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:09:47.2652575Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:09:47.2652976Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:09:47.2653374Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:09:47.2653798Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:09:47.2654205Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:09:47.2654596Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:09:47.2655024Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:09:47.2655517Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:09:47.2656012Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:09:47.2656454Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:09:47.2656864Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:09:47.2657265Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:09:47.2657929Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:09:47.2658552Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:09:47.2658964Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:09:47.2659397Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:09:47.2659858Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:09:47.2660265Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:09:47.2660629Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:09:47.2660981Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:09:47.2661351Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:09:47.2661736Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:09:47.2662106Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:09:47.2662497Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:09:47.2662866Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:09:47.2663228Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:09:47.2663584Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:09:47.2663958Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:09:47.2664310Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:09:47.2664681Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:09:47.2665064Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:09:47.2665423Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:09:47.2665787Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:09:47.2666147Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:09:47.2666514Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:09:47.2666888Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:09:47.2667254Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:09:47.2667828Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:09:47.2668897Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:09:47.2669326Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:09:47.2669761Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:09:47.2670168Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:09:47.2670529Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:09:47.2670918Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:09:47.2671341Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:09:47.2671739Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:09:47.2672101Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:09:47.2672471Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:09:47.2672827Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:09:47.2673171Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:09:47.2673515Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:09:47.2673867Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:09:47.2674237Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:09:47.2674798Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:09:47.2675145Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:09:47.2675477Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:09:47.2675852Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:09:47.2676256Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:09:47.2676655Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:09:47.2677051Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:09:47.2677445Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:09:47.2677860Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:09:47.2678536Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:09:47.2679162Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:09:47.2679787Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:09:47.2680332Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:09:47.2680801Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:09:47.2681259Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:09:47.2681778Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:09:47.2682397Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:09:47.2682956Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:09:47.2683446Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:09:47.2683887Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:09:47.2684260Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:09:47.2684634Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:09:47.2685008Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:09:47.2685658Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:09:47.2686059Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:09:47.2686445Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:09:47.2686830Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:09:47.2687215Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:09:47.2687608Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:09:47.2688153Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:09:47.2688560Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:09:47.2688937Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:09:47.2689327Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:09:47.2689726Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:09:47.2690135Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:09:47.2690551Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:09:47.2690919Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:09:47.2691308Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:09:47.2691901Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:09:47.2692311Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:09:47.2692748Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:09:47.2693171Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:09:47.2693539Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:09:47.2693911Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:09:47.2694294Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:09:47.2694663Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:09:47.2695050Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:09:47.2695445Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:09:47.2695838Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:09:47.2696218Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:09:47.2696579Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:09:47.2696945Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:09:47.2697494Z 	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:09:47.2698346Z 	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:09:47.2699038Z 	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:09:47.2699710Z 	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:09:47.2700240Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:09:47.2700623Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:09:47.2701029Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:09:47.2701430Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:09:47.2701804Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:09:47.2702401Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:09:47.2702775Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:09:47.2703152Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:09:47.2703556Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:09:47.2703932Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:09:47.2704315Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:09:47.2704703Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:09:47.2705101Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:09:47.2705498Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:09:47.2706000Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:09:47.2706395Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:09:47.2706773Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:09:47.2707159Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:09:47.2707560Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:09:47.2708098Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:09:47.2708665Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:09:47.2709059Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:09:47.2709483Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:09:47.2709916Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:09:47.2710318Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:09:47.2710761Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:09:47.2711221Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:09:47.2711644Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:09:47.2712022Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:09:47.2712405Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:09:47.2712806Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:09:47.2713216Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:09:47.2713620Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:09:47.2714002Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:09:47.2714394Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:09:47.2714869Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:09:47.2715341Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:09:47.2715741Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:09:47.2716151Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:09:47.2716602Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:09:47.2717056Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:09:47.2717534Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:09:47.2718154Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:09:47.2718619Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:09:47.2719261Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:09:47.2719716Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:09:47.2720115Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:09:47.2720534Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:09:47.2720916Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:09:47.2721296Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:09:47.2721706Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:09:47.2722107Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:09:47.2722511Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:09:47.2722932Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:09:47.2723327Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:09:47.2723706Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:09:47.2724079Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:09:47.2724433Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:09:47.2724823Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:09:47.2725441Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:09:47.2725840Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:09:47.2726286Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:09:47.2726737Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:09:47.2727142Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:09:47.2727581Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:09:47.2728136Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:09:47.2728559Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:09:47.2728971Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:09:47.2729331Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:09:47.2729700Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:09:47.2730093Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:09:47.2730491Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:09:47.2730877Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:09:47.2731238Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:09:47.2731589Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:09:47.2731941Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:09:47.2732432Z 	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:09:47.2732943Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:09:47.2733326Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:09:47.2733714Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:09:47.2734112Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:09:47.2734519Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:09:47.2734932Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:09:47.2735578Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:09:47.2736009Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:09:47.2736425Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:09:47.2736799Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:09:47.2737165Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:09:47.2737526Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:09:47.2737908Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:09:47.2738503Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:09:47.2738937Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:09:47.2739335Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:09:47.2739759Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:09:47.2740204Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:09:47.2740602Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:09:47.2740970Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:09:47.2741322Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:09:47.2741670Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:09:47.2742201Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:09:47.2742581Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:09:47.2742954Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:09:47.2743354Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:09:47.2743775Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:09:47.2744233Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:09:47.2744670Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:09:47.2745042Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:09:47.2745427Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:09:47.2745813Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:09:47.2746203Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:09:47.2746586Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:09:47.2746963Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:09:47.2747407Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:09:47.2747901Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:09:47.2748502Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:09:47.2748886Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:09:47.2749263Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:09:47.2749667Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:09:47.2750062Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:09:47.2750437Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:09:47.2750837Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:09:47.2751217Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:09:47.2751563Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:09:47.2752120Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:09:47.2752542Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:09:47.2752964Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:09:47.2753343Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:09:47.2753730Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:09:47.2754170Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:09:47.2754621Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:09:47.2755046Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:09:47.2755440Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:09:47.2755957Z 	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:09:47.2756466Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:09:47.2756856Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:09:47.2757265Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:09:47.2757693Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:09:47.2758381Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:09:47.2759153Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:09:47.2759771Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:09:47.2760421Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:09:47.2761072Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:09:47.2761699Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:09:47.2762325Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:09:47.2762953Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:09:47.2763442Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:09:47.2763888Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:09:47.2764322Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:09:47.2764747Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:09:47.2765224Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:09:47.2765655Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:09:47.2766036Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:09:47.2766406Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:09:47.2766789Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:09:47.2767171Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:09:47.2767583Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:09:47.2768141Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:09:47.2768531Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:09:47.2768922Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:09:47.2769586Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:09:47.2770111Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:09:47.2770601Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:09:47.2771090Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:09:47.2771546Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:09:47.2771969Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:09:47.2772382Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:09:47.2772797Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:09:47.2773227Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:09:47.2773653Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:09:47.2774044Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:09:47.2774425Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:09:47.2774800Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:09:47.2775177Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:09:47.2775613Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:09:47.2776243Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:09:47.2776656Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:09:47.2777070Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:09:47.2777499Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:09:47.2778123Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:09:47.2778605Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:09:47.2779041Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:09:47.2779458Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:09:47.2779830Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:09:47.2780216Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:09:47.2780592Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:09:47.2780960Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:09:47.2781363Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:09:47.2781759Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:09:47.2782191Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:09:47.2782662Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:09:47.2783118Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:09:47.2783508Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:09:47.2783862Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:09:47.2784236Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:09:47.2784630Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:09:47.2785017Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:09:47.2785407Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:09:47.2785840Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:09:47.2786502Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:09:47.2786940Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:09:47.2787329Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:09:47.2787725Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:09:47.2788465Z 	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:09:47.2789056Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:09:47.2789511Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:09:47.2789959Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:09:47.2790384Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:09:47.2790787Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:09:47.2791178Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:09:47.2791564Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:09:47.2791963Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:09:47.2792367Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:09:47.2792895Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:09:47.2793287Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:09:47.2793690Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:09:47.2794062Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:09:47.2794470Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:09:47.2794936Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:09:47.2795367Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:09:47.2795744Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:09:47.2796121Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:09:47.2796511Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:09:47.2796888Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:09:47.2797256Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:09:47.2797685Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:09:47.2798346Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:09:47.2798756Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:09:47.2799162Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:09:47.2799560Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:09:47.2799943Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:09:47.2800318Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:09:47.2800703Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:09:47.2801110Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:09:47.2801549Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:09:47.2801999Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:09:47.2802419Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:09:47.2803006Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:09:47.2803426Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:09:47.2803851Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:09:47.2804239Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:09:47.2804596Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:09:47.2804944Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:09:47.2805315Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:09:47.2805692Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:09:47.2806043Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:09:47.2806414Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:09:47.2806809Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:09:47.2807197Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:09:47.2807552Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:09:47.2807904Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:09:47.2808445Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:09:47.2808850Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:09:47.2809475Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:09:47.2809841Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:09:47.2810202Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:09:47.2810584Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:09:47.2810962Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:09:47.2811315Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:09:47.2811688Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:09:47.2812077Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:09:47.2812456Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:09:47.2812831Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:09:47.2813207Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:09:47.2813598Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:09:47.2814001Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:09:47.2814424Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:09:47.2814827Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:09:47.2815183Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:09:47.2815527Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:09:47.2815869Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:09:47.2816289Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:09:47.2816790Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:09:47.2817302Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:09:47.2817777Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:09:47.2818579Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:09:47.2819025Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:09:47.2819404Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:09:47.2820013Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:09:47.2820409Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:09:47.2820797Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:09:47.2821181Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:09:47.2821568Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:09:47.2821947Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:09:47.2822341Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:09:47.2822921Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:09:47.2823354Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:09:47.2823733Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:09:47.2824133Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:09:47.2824559Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:09:47.2824940Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:09:47.2825289Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:09:47.2825679Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:09:47.2826322Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:09:47.2826787Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:09:47.2827196Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:09:47.2827613Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:09:47.2828172Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:09:47.2828610Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:09:47.2982978Z [+] Installing Go for linux-arm64...
2025-08-20T22:09:47.8814523Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:09:47.8814857Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:09:47.8815086Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:09:47.8824864Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:09:47.8825294Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:09:47.8825644Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:09:47.8906414Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:09:47.8906876Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:09:47.8907346Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:09:47.8907795Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:09:47.8908327Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:09:47.8908772Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:09:47.8909249Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:09:47.8909710Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:09:47.8910144Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:09:47.8910579Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:09:47.8911013Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:09:47.8911442Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:09:47.8912222Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:09:47.8912700Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:09:47.8913146Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:09:47.8913598Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:09:47.8914058Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:09:47.8914524Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:09:47.8914971Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:09:47.8915382Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:09:47.8915728Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:09:47.8916057Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:09:47.8916386Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:09:47.8916723Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:09:47.8917059Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:09:47.8948214Z go version go1.22.2 linux/arm64
2025-08-20T22:09:47.9255874Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:09:47.9256260Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:09:47.9256972Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:09:47.9257325Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:09:47.9257690Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:09:47.9258230Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:09:47.9258611Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:09:47.9258990Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:09:47.9259337Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:09:47.9259665Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:09:47.9260022Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:09:47.9260406Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:09:47.9260797Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:09:47.9261206Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:09:47.9261599Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:09:47.9261998Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:09:47.9262402Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:09:47.9262770Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:09:47.9263146Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:09:47.9263602Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:09:47.9264046Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:09:47.9264435Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:09:47.9264859Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:09:47.9265260Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:09:47.9265611Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:09:47.9266000Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:09:47.9266431Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:09:47.9267088Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:09:47.9267696Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:09:47.9268355Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:09:47.9268793Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:09:47.9269215Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:09:47.9269650Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:09:47.9270070Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:09:47.9270511Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:09:47.9270936Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:09:47.9271340Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:09:47.9271747Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:09:47.9272136Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:09:47.9272541Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:09:47.9272963Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:09:47.9273382Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:09:47.9273972Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:09:47.9274369Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:09:47.9274821Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:09:47.9275289Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:09:47.9275763Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:09:47.9276252Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:09:47.9276695Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:09:47.9277113Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:09:47.9277531Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:09:47.9278063Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:09:47.9278493Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:09:47.9278890Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:09:47.9279258Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:09:47.9279615Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:09:47.9279988Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:09:47.9280382Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:09:47.9280783Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:09:47.9281165Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:09:47.9281571Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:09:47.9282010Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:09:47.9282435Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:09:47.9282845Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:09:47.9283265Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:09:47.9283876Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:09:47.9284298Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:09:47.9284696Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:09:47.9285134Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:09:47.9285633Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:09:47.9286137Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:09:47.9286596Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:09:47.9287014Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:09:47.9287400Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:09:47.9287793Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:09:47.9288311Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:09:47.9288720Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:09:47.9289177Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:09:47.9289676Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:09:47.9290177Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:09:47.9290947Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:09:47.9291389Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:09:47.9291791Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:09:47.9292186Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:09:47.9292597Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:09:47.9292993Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:09:47.9293378Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:09:47.9293800Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:09:47.9294222Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:09:47.9294607Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:09:47.9294975Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:09:47.9295378Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:09:47.9295781Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:09:47.9296156Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:09:47.9296529Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:09:47.9296922Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:09:47.9297308Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:09:47.9297656Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:09:47.9298161Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:09:47.9298584Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:09:47.9298974Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:09:47.9299337Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:09:47.9299695Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:09:47.9300068Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:09:47.9300635Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:09:47.9301048Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:09:47.9301443Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:09:47.9301822Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:09:47.9302201Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:09:47.9302593Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:09:47.9302994Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:09:47.9303360Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:09:47.9303710Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:09:47.9304055Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:09:47.9304408Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:09:47.9304769Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:09:47.9305119Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:09:47.9305490Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:09:47.9305887Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:09:47.9306311Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:09:47.9306873Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:09:47.9307276Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:09:47.9307662Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:09:47.9308210Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:09:47.9308609Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:09:47.9309015Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:09:47.9309425Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:09:47.9309807Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:09:47.9310196Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:09:47.9310604Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:09:47.9311046Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:09:47.9311472Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:09:47.9311856Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:09:47.9312249Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:09:47.9312657Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:09:47.9313064Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:09:47.9313470Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:09:47.9313866Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:09:47.9314264Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:09:47.9314660Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:09:47.9315044Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:09:47.9315405Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:09:47.9315774Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:09:47.9316170Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:09:47.9316563Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:09:47.9317172Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:09:47.9317610Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:09:47.9318106Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:09:47.9318486Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:09:47.9318864Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:09:47.9319255Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:09:47.9319678Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:09:47.9320122Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:09:47.9320521Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:09:47.9320893Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:09:47.9321286Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:09:47.9321707Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:09:47.9322123Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:09:47.9322477Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:09:47.9322815Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:09:47.9323415Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:09:47.9323844Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:09:47.9324253Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:09:47.9324635Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:09:47.9325016Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:09:47.9325423Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:09:47.9325842Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:09:47.9326308Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:09:47.9326722Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:09:47.9327088Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:09:47.9327451Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:09:47.9327894Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:09:47.9328605Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:09:47.9329053Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:09:47.9329432Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:09:47.9329894Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:09:47.9330430Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:09:47.9330930Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:09:47.9331363Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:09:47.9331729Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:09:47.9332101Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:09:47.9332513Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:09:47.9332927Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:09:47.9333328Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:09:47.9333921Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:09:47.9334309Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:09:47.9334704Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:09:47.9335101Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:09:47.9335498Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:09:47.9335901Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:09:47.9336296Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:09:47.9336688Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:09:47.9337109Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:09:47.9337558Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:09:47.9338144Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:09:47.9338549Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:09:47.9338923Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:09:47.9339298Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:09:47.9339672Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:09:47.9340215Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:09:47.9340670Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:09:47.9341133Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:09:47.9341579Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:09:47.9341985Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:09:47.9342374Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:09:47.9342758Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:09:47.9343132Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:09:47.9343498Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:09:47.9343885Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:09:47.9344270Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:09:47.9344715Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:09:47.9345185Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:09:47.9345646Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:09:47.9346172Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:09:47.9346687Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:09:47.9347192Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:09:47.9347633Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:09:47.9348113Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:09:47.9348498Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:09:47.9348881Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:09:47.9349258Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:09:47.9349625Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:09:47.9350000Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:09:47.9350592Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:09:47.9350987Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:09:47.9351363Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:09:47.9351741Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:09:47.9352136Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:09:47.9352529Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:09:47.9352942Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:09:47.9353376Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:09:47.9353800Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:09:47.9354213Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:09:47.9354623Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:09:47.9355033Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:09:47.9355452Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:09:47.9355841Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:09:47.9356200Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:09:47.9356871Z 	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:09:47.9357388Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:09:47.9357758Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:09:47.9358251Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:09:47.9358620Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:09:47.9359013Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:09:47.9359448Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:09:47.9359873Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:09:47.9360299Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:09:47.9360702Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:09:47.9361110Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:09:47.9361530Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:09:47.9361938Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:09:47.9362330Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:09:47.9362762Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:09:47.9363252Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:09:47.9363746Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:09:47.9364194Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:09:47.9364602Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:09:47.9365006Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:09:47.9365478Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:09:47.9365963Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:09:47.9366370Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:09:47.9367019Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:09:47.9367510Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:09:47.9367913Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:09:47.9368401Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:09:47.9368751Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:09:47.9369122Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:09:47.9369510Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:09:47.9369875Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:09:47.9370227Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:09:47.9370594Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:09:47.9370956Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:09:47.9371316Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:09:47.9371686Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:09:47.9372038Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:09:47.9372409Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:09:47.9372793Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:09:47.9373342Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:09:47.9373700Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:09:47.9374058Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:09:47.9374423Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:09:47.9374794Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:09:47.9375164Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:09:47.9375516Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:09:47.9375890Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:09:47.9376306Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:09:47.9376736Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:09:47.9377139Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:09:47.9377507Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:09:47.9377890Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:09:47.9378468Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:09:47.9378875Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:09:47.9379238Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:09:47.9379604Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:09:47.9379960Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:09:47.9380300Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:09:47.9380645Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:09:47.9380999Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:09:47.9381368Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:09:47.9381725Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:09:47.9382070Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:09:47.9382403Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:09:47.9382774Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:09:47.9383424Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:09:47.9383832Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:09:47.9384223Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:09:47.9384619Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:09:47.9385034Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:09:47.9385542Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:09:47.9386154Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:09:47.9386780Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:09:47.9387321Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:09:47.9387795Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:09:47.9388374Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:09:47.9388899Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:09:47.9389517Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:09:47.9390280Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:09:47.9390770Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:09:47.9391213Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:09:47.9391584Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:09:47.9391956Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:09:47.9392332Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:09:47.9392715Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:09:47.9393101Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:09:47.9393490Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:09:47.9393878Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:09:47.9394260Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:09:47.9394646Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:09:47.9395022Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:09:47.9395394Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:09:47.9395766Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:09:47.9396161Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:09:47.9396557Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:09:47.9396968Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:09:47.9397384Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:09:47.9397755Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:09:47.9398286Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:09:47.9398703Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:09:47.9399134Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:09:47.9399572Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:09:47.9399995Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:09:47.9400567Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:09:47.9400965Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:09:47.9401346Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:09:47.9401717Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:09:47.9402104Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:09:47.9402496Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:09:47.9402879Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:09:47.9403258Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:09:47.9403622Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:09:47.9403988Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:09:47.9404537Z 	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:09:47.9405255Z 	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:09:47.9405944Z 	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:09:47.9406616Z 	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:09:47.9407298Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:09:47.9407681Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:09:47.9408195Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:09:47.9408609Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:09:47.9408991Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:09:47.9409365Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:09:47.9409729Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:09:47.9410104Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:09:47.9410481Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:09:47.9410858Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:09:47.9411235Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:09:47.9411618Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:09:47.9412022Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:09:47.9412422Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:09:47.9412819Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:09:47.9413213Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:09:47.9413589Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:09:47.9413977Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:09:47.9414379Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:09:47.9414779Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:09:47.9415180Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:09:47.9415572Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:09:47.9415994Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:09:47.9416424Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:09:47.9417035Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:09:47.9417492Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:09:47.9418075Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:09:47.9418483Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:09:47.9418851Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:09:47.9419235Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:09:47.9419632Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:09:47.9420040Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:09:47.9420444Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:09:47.9420822Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:09:47.9421212Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:09:47.9421681Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:09:47.9422150Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:09:47.9422547Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:09:47.9422952Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:09:47.9423607Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:09:47.9424052Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:09:47.9424524Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:09:47.9425013Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:09:47.9425464Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:09:47.9425899Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:09:47.9426296Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:09:47.9426686Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:09:47.9427102Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:09:47.9427487Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:09:47.9427862Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:09:47.9428393Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:09:47.9428800Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:09:47.9429204Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:09:47.9429633Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:09:47.9430025Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:09:47.9430402Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:09:47.9430765Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:09:47.9431119Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:09:47.9431508Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:09:47.9431923Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:09:47.9432315Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:09:47.9432761Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:09:47.9433382Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:09:47.9433826Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:09:47.9434266Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:09:47.9434687Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:09:47.9435095Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:09:47.9435502Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:09:47.9435865Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:09:47.9436227Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:09:47.9436618Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:09:47.9437012Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:09:47.9437395Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:09:47.9437753Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:09:47.9438223Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:09:47.9438579Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:09:47.9439064Z 	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:09:47.9439574Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:09:47.9440100Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:09:47.9440519Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:09:47.9440916Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:09:47.9441329Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:09:47.9441743Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:09:47.9442147Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:09:47.9442560Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:09:47.9442972Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:09:47.9443344Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:09:47.9443711Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:09:47.9444074Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:09:47.9444452Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:09:47.9444873Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:09:47.9445302Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:09:47.9445702Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:09:47.9446122Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:09:47.9446563Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:09:47.9446961Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:09:47.9447332Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:09:47.9447678Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:09:47.9448161Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:09:47.9448542Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:09:47.9448919Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:09:47.9449293Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:09:47.9449877Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:09:47.9450307Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:09:47.9450771Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:09:47.9451206Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:09:47.9451578Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:09:47.9451965Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:09:47.9452354Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:09:47.9452737Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:09:47.9453119Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:09:47.9453493Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:09:47.9453936Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:09:47.9454425Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:09:47.9454849Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:09:47.9455227Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:09:47.9455607Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:09:47.9456150Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:09:47.9456542Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:09:47.9456915Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:09:47.9457311Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:09:47.9457691Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:09:47.9458185Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:09:47.9458551Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:09:47.9458954Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:09:47.9459376Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:09:47.9459753Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:09:47.9460137Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:09:47.9460582Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:09:47.9461022Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:09:47.9461445Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:09:47.9461839Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:09:47.9462359Z 	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:09:47.9462868Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:09:47.9463262Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:09:47.9463671Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:09:47.9464095Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:09:47.9464648Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:09:47.9465236Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:09:47.9465849Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:09:47.9466680Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:09:47.9467341Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:09:47.9468068Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:09:47.9468697Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:09:47.9469289Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:09:47.9469768Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:09:47.9470212Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:09:47.9470646Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:09:47.9471071Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:09:47.9471549Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:09:47.9471981Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:09:47.9472358Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:09:47.9472726Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:09:47.9473104Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:09:47.9473642Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:09:47.9474063Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:09:47.9474473Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:09:47.9475264Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:09:47.9475665Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:09:47.9476133Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:09:47.9476627Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:09:47.9477116Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:09:47.9477608Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:09:47.9478205Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:09:47.9478637Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:09:47.9479051Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:09:47.9479465Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:09:47.9479892Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:09:47.9480326Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:09:47.9480716Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:09:47.9481101Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:09:47.9481478Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:09:47.9481859Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:09:47.9482299Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:09:47.9482739Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:09:47.9483142Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:09:47.9483555Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:09:47.9484215Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:09:47.9484678Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:09:47.9485126Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:09:47.9485559Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:09:47.9485955Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:09:47.9486330Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:09:47.9486722Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:09:47.9487096Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:09:47.9487465Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:09:47.9487864Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:09:47.9488445Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:09:47.9488882Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:09:47.9489351Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:09:47.9489810Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:09:47.9490202Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:09:47.9490719Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:09:47.9491092Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:09:47.9491486Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:09:47.9491874Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:09:47.9492265Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:09:47.9492699Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:09:47.9493149Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:09:47.9493563Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:09:47.9493951Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:09:47.9494351Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:09:47.9494900Z 	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:09:47.9495480Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:09:47.9495937Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:09:47.9496385Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:09:47.9496813Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:09:47.9497211Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:09:47.9497596Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:09:47.9498172Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:09:47.9498591Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:09:47.9499001Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:09:47.9499383Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:09:47.9499774Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:09:47.9500177Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:09:47.9500555Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:09:47.9501167Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:09:47.9501649Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:09:47.9502073Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:09:47.9502453Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:09:47.9502832Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:09:47.9503227Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:09:47.9503604Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:09:47.9503974Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:09:47.9504406Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:09:47.9504851Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:09:47.9505261Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:09:47.9505660Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:09:47.9506057Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:09:47.9506434Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:09:47.9506810Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:09:47.9507327Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:09:47.9507728Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:09:47.9508348Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:09:47.9508800Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:09:47.9509227Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:09:47.9509632Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:09:47.9510037Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:09:47.9510466Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:09:47.9510856Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:09:47.9511214Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:09:47.9511568Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:09:47.9511935Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:09:47.9512309Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:09:47.9512663Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:09:47.9513035Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:09:47.9513433Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:09:47.9513817Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:09:47.9514174Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:09:47.9514519Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:09:47.9514900Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:09:47.9515303Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:09:47.9515681Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:09:47.9516046Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:09:47.9516410Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:09:47.9516799Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:09:47.9517373Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:09:47.9517746Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:09:47.9518335Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:09:47.9518731Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:09:47.9519111Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:09:47.9519489Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:09:47.9519870Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:09:47.9520255Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:09:47.9520657Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:09:47.9521080Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:09:47.9521487Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:09:47.9521842Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:09:47.9522185Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:09:47.9522528Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:09:47.9522949Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:09:47.9523451Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:09:47.9524086Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:09:47.9524564Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:09:47.9525071Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:09:47.9525509Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:09:47.9525895Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:09:47.9526286Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:09:47.9526674Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:09:47.9527061Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:09:47.9527445Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:09:47.9527837Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:09:47.9528345Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:09:47.9528741Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:09:47.9529187Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:09:47.9529626Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:09:47.9529999Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:09:47.9530398Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:09:47.9530824Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:09:47.9531202Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:09:47.9531547Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:09:47.9531942Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:09:47.9532390Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:09:47.9532852Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:09:47.9533264Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:09:47.9533889Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:09:47.9534330Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:09:47.9534762Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:09:48.1536518Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:09:48.3364015Z Collecting meson
2025-08-20T22:09:48.4023024Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:09:48.4617165Z Collecting ninja
2025-08-20T22:09:48.4692974Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:09:48.4895618Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:09:48.5809558Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 11.4 MB/s  0:00:00
2025-08-20T22:09:48.5900299Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:09:48.6897455Z Installing collected packages: ninja, meson
2025-08-20T22:09:49.3905884Z 
2025-08-20T22:09:49.3931632Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:09:49.6664702Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:09:49.7598864Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:09:49.8304246Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:09:50.2293254Z 1.8.4
2025-08-20T22:09:50.2623574Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:09:50.2920732Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:09:50.2921106Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:09:50.2921475Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:09:50.2921844Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:09:50.2922244Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:09:50.2922601Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:09:50.2922959Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:09:50.2923317Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:09:50.2923662Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:09:50.2923989Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:09:50.2924360Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:09:50.2924743Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:09:50.2925130Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:09:50.2925539Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:09:50.2925929Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:09:50.2926332Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:09:50.2926734Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:09:50.2927097Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:09:50.2927477Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:09:50.2927931Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:09:50.2928681Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:09:50.2929074Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:09:50.2929491Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:09:50.2929885Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:09:50.2930231Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:09:50.2930956Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:09:50.2931557Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:09:50.2931978Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:09:50.2932389Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:09:50.2932806Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:09:50.2933237Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:09:50.2933663Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:09:50.2934094Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:09:50.2934518Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:09:50.2934960Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:09:50.2935385Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:09:50.2935789Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:09:50.2936200Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:09:50.2936594Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:09:50.2937001Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:09:50.2937639Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:09:50.2938219Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:09:50.2938629Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:09:50.2939024Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:09:50.2939483Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:09:50.2939956Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:09:50.2940425Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:09:50.2940916Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:09:50.2941361Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:09:50.2941788Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:09:50.2942208Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:09:50.2942620Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:09:50.2943034Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:09:50.2943433Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:09:50.2943808Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:09:50.2944165Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:09:50.2944534Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:09:50.2944924Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:09:50.2945327Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:09:50.2945709Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:09:50.2946119Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:09:50.2946559Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:09:50.2946991Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:09:50.2947614Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:09:50.2948790Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:09:50.2949235Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:09:50.2949638Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:09:50.2950036Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:09:50.2950477Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:09:50.2950983Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:09:50.2951488Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:09:50.2951951Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:09:50.2952370Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:09:50.2952760Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:09:50.2953154Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:09:50.2953554Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:09:50.2953954Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:09:50.2954406Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:09:50.2955096Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:09:50.2955606Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:09:50.2956098Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:09:50.2956540Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:09:50.2956946Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:09:50.2957343Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:09:50.2957749Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:09:50.2958274Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:09:50.2958665Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:09:50.2959095Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:09:50.2959520Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:09:50.2959902Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:09:50.2960275Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:09:50.2960683Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:09:50.2961092Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:09:50.2961469Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:09:50.2961839Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:09:50.2962232Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:09:50.2962621Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:09:50.2962971Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:09:50.2963352Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:09:50.2963758Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:09:50.2964145Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:09:50.2964506Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:09:50.2965067Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:09:50.2965464Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:09:50.2965855Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:09:50.2966256Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:09:50.2966651Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:09:50.2967035Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:09:50.2967421Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:09:50.2967820Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:09:50.2968699Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:09:50.2969074Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:09:50.2969430Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:09:50.2969784Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:09:50.2970140Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:09:50.2970503Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:09:50.2970892Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:09:50.2971264Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:09:50.2971863Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:09:50.2972294Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:09:50.2972729Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:09:50.2973134Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:09:50.2973527Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:09:50.2973923Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:09:50.2974314Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:09:50.2974721Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:09:50.2975128Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:09:50.2975510Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:09:50.2975908Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:09:50.2976320Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:09:50.2976759Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:09:50.2977190Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:09:50.2977583Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:09:50.2978651Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:09:50.2979083Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:09:50.2979494Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:09:50.2979897Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:09:50.2980293Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:09:50.2980696Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:09:50.2981095Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:09:50.2981478Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:09:50.2981837Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:09:50.2982209Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:09:50.2982848Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:09:50.2983258Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:09:50.2983662Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:09:50.2984055Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:09:50.2984426Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:09:50.2984809Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:09:50.2985188Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:09:50.2985573Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:09:50.2986000Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:09:50.2986443Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:09:50.2986844Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:09:50.2987219Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:09:50.2987611Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:09:50.2988184Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:09:50.2988643Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:09:50.2989166Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:09:50.2989508Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:09:50.2989928Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:09:50.2990358Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:09:50.2990770Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:09:50.2991156Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:09:50.2991539Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:09:50.2991923Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:09:50.2992349Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:09:50.2992812Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:09:50.2993229Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:09:50.2993594Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:09:50.2993957Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:09:50.2994404Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:09:50.2994913Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:09:50.2995354Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:09:50.2995732Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:09:50.2996195Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:09:50.2996732Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:09:50.2997241Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:09:50.2997681Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:09:50.2998186Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:09:50.2998578Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:09:50.2998986Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:09:50.2999568Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:09:50.2999993Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:09:50.3000373Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:09:50.3000752Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:09:50.3001153Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:09:50.3001556Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:09:50.3001955Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:09:50.3002352Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:09:50.3002746Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:09:50.3003135Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:09:50.3003555Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:09:50.3004000Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:09:50.3004425Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:09:50.3004815Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:09:50.3005188Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:09:50.3005716Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:09:50.3006093Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:09:50.3006484Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:09:50.3006903Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:09:50.3007368Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:09:50.3007820Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:09:50.3008376Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:09:50.3008769Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:09:50.3009152Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:09:50.3009527Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:09:50.3009901Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:09:50.3010289Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:09:50.3010674Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:09:50.3011119Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:09:50.3011594Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:09:50.3012055Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:09:50.3012574Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:09:50.3013089Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:09:50.3013593Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:09:50.3014038Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:09:50.3014402Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:09:50.3014764Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:09:50.3015148Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:09:50.3015528Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:09:50.3016112Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:09:50.3016509Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:09:50.3016892Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:09:50.3017282Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:09:50.3017657Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:09:50.3018163Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:09:50.3018566Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:09:50.3018960Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:09:50.3019375Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:09:50.3019807Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:09:50.3020229Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:09:50.3020641Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:09:50.3021048Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:09:50.3021457Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:09:50.3021884Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:09:50.3022424Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:09:50.3022784Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:09:50.3023292Z 	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:09:50.3023809Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:09:50.3024185Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:09:50.3024561Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:09:50.3024927Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:09:50.3025320Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:09:50.3025758Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:09:50.3026182Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:09:50.3026617Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:09:50.3027018Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:09:50.3027423Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:09:50.3027841Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:09:50.3028416Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:09:50.3028813Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:09:50.3029246Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:09:50.3029734Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:09:50.3030233Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:09:50.3030687Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:09:50.3031097Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:09:50.3031502Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:09:50.3031979Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:09:50.3032728Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:09:50.3033160Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:09:50.3033594Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:09:50.3034050Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:09:50.3034459Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:09:50.3034822Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:09:50.3035174Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:09:50.3035542Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:09:50.3035930Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:09:50.3036295Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:09:50.3036649Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:09:50.3037022Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:09:50.3037386Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:09:50.3037743Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:09:50.3038371Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:09:50.3038730Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:09:50.3039292Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:09:50.3039680Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:09:50.3040043Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:09:50.3040402Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:09:50.3040762Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:09:50.3041132Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:09:50.3041505Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:09:50.3041871Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:09:50.3042226Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:09:50.3042604Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:09:50.3043023Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:09:50.3043461Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:09:50.3043873Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:09:50.3044239Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:09:50.3044618Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:09:50.3045050Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:09:50.3045448Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:09:50.3045814Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:09:50.3046184Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:09:50.3046543Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:09:50.3046889Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:09:50.3047247Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:09:50.3047600Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:09:50.3048156Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:09:50.3048528Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:09:50.3048875Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:09:50.3049434Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:09:50.3049830Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:09:50.3050239Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:09:50.3050639Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:09:50.3051036Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:09:50.3051433Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:09:50.3051851Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:09:50.3052351Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:09:50.3052968Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:09:50.3053599Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:09:50.3054137Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:09:50.3054607Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:09:50.3055062Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:09:50.3055583Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:09:50.3056339Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:09:50.3056902Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:09:50.3057394Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:09:50.3057842Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:09:50.3058378Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:09:50.3058754Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:09:50.3059128Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:09:50.3059508Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:09:50.3059898Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:09:50.3060290Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:09:50.3060680Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:09:50.3061063Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:09:50.3061459Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:09:50.3061835Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:09:50.3062214Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:09:50.3062622Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:09:50.3063013Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:09:50.3063408Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:09:50.3063819Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:09:50.3064239Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:09:50.3064609Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:09:50.3065002Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:09:50.3065417Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:09:50.3065834Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:09:50.3066485Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:09:50.3066946Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:09:50.3067315Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:09:50.3067686Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:09:50.3068256Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:09:50.3068647Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:09:50.3069040Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:09:50.3069427Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:09:50.3069812Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:09:50.3070193Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:09:50.3070558Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:09:50.3070967Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:09:50.3071514Z 	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:09:50.3072230Z 	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:09:50.3073080Z 	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:09:50.3073747Z 	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:09:50.3074278Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:09:50.3074662Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:09:50.3075072Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:09:50.3075473Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:09:50.3075847Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:09:50.3076223Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:09:50.3076591Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:09:50.3076970Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:09:50.3077349Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:09:50.3077724Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:09:50.3078261Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:09:50.3078655Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:09:50.3079063Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:09:50.3079459Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:09:50.3079858Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:09:50.3080246Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:09:50.3080621Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:09:50.3081012Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:09:50.3081414Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:09:50.3081812Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:09:50.3082210Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:09:50.3082605Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:09:50.3083261Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:09:50.3083706Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:09:50.3084108Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:09:50.3084545Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:09:50.3085002Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:09:50.3085414Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:09:50.3085785Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:09:50.3086168Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:09:50.3086568Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:09:50.3086975Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:09:50.3087385Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:09:50.3087769Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:09:50.3088330Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:09:50.3088813Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:09:50.3089286Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:09:50.3089845Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:09:50.3090252Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:09:50.3090700Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:09:50.3091147Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:09:50.3091624Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:09:50.3092112Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:09:50.3092555Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:09:50.3092991Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:09:50.3093390Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:09:50.3093787Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:09:50.3094207Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:09:50.3094591Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:09:50.3094969Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:09:50.3095381Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:09:50.3095785Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:09:50.3096188Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:09:50.3096609Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:09:50.3097005Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:09:50.3097387Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:09:50.3097762Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:09:50.3098276Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:09:50.3098669Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:09:50.3099092Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:09:50.3099486Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:09:50.3100146Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:09:50.3100607Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:09:50.3101009Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:09:50.3101449Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:09:50.3101872Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:09:50.3102282Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:09:50.3102688Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:09:50.3103044Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:09:50.3103408Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:09:50.3103803Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:09:50.3104200Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:09:50.3104577Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:09:50.3104935Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:09:50.3105284Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:09:50.3105631Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:09:50.3106273Z 	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:09:50.3106787Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:09:50.3107209Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:09:50.3107591Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:09:50.3108145Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:09:50.3108571Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:09:50.3108981Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:09:50.3109383Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:09:50.3109798Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:09:50.3110213Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:09:50.3110589Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:09:50.3110954Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:09:50.3111315Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:09:50.3111694Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:09:50.3112123Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:09:50.3112553Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:09:50.3112955Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:09:50.3113378Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:09:50.3113820Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:09:50.3114227Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:09:50.3114601Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:09:50.3114949Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:09:50.3115297Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:09:50.3115665Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:09:50.3116273Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:09:50.3116666Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:09:50.3117069Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:09:50.3117485Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:09:50.3118079Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:09:50.3118527Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:09:50.3118902Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:09:50.3119291Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:09:50.3119681Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:09:50.3120068Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:09:50.3120455Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:09:50.3120831Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:09:50.3121274Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:09:50.3121765Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:09:50.3122189Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:09:50.3122725Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:09:50.3123102Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:09:50.3123502Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:09:50.3123893Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:09:50.3124269Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:09:50.3124668Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:09:50.3125047Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:09:50.3125393Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:09:50.3125749Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:09:50.3126149Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:09:50.3126577Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:09:50.3126957Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:09:50.3127344Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:09:50.3127785Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:09:50.3128382Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:09:50.3128821Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:09:50.3129215Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:09:50.3129730Z 	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:09:50.3130240Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:09:50.3130633Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:09:50.3131054Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:09:50.3131480Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:09:50.3132000Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:09:50.3132585Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:09:50.3133390Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:09:50.3134051Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:09:50.3134699Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:09:50.3135331Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:09:50.3135963Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:09:50.3136546Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:09:50.3137032Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:09:50.3137475Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:09:50.3137916Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:09:50.3138497Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:09:50.3138978Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:09:50.3139410Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:09:50.3139795Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:09:50.3140312Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:09:50.3140700Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:09:50.3141082Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:09:50.3141492Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:09:50.3141910Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:09:50.3142278Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:09:50.3142667Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:09:50.3143129Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:09:50.3143623Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:09:50.3144113Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:09:50.3144608Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:09:50.3145059Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:09:50.3145474Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:09:50.3145891Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:09:50.3146311Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:09:50.3146743Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:09:50.3147182Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:09:50.3147571Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:09:50.3148092Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:09:50.3148498Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:09:50.3148878Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:09:50.3149317Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:09:50.3149758Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:09:50.3150162Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:09:50.3150761Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:09:50.3151209Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:09:50.3151659Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:09:50.3152103Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:09:50.3152536Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:09:50.3152941Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:09:50.3153315Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:09:50.3153703Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:09:50.3154077Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:09:50.3154449Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:09:50.3154850Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:09:50.3155252Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:09:50.3155703Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:09:50.3156180Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:09:50.3156784Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:09:50.3157178Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:09:50.3157530Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:09:50.3157899Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:09:50.3158459Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:09:50.3158855Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:09:50.3159246Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:09:50.3159677Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:09:50.3160126Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:09:50.3160543Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:09:50.3160933Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:09:50.3161329Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:09:50.3161871Z 	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:09:50.3162449Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:09:50.3162907Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:09:50.3163355Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:09:50.3163779Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:09:50.3164175Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:09:50.3164567Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:09:50.3164959Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:09:50.3165363Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:09:50.3165767Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:09:50.3166150Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:09:50.3166539Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:09:50.3167209Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:09:50.3167605Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:09:50.3168140Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:09:50.3168612Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:09:50.3169043Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:09:50.3169425Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:09:50.3169800Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:09:50.3170190Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:09:50.3170563Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:09:50.3170971Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:09:50.3171404Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:09:50.3171852Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:09:50.3172259Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:09:50.3172652Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:09:50.3173048Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:09:50.3173584Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:09:50.3173962Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:09:50.3174346Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:09:50.3174747Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:09:50.3175196Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:09:50.3175643Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:09:50.3176063Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:09:50.3176467Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:09:50.3176873Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:09:50.3177300Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:09:50.3177692Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:09:50.3178213Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:09:50.3178571Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:09:50.3178937Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:09:50.3179310Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:09:50.3179666Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:09:50.3180039Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:09:50.3180432Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:09:50.3180815Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:09:50.3181173Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:09:50.3181530Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:09:50.3181905Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:09:50.3182303Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:09:50.3182683Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:09:50.3183048Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:09:50.3183611Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:09:50.3184013Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:09:50.3184392Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:09:50.3184743Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:09:50.3185118Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:09:50.3185514Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:09:50.3185896Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:09:50.3186274Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:09:50.3186652Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:09:50.3187036Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:09:50.3187444Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:09:50.3187868Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:09:50.3188440Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:09:50.3188796Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:09:50.3189142Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:09:50.3189483Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:09:50.3190074Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:09:50.3190574Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:09:50.3191043Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:09:50.3191519Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:09:50.3192026Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:09:50.3192465Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:09:50.3192844Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:09:50.3193236Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:09:50.3193627Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:09:50.3194015Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:09:50.3194403Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:09:50.3194790Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:09:50.3195167Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:09:50.3195562Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:09:50.3196016Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:09:50.3196447Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:09:50.3196823Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:09:50.3197229Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:09:50.3197655Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:09:50.3198179Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:09:50.3198540Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:09:50.3198932Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:09:50.3199384Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:09:50.3200044Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:09:50.3200468Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:09:50.3200886Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:09:50.3201319Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:09:50.3201755Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:09:50.6327611Z info: downloading installer
2025-08-20T22:09:51.0725471Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:09:51.0725852Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:09:51.0726211Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:09:51.0726628Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:09:51.0934659Z info: profile set to 'default'
2025-08-20T22:09:51.0935004Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:09:51.0935374Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:09:51.1493759Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:09:51.2561707Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:09:51.3011795Z info: downloading component 'clippy'
2025-08-20T22:09:51.3861405Z info: downloading component 'rustfmt'
2025-08-20T22:09:51.4515836Z info: downloading component 'cargo'
2025-08-20T22:09:51.5495710Z info: downloading component 'rust-std'
2025-08-20T22:09:51.8505430Z info: downloading component 'rustc'
2025-08-20T22:09:52.5417440Z info: removing previous version of component 'clippy'
2025-08-20T22:09:52.5675291Z info: removing previous version of component 'rustfmt'
2025-08-20T22:09:52.5745233Z info: removing previous version of component 'cargo'
2025-08-20T22:09:52.5955752Z info: removing previous version of component 'rust-std'
2025-08-20T22:09:52.6123010Z info: removing previous version of component 'rustc'
2025-08-20T22:09:52.6381341Z info: installing component 'clippy'
2025-08-20T22:09:52.9089214Z info: installing component 'rustfmt'
2025-08-20T22:09:53.1109503Z info: installing component 'cargo'
2025-08-20T22:09:53.6265844Z info: installing component 'rust-std'
2025-08-20T22:09:54.9465140Z info: installing component 'rustc'
2025-08-20T22:09:57.8168106Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:09:57.8168446Z 
2025-08-20T22:09:57.8242327Z   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:09:57.8242758Z 
2025-08-20T22:09:57.8242762Z 
2025-08-20T22:09:57.8242851Z Rust is installed now. Great!
2025-08-20T22:09:57.8242994Z 
2025-08-20T22:09:57.8243171Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:09:57.8243563Z environment variable. This has not been done automatically.
2025-08-20T22:09:57.8243782Z 
2025-08-20T22:09:57.8243918Z To configure your current shell, you need to source
2025-08-20T22:09:57.8244201Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:09:57.8244377Z 
2025-08-20T22:09:57.8244546Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:09:57.8244926Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:09:57.8245219Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:09:57.8245492Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:09:57.8426637Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:09:57.8757022Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:09:57.8757301Z 
2025-08-20T22:09:57.8831680Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:09:57.8831994Z 
2025-08-20T22:09:57.9244782Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:09:57.9626761Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:09:57.9923586Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:09:57.9924212Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:09:57.9924564Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:09:57.9924917Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:09:57.9925286Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:09:57.9925642Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:09:57.9926021Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:09:57.9926380Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:09:57.9926726Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:09:57.9927049Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:09:57.9927396Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:09:57.9927781Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:09:57.9928359Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:09:57.9928775Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:09:57.9929171Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:09:57.9929569Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:09:57.9930243Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:09:57.9930606Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:09:57.9930983Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:09:57.9931437Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:09:57.9931879Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:09:57.9932274Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:09:57.9932690Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:09:57.9933084Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:09:57.9933430Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:09:57.9933818Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:09:57.9934256Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:09:57.9934677Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:09:57.9935081Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:09:57.9935495Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:09:57.9935916Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:09:57.9936339Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:09:57.9936769Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:09:57.9937189Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:09:57.9937630Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:09:57.9938232Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:09:57.9938660Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:09:57.9939069Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:09:57.9939460Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:09:57.9939866Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:09:57.9940507Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:09:57.9940941Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:09:57.9941345Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:09:57.9941738Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:09:57.9942190Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:09:57.9942667Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:09:57.9943136Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:09:57.9943626Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:09:57.9944071Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:09:57.9944494Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:09:57.9944918Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:09:57.9945328Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:09:57.9945742Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:09:57.9946137Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:09:57.9946507Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:09:57.9947173Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:09:57.9947548Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:09:57.9948077Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:09:57.9948497Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:09:57.9948879Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:09:57.9949284Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:09:57.9949719Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:09:57.9950140Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:09:57.9950552Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:09:57.9950970Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:09:57.9951407Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:09:57.9951814Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:09:57.9952207Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:09:57.9952647Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:09:57.9953147Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:09:57.9953646Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:09:57.9954108Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:09:57.9954526Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:09:57.9954909Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:09:57.9955310Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:09:57.9955711Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:09:57.9956112Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:09:57.9956569Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:09:57.9957292Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:09:57.9957821Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:09:57.9958516Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:09:57.9958962Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:09:57.9959364Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:09:57.9959761Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:09:57.9960165Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:09:57.9960559Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:09:57.9960947Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:09:57.9961368Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:09:57.9961794Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:09:57.9962178Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:09:57.9962548Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:09:57.9962952Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:09:57.9963354Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:09:57.9963927Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:09:57.9964303Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:09:57.9964694Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:09:57.9965078Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:09:57.9965426Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:09:57.9965809Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:09:57.9966214Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:09:57.9966602Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:09:57.9966969Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:09:57.9967332Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:09:57.9967715Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:09:57.9968347Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:09:57.9968754Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:09:57.9969150Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:09:57.9969534Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:09:57.9969923Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:09:57.9970324Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:09:57.9970727Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:09:57.9971095Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:09:57.9971451Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:09:57.9971799Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:09:57.9972159Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:09:57.9972521Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:09:57.9972873Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:09:57.9973273Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:09:57.9973669Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:09:57.9974318Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:09:57.9974771Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:09:57.9975179Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:09:57.9975569Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:09:57.9975961Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:09:57.9976359Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:09:57.9976760Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:09:57.9977163Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:09:57.9977548Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:09:57.9978075Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:09:57.9978500Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:09:57.9978937Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:09:57.9979365Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:09:57.9979753Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:09:57.9980147Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:09:57.9980739Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:09:57.9981150Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:09:57.9981555Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:09:57.9981948Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:09:57.9982348Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:09:57.9982749Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:09:57.9983128Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:09:57.9983485Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:09:57.9983855Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:09:57.9984250Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:09:57.9984660Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:09:57.9985061Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:09:57.9985447Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:09:57.9985818Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:09:57.9986199Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:09:57.9986577Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:09:57.9986963Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:09:57.9987385Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:09:57.9987829Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:09:57.9988364Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:09:57.9988745Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:09:57.9989141Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:09:57.9989559Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:09:57.9989977Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:09:57.9990331Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:09:57.9990885Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:09:57.9991323Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:09:57.9991754Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:09:57.9992162Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:09:57.9992543Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:09:57.9992930Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:09:57.9993310Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:09:57.9993737Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:09:57.9994205Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:09:57.9994620Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:09:57.9994986Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:09:57.9995341Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:09:57.9995787Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:09:57.9996292Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:09:57.9996909Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:09:57.9997288Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:09:57.9997745Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:09:57.9998405Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:09:57.9998912Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:09:57.9999350Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:09:57.9999712Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:09:58.0000093Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:09:58.0000502Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:09:58.0000917Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:09:58.0001324Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:09:58.0001701Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:09:58.0002074Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:09:58.0002477Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:09:58.0002876Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:09:58.0003277Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:09:58.0003676Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:09:58.0004072Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:09:58.0004461Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:09:58.0004885Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:09:58.0005338Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:09:58.0005768Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:09:58.0006157Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:09:58.0006536Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:09:58.0006912Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:09:58.0007504Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:09:58.0008092Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:09:58.0008532Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:09:58.0009007Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:09:58.0009455Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:09:58.0009864Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:09:58.0010252Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:09:58.0010634Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:09:58.0011009Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:09:58.0011381Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:09:58.0011765Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:09:58.0012146Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:09:58.0012632Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:09:58.0013106Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:09:58.0013566Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:09:58.0014286Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:09:58.0014808Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:09:58.0015312Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:09:58.0015757Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:09:58.0016121Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:09:58.0016481Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:09:58.0016866Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:09:58.0017250Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:09:58.0017618Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:09:58.0018148Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:09:58.0018562Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:09:58.0018955Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:09:58.0019333Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:09:58.0019709Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:09:58.0020113Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:09:58.0020501Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:09:58.0020920Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:09:58.0021353Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:09:58.0021780Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:09:58.0022198Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:09:58.0022600Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:09:58.0023011Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:09:58.0023438Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:09:58.0024041Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:09:58.0024431Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:09:58.0024946Z 	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:09:58.0025471Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:09:58.0025842Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:09:58.0026225Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:09:58.0026590Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:09:58.0026988Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:09:58.0027424Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:09:58.0027849Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:09:58.0028427Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:09:58.0028835Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:09:58.0029240Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:09:58.0029661Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:09:58.0030075Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:09:58.0030647Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:09:58.0031080Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:09:58.0031567Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:09:58.0032064Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:09:58.0032518Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:09:58.0032929Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:09:58.0033331Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:09:58.0033805Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:09:58.0034290Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:09:58.0034702Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:09:58.0035134Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:09:58.0035591Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:09:58.0035999Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:09:58.0036358Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:09:58.0036714Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:09:58.0037088Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:09:58.0037472Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:09:58.0037842Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:09:58.0038413Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:09:58.0038807Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:09:58.0039180Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:09:58.0039537Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:09:58.0039907Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:09:58.0040265Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:09:58.0040642Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:09:58.0041254Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:09:58.0041629Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:09:58.0041986Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:09:58.0042342Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:09:58.0042713Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:09:58.0043091Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:09:58.0043459Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:09:58.0043823Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:09:58.0044201Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:09:58.0044624Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:09:58.0045064Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:09:58.0045474Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:09:58.0045841Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:09:58.0046223Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:09:58.0046684Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:09:58.0047278Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:09:58.0047640Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:09:58.0048167Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:09:58.0048567Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:09:58.0048912Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:09:58.0049263Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:09:58.0049641Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:09:58.0050005Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:09:58.0050366Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:09:58.0050712Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:09:58.0051049Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:09:58.0051432Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:09:58.0051839Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:09:58.0052233Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:09:58.0052628Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:09:58.0053025Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:09:58.0053443Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:09:58.0053944Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:09:58.0054556Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:09:58.0055184Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:09:58.0055734Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:09:58.0056204Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:09:58.0056657Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:09:58.0057176Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:09:58.0058145Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:09:58.0058774Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:09:58.0059272Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:09:58.0059720Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:09:58.0060091Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:09:58.0060469Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:09:58.0060839Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:09:58.0061223Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:09:58.0061611Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:09:58.0062002Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:09:58.0062392Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:09:58.0062780Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:09:58.0063175Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:09:58.0063554Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:09:58.0063933Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:09:58.0064513Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:09:58.0064914Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:09:58.0065309Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:09:58.0065722Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:09:58.0066142Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:09:58.0066513Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:09:58.0066903Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:09:58.0067311Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:09:58.0067723Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:09:58.0068372Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:09:58.0068816Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:09:58.0069180Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:09:58.0069551Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:09:58.0069935Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:09:58.0070311Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:09:58.0070704Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:09:58.0071094Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:09:58.0071479Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:09:58.0071860Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:09:58.0072221Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:09:58.0072593Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:09:58.0073142Z 	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:09:58.0073864Z 	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:09:58.0074784Z 	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:09:58.0075468Z 	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:09:58.0075997Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:09:58.0076383Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:09:58.0076790Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:09:58.0077195Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:09:58.0077572Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:09:58.0078074Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:09:58.0078461Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:09:58.0078842Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:09:58.0079221Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:09:58.0079592Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:09:58.0079968Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:09:58.0080353Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:09:58.0080757Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:09:58.0081361Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:09:58.0081760Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:09:58.0082150Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:09:58.0082531Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:09:58.0082918Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:09:58.0083325Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:09:58.0083722Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:09:58.0084120Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:09:58.0084512Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:09:58.0084938Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:09:58.0085372Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:09:58.0085775Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:09:58.0086214Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:09:58.0086672Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:09:58.0087085Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:09:58.0087460Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:09:58.0087846Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:09:58.0088396Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:09:58.0088818Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:09:58.0089220Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:09:58.0089608Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:09:58.0090002Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:09:58.0090471Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:09:58.0090940Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:09:58.0091578Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:09:58.0092010Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:09:58.0092464Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:09:58.0092915Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:09:58.0093403Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:09:58.0093893Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:09:58.0094334Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:09:58.0094772Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:09:58.0095172Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:09:58.0095571Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:09:58.0095990Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:09:58.0096376Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:09:58.0096754Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:09:58.0097163Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:09:58.0097560Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:09:58.0098240Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:09:58.0098666Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:09:58.0099061Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:09:58.0099438Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:09:58.0099811Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:09:58.0100167Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:09:58.0100556Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:09:58.0100974Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:09:58.0101367Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:09:58.0101814Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:09:58.0102272Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:09:58.0102675Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:09:58.0103117Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:09:58.0103543Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:09:58.0103956Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:09:58.0104363Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:09:58.0104718Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:09:58.0105080Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:09:58.0105477Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:09:58.0105880Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:09:58.0106259Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:09:58.0106620Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:09:58.0106970Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:09:58.0107323Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:09:58.0108173Z 	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:09:58.0108777Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:09:58.0109166Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:09:58.0109548Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:09:58.0109947Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:09:58.0110359Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:09:58.0110768Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:09:58.0111173Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:09:58.0111585Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:09:58.0112000Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:09:58.0112420Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:09:58.0112791Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:09:58.0113153Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:09:58.0113533Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:09:58.0113958Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:09:58.0114577Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:09:58.0114974Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:09:58.0115398Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:09:58.0115838Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:09:58.0116234Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:09:58.0116606Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:09:58.0116953Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:09:58.0117297Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:09:58.0117663Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:09:58.0118258Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:09:58.0118657Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:09:58.0119061Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:09:58.0119476Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:09:58.0119935Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:09:58.0120371Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:09:58.0120748Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:09:58.0121158Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:09:58.0121547Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:09:58.0121933Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:09:58.0122316Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:09:58.0122699Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:09:58.0123143Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:09:58.0123628Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:09:58.0124051Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:09:58.0124428Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:09:58.0125011Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:09:58.0125457Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:09:58.0125855Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:09:58.0126229Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:09:58.0126625Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:09:58.0127010Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:09:58.0127358Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:09:58.0127711Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:09:58.0128271Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:09:58.0128707Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:09:58.0129092Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:09:58.0129480Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:09:58.0130763Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:09:58.0131221Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:09:58.0131647Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:09:58.0132266Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:09:58.0132784Z 	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:09:58.0133294Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:09:58.0133679Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:09:58.0134094Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:09:58.0134519Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:09:58.0135039Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:09:58.0135619Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:09:58.0136228Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:09:58.0136881Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:09:58.0137526Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:09:58.0138360Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:09:58.0139029Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:09:58.0139612Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:09:58.0140096Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:09:58.0140539Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:09:58.0140976Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:09:58.0141409Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:09:58.0141885Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:09:58.0142319Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:09:58.0142699Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:09:58.0143263Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:09:58.0143654Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:09:58.0144040Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:09:58.0144447Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:09:58.0144860Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:09:58.0145224Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:09:58.0145614Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:09:58.0146074Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:09:58.0146562Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:09:58.0147054Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:09:58.0147543Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:09:58.0148125Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:09:58.0148554Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:09:58.0148970Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:09:58.0149384Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:09:58.0149975Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:09:58.0150404Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:09:58.0150795Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:09:58.0151179Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:09:58.0151557Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:09:58.0151937Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:09:58.0152372Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:09:58.0152811Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:09:58.0153218Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:09:58.0153630Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:09:58.0154064Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:09:58.0154512Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:09:58.0154956Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:09:58.0155389Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:09:58.0155785Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:09:58.0156157Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:09:58.0156541Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:09:58.0156913Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:09:58.0157283Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:09:58.0157692Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:09:58.0158275Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:09:58.0158716Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:09:58.0159186Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:09:58.0159641Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:09:58.0160222Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:09:58.0160589Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:09:58.0160964Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:09:58.0161367Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:09:58.0161754Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:09:58.0162146Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:09:58.0162573Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:09:58.0163017Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:09:58.0163431Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:09:58.0163813Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:09:58.0164214Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:09:58.0164753Z 	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:09:58.0165336Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:09:58.0165790Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:09:58.0166391Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:09:58.0166816Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:09:58.0167211Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:09:58.0167598Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:09:58.0168140Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:09:58.0168556Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:09:58.0168956Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:09:58.0169337Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:09:58.0169725Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:09:58.0170129Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:09:58.0170508Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:09:58.0170915Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:09:58.0171379Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:09:58.0171803Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:09:58.0172183Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:09:58.0172557Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:09:58.0172947Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:09:58.0173323Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:09:58.0173690Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:09:58.0174117Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:09:58.0174566Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:09:58.0174974Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:09:58.0175370Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:09:58.0175772Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:09:58.0176353Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:09:58.0176756Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:09:58.0177143Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:09:58.0177544Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:09:58.0178095Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:09:58.0178548Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:09:58.0178974Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:09:58.0179377Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:09:58.0179851Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:09:58.0180279Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:09:58.0180672Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:09:58.0181027Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:09:58.0181375Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:09:58.0181739Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:09:58.0182113Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:09:58.0182463Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:09:58.0183006Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:09:58.0183403Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:09:58.0183785Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:09:58.0184144Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:09:58.0184490Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:09:58.0184870Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:09:58.0185267Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:09:58.0185639Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:09:58.0186001Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:09:58.0186360Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:09:58.0186747Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:09:58.0187125Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:09:58.0187475Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:09:58.0187848Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:09:58.0188492Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:09:58.0188883Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:09:58.0189257Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:09:58.0189631Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:09:58.0190017Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:09:58.0190418Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:09:58.0190848Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:09:58.0191250Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:09:58.0191604Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:09:58.0191950Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:09:58.0192288Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:09:58.0192898Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:09:58.0193404Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:09:58.0193876Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:09:58.0194350Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:09:58.0195266Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:09:58.0195768Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:09:58.0196152Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:09:58.0196542Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:09:58.0196935Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:09:58.0197326Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:09:58.0214944Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:09:58.0215525Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:09:58.0215918Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:09:58.0216994Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:09:58.0217452Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:09:58.0218363Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:09:58.0218753Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:09:58.0219172Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:09:58.0219600Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:09:58.0219988Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:09:58.0220338Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:09:58.0220723Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:09:58.0221175Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:09:58.0221635Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:09:58.0222051Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:09:58.0222469Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:09:58.0222896Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:09:58.0223327Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:09:58.0223615Z 
2025-08-20T22:09:58.0223618Z 
2025-08-20T22:09:58.0223994Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:09:57 PM)
2025-08-20T22:09:58.0224354Z 
2025-08-20T22:09:58.0224357Z 
2025-08-20T22:09:58.0224360Z 
2025-08-20T22:09:58.0224425Z [+] Continue : YES
2025-08-20T22:09:58.0224531Z 
2025-08-20T22:09:58.0224758Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:09:58.0664937Z 
2025-08-20T22:09:58.0665507Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:09:58 PM) UTC
2025-08-20T22:09:58.0665829Z 
2025-08-20T22:09:58.0682534Z 
2025-08-20T22:09:58.0682751Z [+] Total RECIPES :: 1
2025-08-20T22:09:58.0682888Z 
2025-08-20T22:09:58.0759933Z 
2025-08-20T22:09:58.0760798Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml (1/1)
2025-08-20T22:09:58.0761299Z 
2025-08-20T22:09:58.1600370Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:09:58.1610853Z mode of '/tmp/pkgforge/CsOcuBzCe_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:09:58.1657553Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/pv/official [Provided]
2025-08-20T22:09:58.1657930Z [+] Setting '.pkg_family' --> pv [Provided]
2025-08-20T22:09:58.1670497Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:09:58.1676476Z [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:09:58.1703897Z [00:00:00.003]➜  
2025-08-20T22:09:58.1704390Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:09:58.1704799Z [00:00:00.003]➜  
2025-08-20T22:09:58.1741204Z [00:00:00.007]➜  
2025-08-20T22:09:58.1741664Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:09:58.1742057Z [00:00:00.007]➜  
2025-08-20T22:09:58.1818769Z [00:00:00.014]➜  
2025-08-20T22:09:58.1819791Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/pv/static.official.source.yaml) --> /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:09:58 PM) UTC]
2025-08-20T22:09:58.1820577Z [00:00:00.014]➜  
2025-08-20T22:09:58.1820760Z [00:00:00.014]➜  
2025-08-20T22:09:58.1820941Z [00:00:00.014]➜  
2025-08-20T22:09:58.1821212Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:09:58.1827728Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0    
2025-08-20T22:09:58.1829446Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:09:58.1830047Z [00:00:00.015]➜  _disabled: false
2025-08-20T22:09:58.1830278Z [00:00:00.015]➜  
2025-08-20T22:09:58.1830481Z [00:00:00.015]➜  pkg: "pv"
2025-08-20T22:09:58.1830772Z [00:00:00.015]➜  pkg_id: "codeberg.org.ivarch.pv"
2025-08-20T22:09:58.1831111Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T22:09:58.1831350Z [00:00:00.015]➜  category:
2025-08-20T22:09:58.1833602Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T22:09:58.1834016Z [00:00:00.015]➜    - "Utility"
2025-08-20T22:09:58.1834420Z [00:00:00.015]➜  description: "Monitor the progress of data through a pipeline"
2025-08-20T22:09:58.1834787Z [00:00:00.015]➜  distro_pkg:
2025-08-20T22:09:58.1835014Z [00:00:00.015]➜    alpine:
2025-08-20T22:09:58.1835268Z [00:00:00.015]➜      - "pv"
2025-08-20T22:09:58.1835501Z [00:00:00.015]➜    archlinux:
2025-08-20T22:09:58.1835725Z [00:00:00.015]➜      aur:
2025-08-20T22:09:58.1835951Z [00:00:00.015]➜        - "pv-git"
2025-08-20T22:09:58.1836190Z [00:00:00.015]➜      extra:
2025-08-20T22:09:58.1836414Z [00:00:00.015]➜        - "pv"
2025-08-20T22:09:58.1836638Z [00:00:00.015]➜    debian:
2025-08-20T22:09:58.1836854Z [00:00:00.015]➜      - "pv"
2025-08-20T22:09:58.1837081Z [00:00:00.015]➜    gnuguix:
2025-08-20T22:09:58.1837329Z [00:00:00.015]➜      - "pv"
2025-08-20T22:09:58.1837562Z [00:00:00.015]➜    homebrew:
2025-08-20T22:09:58.1837812Z [00:00:00.015]➜      - "pv"
2025-08-20T22:09:58.1838283Z [00:00:00.015]➜    nixpkgs:
2025-08-20T22:09:58.1838551Z [00:00:00.015]➜      - "pv"
2025-08-20T22:09:58.1838793Z [00:00:00.015]➜  homepage:
2025-08-20T22:09:58.1839111Z [00:00:00.015]➜    - "https://www.ivarch.com/programs/pv.shtml"
2025-08-20T22:09:58.1839530Z [00:00:00.015]➜    - "https://www.ivarch.com/programs/quickref/pv.shtml"
2025-08-20T22:09:58.1839970Z [00:00:00.015]➜    - "https://codeberg.org/ivarch/pv"
2025-08-20T22:09:58.1840262Z [00:00:00.015]➜  license:
2025-08-20T22:09:58.1840495Z [00:00:00.015]➜    - id: "GPL-3.0"
2025-08-20T22:09:58.1840882Z [00:00:00.015]➜      url: "https://codeberg.org/ivarch/pv/raw/branch/main/docs/COPYING"  
2025-08-20T22:09:58.1841250Z [00:00:00.015]➜  maintainer:
2025-08-20T22:09:58.1841555Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:09:58.1842207Z [00:00:00.015]➜  note:
2025-08-20T22:09:58.1842555Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:09:58.1843071Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://codeberg.org/ivarch/pv"
2025-08-20T22:09:58.1843515Z [00:00:00.015]➜  provides:
2025-08-20T22:09:58.1843766Z [00:00:00.015]➜    - "pv==pipe-viewer"  
2025-08-20T22:09:58.1844025Z [00:00:00.015]➜  repology:
2025-08-20T22:09:58.1844241Z [00:00:00.015]➜    - "pv"
2025-08-20T22:09:58.1844471Z [00:00:00.015]➜  src_url:
2025-08-20T22:09:58.1844781Z [00:00:00.015]➜    - "https://codeberg.org/ivarch/pv"
2025-08-20T22:09:58.1845067Z [00:00:00.015]➜  tag:
2025-08-20T22:09:58.1845280Z [00:00:00.015]➜    - "pipe"
2025-08-20T22:09:58.1845508Z [00:00:00.015]➜  x_exec:
2025-08-20T22:09:58.1845763Z [00:00:00.015]➜    bsys: "docker://clang+make"
2025-08-20T22:09:58.1846030Z [00:00:00.015]➜    host:
2025-08-20T22:09:58.1846263Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T22:09:58.1846574Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T22:09:58.1846841Z [00:00:00.015]➜    shell: "bash"
2025-08-20T22:09:58.1847089Z [00:00:00.015]➜    pkgver: |
2025-08-20T22:09:58.1847366Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:09:58.1848617Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://codeberg.org/ivarch/pv" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:09:58.1849532Z [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:09:58.1850553Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:09:58.1850932Z [00:00:00.015]➜    run: |
2025-08-20T22:09:58.1851149Z [00:00:00.015]➜      #Build
2025-08-20T22:09:58.1851735Z [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:09:58.1852465Z [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:09:58.1853029Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:09:58.1853531Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:09:58.1853945Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:09:58.1854301Z [00:00:00.016]➜        bash -l -c '
2025-08-20T22:09:58.1854544Z [00:00:00.016]➜        #Setup ENV
2025-08-20T22:09:58.1854909Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:09:58.1855824Z [00:00:00.016]➜         export GIT_HTTP_USER_AGENT="$(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt" | tr -d "[:space:]")"
2025-08-20T22:09:58.1856540Z [00:00:00.016]➜        #Build
2025-08-20T22:09:58.1857067Z [00:00:00.016]➜         git clone --filter "blob:none" --depth="1" --quiet "https://codeberg.org/ivarch/pv" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:09:58.1857562Z [00:00:00.016]➜         export CC="clang"
2025-08-20T22:09:58.1857846Z [00:00:00.016]➜         export CXX="clang++"
2025-08-20T22:09:58.1858736Z [00:00:00.016]➜         export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration"
2025-08-20T22:09:58.1859327Z [00:00:00.016]➜         export CPPFLAGS="${CFLAGS}"
2025-08-20T22:09:58.1859640Z [00:00:00.016]➜         export CXXFLAGS="${CFLAGS}"
2025-08-20T22:09:58.1859966Z [00:00:00.016]➜         export LD="$(which mold)"
2025-08-20T22:09:58.1860936Z [00:00:00.016]➜         export LDFLAGS="-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro"
2025-08-20T22:09:58.1862407Z [00:00:00.016]➜         autoreconf -iv ; "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-20T22:09:58.1863090Z [00:00:00.016]➜         make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T22:09:58.1863870Z [00:00:00.016]➜         find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable" | cut -d":" -f1 | xargs realpath | xargs -I "{}" sh -c '\''echo "File: {}"; readelf -p ".comment" "{}"'\''
2025-08-20T22:09:58.1864490Z [00:00:00.016]➜        #Copy
2025-08-20T22:09:58.1864754Z [00:00:00.016]➜         #cp "./pv" "/build-bins/pv"
2025-08-20T22:09:58.1865495Z [00:00:00.016]➜         find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:09:58.1866516Z [00:00:00.016]➜         ( 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:09:58.1867085Z [00:00:00.016]➜        #strip & info 
2025-08-20T22:09:58.1867592Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:09:58.1868416Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:09:58.1869105Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:09:58.1869985Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:09:58.1870544Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:09:58.1870959Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T22:09:58.1871205Z [00:00:00.016]➜        '
2025-08-20T22:09:58.1871433Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T22:09:58.1871789Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:09:58.1872331Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:09:58.1873393Z [00:00:00.016]➜       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:09:58.1874197Z [00:00:00.016]➜  
2025-08-20T22:09:58.1874388Z [00:00:00.016]➜  
2025-08-20T22:09:58.1874657Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:09:58.1874941Z [00:00:00.016]➜  
2025-08-20T22:09:58.1875120Z [00:00:00.016]➜  
2025-08-20T22:09:58.1875302Z [00:00:00.016]➜  
2025-08-20T22:09:58.1875792Z [00:00:00.017]➜  '/tmp/pkgforge/CsOcuBzCe_build.yaml' -> '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:10:00.1706620Z [00:00:02.003]➜  '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/pv.static.version' -> '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/pv.version'
2025-08-20T22:10:00.1756526Z [00:00:02.008]➜  [+] Version: HEAD-a629a48-250728T203905 ('.x_exec.pkgver') [/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/pv.static.version]
2025-08-20T22:10:00.1954441Z [00:00:02.028]➜  [+] Progs: pv
2025-08-20T22:10:00.3189075Z [00:00:02.151]➜  
2025-08-20T22:10:00.3189412Z [00:00:02.151]➜  [-] Missing packages. Found: 
2025-08-20T22:10:00.3189718Z [00:00:02.151]➜  [+] Expected: pv
2025-08-20T22:10:00.3189993Z [00:00:02.151]➜  [+] Continuing with build...
2025-08-20T22:10:00.3190249Z [00:00:02.151]➜  
2025-08-20T22:10:00.6765782Z [00:00:02.509]➜  
2025-08-20T22:10:00.6766098Z [00:00:02.509]➜  
2025-08-20T22:10:00.6845189Z [00:00:02.517]➜  + mkdir -pv /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:10:00.6860931Z [00:00:02.518]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=pv -e PKG_ID=codeberg.org.ivarch.pv -e PKG_TYPE=static -e PKG_VER=HEAD-a629a48-250728T203905 -e PKGVER=HEAD-a629a48-250728T203905 -e SBUILD_PKG=pv.static -e SBUILD_PKGVER=HEAD-a629a48-250728T203905 --volume /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:10:00.6862537Z [00:00:02.518]➜    #Setup ENV
2025-08-20T22:10:00.6862905Z [00:00:02.518]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:10:00.6863843Z [00:00:02.518]➜     export GIT_HTTP_USER_AGENT="$(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt" | tr -d "[:space:]")"
2025-08-20T22:10:00.6864563Z [00:00:02.518]➜    #Build
2025-08-20T22:10:00.6865081Z [00:00:02.518]➜     git clone --filter "blob:none" --depth="1" --quiet "https://codeberg.org/ivarch/pv" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:10:00.6865571Z [00:00:02.518]➜     export CC="clang"
2025-08-20T22:10:00.6865833Z [00:00:02.518]➜     export CXX="clang++"
2025-08-20T22:10:00.6866456Z [00:00:02.518]➜     export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration"
2025-08-20T22:10:00.6867029Z [00:00:02.518]➜     export CPPFLAGS="${CFLAGS}"
2025-08-20T22:10:00.6867738Z [00:00:02.518]➜     export CXXFLAGS="${CFLAGS}"
2025-08-20T22:10:00.6868909Z [00:00:02.518]➜     export LD="$(which mold)"
2025-08-20T22:10:00.6869879Z [00:00:02.518]➜     export LDFLAGS="-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro"
2025-08-20T22:10:00.6871046Z [00:00:02.518]➜     autoreconf -iv ; "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-20T22:10:00.6871655Z [00:00:02.518]➜     make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T22:10:00.6872431Z [00:00:02.518]➜     find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable" | cut -d":" -f1 | xargs realpath | xargs -I "{}" sh -c '\''echo "File: {}"; readelf -p ".comment" "{}"'\''
2025-08-20T22:10:00.6873038Z [00:00:02.518]➜    #Copy
2025-08-20T22:10:00.6873299Z [00:00:02.518]➜     #cp "./pv" "/build-bins/pv"
2025-08-20T22:10:00.6874023Z [00:00:02.518]➜     find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:10:00.6875037Z [00:00:02.518]➜     ( 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:10:00.6875611Z [00:00:02.518]➜    #strip & info 
2025-08-20T22:10:00.6876105Z [00:00:02.518]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:10:00.6876782Z [00:00:02.518]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:10:00.6877461Z [00:00:02.518]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:10:00.6878603Z [00:00:02.518]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:10:00.6879226Z [00:00:02.518]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:10:00.6879641Z [00:00:02.518]➜     popd &>/dev/null
2025-08-20T22:10:00.6879894Z [00:00:02.518]➜    '
2025-08-20T22:10:00.9581826Z [00:00:02.791]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:10:01.0796608Z [00:00:02.912]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:10:01.0797089Z [00:00:02.912]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:10:01.0797399Z [00:00:02.912]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:10:01.0797694Z [00:00:02.912]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:10:01.0798182Z [00:00:02.912]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:10:01.0798543Z [00:00:02.912]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:10:01.0798832Z [00:00:02.912]➜  2b92eb3035e7: Waiting
2025-08-20T22:10:01.0799112Z [00:00:02.912]➜  4239b2f25ebc: Waiting
2025-08-20T22:10:01.0799370Z [00:00:02.912]➜  323e89f8c367: Waiting
2025-08-20T22:10:01.1536519Z [00:00:02.986]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:10:01.1537130Z [00:00:02.986]➜  99fd740fb142: Download complete
2025-08-20T22:10:01.2451905Z [00:00:03.078]➜  996f2cb07f7c: Download complete
2025-08-20T22:10:01.2595302Z [00:00:03.092]➜  b2e6f696af52: Verifying Checksum
2025-08-20T22:10:01.2595701Z [00:00:03.092]➜  b2e6f696af52: Download complete
2025-08-20T22:10:01.3624318Z [00:00:03.195]➜  323e89f8c367: Download complete
2025-08-20T22:10:01.3673938Z [00:00:03.200]➜  b2e6f696af52: Pull complete
2025-08-20T22:10:01.8512455Z [00:00:03.684]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:10:01.8513105Z [00:00:03.684]➜  4239b2f25ebc: Download complete
2025-08-20T22:10:08.0835834Z [00:00:09.916]➜  996f2cb07f7c: Pull complete
2025-08-20T22:10:16.1745277Z [00:00:18.007]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:10:16.1745724Z [00:00:18.007]➜  2b92eb3035e7: Download complete
2025-08-20T22:10:22.2506137Z [00:00:24.083]➜  99fd740fb142: Pull complete
2025-08-20T22:12:05.9800881Z [00:02:07.812]➜  2b92eb3035e7: Pull complete
2025-08-20T22:12:14.0005439Z [00:02:15.833]➜  4239b2f25ebc: Pull complete
2025-08-20T22:12:14.0672446Z [00:02:15.900]➜  323e89f8c367: Pull complete
2025-08-20T22:12:14.0912874Z [00:02:15.924]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:12:14.1044911Z [00:02:15.937]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:12:14.4261204Z [00:02:16.259]➜  + mkdir -p /build-bins
2025-08-20T22:12:14.4277516Z [00:02:16.260]➜  ++ mktemp -d
2025-08-20T22:12:14.4292183Z [00:02:16.262]➜  + pushd /tmp/tmp.xkRIQY9o9m
2025-08-20T22:12:14.4299029Z [00:02:16.262]➜  ++ curl -qfsSL https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt
2025-08-20T22:12:14.4299647Z [00:02:16.262]➜  ++ tr -d '[:space:]'
2025-08-20T22:12:14.4587178Z [00:02:16.291]➜  + export 'GIT_HTTP_USER_AGENT=Mozilla/5.0(Macintosh;IntelMacOSX10_15_7)AppleWebKit/537.36(KHTML,likeGecko)Chrome/139.0.0.0Safari/537.36'
2025-08-20T22:12:14.4588318Z [00:02:16.291]➜  + GIT_HTTP_USER_AGENT='Mozilla/5.0(Macintosh;IntelMacOSX10_15_7)AppleWebKit/537.36(KHTML,likeGecko)Chrome/139.0.0.0Safari/537.36'
2025-08-20T22:12:14.4589135Z [00:02:16.291]➜  + git clone --filter blob:none --depth=1 --quiet https://codeberg.org/ivarch/pv ./TEMPREPO
2025-08-20T22:12:15.8675331Z [00:02:17.700]➜  + cd ./TEMPREPO
2025-08-20T22:12:15.8675683Z [00:02:17.700]➜  + export CC=clang
2025-08-20T22:12:15.8675932Z [00:02:17.700]➜  + CC=clang
2025-08-20T22:12:15.8676167Z [00:02:17.700]➜  + export CXX=clang++
2025-08-20T22:12:15.8676414Z [00:02:17.700]➜  + CXX=clang++
2025-08-20T22:12:15.8678814Z [00:02:17.700]➜  ++ which mold
2025-08-20T22:12:15.8705946Z [00:02:17.703]➜  + export 'CFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:12:15.8706928Z [00:02:17.703]➜  + CFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:12:15.8707830Z [00:02:17.703]➜  + export 'CPPFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:12:15.8709225Z [00:02:17.703]➜  + CPPFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:12:15.8711681Z [00:02:17.704]➜  + export 'CXXFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:12:15.8712617Z [00:02:17.704]➜  + CXXFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:12:15.8713156Z [00:02:17.704]➜  ++ which mold
2025-08-20T22:12:15.8716428Z [00:02:17.704]➜  + export LD=/usr/bin/mold
2025-08-20T22:12:15.8716714Z [00:02:17.704]➜  + LD=/usr/bin/mold
2025-08-20T22:12:15.8717775Z [00:02:17.704]➜  + export 'LDFLAGS=-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro'
2025-08-20T22:12:15.8719666Z [00:02:17.704]➜  + LDFLAGS='-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro'
2025-08-20T22:12:15.8720621Z [00:02:17.704]➜  + autoreconf -iv
2025-08-20T22:12:15.9142427Z [00:02:17.747]➜  autoreconf: export WARNINGS=
2025-08-20T22:12:15.9162664Z [00:02:17.749]➜  autoreconf: Entering directory '.'
2025-08-20T22:12:15.9166618Z [00:02:17.749]➜  autoreconf: running: autopoint
2025-08-20T22:12:16.9351970Z [00:02:18.768]➜  Copying file ABOUT-NLS
2025-08-20T22:12:16.9404652Z [00:02:18.773]➜  Creating directory build-aux
2025-08-20T22:12:16.9434403Z [00:02:18.776]➜  Copying file build-aux/config.rpath
2025-08-20T22:12:16.9504459Z [00:02:18.783]➜  Creating directory m4
2025-08-20T22:12:16.9547145Z [00:02:18.787]➜  Copying file m4/gettext.m4
2025-08-20T22:12:16.9632474Z [00:02:18.796]➜  Copying file m4/host-cpu-c-abi.m4
2025-08-20T22:12:16.9710909Z [00:02:18.804]➜  Copying file m4/iconv.m4
2025-08-20T22:12:16.9789218Z [00:02:18.811]➜  Copying file m4/intlmacosx.m4
2025-08-20T22:12:16.9865998Z [00:02:18.819]➜  Copying file m4/lib-ld.m4
2025-08-20T22:12:16.9943338Z [00:02:18.827]➜  Copying file m4/lib-link.m4
2025-08-20T22:12:17.0021141Z [00:02:18.835]➜  Copying file m4/lib-prefix.m4
2025-08-20T22:12:17.0096359Z [00:02:18.842]➜  Copying file m4/nls.m4
2025-08-20T22:12:17.0173364Z [00:02:18.850]➜  Copying file m4/po.m4
2025-08-20T22:12:17.0253014Z [00:02:18.858]➜  Copying file m4/progtest.m4
2025-08-20T22:12:17.0357347Z [00:02:18.868]➜  Copying file po/Makevars.template
2025-08-20T22:12:17.0431483Z [00:02:18.876]➜  Copying file po/Rules-quot
2025-08-20T22:12:17.0507497Z [00:02:18.883]➜  Copying file po/boldquot.sed
2025-08-20T22:12:17.0581549Z [00:02:18.891]➜  Copying file po/en@boldquot.header
2025-08-20T22:12:17.0661130Z [00:02:18.899]➜  Copying file po/en@quot.header
2025-08-20T22:12:17.0739390Z [00:02:18.906]➜  Copying file po/insert-header.sin
2025-08-20T22:12:17.0817725Z [00:02:18.914]➜  Copying file po/quot.sed
2025-08-20T22:12:17.0894943Z [00:02:18.922]➜  Copying file po/remove-potcdate.sin
2025-08-20T22:12:18.0944616Z [00:02:19.927]➜  autoreconf: running: aclocal 
2025-08-20T22:12:18.3975429Z [00:02:20.230]➜  configure.ac:19: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library
2025-08-20T22:12:18.3976036Z [00:02:20.230]➜  configure.ac:20: warning: macro 'AM_GNU_GETTEXT' not found in library
2025-08-20T22:12:18.6019968Z [00:02:20.434]➜  autoreconf: configure.ac: tracing
2025-08-20T22:12:18.8172274Z [00:02:20.650]➜  configure.ac: warning: AM_GNU_GETTEXT_VERSION or AM_GNU_GETTEXT_REQUIRE_VERSION is used, but not AM_GNU_GETTEXT
2025-08-20T22:12:18.8172965Z [00:02:20.650]➜  autoreconf: configure.ac: not using Libtool
2025-08-20T22:12:18.8173341Z [00:02:20.650]➜  autoreconf: configure.ac: not using Intltool
2025-08-20T22:12:18.8173702Z [00:02:20.650]➜  autoreconf: configure.ac: not using Gtkdoc
2025-08-20T22:12:18.8174045Z [00:02:20.650]➜  autoreconf: running: /usr/bin/autoconf
2025-08-20T22:12:19.0642562Z [00:02:20.897]➜  configure.ac:19: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
2025-08-20T22:12:19.0643216Z [00:02:20.897]➜        If this token and others are legitimate, please use m4_pattern_allow.
2025-08-20T22:12:19.0643631Z [00:02:20.897]➜        See the Autoconf documentation.
2025-08-20T22:12:19.0644054Z [00:02:20.897]➜  configure.ac:20: error: possibly undefined macro: AM_GNU_GETTEXT
2025-08-20T22:12:19.0668925Z [00:02:20.899]➜  autoreconf: error: /usr/bin/autoconf failed with exit status: 1
2025-08-20T22:12:19.0685408Z [00:02:20.901]➜  + ./configure --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings=no
2025-08-20T22:12:19.1159743Z [00:02:20.948]➜  configure: WARNING: unrecognized options: --disable-shared, --disable-Werror, --enable-compile-warnings
2025-08-20T22:12:19.1420239Z [00:02:20.974]➜  configure: error: cannot find required auxiliary files: compile missing install-sh
2025-08-20T22:12:19.1529134Z [00:02:20.985]➜  ++ nproc
2025-08-20T22:12:19.1541711Z [00:02:20.987]➜  + make --jobs=5 --keep-going
2025-08-20T22:12:19.1557506Z [00:02:20.988]➜  make: *** No targets specified and no makefile found.  Stop.
2025-08-20T22:12:19.1568309Z [00:02:20.989]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:12:19.1578760Z [00:02:20.990]➜  + grep -Ei 'application/.*executable'
2025-08-20T22:12:19.1579434Z [00:02:20.990]➜  + xargs realpath
2025-08-20T22:12:19.1580111Z [00:02:20.990]➜  + xargs -I '{}' sh -c 'echo "File: {}"; readelf -p ".comment" "{}"'
2025-08-20T22:12:19.1580651Z [00:02:20.990]➜  + cut -d: -f1
2025-08-20T22:12:19.2318183Z [00:02:21.064]➜  realpath: missing operand
2025-08-20T22:12:19.2318703Z [00:02:21.064]➜  Try 'realpath --help' for more information.
2025-08-20T22:12:19.2324812Z [00:02:21.065]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:12:19.2327409Z [00:02:21.065]➜  + grep -Ei 'application/.*executable'
2025-08-20T22:12:19.2333045Z [00:02:21.066]➜  + cut -d: -f1
2025-08-20T22:12:19.2335969Z [00:02:21.066]➜  + xargs realpath --no-symlinks
2025-08-20T22:12:19.2339359Z [00:02:21.066]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:12:19.3067100Z [00:02:21.139]➜  realpath: missing operand
2025-08-20T22:12:19.3067540Z [00:02:21.139]➜  Try 'realpath --help' for more information.
2025-08-20T22:12:19.4313364Z [00:02:21.264]➜  '/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/COPYING' -> '/build-bins/LICENSE'
2025-08-20T22:12:19.4452634Z [00:02:21.278]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:12:19.4472169Z [00:02:21.280]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:12:19.4475037Z [00:02:21.280]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:12:19.4834369Z [00:02:21.316]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:12:19.4867363Z [00:02:21.319]➜  
2025-08-20T22:12:19.4882935Z [00:02:21.321]➜  /build-bins/LICENSE
2025-08-20T22:12:19.4899179Z [00:02:21.322]➜  + file /build-bins/LICENSE
2025-08-20T22:12:19.5085678Z [00:02:21.341]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:12:19.5091928Z [00:02:21.342]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T22:12:19.5106596Z [00:02:21.343]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-20T22:12:19.5108352Z [00:02:21.343]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:12:19.5124886Z [00:02:21.345]➜  35K	2025-08-20 22:12:19.430416326 +0000	/build-bins/LICENSE
2025-08-20T22:12:19.5125954Z [00:02:21.345]➜  + popd
2025-08-20T22:12:19.5891884Z [00:02:21.422]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:12:19.6131582Z [00:02:21.446]➜  + '[' -s /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:12:19.6132773Z [00:02:21.446]➜  + cp -fv /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:12:19.6151762Z [00:02:21.448]➜  '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:12:19.6157122Z [00:02:21.448]➜  + find /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:12:19.6169832Z [00:02:21.449]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:12:19.6170620Z [00:02:21.449]➜  + cut -d: -f1
2025-08-20T22:12:19.6170905Z [00:02:21.449]➜  + xargs realpath --no-symlinks
2025-08-20T22:12:19.6171378Z [00:02:21.449]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:19.7113429Z [00:02:21.544]➜  realpath: missing operand
2025-08-20T22:12:19.7113850Z [00:02:21.544]➜  Try 'realpath --help' for more information.
2025-08-20T22:12:19.7124645Z [00:02:21.545]➜  
2025-08-20T22:12:20.0616285Z [00:02:21.894]➜  
2025-08-20T22:12:20.0711427Z [00:02:21.904]➜  ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:12:20.0712390Z [00:02:21.904]➜  ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:12:20.0713429Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/config.log' from root:root to runner:runner
2025-08-20T22:12:20.0714610Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/aclocal.m4' from root:root to runner:runner
2025-08-20T22:12:20.0715759Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:12:20.0716981Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/output.0' from root:root to runner:runner
2025-08-20T22:12:20.0718422Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/output.1' from root:root to runner:runner
2025-08-20T22:12:20.0719737Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/traces.1' from root:root to runner:runner
2025-08-20T22:12:20.0721011Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/requests' from root:root to runner:runner
2025-08-20T22:12:20.0722617Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/traces.0' from root:root to runner:runner
2025-08-20T22:12:20.0723934Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/output.2' from root:root to runner:runner
2025-08-20T22:12:20.0725180Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/traces.2' from root:root to runner:runner
2025-08-20T22:12:20.0726406Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache' from root:root to runner:runner
2025-08-20T22:12:20.0727569Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/ABOUT-NLS' from root:root to runner:runner
2025-08-20T22:12:20.0728906Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/configure.ac' from root:root to runner:runner
2025-08-20T22:12:20.0730075Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:12:20.0731276Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/LINGUAS' from root:root to runner:runner
2025-08-20T22:12:20.0732697Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/Rules-quot' from root:root to runner:runner
2025-08-20T22:12:20.0734414Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/tr.po' from root:root to runner:runner
2025-08-20T22:12:20.0735636Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/en@boldquot.header' from root:root to runner:runner
2025-08-20T22:12:20.0736845Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/Makevars' from root:root to runner:runner
2025-08-20T22:12:20.0738107Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/ru.po' from root:root to runner:runner
2025-08-20T22:12:20.0739371Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/insert-header.sin' from root:root to runner:runner
2025-08-20T22:12:20.0740611Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/Makevars.template' from root:root to runner:runner
2025-08-20T22:12:20.0741795Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/fr.po' from root:root to runner:runner
2025-08-20T22:12:20.0742959Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/POTFILES.in' from root:root to runner:runner
2025-08-20T22:12:20.0744133Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/.gitignore' from root:root to runner:runner
2025-08-20T22:12:20.0745319Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/en@quot.header' from root:root to runner:runner
2025-08-20T22:12:20.0746506Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/boldquot.sed' from root:root to runner:runner
2025-08-20T22:12:20.0748036Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/remove-potcdate.sin' from root:root to runner:runner
2025-08-20T22:12:20.0749324Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/es.po' from root:root to runner:runner
2025-08-20T22:12:20.0750458Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/pt.po' from root:root to runner:runner
2025-08-20T22:12:20.0751594Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/de.po' from root:root to runner:runner
2025-08-20T22:12:20.0752756Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/pl.po' from root:root to runner:runner
2025-08-20T22:12:20.0753888Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/cs.po' from root:root to runner:runner
2025-08-20T22:12:20.0755028Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/quot.sed' from root:root to runner:runner
2025-08-20T22:12:20.0756207Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/Makefile.in.in' from root:root to runner:runner
2025-08-20T22:12:20.0757562Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po' from root:root to runner:runner
2025-08-20T22:12:20.0758828Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/nls.m4' from root:root to runner:runner
2025-08-20T22:12:20.0759992Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/lib-link.m4' from root:root to runner:runner
2025-08-20T22:12:20.0761177Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/lib-ld.m4' from root:root to runner:runner
2025-08-20T22:12:20.0762351Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/progtest.m4' from root:root to runner:runner
2025-08-20T22:12:20.0763547Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/lib-prefix.m4' from root:root to runner:runner
2025-08-20T22:12:20.0764751Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/intlmacosx.m4' from root:root to runner:runner
2025-08-20T22:12:20.0765913Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/po.m4' from root:root to runner:runner
2025-08-20T22:12:20.0767059Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/gettext.m4' from root:root to runner:runner
2025-08-20T22:12:20.0768377Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/host-cpu-c-abi.m4' from root:root to runner:runner
2025-08-20T22:12:20.0769632Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/iconv.m4' from root:root to runner:runner
2025-08-20T22:12:20.0770930Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4' from root:root to runner:runner
2025-08-20T22:12:20.0772152Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/configure' from root:root to runner:runner
2025-08-20T22:12:20.0773322Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/display.c' from root:root to runner:runner
2025-08-20T22:12:20.0774518Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/state.c' from root:root to runner:runner
2025-08-20T22:12:20.0775727Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/fineta.c' from root:root to runner:runner
2025-08-20T22:12:20.0776965Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/bytes.c' from root:root to runner:runner
2025-08-20T22:12:20.0778311Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/averagerate.c' from root:root to runner:runner
2025-08-20T22:12:20.0779620Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/eta.c' from root:root to runner:runner
2025-08-20T22:12:20.0781062Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/rate.c' from root:root to runner:runner
2025-08-20T22:12:20.0782327Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/bufferpercent.c' from root:root to runner:runner
2025-08-20T22:12:20.0783596Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/timer.c' from root:root to runner:runner
2025-08-20T22:12:20.0784827Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/name.c' from root:root to runner:runner
2025-08-20T22:12:20.0786080Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/progressbar.c' from root:root to runner:runner
2025-08-20T22:12:20.0787376Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/previousline.c' from root:root to runner:runner
2025-08-20T22:12:20.0788774Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/sgr.c' from root:root to runner:runner
2025-08-20T22:12:20.0790013Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/barstyle.c' from root:root to runner:runner
2025-08-20T22:12:20.0791282Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/lastwritten.c' from root:root to runner:runner
2025-08-20T22:12:20.0792508Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format' from root:root to runner:runner
2025-08-20T22:12:20.0793673Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/loop.c' from root:root to runner:runner
2025-08-20T22:12:20.0795024Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/transfer.c' from root:root to runner:runner
2025-08-20T22:12:20.0796298Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/string.c' from root:root to runner:runner
2025-08-20T22:12:20.0797495Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/number.c' from root:root to runner:runner
2025-08-20T22:12:20.0798824Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/calc.c' from root:root to runner:runner
2025-08-20T22:12:20.0800009Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/cursor.c' from root:root to runner:runner
2025-08-20T22:12:20.0801205Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/watchpid.c' from root:root to runner:runner
2025-08-20T22:12:20.0802426Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/elapsedtime.c' from root:root to runner:runner
2025-08-20T22:12:20.0803643Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/proctitle.c' from root:root to runner:runner
2025-08-20T22:12:20.0805042Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/file.c' from root:root to runner:runner
2025-08-20T22:12:20.0806229Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/signal.c' from root:root to runner:runner
2025-08-20T22:12:20.0807387Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv' from root:root to runner:runner
2025-08-20T22:12:20.0808699Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/help.c' from root:root to runner:runner
2025-08-20T22:12:20.0809918Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/version.c' from root:root to runner:runner
2025-08-20T22:12:20.0811125Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/remote.c' from root:root to runner:runner
2025-08-20T22:12:20.0812325Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/main.c' from root:root to runner:runner
2025-08-20T22:12:20.0813516Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/debug.c' from root:root to runner:runner
2025-08-20T22:12:20.0814715Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/options.c' from root:root to runner:runner
2025-08-20T22:12:20.0815887Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main' from root:root to runner:runner
2025-08-20T22:12:20.0817072Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include/options.h' from root:root to runner:runner
2025-08-20T22:12:20.0818576Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include/config.h.in' from root:root to runner:runner
2025-08-20T22:12:20.0819907Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include/config-aux.h' from root:root to runner:runner
2025-08-20T22:12:20.0821134Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include/pv.h' from root:root to runner:runner
2025-08-20T22:12:20.0822367Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include/pv-internal.h' from root:root to runner:runner
2025-08-20T22:12:20.0823579Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include' from root:root to runner:runner
2025-08-20T22:12:20.0824712Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:12:20.0825857Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:12:20.0827129Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:12:20.0828783Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:12:20.0830118Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:12:20.0831412Z [00:02:21.904]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:12:20.0832696Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:12:20.0833959Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:12:20.0835241Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:12:20.0836560Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:12:20.0837858Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:12:20.0839275Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:12:20.0840593Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:12:20.0842082Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:12:20.0843430Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:12:20.0844742Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:12:20.0845986Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:12:20.0847127Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:12:20.0848380Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/shallow' from root:root to runner:runner
2025-08-20T22:12:20.0849592Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:12:20.0851020Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.promisor' from root:root to runner:runner
2025-08-20T22:12:20.0853004Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.pack' from root:root to runner:runner
2025-08-20T22:12:20.0854618Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.rev' from root:root to runner:runner
2025-08-20T22:12:20.0856208Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.idx' from root:root to runner:runner
2025-08-20T22:12:20.0857795Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.rev' from root:root to runner:runner
2025-08-20T22:12:20.0859536Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.idx' from root:root to runner:runner
2025-08-20T22:12:20.0861160Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.promisor' from root:root to runner:runner
2025-08-20T22:12:20.0862774Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.pack' from root:root to runner:runner
2025-08-20T22:12:20.0864154Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:12:20.0865355Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:12:20.0866692Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:12:20.0868039Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:12:20.0869279Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:12:20.0870452Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:12:20.0871654Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:12:20.0872877Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:12:20.0874102Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:12:20.0875370Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:12:20.0876891Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:12:20.0878239Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:12:20.0879519Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:12:20.0880675Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:12:20.0881811Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:12:20.0882970Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:12:20.0884169Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:12:20.0885362Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:12:20.0886597Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:12:20.0887864Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:12:20.0889207Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:12:20.0890570Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:12:20.0891752Z [00:02:21.905]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:12:20.0892992Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/build-aux/config.rpath' from root:root to runner:runner
2025-08-20T22:12:20.0894182Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/build-aux' from root:root to runner:runner
2025-08-20T22:12:20.0895422Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--sync.test' from root:root to runner:runner
2025-08-20T22:12:20.0896774Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--size_from_file_size.test' from root:root to runner:runner
2025-08-20T22:12:20.0898328Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--timer_-_displayed_value_changes.test' from root:root to runner:runner
2025-08-20T22:12:20.0899764Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--quiet.test' from root:root to runner:runner
2025-08-20T22:12:20.0901318Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Watchfd_-_Multiple_descriptors.test' from root:root to runner:runner
2025-08-20T22:12:20.0902731Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/General_-_--size_argument_handling.test' from root:root to runner:runner
2025-08-20T22:12:20.0904048Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/run-valgrind.sh' from root:root to runner:runner
2025-08-20T22:12:20.0905319Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Memory_safety_-_Basic.test' from root:root to runner:runner
2025-08-20T22:12:20.0906640Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--direct-io.test' from root:root to runner:runner
2025-08-20T22:12:20.0908100Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Memory_safety_-_Remote_control_sender.test' from root:root to runner:runner
2025-08-20T22:12:20.0909549Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--buffer-percent.test' from root:root to runner:runner
2025-08-20T22:12:20.0910924Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_When_adjusted_remotely.test' from root:root to runner:runner
2025-08-20T22:12:20.0912345Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--fineta_-_plausible_values.test' from root:root to runner:runner
2025-08-20T22:12:20.0913762Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--progress_-_basic_movement.test' from root:root to runner:runner
2025-08-20T22:12:20.0915273Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Transfer_-_--remote.test' from root:root to runner:runner
2025-08-20T22:12:20.0916658Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--numeric.test' from root:root to runner:runner
2025-08-20T22:12:20.0918172Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Bug_-_Display_length_at_magnitude_boundary_-_Rate.test' from root:root to runner:runner
2025-08-20T22:12:20.0919643Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_Binary_data.test' from root:root to runner:runner
2025-08-20T22:12:20.0921001Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_Large_file_support.test' from root:root to runner:runner
2025-08-20T22:12:20.0922381Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_On_output_pipe_close.test' from root:root to runner:runner
2025-08-20T22:12:20.0923733Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Transfer_-_--rate-limit.test' from root:root to runner:runner
2025-08-20T22:12:20.0925312Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Memory_safety_-_Remote_control_receiver.test' from root:root to runner:runner
2025-08-20T22:12:20.0926771Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--rate_-_displayed_value_changes.test' from root:root to runner:runner
2025-08-20T22:12:20.0928228Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--force.test' from root:root to runner:runner
2025-08-20T22:12:20.0929657Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--numeric_--bytes_--line-mode.test' from root:root to runner:runner
2025-08-20T22:12:20.0930976Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/test-env.sh' from root:root to runner:runner
2025-08-20T22:12:20.0932292Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--eta_-_plausible_values.test' from root:root to runner:runner
2025-08-20T22:12:20.0933665Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Memory_safety_-_Process_title.test' from root:root to runner:runner
2025-08-20T22:12:20.0935040Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--progress_-_increasing.test' from root:root to runner:runner
2025-08-20T22:12:20.0936404Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--last-written.test' from root:root to runner:runner
2025-08-20T22:12:20.0937729Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--line-mode.test' from root:root to runner:runner
2025-08-20T22:12:20.0939340Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--average-rate.test' from root:root to runner:runner
2025-08-20T22:12:20.0940751Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Watchfd_-_Single_descriptor.test' from root:root to runner:runner
2025-08-20T22:12:20.0942083Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Bug_-_Install_all_files.test' from root:root to runner:runner
2025-08-20T22:12:20.0943378Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--bits.test' from root:root to runner:runner
2025-08-20T22:12:20.0944694Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Transfer_-_--stop-at-size.test' from root:root to runner:runner
2025-08-20T22:12:20.0946020Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Memory_safety_-_Watchfd.test' from root:root to runner:runner
2025-08-20T22:12:20.0947445Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Bug_-_Display_length_at_magnitude_boundary_-_Bytes.test' from root:root to runner:runner
2025-08-20T22:12:20.0949166Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_From_bursty_source.test' from root:root to runner:runner
2025-08-20T22:12:20.0950534Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--numeric_--bytes.test' from root:root to runner:runner
2025-08-20T22:12:20.0951848Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--size.test' from root:root to runner:runner
2025-08-20T22:12:20.0953200Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--interval.test' from root:root to runner:runner
2025-08-20T22:12:20.0954529Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Terminal_-_Detect_width.test' from root:root to runner:runner
2025-08-20T22:12:20.0955826Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--bytes.test' from root:root to runner:runner
2025-08-20T22:12:20.0957109Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_Basic.test' from root:root to runner:runner
2025-08-20T22:12:20.0958483Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/General_-_--pidfile.test' from root:root to runner:runner
2025-08-20T22:12:20.0959869Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--numeric_--timer.test' from root:root to runner:runner
2025-08-20T22:12:20.0961097Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T22:12:20.0962231Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/Makefile.am' from root:root to runner:runner
2025-08-20T22:12:20.0963556Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/pv.1.md' from root:root to runner:runner
2025-08-20T22:12:20.0964842Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/ACKNOWLEDGEMENTS.md' from root:root to runner:runner
2025-08-20T22:12:20.0966034Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/pv.1' from root:root to runner:runner
2025-08-20T22:12:20.0967229Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/test-on-vm-lab.sh' from root:root to runner:runner
2025-08-20T22:12:20.0968572Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/benchmark.sh' from root:root to runner:runner
2025-08-20T22:12:20.0969778Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/COPYING' from root:root to runner:runner
2025-08-20T22:12:20.0970979Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/build-package.sh' from root:root to runner:runner
2025-08-20T22:12:20.0972408Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/DEVELOPERS.md' from root:root to runner:runner
2025-08-20T22:12:20.0973612Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/release.sh' from root:root to runner:runner
2025-08-20T22:12:20.0974791Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/INSTALL' from root:root to runner:runner
2025-08-20T22:12:20.0975953Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/NEWS.md' from root:root to runner:runner
2025-08-20T22:12:20.0977080Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T22:12:20.0978284Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO' from root:root to runner:runner
2025-08-20T22:12:20.0979381Z [00:02:21.906]➜  changed ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m' from root:root to runner:runner
2025-08-20T22:12:20.0980290Z [00:02:21.906]➜  ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:12:20.0981082Z [00:02:21.906]➜  ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:12:20.0981858Z [00:02:21.906]➜  ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/pv.version' retained as runner:runner
2025-08-20T22:12:20.0982613Z [00:02:21.906]➜  ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:12:20.0983401Z [00:02:21.906]➜  ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/pv.static.version' retained as runner:runner
2025-08-20T22:12:20.0984180Z [00:02:21.906]➜  ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:12:20.0984898Z [00:02:21.906]➜  ownership of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:12:20.0985917Z [00:02:21.913]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.0986962Z [00:02:21.919]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.0988166Z [00:02:21.925]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/config.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.0989411Z [00:02:21.930]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/aclocal.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1035586Z [00:02:21.936]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1093093Z [00:02:21.942]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/output.0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1153330Z [00:02:21.948]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/output.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1213822Z [00:02:21.954]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/traces.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1272883Z [00:02:21.960]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/requests' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1331171Z [00:02:21.966]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/traces.0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1392469Z [00:02:21.972]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/output.2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1451312Z [00:02:21.978]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/autom4te.cache/traces.2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1509575Z [00:02:21.983]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/ABOUT-NLS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1568202Z [00:02:21.989]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/configure.ac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1628100Z [00:02:21.995]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1689496Z [00:02:22.001]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/LINGUAS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1750256Z [00:02:22.007]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/Rules-quot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1810599Z [00:02:22.013]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/tr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1868938Z [00:02:22.019]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/en@boldquot.header' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1929983Z [00:02:22.025]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/Makevars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.1988767Z [00:02:22.031]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/ru.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2048850Z [00:02:22.037]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/insert-header.sin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2112954Z [00:02:22.044]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/Makevars.template' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2172626Z [00:02:22.050]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/fr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2233101Z [00:02:22.056]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/POTFILES.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2292188Z [00:02:22.062]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2349920Z [00:02:22.067]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/en@quot.header' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2407375Z [00:02:22.073]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/boldquot.sed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2465153Z [00:02:22.079]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/remove-potcdate.sin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2524247Z [00:02:22.085]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/es.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2583268Z [00:02:22.091]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/pt.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2641621Z [00:02:22.097]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/de.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2701882Z [00:02:22.103]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/pl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2769351Z [00:02:22.109]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/cs.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2822506Z [00:02:22.115]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/quot.sed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2879073Z [00:02:22.120]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/po/Makefile.in.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2939193Z [00:02:22.126]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/nls.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.2997353Z [00:02:22.132]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/lib-link.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3056801Z [00:02:22.138]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/lib-ld.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3114127Z [00:02:22.144]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/progtest.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3172538Z [00:02:22.150]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/lib-prefix.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3233068Z [00:02:22.156]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/intlmacosx.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3292909Z [00:02:22.162]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/po.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3352155Z [00:02:22.168]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/gettext.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3412211Z [00:02:22.174]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/host-cpu-c-abi.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3472368Z [00:02:22.180]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/m4/iconv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3529879Z [00:02:22.185]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/configure' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3589531Z [00:02:22.191]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/display.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3646133Z [00:02:22.197]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/state.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3704978Z [00:02:22.203]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/fineta.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3764686Z [00:02:22.209]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/bytes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3826883Z [00:02:22.215]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/averagerate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3888121Z [00:02:22.221]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/eta.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.3947641Z [00:02:22.227]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/rate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4007428Z [00:02:22.233]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/bufferpercent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4067564Z [00:02:22.239]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/timer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4130944Z [00:02:22.245]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/name.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4194631Z [00:02:22.252]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/progressbar.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4257716Z [00:02:22.258]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/previousline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4318837Z [00:02:22.264]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/sgr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4381626Z [00:02:22.271]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/barstyle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4444114Z [00:02:22.277]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/format/lastwritten.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4507761Z [00:02:22.283]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/loop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4568919Z [00:02:22.289]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/transfer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4629020Z [00:02:22.295]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/string.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4687767Z [00:02:22.301]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/number.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4747480Z [00:02:22.307]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/calc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4807668Z [00:02:22.313]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/cursor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4865925Z [00:02:22.319]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/watchpid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4926475Z [00:02:22.325]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/elapsedtime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.4986870Z [00:02:22.331]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/proctitle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5045217Z [00:02:22.337]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/file.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5105107Z [00:02:22.343]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/pv/signal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5165146Z [00:02:22.349]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/help.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5225543Z [00:02:22.355]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/version.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5285159Z [00:02:22.361]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/remote.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5345067Z [00:02:22.367]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/main.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5403050Z [00:02:22.373]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/debug.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5460790Z [00:02:22.379]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/main/options.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5519899Z [00:02:22.384]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include/options.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5577920Z [00:02:22.390]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include/config.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5635904Z [00:02:22.396]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include/config-aux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5694992Z [00:02:22.402]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include/pv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5752513Z [00:02:22.408]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/src/include/pv-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5810354Z [00:02:22.413]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5868459Z [00:02:22.419]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5928861Z [00:02:22.425]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.5986506Z [00:02:22.431]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6046747Z [00:02:22.437]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6106557Z [00:02:22.443]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6166630Z [00:02:22.449]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6225912Z [00:02:22.455]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6290829Z [00:02:22.461]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6343118Z [00:02:22.467]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6452180Z [00:02:22.477]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6511789Z [00:02:22.484]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6573446Z [00:02:22.490]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6636996Z [00:02:22.496]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6701198Z [00:02:22.503]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6764721Z [00:02:22.509]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6826338Z [00:02:22.515]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6888452Z [00:02:22.521]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.6951968Z [00:02:22.528]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7013890Z [00:02:22.534]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7074787Z [00:02:22.540]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7134760Z [00:02:22.546]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7194141Z [00:02:22.552]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7252585Z [00:02:22.558]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7311376Z [00:02:22.564]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7369052Z [00:02:22.569]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7427359Z [00:02:22.575]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7483400Z [00:02:22.581]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7542139Z [00:02:22.587]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7601221Z [00:02:22.593]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7660781Z [00:02:22.599]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7717363Z [00:02:22.604]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7776760Z [00:02:22.610]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7834135Z [00:02:22.616]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7893260Z [00:02:22.622]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/build-aux/config.rpath' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.7953925Z [00:02:22.628]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--sync.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8013757Z [00:02:22.634]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--size_from_file_size.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8073033Z [00:02:22.640]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--timer_-_displayed_value_changes.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8131698Z [00:02:22.646]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--quiet.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8191761Z [00:02:22.652]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Watchfd_-_Multiple_descriptors.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8251027Z [00:02:22.658]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/General_-_--size_argument_handling.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8311590Z [00:02:22.664]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/run-valgrind.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8372724Z [00:02:22.670]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Memory_safety_-_Basic.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8434264Z [00:02:22.676]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--direct-io.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8493722Z [00:02:22.682]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Memory_safety_-_Remote_control_sender.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8554047Z [00:02:22.688]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--buffer-percent.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8613721Z [00:02:22.694]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_When_adjusted_remotely.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8669806Z [00:02:22.699]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--fineta_-_plausible_values.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8728312Z [00:02:22.705]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--progress_-_basic_movement.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8786990Z [00:02:22.711]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Transfer_-_--remote.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8845296Z [00:02:22.717]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--numeric.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8904777Z [00:02:22.723]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Bug_-_Display_length_at_magnitude_boundary_-_Rate.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.8964457Z [00:02:22.729]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_Binary_data.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9024857Z [00:02:22.735]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_Large_file_support.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9085264Z [00:02:22.741]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_On_output_pipe_close.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9148178Z [00:02:22.747]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Transfer_-_--rate-limit.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9233536Z [00:02:22.756]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Memory_safety_-_Remote_control_receiver.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9295523Z [00:02:22.762]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--rate_-_displayed_value_changes.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9354841Z [00:02:22.768]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--force.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9412719Z [00:02:22.774]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--numeric_--bytes_--line-mode.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9472046Z [00:02:22.780]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/test-env.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9528325Z [00:02:22.785]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--eta_-_plausible_values.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9586553Z [00:02:22.791]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Memory_safety_-_Process_title.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9647204Z [00:02:22.797]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--progress_-_increasing.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9707164Z [00:02:22.803]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--last-written.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9767169Z [00:02:22.809]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--line-mode.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9827615Z [00:02:22.815]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--average-rate.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9889197Z [00:02:22.821]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Watchfd_-_Single_descriptor.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:20.9948760Z [00:02:22.827]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Bug_-_Install_all_files.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0009810Z [00:02:22.833]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--bits.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0067928Z [00:02:22.839]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Transfer_-_--stop-at-size.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0128206Z [00:02:22.845]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Memory_safety_-_Watchfd.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0189079Z [00:02:22.851]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Bug_-_Display_length_at_magnitude_boundary_-_Bytes.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0250467Z [00:02:22.857]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_From_bursty_source.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0310607Z [00:02:22.863]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--numeric_--bytes.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0369156Z [00:02:22.869]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--size.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0433103Z [00:02:22.876]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Modifiers_-_--interval.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0502479Z [00:02:22.883]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Terminal_-_Detect_width.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0561918Z [00:02:22.889]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--bytes.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0619847Z [00:02:22.894]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Integrity_-_Basic.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0683021Z [00:02:22.901]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/General_-_--pidfile.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0743552Z [00:02:22.907]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/tests/Display_-_--numeric_--timer.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0804300Z [00:02:22.913]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/Makefile.am' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0866984Z [00:02:22.919]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/pv.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0925878Z [00:02:22.925]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/ACKNOWLEDGEMENTS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.0986994Z [00:02:22.931]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/pv.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1048866Z [00:02:22.937]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/test-on-vm-lab.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1109850Z [00:02:22.943]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/benchmark.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1169708Z [00:02:22.949]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1230101Z [00:02:22.955]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/build-package.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1289123Z [00:02:22.961]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/DEVELOPERS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1347106Z [00:02:22.967]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/release.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1406453Z [00:02:22.973]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/INSTALL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1464866Z [00:02:22.979]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.xkRIQY9o9m/TEMPREPO/docs/NEWS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1524175Z [00:02:22.985]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/pv.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1585552Z [00:02:22.991]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1647412Z [00:02:22.997]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/pv.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1708208Z [00:02:23.003]➜  mode of '/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:12:21.1983050Z [00:02:23.031]➜  realpath: missing operand
2025-08-20T22:12:21.1983522Z [00:02:23.031]➜  Try 'realpath --help' for more information.
2025-08-20T22:12:21.2062991Z [00:02:23.039]➜  
2025-08-20T22:12:21.2063494Z [00:02:23.039]➜  [+] Found LICENSE ==> [/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T22:12:21.2063948Z [00:02:23.039]➜  
2025-08-20T22:12:21.2064139Z [00:02:23.039]➜  
2025-08-20T22:12:21.2071837Z [00:02:23.040]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T22:12:21.2074655Z [00:02:23.040]➜                         Version 3, 29 June 2007
2025-08-20T22:12:21.2074968Z [00:02:23.040]➜  
2025-08-20T22:12:21.2075341Z [00:02:23.040]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T22:12:21.2075827Z [00:02:23.040]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T22:12:21.2076562Z [00:02:23.040]➜   of this license document, but changing it is not allowed.
2025-08-20T22:12:21.2076925Z [00:02:23.040]➜  
2025-08-20T22:12:21.2077166Z [00:02:23.040]➜                              Preamble
2025-08-20T22:12:21.2077429Z [00:02:23.040]➜  
2025-08-20T22:12:21.2077776Z [00:02:23.040]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T22:12:21.2078414Z [00:02:23.040]➜  software and other kinds of works.
2025-08-20T22:12:21.2078712Z [00:02:23.040]➜  
2025-08-20T22:12:21.2079056Z [00:02:23.040]➜    The licenses for most software and other practical works are designed
2025-08-20T22:12:21.2079605Z [00:02:23.040]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T22:12:21.2080129Z [00:02:23.040]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T22:12:21.2080645Z [00:02:23.040]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T22:12:21.2081156Z [00:02:23.040]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T22:12:21.2081666Z [00:02:23.040]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T22:12:21.2082170Z [00:02:23.040]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T22:12:21.2082544Z [00:02:23.040]➜  your programs, too.
2025-08-20T22:12:21.2082781Z [00:02:23.040]➜  
2025-08-20T22:12:21.2083104Z [00:02:23.040]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T22:12:21.2083927Z [00:02:23.040]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T22:12:21.2084435Z [00:02:23.040]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T22:12:21.2084920Z [00:02:23.040]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T22:12:21.2085390Z [00:02:23.040]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T22:12:21.2085973Z [00:02:23.040]➜  free programs, and that you know you can do these things.
2025-08-20T22:12:21.2086290Z [00:02:23.040]➜  
2025-08-20T22:12:21.2086630Z [00:02:23.040]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T22:12:21.2087126Z [00:02:23.040]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T22:12:21.2087646Z [00:02:23.040]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T22:12:21.2088350Z [00:02:23.040]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T22:12:21.2088696Z [00:02:23.040]➜  
2025-08-20T22:12:21.2089025Z [00:02:23.040]➜    For example, if you distribute copies of such a program, whether
2025-08-20T22:12:21.2089486Z [00:02:23.040]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T22:12:21.2089967Z [00:02:23.040]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T22:12:21.2090666Z [00:02:23.040]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T22:12:21.2091143Z [00:02:23.040]➜  know their rights.
2025-08-20T22:12:21.2091376Z [00:02:23.040]➜  
2025-08-20T22:12:21.2091723Z [00:02:23.040]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T22:12:21.2092214Z [00:02:23.040]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T22:12:21.2092698Z [00:02:23.040]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T22:12:21.2093046Z [00:02:23.040]➜  
2025-08-20T22:12:21.2093386Z [00:02:23.040]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T22:12:21.2093882Z [00:02:23.040]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T22:12:21.2094366Z [00:02:23.040]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T22:12:21.2094867Z [00:02:23.040]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T22:12:21.2095260Z [00:02:23.040]➜  authors of previous versions.
2025-08-20T22:12:21.2095516Z [00:02:23.040]➜  
2025-08-20T22:12:21.2095838Z [00:02:23.040]➜    Some devices are designed to deny users access to install or run
2025-08-20T22:12:21.2096340Z [00:02:23.040]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T22:12:21.2096824Z [00:02:23.040]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T22:12:21.2097532Z [00:02:23.040]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T22:12:21.2099944Z [00:02:23.040]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T22:12:21.2100555Z [00:02:23.040]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T22:12:21.2101068Z [00:02:23.040]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T22:12:21.2101592Z [00:02:23.040]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T22:12:21.2102105Z [00:02:23.040]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T22:12:21.2102560Z [00:02:23.040]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T22:12:21.2102862Z [00:02:23.040]➜  
2025-08-20T22:12:21.2103204Z [00:02:23.040]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T22:12:21.2103693Z [00:02:23.040]➜  States should not allow patents to restrict development and use of
2025-08-20T22:12:21.2104210Z [00:02:23.040]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T22:12:21.2104724Z [00:02:23.040]➜  avoid the special danger that patents applied to a free program could
2025-08-20T22:12:21.2105231Z [00:02:23.040]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T22:12:21.2105695Z [00:02:23.040]➜  patents cannot be used to render the program non-free.
2025-08-20T22:12:21.2106013Z [00:02:23.040]➜  
2025-08-20T22:12:21.2106338Z [00:02:23.040]➜    The precise terms and conditions for copying, distribution and
2025-08-20T22:12:21.2106698Z [00:02:23.040]➜  modification follow.
2025-08-20T22:12:21.2106932Z [00:02:23.040]➜  
2025-08-20T22:12:21.2107175Z [00:02:23.040]➜                         TERMS AND CONDITIONS
2025-08-20T22:12:21.2107444Z [00:02:23.040]➜  
2025-08-20T22:12:21.2107645Z [00:02:23.040]➜    0. Definitions.
2025-08-20T22:12:21.2107870Z [00:02:23.040]➜  
2025-08-20T22:12:21.2108445Z [00:02:23.040]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T22:12:21.2108790Z [00:02:23.040]➜  
2025-08-20T22:12:21.2109144Z [00:02:23.040]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T22:12:21.2109564Z [00:02:23.040]➜  works, such as semiconductor masks.
2025-08-20T22:12:21.2109832Z [00:02:23.040]➜  
2025-08-20T22:12:21.2110163Z [00:02:23.040]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T22:12:21.2110956Z [00:02:23.040]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T22:12:21.2111467Z [00:02:23.040]➜  "recipients" may be individuals or organizations.
2025-08-20T22:12:21.2111767Z [00:02:23.040]➜  
2025-08-20T22:12:21.2112102Z [00:02:23.040]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T22:12:21.2112609Z [00:02:23.040]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T22:12:21.2113130Z [00:02:23.040]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T22:12:21.2113562Z [00:02:23.040]➜  earlier work or a work "based on" the earlier work.
2025-08-20T22:12:21.2113855Z [00:02:23.040]➜  
2025-08-20T22:12:21.2114189Z [00:02:23.040]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T22:12:21.2114551Z [00:02:23.040]➜  on the Program.
2025-08-20T22:12:21.2114776Z [00:02:23.040]➜  
2025-08-20T22:12:21.2115107Z [00:02:23.040]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T22:12:21.2115574Z [00:02:23.040]➜  permission, would make you directly or secondarily liable for
2025-08-20T22:12:21.2116068Z [00:02:23.040]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T22:12:21.2116586Z [00:02:23.040]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T22:12:21.2117092Z [00:02:23.040]➜  distribution (with or without modification), making available to the
2025-08-20T22:12:21.2117763Z [00:02:23.040]➜  public, and in some countries other activities as well.
2025-08-20T22:12:21.2118332Z [00:02:23.040]➜  
2025-08-20T22:12:21.2118685Z [00:02:23.040]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T22:12:21.2119204Z [00:02:23.040]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T22:12:21.2119697Z [00:02:23.040]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T22:12:21.2120041Z [00:02:23.040]➜  
2025-08-20T22:12:21.2120376Z [00:02:23.040]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T22:12:21.2120866Z [00:02:23.040]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T22:12:21.2121349Z [00:02:23.040]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T22:12:21.2121833Z [00:02:23.040]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T22:12:21.2122334Z [00:02:23.040]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T22:12:21.2122827Z [00:02:23.040]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T22:12:21.2123327Z [00:02:23.040]➜  the interface presents a list of user commands or options, such as a
2025-08-20T22:12:21.2123785Z [00:02:23.040]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T22:12:21.2124095Z [00:02:23.040]➜  
2025-08-20T22:12:21.2124310Z [00:02:23.040]➜    1. Source Code.
2025-08-20T22:12:21.2124536Z [00:02:23.040]➜  
2025-08-20T22:12:21.2124860Z [00:02:23.040]➜    The "source code" for a work means the preferred form of the work
2025-08-20T22:12:21.2125340Z [00:02:23.040]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T22:12:21.2125706Z [00:02:23.040]➜  form of a work.
2025-08-20T22:12:21.2125927Z [00:02:23.040]➜  
2025-08-20T22:12:21.2126265Z [00:02:23.040]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T22:12:21.2126774Z [00:02:23.040]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T22:12:21.2127281Z [00:02:23.040]➜  interfaces specified for a particular programming language, one that
2025-08-20T22:12:21.2127751Z [00:02:23.040]➜  is widely used among developers working in that language.
2025-08-20T22:12:21.2128242Z [00:02:23.040]➜  
2025-08-20T22:12:21.2128583Z [00:02:23.040]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T22:12:21.2129289Z [00:02:23.040]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T22:12:21.2129832Z [00:02:23.040]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T22:12:21.2130305Z [00:02:23.040]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T22:12:21.2130779Z [00:02:23.040]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T22:12:21.2131267Z [00:02:23.040]➜  implementation is available to the public in source code form.  A
2025-08-20T22:12:21.2131768Z [00:02:23.040]➜  "Major Component", in this context, means a major essential component
2025-08-20T22:12:21.2132254Z [00:02:23.040]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T22:12:21.2132722Z [00:02:23.040]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T22:12:21.2133175Z [00:02:23.040]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T22:12:21.2133512Z [00:02:23.040]➜  
2025-08-20T22:12:21.2133853Z [00:02:23.040]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T22:12:21.2134343Z [00:02:23.040]➜  the source code needed to generate, install, and (for an executable
2025-08-20T22:12:21.2134827Z [00:02:23.040]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T22:12:21.2135317Z [00:02:23.040]➜  control those activities.  However, it does not include the work's
2025-08-20T22:12:21.2136037Z [00:02:23.040]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T22:12:21.2136555Z [00:02:23.040]➜  programs which are used unmodified in performing those activities but
2025-08-20T22:12:21.2137048Z [00:02:23.040]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T22:12:21.2137543Z [00:02:23.040]➜  includes interface definition files associated with source files for
2025-08-20T22:12:21.2138189Z [00:02:23.040]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T22:12:21.2138744Z [00:02:23.040]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T22:12:21.2139242Z [00:02:23.040]➜  such as by intimate data communication or control flow between those
2025-08-20T22:12:21.2139653Z [00:02:23.040]➜  subprograms and other parts of the work.
2025-08-20T22:12:21.2139924Z [00:02:23.040]➜  
2025-08-20T22:12:21.2140240Z [00:02:23.040]➜    The Corresponding Source need not include anything that users
2025-08-20T22:12:21.2140729Z [00:02:23.040]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T22:12:21.2141080Z [00:02:23.040]➜  Source.
2025-08-20T22:12:21.2141284Z [00:02:23.040]➜  
2025-08-20T22:12:21.2141607Z [00:02:23.040]➜    The Corresponding Source for a work in source code form is that
2025-08-20T22:12:21.2141952Z [00:02:23.040]➜  same work.
2025-08-20T22:12:21.2142157Z [00:02:23.040]➜  
2025-08-20T22:12:21.2142372Z [00:02:23.040]➜    2. Basic Permissions.
2025-08-20T22:12:21.2142620Z [00:02:23.040]➜  
2025-08-20T22:12:21.2142946Z [00:02:23.040]➜    All rights granted under this License are granted for the term of
2025-08-20T22:12:21.2143427Z [00:02:23.040]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T22:12:21.2143913Z [00:02:23.040]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T22:12:21.2144403Z [00:02:23.040]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T22:12:21.2144911Z [00:02:23.040]➜  covered work is covered by this License only if the output, given its
2025-08-20T22:12:21.2145408Z [00:02:23.040]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T22:12:21.2145908Z [00:02:23.040]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T22:12:21.2146256Z [00:02:23.040]➜  
2025-08-20T22:12:21.2146569Z [00:02:23.040]➜    You may make, run and propagate covered works that you do not
2025-08-20T22:12:21.2147289Z [00:02:23.040]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T22:12:21.2147854Z [00:02:23.040]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T22:12:21.2148579Z [00:02:23.040]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T22:12:21.2149092Z [00:02:23.040]➜  with facilities for running those works, provided that you comply with
2025-08-20T22:12:21.2149595Z [00:02:23.040]➜  the terms of this License in conveying all material for which you do
2025-08-20T22:12:21.2150100Z [00:02:23.040]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T22:12:21.2150589Z [00:02:23.040]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T22:12:21.2151061Z [00:02:23.040]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T22:12:21.2151534Z [00:02:23.040]➜  your copyrighted material outside their relationship with you.
2025-08-20T22:12:21.2151879Z [00:02:23.040]➜  
2025-08-20T22:12:21.2152215Z [00:02:23.040]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T22:12:21.2152713Z [00:02:23.040]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T22:12:21.2153092Z [00:02:23.040]➜  makes it unnecessary.
2025-08-20T22:12:21.2153326Z [00:02:23.040]➜  
2025-08-20T22:12:21.2153650Z [00:02:23.040]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T22:12:21.2154240Z [00:02:23.040]➜  
2025-08-20T22:12:21.2154572Z [00:02:23.040]➜    No covered work shall be deemed part of an effective technological
2025-08-20T22:12:21.2155070Z [00:02:23.040]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T22:12:21.2155551Z [00:02:23.040]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T22:12:21.2156011Z [00:02:23.040]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T22:12:21.2156362Z [00:02:23.040]➜  measures.
2025-08-20T22:12:21.2156566Z [00:02:23.040]➜  
2025-08-20T22:12:21.2156897Z [00:02:23.040]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T22:12:21.2157412Z [00:02:23.040]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T22:12:21.2157926Z [00:02:23.040]➜  is effected by exercising rights under this License with respect to
2025-08-20T22:12:21.2158652Z [00:02:23.040]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T22:12:21.2159188Z [00:02:23.040]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T22:12:21.2159693Z [00:02:23.040]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T22:12:21.2160069Z [00:02:23.040]➜  technological measures.
2025-08-20T22:12:21.2160312Z [00:02:23.040]➜  
2025-08-20T22:12:21.2160544Z [00:02:23.040]➜    4. Conveying Verbatim Copies.
2025-08-20T22:12:21.2160809Z [00:02:23.040]➜  
2025-08-20T22:12:21.2161147Z [00:02:23.040]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T22:12:21.2161616Z [00:02:23.040]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T22:12:21.2162091Z [00:02:23.040]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T22:12:21.2162562Z [00:02:23.040]➜  keep intact all notices stating that this License and any
2025-08-20T22:12:21.2163039Z [00:02:23.040]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T22:12:21.2163546Z [00:02:23.040]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T22:12:21.2164004Z [00:02:23.040]➜  recipients a copy of this License along with the Program.
2025-08-20T22:12:21.2164322Z [00:02:23.040]➜  
2025-08-20T22:12:21.2164674Z [00:02:23.040]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T22:12:21.2165132Z [00:02:23.040]➜  and you may offer support or warranty protection for a fee.
2025-08-20T22:12:21.2165731Z [00:02:23.040]➜  
2025-08-20T22:12:21.2166053Z [00:02:23.040]➜    5. Conveying Modified Source Versions.
2025-08-20T22:12:21.2166325Z [00:02:23.040]➜  
2025-08-20T22:12:21.2166655Z [00:02:23.040]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T22:12:21.2167138Z [00:02:23.040]➜  produce it from the Program, in the form of source code under the
2025-08-20T22:12:21.2167627Z [00:02:23.040]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T22:12:21.2168160Z [00:02:23.040]➜  
2025-08-20T22:12:21.2168565Z [00:02:23.040]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T22:12:21.2168956Z [00:02:23.040]➜      it, and giving a relevant date.
2025-08-20T22:12:21.2169217Z [00:02:23.040]➜  
2025-08-20T22:12:21.2169518Z [00:02:23.040]➜      b) The work must carry prominent notices stating that it is
2025-08-20T22:12:21.2169990Z [00:02:23.040]➜      released under this License and any conditions added under section
2025-08-20T22:12:21.2170461Z [00:02:23.040]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T22:12:21.2170829Z [00:02:23.040]➜      "keep intact all notices".
2025-08-20T22:12:21.2171082Z [00:02:23.040]➜  
2025-08-20T22:12:21.2171382Z [00:02:23.040]➜      c) You must license the entire work, as a whole, under this
2025-08-20T22:12:21.2171824Z [00:02:23.040]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T22:12:21.2172561Z [00:02:23.040]➜      License will therefore apply, along with any applicable section 7
2025-08-20T22:12:21.2173053Z [00:02:23.040]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T22:12:21.2173514Z [00:02:23.040]➜      regardless of how they are packaged.  This License gives no
2025-08-20T22:12:21.2173975Z [00:02:23.040]➜      permission to license the work in any other way, but it does not
2025-08-20T22:12:21.2174460Z [00:02:23.040]➜      invalidate such permission if you have separately received it.
2025-08-20T22:12:21.2174795Z [00:02:23.040]➜  
2025-08-20T22:12:21.2175114Z [00:02:23.040]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T22:12:21.2175592Z [00:02:23.040]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T22:12:21.2176081Z [00:02:23.040]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T22:12:21.2176464Z [00:02:23.040]➜      work need not make them do so.
2025-08-20T22:12:21.2176732Z [00:02:23.040]➜  
2025-08-20T22:12:21.2177067Z [00:02:23.040]➜    A compilation of a covered work with other separate and independent
2025-08-20T22:12:21.2177547Z [00:02:23.040]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T22:12:21.2178191Z [00:02:23.040]➜  and which are not combined with it such as to form a larger program,
2025-08-20T22:12:21.2178715Z [00:02:23.040]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T22:12:21.2179198Z [00:02:23.040]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T22:12:21.2179681Z [00:02:23.040]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T22:12:21.2180173Z [00:02:23.040]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T22:12:21.2180654Z [00:02:23.040]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T22:12:21.2181017Z [00:02:23.040]➜  parts of the aggregate.
2025-08-20T22:12:21.2181273Z [00:02:23.040]➜  
2025-08-20T22:12:21.2181504Z [00:02:23.040]➜    6. Conveying Non-Source Forms.
2025-08-20T22:12:21.2181760Z [00:02:23.040]➜  
2025-08-20T22:12:21.2182082Z [00:02:23.040]➜    You may convey a covered work in object code form under the terms
2025-08-20T22:12:21.2182515Z [00:02:23.040]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T22:12:21.2182988Z [00:02:23.040]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T22:12:21.2183585Z [00:02:23.040]➜  in one of these ways:
2025-08-20T22:12:21.2183886Z [00:02:23.040]➜  
2025-08-20T22:12:21.2184218Z [00:02:23.040]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T22:12:21.2184688Z [00:02:23.040]➜      (including a physical distribution medium), accompanied by the
2025-08-20T22:12:21.2185141Z [00:02:23.040]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T22:12:21.2185535Z [00:02:23.040]➜      customarily used for software interchange.
2025-08-20T22:12:21.2185827Z [00:02:23.040]➜  
2025-08-20T22:12:21.2186145Z [00:02:23.040]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T22:12:21.2186605Z [00:02:23.040]➜      (including a physical distribution medium), accompanied by a
2025-08-20T22:12:21.2187066Z [00:02:23.040]➜      written offer, valid for at least three years and valid for as
2025-08-20T22:12:21.2187544Z [00:02:23.040]➜      long as you offer spare parts or customer support for that product
2025-08-20T22:12:21.2188217Z [00:02:23.040]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T22:12:21.2188730Z [00:02:23.040]➜      copy of the Corresponding Source for all the software in the
2025-08-20T22:12:21.2189190Z [00:02:23.040]➜      product that is covered by this License, on a durable physical
2025-08-20T22:12:21.2189668Z [00:02:23.040]➜      medium customarily used for software interchange, for a price no
2025-08-20T22:12:21.2190398Z [00:02:23.040]➜      more than your reasonable cost of physically performing this
2025-08-20T22:12:21.2190818Z [00:02:23.040]➜      conveying of source, or (2) access to copy the
2025-08-20T22:12:21.2191270Z [00:02:23.040]➜      Corresponding Source from a network server at no charge.
2025-08-20T22:12:21.2191588Z [00:02:23.040]➜  
2025-08-20T22:12:21.2191914Z [00:02:23.040]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T22:12:21.2192381Z [00:02:23.040]➜      written offer to provide the Corresponding Source.  This
2025-08-20T22:12:21.2192848Z [00:02:23.040]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T22:12:21.2193331Z [00:02:23.040]➜      only if you received the object code with such an offer, in accord
2025-08-20T22:12:21.2193695Z [00:02:23.040]➜      with subsection 6b.
2025-08-20T22:12:21.2193931Z [00:02:23.040]➜  
2025-08-20T22:12:21.2194246Z [00:02:23.040]➜      d) Convey the object code by offering access from a designated
2025-08-20T22:12:21.2194721Z [00:02:23.040]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T22:12:21.2195208Z [00:02:23.040]➜      Corresponding Source in the same way through the same place at no
2025-08-20T22:12:21.2195678Z [00:02:23.040]➜      further charge.  You need not require recipients to copy the
2025-08-20T22:12:21.2196156Z [00:02:23.040]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T22:12:21.2196652Z [00:02:23.040]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T22:12:21.2197121Z [00:02:23.040]➜      may be on a different server (operated by you or a third party)
2025-08-20T22:12:21.2197604Z [00:02:23.040]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T22:12:21.2198272Z [00:02:23.040]➜      clear directions next to the object code saying where to find the
2025-08-20T22:12:21.2198758Z [00:02:23.040]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T22:12:21.2199241Z [00:02:23.040]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T22:12:21.2199718Z [00:02:23.040]➜      available for as long as needed to satisfy these requirements.
2025-08-20T22:12:21.2200049Z [00:02:23.040]➜  
2025-08-20T22:12:21.2200383Z [00:02:23.040]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T22:12:21.2200859Z [00:02:23.040]➜      you inform other peers where the object code and Corresponding
2025-08-20T22:12:21.2201561Z [00:02:23.040]➜      Source of the work are being offered to the general public at no
2025-08-20T22:12:21.2202007Z [00:02:23.040]➜      charge under subsection 6d.
2025-08-20T22:12:21.2202267Z [00:02:23.040]➜  
2025-08-20T22:12:21.2202609Z [00:02:23.040]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T22:12:21.2203092Z [00:02:23.040]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T22:12:21.2203494Z [00:02:23.040]➜  included in conveying the object code work.
2025-08-20T22:12:21.2203779Z [00:02:23.040]➜  
2025-08-20T22:12:21.2204105Z [00:02:23.040]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T22:12:21.2204606Z [00:02:23.040]➜  tangible personal property which is normally used for personal, family,
2025-08-20T22:12:21.2205134Z [00:02:23.040]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T22:12:21.2205660Z [00:02:23.040]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T22:12:21.2206178Z [00:02:23.040]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T22:12:21.2206680Z [00:02:23.040]➜  product received by a particular user, "normally used" refers to a
2025-08-20T22:12:21.2207181Z [00:02:23.040]➜  typical or common use of that class of product, regardless of the status
2025-08-20T22:12:21.2207670Z [00:02:23.040]➜  of the particular user or of the way in which the particular user
2025-08-20T22:12:21.2208525Z [00:02:23.040]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T22:12:21.2209046Z [00:02:23.040]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T22:12:21.2209567Z [00:02:23.040]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T22:12:21.2210015Z [00:02:23.040]➜  the only significant mode of use of the product.
2025-08-20T22:12:21.2210302Z [00:02:23.040]➜  
2025-08-20T22:12:21.2210644Z [00:02:23.040]➜    "Installation Information" for a User Product means any methods,
2025-08-20T22:12:21.2211158Z [00:02:23.040]➜  procedures, authorization keys, or other information required to install
2025-08-20T22:12:21.2211690Z [00:02:23.041]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T22:12:21.2212203Z [00:02:23.041]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T22:12:21.2212709Z [00:02:23.041]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T22:12:21.2213186Z [00:02:23.041]➜  code is in no case prevented or interfered with solely because
2025-08-20T22:12:21.2213544Z [00:02:23.041]➜  modification has been made.
2025-08-20T22:12:21.2213787Z [00:02:23.041]➜  
2025-08-20T22:12:21.2214116Z [00:02:23.041]➜    If you convey an object code work under this section in, or with, or
2025-08-20T22:12:21.2214605Z [00:02:23.041]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T22:12:21.2215112Z [00:02:23.041]➜  part of a transaction in which the right of possession and use of the
2025-08-20T22:12:21.2215610Z [00:02:23.041]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T22:12:21.2216107Z [00:02:23.041]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T22:12:21.2216618Z [00:02:23.041]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T22:12:21.2217129Z [00:02:23.041]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T22:12:21.2217625Z [00:02:23.041]➜  if neither you nor any third party retains the ability to install
2025-08-20T22:12:21.2218270Z [00:02:23.041]➜  modified object code on the User Product (for example, the work has
2025-08-20T22:12:21.2218666Z [00:02:23.041]➜  been installed in ROM).
2025-08-20T22:12:21.2218911Z [00:02:23.041]➜  
2025-08-20T22:12:21.2219259Z [00:02:23.041]➜    The requirement to provide Installation Information does not include a
2025-08-20T22:12:21.2220026Z [00:02:23.041]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T22:12:21.2220610Z [00:02:23.041]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T22:12:21.2221117Z [00:02:23.041]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T22:12:21.2221607Z [00:02:23.041]➜  network may be denied when the modification itself materially and
2025-08-20T22:12:21.2222118Z [00:02:23.041]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T22:12:21.2222571Z [00:02:23.041]➜  protocols for communication across the network.
2025-08-20T22:12:21.2222859Z [00:02:23.041]➜  
2025-08-20T22:12:21.2223210Z [00:02:23.041]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T22:12:21.2223703Z [00:02:23.041]➜  in accord with this section must be in a format that is publicly
2025-08-20T22:12:21.2224183Z [00:02:23.041]➜  documented (and with an implementation available to the public in
2025-08-20T22:12:21.2224679Z [00:02:23.041]➜  source code form), and must require no special password or key for
2025-08-20T22:12:21.2225068Z [00:02:23.041]➜  unpacking, reading or copying.
2025-08-20T22:12:21.2225324Z [00:02:23.041]➜  
2025-08-20T22:12:21.2225534Z [00:02:23.041]➜    7. Additional Terms.
2025-08-20T22:12:21.2225771Z [00:02:23.041]➜  
2025-08-20T22:12:21.2226112Z [00:02:23.041]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T22:12:21.2226829Z [00:02:23.041]➜  License by making exceptions from one or more of its conditions.
2025-08-20T22:12:21.2227331Z [00:02:23.041]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T22:12:21.2227842Z [00:02:23.041]➜  be treated as though they were included in this License, to the extent
2025-08-20T22:12:21.2228605Z [00:02:23.041]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T22:12:21.2229110Z [00:02:23.041]➜  apply only to part of the Program, that part may be used separately
2025-08-20T22:12:21.2229601Z [00:02:23.041]➜  under those permissions, but the entire Program remains governed by
2025-08-20T22:12:21.2230071Z [00:02:23.041]➜  this License without regard to the additional permissions.
2025-08-20T22:12:21.2230412Z [00:02:23.041]➜  
2025-08-20T22:12:21.2230730Z [00:02:23.041]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T22:12:21.2231214Z [00:02:23.041]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T22:12:21.2231708Z [00:02:23.041]➜  it.  (Additional permissions may be written to require their own
2025-08-20T22:12:21.2232184Z [00:02:23.041]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T22:12:21.2232675Z [00:02:23.041]➜  additional permissions on material, added by you to a covered work,
2025-08-20T22:12:21.2233161Z [00:02:23.041]➜  for which you have or can give appropriate copyright permission.
2025-08-20T22:12:21.2233502Z [00:02:23.041]➜  
2025-08-20T22:12:21.2233851Z [00:02:23.041]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T22:12:21.2234367Z [00:02:23.041]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T22:12:21.2234855Z [00:02:23.041]➜  that material) supplement the terms of this License with terms:
2025-08-20T22:12:21.2235189Z [00:02:23.041]➜  
2025-08-20T22:12:21.2235524Z [00:02:23.041]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T22:12:21.2235967Z [00:02:23.041]➜      terms of sections 15 and 16 of this License; or
2025-08-20T22:12:21.2236255Z [00:02:23.041]➜  
2025-08-20T22:12:21.2236592Z [00:02:23.041]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T22:12:21.2237087Z [00:02:23.041]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T22:12:21.2237518Z [00:02:23.041]➜      Notices displayed by works containing it; or
2025-08-20T22:12:21.2238216Z [00:02:23.041]➜  
2025-08-20T22:12:21.2238665Z [00:02:23.041]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T22:12:21.2239164Z [00:02:23.041]➜      requiring that modified versions of such material be marked in
2025-08-20T22:12:21.2239628Z [00:02:23.041]➜      reasonable ways as different from the original version; or
2025-08-20T22:12:21.2239950Z [00:02:23.041]➜  
2025-08-20T22:12:21.2240280Z [00:02:23.041]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T22:12:21.2240673Z [00:02:23.041]➜      authors of the material; or
2025-08-20T22:12:21.2240932Z [00:02:23.041]➜  
2025-08-20T22:12:21.2241254Z [00:02:23.041]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T22:12:21.2241781Z [00:02:23.041]➜      trade names, trademarks, or service marks; or
2025-08-20T22:12:21.2242070Z [00:02:23.041]➜  
2025-08-20T22:12:21.2242403Z [00:02:23.041]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T22:12:21.2242889Z [00:02:23.041]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T22:12:21.2243384Z [00:02:23.041]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T22:12:21.2243887Z [00:02:23.041]➜      any liability that these contractual assumptions directly impose on
2025-08-20T22:12:21.2244284Z [00:02:23.041]➜      those licensors and authors.
2025-08-20T22:12:21.2244756Z [00:02:23.041]➜  
2025-08-20T22:12:21.2245096Z [00:02:23.041]➜    All other non-permissive additional terms are considered "further
2025-08-20T22:12:21.2245598Z [00:02:23.041]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T22:12:21.2246095Z [00:02:23.041]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T22:12:21.2246553Z [00:02:23.041]➜  governed by this License along with a term that is a further
2025-08-20T22:12:21.2247035Z [00:02:23.041]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T22:12:21.2247541Z [00:02:23.041]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T22:12:21.2248302Z [00:02:23.041]➜  License, you may add to a covered work material governed by the terms
2025-08-20T22:12:21.2248863Z [00:02:23.041]➜  of that license document, provided that the further restriction does
2025-08-20T22:12:21.2249285Z [00:02:23.041]➜  not survive such relicensing or conveying.
2025-08-20T22:12:21.2249573Z [00:02:23.041]➜  
2025-08-20T22:12:21.2249897Z [00:02:23.041]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T22:12:21.2250349Z [00:02:23.041]➜  must place, in the relevant source files, a statement of the
2025-08-20T22:12:21.2250820Z [00:02:23.041]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T22:12:21.2251224Z [00:02:23.041]➜  where to find the applicable terms.
2025-08-20T22:12:21.2251492Z [00:02:23.041]➜  
2025-08-20T22:12:21.2251843Z [00:02:23.041]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T22:12:21.2252327Z [00:02:23.041]➜  form of a separately written license, or stated as exceptions;
2025-08-20T22:12:21.2252721Z [00:02:23.041]➜  the above requirements apply either way.
2025-08-20T22:12:21.2252993Z [00:02:23.041]➜  
2025-08-20T22:12:21.2253199Z [00:02:23.041]➜    8. Termination.
2025-08-20T22:12:21.2253423Z [00:02:23.041]➜  
2025-08-20T22:12:21.2253754Z [00:02:23.041]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T22:12:21.2254255Z [00:02:23.041]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T22:12:21.2254754Z [00:02:23.041]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T22:12:21.2255245Z [00:02:23.041]➜  this License (including any patent licenses granted under the third
2025-08-20T22:12:21.2255626Z [00:02:23.041]➜  paragraph of section 11).
2025-08-20T22:12:21.2255872Z [00:02:23.041]➜  
2025-08-20T22:12:21.2256469Z [00:02:23.041]➜    However, if you cease all violation of this License, then your
2025-08-20T22:12:21.2257001Z [00:02:23.041]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T22:12:21.2257490Z [00:02:23.041]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T22:12:21.2258163Z [00:02:23.041]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T22:12:21.2258721Z [00:02:23.041]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T22:12:21.2259137Z [00:02:23.041]➜  prior to 60 days after the cessation.
2025-08-20T22:12:21.2259407Z [00:02:23.041]➜  
2025-08-20T22:12:21.2259727Z [00:02:23.041]➜    Moreover, your license from a particular copyright holder is
2025-08-20T22:12:21.2260206Z [00:02:23.041]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T22:12:21.2260698Z [00:02:23.041]➜  violation by some reasonable means, this is the first time you have
2025-08-20T22:12:21.2261202Z [00:02:23.041]➜  received notice of violation of this License (for any work) from that
2025-08-20T22:12:21.2261698Z [00:02:23.041]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T22:12:21.2262083Z [00:02:23.041]➜  your receipt of the notice.
2025-08-20T22:12:21.2262328Z [00:02:23.041]➜  
2025-08-20T22:12:21.2262665Z [00:02:23.041]➜    Termination of your rights under this section does not terminate the
2025-08-20T22:12:21.2263400Z [00:02:23.041]➜  licenses of parties who have received copies or rights from you under
2025-08-20T22:12:21.2263905Z [00:02:23.041]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T22:12:21.2264398Z [00:02:23.041]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T22:12:21.2264778Z [00:02:23.041]➜  material under section 10.
2025-08-20T22:12:21.2265026Z [00:02:23.041]➜  
2025-08-20T22:12:21.2265301Z [00:02:23.041]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T22:12:21.2265587Z [00:02:23.041]➜  
2025-08-20T22:12:21.2265915Z [00:02:23.041]➜    You are not required to accept this License in order to receive or
2025-08-20T22:12:21.2266393Z [00:02:23.041]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T22:12:21.2266882Z [00:02:23.041]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T22:12:21.2267371Z [00:02:23.041]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T22:12:21.2267871Z [00:02:23.041]➜  nothing other than this License grants you permission to propagate or
2025-08-20T22:12:21.2268584Z [00:02:23.041]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T22:12:21.2269077Z [00:02:23.041]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T22:12:21.2269566Z [00:02:23.041]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T22:12:21.2269907Z [00:02:23.041]➜  
2025-08-20T22:12:21.2270196Z [00:02:23.041]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T22:12:21.2270490Z [00:02:23.041]➜  
2025-08-20T22:12:21.2270806Z [00:02:23.041]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T22:12:21.2271281Z [00:02:23.041]➜  receives a license from the original licensors, to run, modify and
2025-08-20T22:12:21.2271777Z [00:02:23.041]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T22:12:21.2272270Z [00:02:23.041]➜  for enforcing compliance by third parties with this License.
2025-08-20T22:12:21.2272593Z [00:02:23.041]➜  
2025-08-20T22:12:21.2272927Z [00:02:23.041]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T22:12:21.2273427Z [00:02:23.041]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T22:12:21.2273934Z [00:02:23.041]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T22:12:21.2274668Z [00:02:23.041]➜  work results from an entity transaction, each party to that
2025-08-20T22:12:21.2275205Z [00:02:23.041]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T22:12:21.2275701Z [00:02:23.041]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T22:12:21.2276199Z [00:02:23.041]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T22:12:21.2276707Z [00:02:23.041]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T22:12:21.2277201Z [00:02:23.041]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T22:12:21.2277524Z [00:02:23.041]➜  
2025-08-20T22:12:21.2277850Z [00:02:23.041]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T22:12:21.2278557Z [00:02:23.041]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T22:12:21.2279045Z [00:02:23.041]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T22:12:21.2279545Z [00:02:23.041]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T22:12:21.2280048Z [00:02:23.041]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T22:12:21.2280551Z [00:02:23.041]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T22:12:21.2281002Z [00:02:23.041]➜  sale, or importing the Program or any portion of it.
2025-08-20T22:12:21.2281296Z [00:02:23.041]➜  
2025-08-20T22:12:21.2281772Z [00:02:23.041]➜    11. Patents.
2025-08-20T22:12:21.2281996Z [00:02:23.041]➜  
2025-08-20T22:12:21.2282338Z [00:02:23.041]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T22:12:21.2282832Z [00:02:23.041]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T22:12:21.2283326Z [00:02:23.041]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T22:12:21.2283673Z [00:02:23.041]➜  
2025-08-20T22:12:21.2284011Z [00:02:23.041]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T22:12:21.2284498Z [00:02:23.041]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T22:12:21.2284997Z [00:02:23.041]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T22:12:21.2285494Z [00:02:23.041]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T22:12:21.2285956Z [00:02:23.041]➜  but do not include claims that would be infringed only as a
2025-08-20T22:12:21.2286439Z [00:02:23.041]➜  consequence of further modification of the contributor version.  For
2025-08-20T22:12:21.2286950Z [00:02:23.041]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T22:12:21.2287445Z [00:02:23.041]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T22:12:21.2287806Z [00:02:23.041]➜  this License.
2025-08-20T22:12:21.2288204Z [00:02:23.041]➜  
2025-08-20T22:12:21.2288601Z [00:02:23.041]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T22:12:21.2289098Z [00:02:23.041]➜  patent license under the contributor's essential patent claims, to
2025-08-20T22:12:21.2289585Z [00:02:23.041]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T22:12:21.2290020Z [00:02:23.041]➜  propagate the contents of its contributor version.
2025-08-20T22:12:21.2290321Z [00:02:23.041]➜  
2025-08-20T22:12:21.2290656Z [00:02:23.041]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T22:12:21.2291214Z [00:02:23.041]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T22:12:21.2291724Z [00:02:23.041]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T22:12:21.2292221Z [00:02:23.041]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T22:12:21.2292711Z [00:02:23.041]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T22:12:21.2293342Z [00:02:23.041]➜  patent against the party.
2025-08-20T22:12:21.2293647Z [00:02:23.041]➜  
2025-08-20T22:12:21.2293987Z [00:02:23.041]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T22:12:21.2294508Z [00:02:23.041]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T22:12:21.2295005Z [00:02:23.041]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T22:12:21.2295515Z [00:02:23.041]➜  publicly available network server or other readily accessible means,
2025-08-20T22:12:21.2296001Z [00:02:23.041]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T22:12:21.2296470Z [00:02:23.041]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T22:12:21.2296958Z [00:02:23.041]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T22:12:21.2297471Z [00:02:23.041]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T22:12:21.2298150Z [00:02:23.041]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T22:12:21.2298727Z [00:02:23.041]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T22:12:21.2299225Z [00:02:23.041]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T22:12:21.2299716Z [00:02:23.041]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T22:12:21.2300375Z [00:02:23.041]➜  country that you have reason to believe are valid.
2025-08-20T22:12:21.2300673Z [00:02:23.041]➜  
2025-08-20T22:12:21.2300986Z [00:02:23.041]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T22:12:21.2301458Z [00:02:23.041]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T22:12:21.2301939Z [00:02:23.041]➜  covered work, and grant a patent license to some of the parties
2025-08-20T22:12:21.2302435Z [00:02:23.041]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T22:12:21.2302936Z [00:02:23.041]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T22:12:21.2303431Z [00:02:23.041]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T22:12:21.2303811Z [00:02:23.041]➜  work and works based on it.
2025-08-20T22:12:21.2304059Z [00:02:23.041]➜  
2025-08-20T22:12:21.2304388Z [00:02:23.041]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T22:12:21.2304855Z [00:02:23.041]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T22:12:21.2305328Z [00:02:23.041]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T22:12:21.2305836Z [00:02:23.041]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T22:12:21.2306348Z [00:02:23.041]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T22:12:21.2306846Z [00:02:23.041]➜  in the business of distributing software, under which you make payment
2025-08-20T22:12:21.2307334Z [00:02:23.041]➜  to the third party based on the extent of your activity of conveying
2025-08-20T22:12:21.2307801Z [00:02:23.041]➜  the work, and under which the third party grants, to any of the
2025-08-20T22:12:21.2308571Z [00:02:23.041]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T22:12:21.2309052Z [00:02:23.041]➜  patent license (a) in connection with copies of the covered work
2025-08-20T22:12:21.2309538Z [00:02:23.041]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T22:12:21.2310020Z [00:02:23.041]➜  for and in connection with specific products or compilations that
2025-08-20T22:12:21.2310505Z [00:02:23.041]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T22:12:21.2310966Z [00:02:23.041]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T22:12:21.2311280Z [00:02:23.041]➜  
2025-08-20T22:12:21.2311837Z [00:02:23.041]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T22:12:21.2312379Z [00:02:23.041]➜  any implied license or other defenses to infringement that may
2025-08-20T22:12:21.2312834Z [00:02:23.041]➜  otherwise be available to you under applicable patent law.
2025-08-20T22:12:21.2313157Z [00:02:23.041]➜  
2025-08-20T22:12:21.2313591Z [00:02:23.041]➜    12. No Surrender of Others' Freedom.
2025-08-20T22:12:21.2313914Z [00:02:23.041]➜  
2025-08-20T22:12:21.2314473Z [00:02:23.041]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T22:12:21.2314987Z [00:02:23.041]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T22:12:21.2315492Z [00:02:23.041]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T22:12:21.2315995Z [00:02:23.041]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T22:12:21.2316526Z [00:02:23.041]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T22:12:21.2317047Z [00:02:23.041]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T22:12:21.2317554Z [00:02:23.041]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T22:12:21.2318181Z [00:02:23.041]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T22:12:21.2318716Z [00:02:23.041]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T22:12:21.2319057Z [00:02:23.041]➜  
2025-08-20T22:12:21.2319338Z [00:02:23.041]➜    13. Use with the GNU Affero General Public License.
2025-08-20T22:12:21.2319630Z [00:02:23.041]➜  
2025-08-20T22:12:21.2319954Z [00:02:23.041]➜    Notwithstanding any other provision of this License, you have
2025-08-20T22:12:21.2320434Z [00:02:23.041]➜  permission to link or combine any covered work with a work licensed
2025-08-20T22:12:21.2320932Z [00:02:23.041]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T22:12:21.2321419Z [00:02:23.041]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T22:12:21.2321910Z [00:02:23.041]➜  License will continue to apply to the part which is the covered work,
2025-08-20T22:12:21.2322415Z [00:02:23.041]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T22:12:21.2322929Z [00:02:23.041]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T22:12:21.2323319Z [00:02:23.041]➜  combination as such.
2025-08-20T22:12:21.2323553Z [00:02:23.041]➜  
2025-08-20T22:12:21.2323797Z [00:02:23.041]➜    14. Revised Versions of this License.
2025-08-20T22:12:21.2324064Z [00:02:23.041]➜  
2025-08-20T22:12:21.2324411Z [00:02:23.041]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T22:12:21.2324931Z [00:02:23.041]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T22:12:21.2325644Z [00:02:23.041]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T22:12:21.2326128Z [00:02:23.041]➜  address new problems or concerns.
2025-08-20T22:12:21.2326394Z [00:02:23.041]➜  
2025-08-20T22:12:21.2326716Z [00:02:23.041]➜    Each version is given a distinguishing version number.  If the
2025-08-20T22:12:21.2327201Z [00:02:23.041]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T22:12:21.2327692Z [00:02:23.041]➜  Public License "or any later version" applies to it, you have the
2025-08-20T22:12:21.2328474Z [00:02:23.041]➜  option of following the terms and conditions either of that numbered
2025-08-20T22:12:21.2328948Z [00:02:23.041]➜  version or of any later version published by the Free Software
2025-08-20T22:12:21.2329419Z [00:02:23.041]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T22:12:21.2329915Z [00:02:23.041]➜  GNU General Public License, you may choose any version ever published
2025-08-20T22:12:21.2330325Z [00:02:23.041]➜  by the Free Software Foundation.
2025-08-20T22:12:21.2330582Z [00:02:23.041]➜  
2025-08-20T22:12:21.2330895Z [00:02:23.041]➜    If the Program specifies that a proxy can decide which future
2025-08-20T22:12:21.2331365Z [00:02:23.041]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T22:12:21.2331874Z [00:02:23.041]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T22:12:21.2332597Z [00:02:23.041]➜  to choose that version for the Program.
2025-08-20T22:12:21.2332871Z [00:02:23.041]➜  
2025-08-20T22:12:21.2333185Z [00:02:23.041]➜    Later license versions may give you additional or different
2025-08-20T22:12:21.2333666Z [00:02:23.041]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T22:12:21.2334165Z [00:02:23.041]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T22:12:21.2334524Z [00:02:23.041]➜  later version.
2025-08-20T22:12:21.2334747Z [00:02:23.041]➜  
2025-08-20T22:12:21.2334974Z [00:02:23.041]➜    15. Disclaimer of Warranty.
2025-08-20T22:12:21.2335229Z [00:02:23.041]➜  
2025-08-20T22:12:21.2335551Z [00:02:23.041]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T22:12:21.2336040Z [00:02:23.041]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T22:12:21.2336558Z [00:02:23.041]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T22:12:21.2337086Z [00:02:23.041]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T22:12:21.2337603Z [00:02:23.041]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T22:12:21.2338283Z [00:02:23.041]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T22:12:21.2338812Z [00:02:23.041]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T22:12:21.2339257Z [00:02:23.041]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T22:12:21.2339543Z [00:02:23.041]➜  
2025-08-20T22:12:21.2339772Z [00:02:23.041]➜    16. Limitation of Liability.
2025-08-20T22:12:21.2340025Z [00:02:23.041]➜  
2025-08-20T22:12:21.2340364Z [00:02:23.041]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T22:12:21.2340871Z [00:02:23.041]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T22:12:21.2341397Z [00:02:23.041]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T22:12:21.2341935Z [00:02:23.041]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T22:12:21.2342450Z [00:02:23.041]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T22:12:21.2342972Z [00:02:23.041]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T22:12:21.2343720Z [00:02:23.041]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T22:12:21.2344300Z [00:02:23.041]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T22:12:21.2344668Z [00:02:23.041]➜  SUCH DAMAGES.
2025-08-20T22:12:21.2344877Z [00:02:23.041]➜  
2025-08-20T22:12:21.2345138Z [00:02:23.041]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T22:12:21.2345412Z [00:02:23.041]➜  
2025-08-20T22:12:21.2345746Z [00:02:23.041]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T22:12:21.2346240Z [00:02:23.041]➜  above cannot be given local legal effect according to their terms,
2025-08-20T22:12:21.2346736Z [00:02:23.041]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T22:12:21.2347223Z [00:02:23.041]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T22:12:21.2347707Z [00:02:23.041]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T22:12:21.2348465Z [00:02:23.041]➜  copy of the Program in return for a fee.
2025-08-20T22:12:21.2348762Z [00:02:23.041]➜  
2025-08-20T22:12:21.2349020Z [00:02:23.041]➜                       END OF TERMS AND CONDITIONS
2025-08-20T22:12:21.2349294Z [00:02:23.041]➜  
2025-08-20T22:12:21.2349571Z [00:02:23.041]➜              How to Apply These Terms to Your New Programs
2025-08-20T22:12:21.2349861Z [00:02:23.041]➜  
2025-08-20T22:12:21.2350182Z [00:02:23.041]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T22:12:21.2350914Z [00:02:23.041]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T22:12:21.2351436Z [00:02:23.041]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T22:12:21.2351805Z [00:02:23.041]➜  
2025-08-20T22:12:21.2352127Z [00:02:23.041]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T22:12:21.2352607Z [00:02:23.041]➜  to attach them to the start of each source file to most effectively
2025-08-20T22:12:21.2353096Z [00:02:23.041]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T22:12:21.2353593Z [00:02:23.041]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T22:12:21.2353935Z [00:02:23.041]➜  
2025-08-20T22:12:21.2354273Z [00:02:23.041]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T22:12:21.2354682Z [00:02:23.041]➜      Copyright (C) <year>  <name of author>
2025-08-20T22:12:21.2354950Z [00:02:23.041]➜  
2025-08-20T22:12:21.2355292Z [00:02:23.041]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T22:12:21.2355781Z [00:02:23.041]➜      it under the terms of the GNU General Public License as published by
2025-08-20T22:12:21.2356267Z [00:02:23.041]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T22:12:21.2356667Z [00:02:23.041]➜      (at your option) any later version.
2025-08-20T22:12:21.2356934Z [00:02:23.041]➜  
2025-08-20T22:12:21.2357260Z [00:02:23.041]➜      This program is distributed in the hope that it will be useful,
2025-08-20T22:12:21.2357729Z [00:02:23.041]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T22:12:21.2358414Z [00:02:23.041]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T22:12:21.2358838Z [00:02:23.041]➜      GNU General Public License for more details.
2025-08-20T22:12:21.2359121Z [00:02:23.041]➜  
2025-08-20T22:12:21.2359449Z [00:02:23.041]➜      You should have received a copy of the GNU General Public License
2025-08-20T22:12:21.2359973Z [00:02:23.041]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T22:12:21.2360325Z [00:02:23.041]➜  
2025-08-20T22:12:21.2360671Z [00:02:23.041]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T22:12:21.2361025Z [00:02:23.041]➜  
2025-08-20T22:12:21.2361345Z [00:02:23.041]➜    If the program does terminal interaction, make it output a short
2025-08-20T22:12:21.2361998Z [00:02:23.041]➜  notice like this when it starts in an interactive mode:
2025-08-20T22:12:21.2362371Z [00:02:23.041]➜  
2025-08-20T22:12:21.2362660Z [00:02:23.041]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T22:12:21.2363131Z [00:02:23.041]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T22:12:21.2363627Z [00:02:23.041]➜      This is free software, and you are welcome to redistribute it
2025-08-20T22:12:21.2364074Z [00:02:23.041]➜      under certain conditions; type `show c' for details.
2025-08-20T22:12:21.2364384Z [00:02:23.041]➜  
2025-08-20T22:12:21.2364749Z [00:02:23.041]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T22:12:21.2365276Z [00:02:23.041]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T22:12:21.2365780Z [00:02:23.041]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T22:12:21.2366124Z [00:02:23.041]➜  
2025-08-20T22:12:21.2366490Z [00:02:23.041]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T22:12:21.2366999Z [00:02:23.041]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T22:12:21.2367505Z [00:02:23.041]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T22:12:21.2367925Z [00:02:23.041]➜  <https://www.gnu.org/licenses/>.
2025-08-20T22:12:21.2368459Z [00:02:23.041]➜  
2025-08-20T22:12:21.2369063Z [00:02:23.041]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T22:12:21.2369596Z [00:02:23.041]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T22:12:21.2370133Z [00:02:23.041]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T22:12:21.2370653Z [00:02:23.041]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T22:12:21.2371143Z [00:02:23.041]➜  Public License instead of this License.  But first, please read
2025-08-20T22:12:21.2371582Z [00:02:23.041]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T22:12:21.2371881Z [00:02:23.041]➜  
2025-08-20T22:12:21.2372064Z [00:02:23.041]➜  
2025-08-20T22:12:21.3992438Z [00:02:23.232]➜  
2025-08-20T22:12:21.3992761Z [00:02:23.232]➜  File: LICENSE
2025-08-20T22:12:21.3993019Z [00:02:23.232]➜    Type: ASCII text
2025-08-20T22:12:21.3993465Z [00:02:23.232]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T22:12:21.3994090Z [00:02:23.232]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T22:12:21.3994486Z [00:02:23.232]➜    Size: 36K
2025-08-20T22:12:21.4106624Z [00:02:23.243]➜  
2025-08-20T22:12:21.4106950Z [00:02:23.243]➜  File: SBUILD
2025-08-20T22:12:21.4107312Z [00:02:23.243]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T22:12:21.4107861Z [00:02:23.243]➜    B3sum: cbb33632a89c3e360088d599a02c7ffad00df30fa210d574531d31a32d9f1d32
2025-08-20T22:12:21.4108721Z [00:02:23.243]➜    SHA256sum: 44944bb104a2918d4253895cef3bf3216517024f43933fbb7bd7980e22994c90
2025-08-20T22:12:21.4109111Z [00:02:23.243]➜    Size: 8.0K
2025-08-20T22:12:21.4203532Z [00:02:23.253]➜  
2025-08-20T22:12:21.4203901Z [00:02:23.253]➜  File: pv.static.version
2025-08-20T22:12:21.4204248Z [00:02:23.253]➜    Type: ASCII text, with no line terminators
2025-08-20T22:12:21.4204736Z [00:02:23.253]➜    B3sum: 05c6f141636ac143978a2ed6c44dd74da4c020db46fb0f2d2763fa808652e2ae
2025-08-20T22:12:21.4205363Z [00:02:23.253]➜    SHA256sum: 453b91a44f99aea3751f083c9176f40cd86fc5c9ee3aeaa7924a13721ef9d5f7
2025-08-20T22:12:21.4205754Z [00:02:23.253]➜    Size: 4.0K
2025-08-20T22:12:21.4299774Z [00:02:23.262]➜  
2025-08-20T22:12:21.4300111Z [00:02:23.262]➜  File: pv.version
2025-08-20T22:12:21.4306017Z [00:02:23.262]➜    Type: ASCII text, with no line terminators
2025-08-20T22:12:21.4307320Z [00:02:23.262]➜    B3sum: 05c6f141636ac143978a2ed6c44dd74da4c020db46fb0f2d2763fa808652e2ae
2025-08-20T22:12:21.4308474Z [00:02:23.262]➜    SHA256sum: 453b91a44f99aea3751f083c9176f40cd86fc5c9ee3aeaa7924a13721ef9d5f7
2025-08-20T22:12:21.4308915Z [00:02:23.262]➜    Size: 4.0K
2025-08-20T22:12:21.4309147Z [00:02:23.263]➜  
2025-08-20T22:12:21.4309866Z [00:02:23.263]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T22:12:21.4329566Z [00:02:23.265]➜  pv.version:05c6f141636ac143978a2ed6c44dd74da4c020db46fb0f2d2763fa808652e2ae
2025-08-20T22:12:21.4330248Z [00:02:23.265]➜  SBUILD:cbb33632a89c3e360088d599a02c7ffad00df30fa210d574531d31a32d9f1d32
2025-08-20T22:12:21.4330841Z [00:02:23.265]➜  pv.static.version:05c6f141636ac143978a2ed6c44dd74da4c020db46fb0f2d2763fa808652e2ae
2025-08-20T22:12:21.4331436Z [00:02:23.265]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T22:12:21.4347525Z [00:02:23.267]➜  
2025-08-20T22:12:21.4348719Z [00:02:23.267]➜  [+] Signing pv.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T22:12:21.4447554Z [00:02:23.277]➜  
2025-08-20T22:12:21.4448550Z [00:02:23.277]➜  [✓] SuccessFully Built pv.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/pv/static.official.source.yaml [Wednesday, 2025-08-20 (10:12:21 PM) UTC]
2025-08-20T22:12:21.4449281Z [00:02:23.277]➜  
2025-08-20T22:12:21.4474774Z [00:02:23.280]➜  [+] Total Size: 3.0M (Includes DUPES+TMPFILES)
2025-08-20T22:12:21.4475737Z [00:02:23.280]➜  [+] LOGPATH='/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/pv.static.log'
2025-08-20T22:12:21.4487426Z [00:02:23.281]➜  [+] ENVPATH=/tmp/pkgforge/DvOrha5q4_SBUILD/ENVPATH
2025-08-20T22:12:21.4590032Z 
2025-08-20T22:12:21.4590840Z [+] Sanitizing /tmp/pkgforge/DvOrha5q4_SBUILD/BUILD.log ==> /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/pv.static.log
2025-08-20T22:12:24.6219459Z 
2025-08-20T22:12:24.6220468Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/pv/official]
2025-08-20T22:12:24.6220997Z [+] LOGS (Build Dir): /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:24.6221260Z 
2025-08-20T22:12:24.6738625Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:12:24.6842479Z ./BUILD_ARTIFACTS.tar : 21.48%   (  2.70 MiB =>    593 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:12:24.6866073Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:12:24.6902800Z 
2025-08-20T22:12:24.6903948Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml :: 00(Hr):02(Min):26(Sec)
2025-08-20T22:12:24.6904618Z 
2025-08-20T22:12:24.6917289Z 
2025-08-20T22:12:24.6917523Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:12:24 PM) UTC
2025-08-20T22:12:24.6917765Z 
2025-08-20T22:12:24.8483228Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:12:24.8532573Z ##[group]Run ##Presets
2025-08-20T22:12:24.8532910Z [36;1m##Presets[0m
2025-08-20T22:12:24.8533087Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:24.8533273Z [36;1m#-------------#[0m
2025-08-20T22:12:24.8533453Z [36;1m##Debug?[0m
2025-08-20T22:12:24.8533667Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:12:24.8533931Z [36;1m  set -x[0m
2025-08-20T22:12:24.8534089Z [36;1mfi[0m
2025-08-20T22:12:24.8534243Z [36;1m#-------------#[0m
2025-08-20T22:12:24.8534424Z [36;1m##Set ENV[0m
2025-08-20T22:12:24.8534632Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:12:24.8535041Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:12:24.8535412Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:12:24.8535759Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-"[0m
2025-08-20T22:12:24.8536194Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:12:24.8536571Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:24.8536998Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:24.8537313Z [36;1m fi[0m
2025-08-20T22:12:24.8537466Z [36;1m##Push[0m
2025-08-20T22:12:24.8537665Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:12:24.8537920Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:12:24.8538746Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:12:24.8539217Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:12:24.8539638Z [36;1m     ls -sh "/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:12:24.8539958Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:12:24.8540150Z [36;1m       {[0m
2025-08-20T22:12:24.8540322Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:12:24.8540635Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:12:24.8541056Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:12:24.8541466Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:12:24.8541871Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:12:24.8542264Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:12:24.8542969Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:12:24.8543336Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:12:24.8543744Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:12:24.8544107Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:12:24.8544489Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:12:24.8544941Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:12:24.8545420Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:12:24.8545851Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:12:24.8546258Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:12:24.8546662Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:12:24.8547086Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-pv")[0m
2025-08-20T22:12:24.8547508Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:12:24.8548235Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:12:24.8548719Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:12:24.8549108Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:12:24.8549586Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:12:24.8549999Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:12:24.8550227Z [36;1m         #Check[0m
2025-08-20T22:12:24.8550750Z [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:12:24.8551435Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:12:24.8551763Z [36;1m            break[0m
2025-08-20T22:12:24.8551949Z [36;1m          else[0m
2025-08-20T22:12:24.8552328Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:12:24.8552734Z [36;1m          fi[0m
2025-08-20T22:12:24.8552932Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:12:24.8553169Z [36;1m        done[0m
2025-08-20T22:12:24.8553339Z [36;1m       }[0m
2025-08-20T22:12:24.8553520Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:12:24.8553747Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:12:24.8554279Z [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:12:24.8555021Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:12:24.8555403Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:12:24.8555640Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:12:24.8556190Z [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:12:24.8556864Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:12:24.8557350Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:12:24.8557724Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:12:24.8557938Z [36;1m           fi[0m
2025-08-20T22:12:24.8558615Z [36;1m       fi[0m
2025-08-20T22:12:24.8558775Z [36;1m   fi[0m
2025-08-20T22:12:24.8558930Z [36;1m fi[0m
2025-08-20T22:12:24.8559090Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:12:24.8798228Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:24.8798470Z env:
2025-08-20T22:12:24.8798638Z   CROSS_COMPILING: NO
2025-08-20T22:12:24.8798832Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:24.8799063Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:24.8799260Z   ON_QEMU: NO
2025-08-20T22:12:24.8799411Z   DEBUG: 0
2025-08-20T22:12:24.8799569Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:24.8799780Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:24.8800032Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:12:24.8800295Z   KEEP_LOGS: YES
2025-08-20T22:12:24.8800461Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:24.8800650Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:12:24.8800831Z   SBUILD_REBUILD: false
2025-08-20T22:12:24.8801321Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:12:24.8801857Z   BUILD_SYS: docker://clang+make
2025-08-20T22:12:24.8802066Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:24.8802247Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:24.8802420Z   SYSTMP: /tmp
2025-08-20T22:12:24.8802574Z   GHA_MODE: MATRIX
2025-08-20T22:12:24.8803314Z   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:12:24.8803806Z   INPUT_SBUILD: /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:12:24.8804104Z   BUILD_DIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml
2025-08-20T22:12:24.8804462Z   SBUILD_OUTDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:24.8804913Z   SBUILD_TMPDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:12:24.8805267Z   PKG_TYPE: static
2025-08-20T22:12:24.8805439Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:12:24.8805629Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:12:24.8806533Z   GHCR_TOKEN: ***
2025-08-20T22:12:24.8806812Z   GITHUB_TOKEN: ***
2025-08-20T22:12:24.8807021Z   GITLAB_TOKEN: ***
2025-08-20T22:12:24.8808300Z   MINISIGN_KEY: ***
2025-08-20T22:12:24.8808491Z ##[endgroup]
2025-08-20T22:12:24.8883017Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:12:24.8891311Z 596K	./BUILD_ARTIFACTS.zstd
2025-08-20T22:12:24.8902132Z total 228K
2025-08-20T22:12:24.8902337Z 4.0K CHECKSUM
2025-08-20T22:12:24.8902508Z 4.0K CHECKSUM.sig
2025-08-20T22:12:24.8902675Z  36K LICENSE
2025-08-20T22:12:24.8908117Z 4.0K LICENSE.sig
2025-08-20T22:12:24.8908334Z 8.0K SBUILD
2025-08-20T22:12:24.8908493Z 4.0K SBUILD.sig
2025-08-20T22:12:24.8908656Z 4.0K SBUILD_TEMP
2025-08-20T22:12:24.8908823Z 148K pv.static.log
2025-08-20T22:12:24.8908993Z 4.0K pv.static.version
2025-08-20T22:12:24.8909181Z 4.0K pv.static.version.sig
2025-08-20T22:12:24.8909373Z 4.0K pv.version
2025-08-20T22:12:24.8909533Z 4.0K pv.version.sig
2025-08-20T22:12:24.9206454Z Error: "ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pv/official/pv-srcbuild-"
2025-08-20T22:12:24.9207705Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:12:29.9265119Z Error: "ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pv/official/pv-srcbuild-"
2025-08-20T22:12:29.9265905Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:12:29.9272941Z 
2025-08-20T22:12:29.9273226Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:12:29.9273529Z 
2025-08-20T22:12:29.9311374Z Error: "ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pv/official/pv-srcbuild-"
2025-08-20T22:12:29.9316431Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:12:29.9351007Z ##[group]Run ##Presets
2025-08-20T22:12:29.9351270Z [36;1m##Presets[0m
2025-08-20T22:12:29.9351451Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:29.9351637Z [36;1m#-------------#[0m
2025-08-20T22:12:29.9351817Z [36;1m##Debug?[0m
2025-08-20T22:12:29.9352031Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:12:29.9352300Z [36;1m  set -x[0m
2025-08-20T22:12:29.9352460Z [36;1mfi[0m
2025-08-20T22:12:29.9352617Z [36;1m#-------------#[0m
2025-08-20T22:12:29.9352848Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:12:29.9353149Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:12:29.9386204Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:29.9386418Z env:
2025-08-20T22:12:29.9386578Z   CROSS_COMPILING: NO
2025-08-20T22:12:29.9386769Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:29.9386973Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:29.9387169Z   ON_QEMU: NO
2025-08-20T22:12:29.9387372Z   DEBUG: 0
2025-08-20T22:12:29.9387546Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:29.9387756Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:29.9388218Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:12:29.9388483Z   KEEP_LOGS: YES
2025-08-20T22:12:29.9388653Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:29.9388845Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:12:29.9389027Z   SBUILD_REBUILD: false
2025-08-20T22:12:29.9389516Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:12:29.9390038Z   BUILD_SYS: docker://clang+make
2025-08-20T22:12:29.9390249Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:29.9390427Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:29.9390606Z   SYSTMP: /tmp
2025-08-20T22:12:29.9390767Z   GHA_MODE: MATRIX
2025-08-20T22:12:29.9391163Z   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:12:29.9391644Z   INPUT_SBUILD: /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:12:29.9391952Z   BUILD_DIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml
2025-08-20T22:12:29.9392310Z   SBUILD_OUTDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:29.9392767Z   SBUILD_TMPDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:12:29.9393124Z   PKG_TYPE: static
2025-08-20T22:12:29.9393298Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:12:29.9393484Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:12:29.9393665Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:12:29.9393959Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:12:29.9394277Z ##[endgroup]
2025-08-20T22:12:29.9527143Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:12:29.9527455Z with:
2025-08-20T22:12:29.9527625Z   name: Bincache_pv_aarch64-Linux
2025-08-20T22:12:29.9527882Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:12:29.9528374Z   compression-level: 0
2025-08-20T22:12:29.9528564Z   retention-days: 30
2025-08-20T22:12:29.9528757Z   overwrite: true
2025-08-20T22:12:29.9528933Z   if-no-files-found: warn
2025-08-20T22:12:29.9529137Z   include-hidden-files: false
2025-08-20T22:12:29.9529336Z env:
2025-08-20T22:12:29.9529488Z   CROSS_COMPILING: NO
2025-08-20T22:12:29.9529671Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:29.9529880Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:29.9530079Z   ON_QEMU: NO
2025-08-20T22:12:29.9530230Z   DEBUG: 0
2025-08-20T22:12:29.9530389Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:29.9530603Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:29.9530851Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:12:29.9531176Z   KEEP_LOGS: YES
2025-08-20T22:12:29.9531348Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:29.9531541Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:12:29.9531716Z   SBUILD_REBUILD: false
2025-08-20T22:12:29.9532208Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:12:29.9533073Z   BUILD_SYS: docker://clang+make
2025-08-20T22:12:29.9533286Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:29.9533465Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:29.9533641Z   SYSTMP: /tmp
2025-08-20T22:12:29.9533799Z   GHA_MODE: MATRIX
2025-08-20T22:12:29.9534196Z   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:12:29.9534675Z   INPUT_SBUILD: /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:12:29.9534974Z   BUILD_DIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml
2025-08-20T22:12:29.9535339Z   SBUILD_OUTDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:29.9535793Z   SBUILD_TMPDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:12:29.9536151Z   PKG_TYPE: static
2025-08-20T22:12:29.9536326Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:12:29.9536515Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:12:29.9536702Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:12:29.9537002Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:12:29.9537333Z   UTC_TIME: 2025_08_20T10_12_29_PM
2025-08-20T22:12:29.9537532Z ##[endgroup]
2025-08-20T22:12:30.6232389Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:12:30.6237381Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:12:30.6238230Z With the provided path, there will be 2 files uploaded
2025-08-20T22:12:30.8154047Z Artifact name is valid!
2025-08-20T22:12:30.8157797Z Root directory input is valid!
2025-08-20T22:12:30.8943529Z Beginning upload of artifact content to blob storage
2025-08-20T22:12:31.0941564Z Uploaded bytes 1094857
2025-08-20T22:12:31.1161501Z Finished uploading artifact content to blob storage!
2025-08-20T22:12:31.1176572Z SHA256 digest of uploaded artifact zip is dd5f0019158e639d8ba820477e570025d9818b957658f1e886c485c897a1bbaa
2025-08-20T22:12:31.1177023Z Finalizing artifact upload
2025-08-20T22:12:31.2835466Z Artifact Bincache_pv_aarch64-Linux.zip successfully finalized. Artifact ID 3813703971
2025-08-20T22:12:31.2836114Z Artifact Bincache_pv_aarch64-Linux has been successfully uploaded! Final size is 1094857 bytes. Artifact ID is 3813703971
2025-08-20T22:12:31.2858129Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109073032/artifacts/3813703971
2025-08-20T22:12:31.3073049Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:12:31.3073364Z with:
2025-08-20T22:12:31.3073530Z   subject-name: pv--
2025-08-20T22:12:31.3074193Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:12:31.3074891Z   show-summary: true
2025-08-20T22:12:31.3075080Z   push-to-registry: false
2025-08-20T22:12:31.3075505Z   github-token: ***
2025-08-20T22:12:31.3075677Z env:
2025-08-20T22:12:31.3075894Z   CROSS_COMPILING: NO
2025-08-20T22:12:31.3076107Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:31.3076322Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:31.3076522Z   ON_QEMU: NO
2025-08-20T22:12:31.3076678Z   DEBUG: 0
2025-08-20T22:12:31.3076842Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:31.3077056Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:31.3077341Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:12:31.3077611Z   KEEP_LOGS: YES
2025-08-20T22:12:31.3077785Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:31.3078136Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:12:31.3078338Z   SBUILD_REBUILD: false
2025-08-20T22:12:31.3078825Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:12:31.3079349Z   BUILD_SYS: docker://clang+make
2025-08-20T22:12:31.3079563Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:31.3079742Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:31.3079918Z   SYSTMP: /tmp
2025-08-20T22:12:31.3080082Z   GHA_MODE: MATRIX
2025-08-20T22:12:31.3080762Z   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:12:31.3081249Z   INPUT_SBUILD: /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:12:31.3081554Z   BUILD_DIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml
2025-08-20T22:12:31.3081921Z   SBUILD_OUTDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:31.3082382Z   SBUILD_TMPDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:12:31.3082743Z   PKG_TYPE: static
2025-08-20T22:12:31.3082918Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:12:31.3083111Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:12:31.3083297Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:12:31.3083594Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:12:31.3083927Z   UTC_TIME: 2025_08_20T10_12_29_PM
2025-08-20T22:12:31.3084133Z ##[endgroup]
2025-08-20T22:12:31.3162448Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:12:31.3162880Z env:
2025-08-20T22:12:31.3163038Z   CROSS_COMPILING: NO
2025-08-20T22:12:31.3163229Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:31.3163444Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:31.3163645Z   ON_QEMU: NO
2025-08-20T22:12:31.3163803Z   DEBUG: 0
2025-08-20T22:12:31.3163978Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:31.3164193Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:31.3164444Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:12:31.3164709Z   KEEP_LOGS: YES
2025-08-20T22:12:31.3164882Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:31.3165076Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:12:31.3165264Z   SBUILD_REBUILD: false
2025-08-20T22:12:31.3165756Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:12:31.3166286Z   BUILD_SYS: docker://clang+make
2025-08-20T22:12:31.3166501Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:31.3166695Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:31.3166878Z   SYSTMP: /tmp
2025-08-20T22:12:31.3167040Z   GHA_MODE: MATRIX
2025-08-20T22:12:31.3167445Z   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:12:31.3167934Z   INPUT_SBUILD: /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:12:31.3168880Z   BUILD_DIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml
2025-08-20T22:12:31.3169265Z   SBUILD_OUTDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:31.3169731Z   SBUILD_TMPDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:12:31.3170096Z   PKG_TYPE: static
2025-08-20T22:12:31.3170273Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:12:31.3170467Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:12:31.3170655Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:12:31.3170952Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:12:31.3171292Z   UTC_TIME: 2025_08_20T10_12_29_PM
2025-08-20T22:12:31.3171499Z ##[endgroup]
2025-08-20T22:12:31.6421246Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:12:31.6421565Z with:
2025-08-20T22:12:31.6422222Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:12:31.6422919Z   subject-name: pv--
2025-08-20T22:12:31.6423160Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:12:31.6425671Z   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/17109073032/attempts/1"}}}
2025-08-20T22:12:31.6428886Z   push-to-registry: false
2025-08-20T22:12:31.6429096Z   show-summary: true
2025-08-20T22:12:31.6429564Z   github-token: ***
2025-08-20T22:12:31.6429742Z env:
2025-08-20T22:12:31.6429903Z   CROSS_COMPILING: NO
2025-08-20T22:12:31.6430095Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:31.6430312Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:31.6430515Z   ON_QEMU: NO
2025-08-20T22:12:31.6430674Z   DEBUG: 0
2025-08-20T22:12:31.6430845Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:31.6431061Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:31.6431323Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:12:31.6431600Z   KEEP_LOGS: YES
2025-08-20T22:12:31.6431776Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:31.6431972Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:12:31.6432161Z   SBUILD_REBUILD: false
2025-08-20T22:12:31.6432650Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:12:31.6433184Z   BUILD_SYS: docker://clang+make
2025-08-20T22:12:31.6433406Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:31.6433597Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:31.6433783Z   SYSTMP: /tmp
2025-08-20T22:12:31.6433954Z   GHA_MODE: MATRIX
2025-08-20T22:12:31.6434371Z   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:12:31.6434870Z   INPUT_SBUILD: /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:12:31.6435183Z   BUILD_DIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml
2025-08-20T22:12:31.6435557Z   SBUILD_OUTDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:31.6436035Z   SBUILD_TMPDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:12:31.6436404Z   PKG_TYPE: static
2025-08-20T22:12:31.6436583Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:12:31.6436784Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:12:31.6436980Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:12:31.6437578Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:12:31.6437930Z   UTC_TIME: 2025_08_20T10_12_29_PM
2025-08-20T22:12:31.6438303Z ##[endgroup]
2025-08-20T22:12:32.6281773Z Attestation created for 12 subjects
2025-08-20T22:12:32.6286000Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:12:32.6286469Z -----BEGIN CERTIFICATE-----
2025-08-20T22:12:32.6286807Z MIIG7jCCBnSgAwIBAgIUVqYqTSZ3rPf3ziHZ0J30L+zdOiAwCgYIKoZIzj0EAwMw
2025-08-20T22:12:32.6287271Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:12:32.6287779Z cm1lZGlhdGUwHhcNMjUwODIwMjIxMjMyWhcNMjUwODIwMjIyMjMyWjAAMFkwEwYH
2025-08-20T22:12:32.6288573Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEl8FBNa6erofmMoPZONHnNq2frzEtjngHMiDD
2025-08-20T22:12:32.6289020Z kGM8tELjAhBzYyIQetseI++g0ETsxeoO0S/Hc0Csdg3Mf/kaKKOCBZMwggWPMA4G
2025-08-20T22:12:32.6289455Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUNZin
2025-08-20T22:12:32.6289919Z s3eOCA1d++vQo5Gti70PfbEwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:12:32.6290359Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:12:32.6290798Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:12:32.6291256Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:12:32.6291695Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:12:32.6292125Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:12:32.6292573Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:12:32.6293421Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:12:32.6293889Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:12:32.6294347Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:12:32.6294791Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:12:32.6295245Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:12:32.6295705Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:12:32.6296154Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:12:32.6296603Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:12:32.6297065Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:12:32.6297536Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:12:32.6298225Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:12:32.6298707Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:12:32.6299164Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:12:32.6299618Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:12:32.6300072Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:12:32.6300544Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:12:32.6301008Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:12:32.6301462Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5MDczMDMyL2F0
2025-08-20T22:12:32.6301925Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:12:32.6302392Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJinit
2025-08-20T22:12:32.6302852Z AAAEAwBGMEQCIC+uA2662DhNEU3TEzAODfhqHp9bs+3pz0Xq9sgirI/ZAiB6n1+S
2025-08-20T22:12:32.6303289Z ws++7YaHfXyoTPU8+e2Q3uxijY6sRI/TJNw7xDAKBggqhkjOPQQDAwNoADBlAjBw
2025-08-20T22:12:32.6303733Z /lL2FCcUjiSHAhuL2Jl6ffSDxJ5eRYwm6kFdXyaTe2AG5MLP98ACa1TbMOcZFIUC
2025-08-20T22:12:32.6304191Z MQDQNTvgfUdqGPK3SEWOv3vaz7NqvCHX07Ff8giqHYF82O+KU66fWc7h7eJ2HmI9
2025-08-20T22:12:32.6304517Z ouM=
2025-08-20T22:12:32.6304677Z -----END CERTIFICATE-----
2025-08-20T22:12:32.6304809Z 
2025-08-20T22:12:32.6305348Z ##[endgroup]
2025-08-20T22:12:32.6306136Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:12:32.6306538Z https://search.sigstore.dev?logIndex=414495610
2025-08-20T22:12:32.6306893Z [36mAttestation uploaded to repository[39m
2025-08-20T22:12:32.6307204Z https://github.com/pkgforge/bincache/attestations/9875346
2025-08-20T22:12:32.7214255Z ##[group]Run ##Presets
2025-08-20T22:12:32.7214550Z [36;1m##Presets[0m
2025-08-20T22:12:32.7214735Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:32.7214929Z [36;1m#-------------#[0m
2025-08-20T22:12:32.7215121Z [36;1m##Debug?[0m
2025-08-20T22:12:32.7215343Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:12:32.7215637Z [36;1m  set -x[0m
2025-08-20T22:12:32.7215805Z [36;1mfi[0m
2025-08-20T22:12:32.7215968Z [36;1m#-------------#[0m
2025-08-20T22:12:32.7216255Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:12:32.7216733Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/pv/official"[0m
2025-08-20T22:12:32.7217112Z [36;1m exit 1[0m
2025-08-20T22:12:32.7217276Z [36;1mfi[0m
2025-08-20T22:12:32.7249303Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:32.7249520Z env:
2025-08-20T22:12:32.7249681Z   CROSS_COMPILING: NO
2025-08-20T22:12:32.7249923Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:32.7250143Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:32.7250346Z   ON_QEMU: NO
2025-08-20T22:12:32.7250505Z   DEBUG: 0
2025-08-20T22:12:32.7250669Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:32.7250885Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:32.7251148Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:12:32.7251675Z   KEEP_LOGS: YES
2025-08-20T22:12:32.7251854Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:32.7252049Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:12:32.7252236Z   SBUILD_REBUILD: false
2025-08-20T22:12:32.7252728Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:12:32.7253257Z   BUILD_SYS: docker://clang+make
2025-08-20T22:12:32.7253476Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:32.7253664Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:32.7253846Z   SYSTMP: /tmp
2025-08-20T22:12:32.7254012Z   GHA_MODE: MATRIX
2025-08-20T22:12:32.7254421Z   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:12:32.7254912Z   INPUT_SBUILD: /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:12:32.7255217Z   BUILD_DIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml
2025-08-20T22:12:32.7255591Z   SBUILD_OUTDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:32.7256062Z   SBUILD_TMPDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:12:32.7256428Z   PKG_TYPE: static
2025-08-20T22:12:32.7256610Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:12:32.7256804Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:12:32.7256994Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:12:32.7257301Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:12:32.7257642Z   UTC_TIME: 2025_08_20T10_12_29_PM
2025-08-20T22:12:32.7257854Z ##[endgroup]
2025-08-20T22:12:32.7344963Z ##[group]Run ##Presets
2025-08-20T22:12:32.7345229Z [36;1m##Presets[0m
2025-08-20T22:12:32.7345416Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:32.7345611Z [36;1m#-------------#[0m
2025-08-20T22:12:32.7345799Z [36;1m##Debug?[0m
2025-08-20T22:12:32.7346022Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:12:32.7346295Z [36;1m  set -x[0m
2025-08-20T22:12:32.7346478Z [36;1mfi[0m
2025-08-20T22:12:32.7346639Z [36;1m#-------------#[0m
2025-08-20T22:12:32.7346862Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:12:32.7347272Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/pv/official"[0m
2025-08-20T22:12:32.7347650Z [36;1m exit 1[0m
2025-08-20T22:12:32.7347817Z [36;1mfi[0m
2025-08-20T22:12:32.7376509Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:32.7376722Z env:
2025-08-20T22:12:32.7376884Z   CROSS_COMPILING: NO
2025-08-20T22:12:32.7377083Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:32.7377350Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:32.7377554Z   ON_QEMU: NO
2025-08-20T22:12:32.7377712Z   DEBUG: 0
2025-08-20T22:12:32.7377876Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:32.7378409Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:32.7378686Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:12:32.7378955Z   KEEP_LOGS: YES
2025-08-20T22:12:32.7379129Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:32.7379333Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:12:32.7379519Z   SBUILD_REBUILD: false
2025-08-20T22:12:32.7380013Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:12:32.7380541Z   BUILD_SYS: docker://clang+make
2025-08-20T22:12:32.7380756Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:32.7380938Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:32.7381123Z   SYSTMP: /tmp
2025-08-20T22:12:32.7381289Z   GHA_MODE: MATRIX
2025-08-20T22:12:32.7381698Z   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:12:32.7382185Z   INPUT_SBUILD: /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:12:32.7382489Z   BUILD_DIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml
2025-08-20T22:12:32.7382856Z   SBUILD_OUTDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:32.7383318Z   SBUILD_TMPDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:12:32.7384028Z   PKG_TYPE: static
2025-08-20T22:12:32.7384204Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:12:32.7384395Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:12:32.7384581Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:12:32.7384881Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:12:32.7385214Z   UTC_TIME: 2025_08_20T10_12_29_PM
2025-08-20T22:12:32.7385425Z ##[endgroup]
2025-08-20T22:12:32.7430732Z 
2025-08-20T22:12:32.7431077Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:12:32.7443235Z ##[error]Process completed with exit code 1.
2025-08-20T22:12:32.7484905Z ##[group]Run ##Presets
2025-08-20T22:12:32.7485191Z [36;1m##Presets[0m
2025-08-20T22:12:32.7485373Z [36;1mset +x ; set +e[0m
2025-08-20T22:12:32.7485568Z [36;1m#-------------#[0m
2025-08-20T22:12:32.7485757Z [36;1m##Debug?[0m
2025-08-20T22:12:32.7485985Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:12:32.7486277Z [36;1m  set -x[0m
2025-08-20T22:12:32.7486444Z [36;1mfi[0m
2025-08-20T22:12:32.7486608Z [36;1m#-------------#[0m
2025-08-20T22:12:32.7486925Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:12:32.7487291Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:12:32.7487570Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:12:32.7487820Z [36;1mfi[0m
2025-08-20T22:12:32.7516096Z shell: /usr/bin/bash -e {0}
2025-08-20T22:12:32.7516326Z env:
2025-08-20T22:12:32.7516491Z   CROSS_COMPILING: NO
2025-08-20T22:12:32.7516765Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:12:32.7516984Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:12:32.7517188Z   ON_QEMU: NO
2025-08-20T22:12:32.7517345Z   DEBUG: 0
2025-08-20T22:12:32.7517513Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:12:32.7517729Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:12:32.7518234Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:12:32.7518540Z   KEEP_LOGS: YES
2025-08-20T22:12:32.7518718Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:12:32.7518913Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:12:32.7519099Z   SBUILD_REBUILD: false
2025-08-20T22:12:32.7519593Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:12:32.7520148Z   BUILD_SYS: docker://clang+make
2025-08-20T22:12:32.7520373Z   BUILD_ON_HOST: FALSE
2025-08-20T22:12:32.7520558Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:12:32.7520742Z   SYSTMP: /tmp
2025-08-20T22:12:32.7520912Z   GHA_MODE: MATRIX
2025-08-20T22:12:32.7521327Z   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:12:32.7521819Z   INPUT_SBUILD: /tmp/pkgforge/CsOcuBzCe_build.yaml
2025-08-20T22:12:32.7522128Z   BUILD_DIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml
2025-08-20T22:12:32.7522498Z   SBUILD_OUTDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR
2025-08-20T22:12:32.7522977Z   SBUILD_TMPDIR: /tmp/pkgforge/BVnAORK_CsOcuBzCe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:12:32.7523350Z   PKG_TYPE: static
2025-08-20T22:12:32.7523530Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:12:32.7523728Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:12:32.7523924Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:12:32.7524229Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:12:32.7524565Z   UTC_TIME: 2025_08_20T10_12_29_PM
2025-08-20T22:12:32.7524785Z ##[endgroup]
2025-08-20T22:12:32.7583886Z EXITED
2025-08-20T22:12:32.7633280Z Cleaning up orphan processes
